@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}
a {
  color: #222;
}
.shd_all {
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
.shd_bottom {
  box-shadow: 0px 8px 5px -5px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 8px 5px -5px rgba(100, 100, 100, 0.2);
}
.shd_top {
  box-shadow: 0px -8px 5px -5px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px -8px 5px -5px rgba(100, 100, 100, 0.2);
}
.bb {
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pb30 {
  padding-bottom: 30px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  overflow-y: scroll;
  padding: 80px 0 0 0;
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 10px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 60;
  overflow: hidden;
  box-shadow: 0px 8px 5px -5px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 8px 5px -5px rgba(100, 100, 100, 0.2);
}
header div {
  width: 1000px;
  margin: 0 auto;
}
header div h1 {
  float: left;
  padding: 17px 0 13px 10px;
  line-height: 20px;
  font-size: 18px;
  color: #444;
}
header div h1 span {
  font-size: 10px;
  display: block;
}
header div > a {
  float: left;
  display: block;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
header div > a:hover {
  opacity: 0.5;
}
header div > a img {
  display: block;
  width: auto;
  height: 70px;
  color: #333;
  position: relative;
  bottom: 3px;
}
header nav ul {
  float: right;
  display: table;
  padding-right: 5px;
}
header nav ul li {
  font-size: 14px;
  float: left;
  padding: 12px 0;
  height: 46px;
  font-weight: bold;
  line-height: 23px;
  margin: 0 0 0 35px;
  background: ;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li span {
  display: block;
  font-size: 11px;
  color: #1177cc;
}
header nav ul li a {
  display: block;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
header nav ul li a:hover {
  opacity: 0.25;
}
.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
}
#Top_img {
  background: url('img/slider_bg2.jpg') center center;
  background-size: cover;
}
#Top_img ul#Top_slide {
  margin: 0 auto;
  padding: 0px 0;
  width: 620px;
  position: relative;
  left: 190px;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#Top_img ul#Top_slide li.sl {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
#Top_img ul#Top_slide li.sl.sl01 {
  background-image: url('img/slider01.jpg');
}
#Top_img ul#Top_slide li.sl.sl02 {
  background-image: url('img/slider02.jpg');
}
#Top_img ul#Top_slide li.sl.sl03 {
  background-image: url('img/slider03.jpg');
}
#Top_img .slide_box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  bottom: 400px;
}
#Top_img .slide_box .slide_info {
  width: 380px;
  height: 400px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  padding: 72px 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
#Top_img .slide_box .slide_info h2 {
  font-size: 28px;
  line-height: 28px;
}
#Top_img .slide_box .slide_info h2 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
#Top_img .slide_box .slide_info ul {
  font-size: 16px;
  margin: 32px 0 0 0;
}
#Top_img .slide_box .slide_info ul li {
  height: 33px;
  line-height: 33px;
}
#Top_img .slide_box .slide_info ul li span {
  font-weight: bold;
  font-size: 27px;
  color: #1177cc;
}
#Top_img .slide_box .slide_info p {
  font-size: 16px;
  margin: 40px auto 0;
  text-align: center;
}
#Top_img .slide_box .slide_info p a {
  padding: 20px 55px;
  background: #1177cc;
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  display: block;
}
#Top_img .slide_box .slide_info p a:hover {
  opacity: 0.5;
}
#Page_img {
  background: url('img/slider_bg2.jpg') center center;
  background-size: cover;
  width: 100%;
  margin-top: 10px;
}
#Page_img h2 {
  color: #fff;
  font-size: 29px;
  letter-spacing: 2px;
  text-align: center;
  padding: 30px 0;
  font-weight: normal;
}
#Page_img h2 span {
  display: block;
  font-size: 16px;
}
#Full_cover {
  width: 100%;
  position: relative;
  z-index: 55;
  box-shadow: 0px -8px 5px -5px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px -8px 5px -5px rgba(100, 100, 100, 0.2);
  background: #f6f6f6;
}
#Full_cover #Content {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}
#Full_cover #Content div#Side {
  width: 210px;
  float: right;
  background: #f3f3f3;
  position: relative;
  right: 10px;
}
#Full_cover #Content div#Side ul.bn_list {
  margin-bottom: 30px;
}
#Full_cover #Content div#Side ul.bn_list li {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
#Full_cover #Content div#Side ul.bn_list li:last-child {
  margin: 0;
}
#Full_cover #Content div#Side ul.bn_list li a {
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#Full_cover #Content div#Side ul.bn_list li a:hover {
  opacity: 0.5;
}
#Full_cover #Content div#Side ul.place_list {
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  padding-bottom: 32px;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
#Full_cover #Content div#Side ul.place_list li.place_title {
  width: 100%;
  background: #333;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
#Full_cover #Content div#Side ul.place_list li {
  width: 92%;
  background: #fff;
  margin: 0 auto;
}
#Full_cover #Content div#Side ul.place_list li:last-child {
  margin: 0 auto;
}
#Full_cover #Content div#Side ul.place_list li img {
  display: block;
  width: 189px;
  height: 60px;
  border: 0px solid #ccc;
  margin: 0 auto;
}
#Full_cover #Content div#Side ul.place_list li p {
  padding: 0 0 8px;
  font-size: 11px;
  letter-spacing: -0.5px;
}
#Full_cover #Content div#Side ul.place_list li.btn a {
  display: block;
  margin: 20px auto 0;
  width: 60%;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  color: #333;
  border: 1px solid #333;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#Full_cover #Content div#Side ul.place_list li.btn a:hover {
  background: #333;
  color: #fff;
}
#Full_cover #Content div#Side iframe {
  display: none;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
#Full_cover #Content div#Side ul.sub_menu {
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  padding: 25px 0 30px;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
#Full_cover #Content div#Side ul.sub_menu li {
  margin: 0 20px 20px;
  line-height: 40px;
  position: relative;
  z-index: 90;
  font-size: 13px;
}
#Full_cover #Content div#Side ul.sub_menu li a {
  display: block;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  padding: 0 0 0 14px;
  border-left: 9px solid #1177cc;
}
#Full_cover #Content div#Side ul.sub_menu li a:hover {
  opacity: 0.5;
}
#Full_cover #Content div#Side ul.sub_menu li:last-child {
  margin: 0 20px;
}
#Full_cover #Content div#Side ul.sub_menu li.title {
  color: #222;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 14px;
  text-align: center;
  font-size: 14px;
  margin: 0 20px 20px;
  line-height: 21px;
}
#Full_cover #Content div#Side ul.sub_menu li.title span {
  display: block;
  font-size: 11px;
}
#Full_cover #Content div#Side ul.sub_menu li.selected {
  border-left: 9px solid #1177cc;
  padding: 0 0 0 14px;
  margin: 0 0 20px;
  background: #1177cc;
  color: #fff;
  line-height: 50px;
}
#Full_cover #Content div#Side ul.sub_menu li:last-child.selected {
  margin: 0;
}
#Full_cover #Content div#Side ul.sub_menu li.selected:before {
  content: url('img/sub_selected.png');
  position: absolute;
  top: 0;
  left: -120px;
}
#Full_cover #Content ul.bread {
  width: 100%;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
#Full_cover #Content ul.bread li {
  float: left;
  padding-right: 20px;
}
#Full_cover #Content ul.bread li a {
  color: #1177cc;
  text-decoration: underline;
}
#Full_cover #Content ul.bread li + li:before {
  content: ">";
  padding-right: 20px;
}
#Full_cover #Content #Main {
  width: 760px;
  float: left;
  position: relative;
  left: 10px;
}
#Full_cover #Content #Main section {
  position: relative;
  z-index: 100;
}
#Full_cover #Content #Main section.top_greeting {
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  text-align: center;
  margin-bottom: 30px;
}
#Full_cover #Content #Main section.top_greeting h3 {
  padding-top: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
#Full_cover #Content #Main section.top_greeting p {
  margin: 0 auto;
  text-align: justify;
  padding: 30px 40px 40px;
}
#Full_cover #Content #Main section.top_sponsorship h3 {
  padding: 0 0 2px 3px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  border-bottom: 5px solid #1177cc;
}
#Full_cover #Content #Main section.top_sponsorship ul {
  padding: 20px 0;
  overflow: hidden;
  width: 760px;
  margin: 0 auto;
  font-size: 12px;
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
}
#Full_cover #Content #Main section.top_sponsorship ul li {
  width: 150px;
  height: 50px;
  text-align: center;
  background: #fff;
  float: left;
  box-sizing: border-box;
  padding: 1px;
  margin: 5px 20px;
}
#Full_cover #Content #Main section.top_sponsorship ul li img {
  width: 100%;
  height: auto;
}
#Full_cover #Content #Main section.top_sponsorship ul li.txt {
  color: #222;
  line-height: 19px;
  padding: 6px 5px;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
}
#Full_cover #Content #Main section.top_sponsorship ul li.txt.one {
  line-height: 30px;
}
#Full_cover #Content #Main section.open_lead {
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  text-align: center;
  margin-bottom: 30px;
}
#Full_cover #Content #Main section.open_lead h3 {
  padding-top: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
#Full_cover #Content #Main section.open_lead h3 span {
  font-size: 14px;
  display: block;
}
#Full_cover #Content #Main section.open_lead p + h3 {
  padding-top: 0;
}
#Full_cover #Content #Main section.open_lead > p {
  text-align: justify;
  margin: 30px 40px 40px;
  padding: 40px;
  background: #f3f3f3;
  border-radius: 10px;
}
#Full_cover #Content #Main section.open_lead div {
  overflow: hidden;
  padding: 0 0 5px;
}
#Full_cover #Content #Main section.open_lead div h4 {
  clear: both;
  float: left;
  margin: 6px 0 40px 40px;
  font-size: 18px;
  text-align: left;
  padding: 12px 26px 12px 19px;
  width: 95px;
  border-left: 10px solid #333;
}
#Full_cover #Content #Main section.open_lead div strong {
  font-size: 25px;
  line-height: 1.6;
  color: #666;
}
#Full_cover #Content #Main section.open_lead div p {
  text-align: left;
  float: left;
  padding: 0 0 40px;
}
#Full_cover #Content #Main section.open_lead div p a {
  color: #1177cc;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  padding-left: 15px;
}
#Full_cover #Content #Main section.open_lead div p a:hover {
  opacity: 0.5;
}
#Full_cover #Content #Main section.open_lead div dl {
  text-align: left;
  float: left;
  padding: 0 0 40px;
}
#Full_cover #Content #Main section.open_lead div dl dt {
  clear: left;
  float: left;
  width: 160px;
  margin-bottom: 18px;
}
#Full_cover #Content #Main section.open_lead div dl dd {
  float: left;
  margin-bottom: 18px;
  font-size: 12px;
}
#Full_cover #Content #Main section.contact_box {
  background: #fff;
  box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(100, 100, 100, 0.2);
  text-align: center;
  margin-bottom: 30px;
}
#Full_cover #Content #Main section.contact_box h3 {
  padding-top: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
#Full_cover #Content #Main section.contact_box h3 span {
  font-size: 14px;
  display: block;
}
#Full_cover #Content #Main section.contact_box > p {
  text-align: justify;
  padding: 30px 120px 40px;
}
#Full_cover #Content #Main section.contact_box table {
  margin: 0 40px 30px;
  display: block;
}
#Full_cover #Content #Main section.contact_box table tr {
  width: 100%;
}
#Full_cover #Content #Main section.contact_box table tr th {
  font-weight: normal;
  padding: 0 15px;
  vertical-align: top;
  text-align: left;
  line-height: 40px;
  background: #ddd;
  font-size: 13px;
  box-sizing: border-box;
  width: 160px;
}
#Full_cover #Content #Main section.contact_box table tr td {
  width: 520px;
  box-sizing: border-box;
}
#Full_cover #Content #Main section.contact_box table tr td input {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 0 5px;
  font-size: 14px;
  box-sizing: border-box;
}
#Full_cover #Content #Main section.contact_box table tr td textarea {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  width: 100%;
  height: 300px;
  line-height: 22px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box;
}
#Full_cover #Content #Main section.contact_box div {
  padding: 0 0 45px 0;
}
#Full_cover #Content #Main section.contact_box div input {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background: #1177cc;
  color: #fff;
  width: 160px;
  height: 70px;
  margin: 0 15px;
  font-size: 16px;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#Full_cover #Content #Main section.contact_box div input:hover {
  opacity: 0.5;
}
/*Full_cover*/
footer {
  width: 100%;
  background: #1177cc;
  line-height: 140px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}
footer a {
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
footer a:hover {
  color: #999;
}
#Jump {
  display: none;
  position: fixed;
  z-index: 150;
  bottom: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  overflow: hidden;
  text-indent: -300px;
}
#Jump a {
  display: block;
  background: #1177cc url('img/jump.png') no-repeat center center;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#Jump a:hover {
  opacity: 0.5;
}
