html {
  font-size: 62.5%;
}
body {
  -webkit-box-shadow: none;
  -webkit-text-size-adjust: 100% !important;
  box-shadow: none;
  color: #000000;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 2;
  /*overflow-x: hidden;*/
  padding-top: 80px;
  margin-top: -80px;
}
body a {
  -webkit-transition: .2s;
  transition: .2s
}
body a:link {
  text-decoration: none
}
body a:visited {
  text-decoration: none
}
body a:active {
  text-decoration: underline
}
.inner_1300 {
  width: 1300px;
  margin: auto;
}
.inner_1200 {
  width: 1200px;
  margin: auto;
}
.inner_1100 {
  width: 1100px;
  margin: auto;
}
.btn {
  display: block;
  width: 240px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to right, #2ef8a0, #0066ff);
  border-radius: 30px;
  margin-top: 5px;
}
.btn:hover {
  color: #000000;
  background: #ffffff;
}
.guide-btn .btn {
	width: 500px;
	font-size:  18px;
	margin: auto;
	margin-bottom: 50px;
}
.section_title {
	position: relative;
	padding: 1.5rem 2rem;
	border-bottom: 3px solid #000;
	width: 60%;
	margin: 0 auto 50px;
	
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.section_title:before {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.section_title:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
}
.section_subtitle {
	position: relative;
	padding: 1rem .5rem;
	
	font-size: 28px;
	letter-spacing: 0.6px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	margin-left: 50px;
}

.section_subtitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.flex{
  display: flex;
  justify-content: space-between;
}
table {
  width: 1000px;
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 50px;
  border-top: 1px solid #000000;
}
table tr {
  border-bottom: 1px solid #000000;
}
table tr th {
  width: 200px;
  background-color: #4fd3c5;
  text-align: left;
  font-weight: bold;
  padding: 10px 20px;
}
table tr td {
  width: 800px;
  padding: 10px 20px;
  font-weight: bold;
}
table tr td a {
  color: #285F3E;
  border-bottom: 1px solid #285F3E;
}
table.table-gaiyou tr td a {
	word-break: keep-all;
	display: inline-block;
}
.gray_bg {
  background-color: #EEEEEE;
  padding: 100px 0;
}
body header {
  /* height: 75px; */
  margin: auto;
  position: relative;
  width: 100%
}
body header #header_logo a {
  -webkit-transition: .2s;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 169px;
  height: 70px;
  position: relative;
  text-indent: -9999px;
  transition: .2s;
}
body header #header_logo:hover {
  -webkit-transition: .2s;
  opacity: .7;
  transition: .2s
}
.header_menu {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 14px 0;
    background-color: #021951;
    background-size: cover;
}
.gnav_inner {
	width: calc(100% - 200px);
	margin: 10px 0 0 auto;
}
body header #gnav{
	width: auto;
	display: block;
	margin-left: auto;
	text-align: right;
  line-height: 1;
}
body header #gnav ul{
	display: inline-block;
}
body header #gnav ul li {
  display: inline-block;
  line-height: 1;
}
body header #gnav ul li a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding: 14px 10px;
}
body header #gnav ul li a span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Impact';
}
body header #gnav ul li a:hover {
  color: #000000;
  background-color: #ffffff;
}
body header.clone-nav {
  -webkit-transition: .6s ease-in-out;
  position: fixed;
  top: -200%;
  transition: .6s ease-in-out;
  width: 100%;
  z-index: 10;
  height: 80px;
}
body header.clone-nav #header_logo a {
  width: 160px;
}
body header.clone-nav .btn {
  margin-top: 10px;
}
body header.clone-nav .gnav_inner {
	width: calc(100% - 200px);
  margin-top: 15px;
}
body header.clone-nav .header_menu {
  padding: 7px 0;
}
body header.clone-nav #gnav ul li a {
  padding: 10px;
}
body header.is-show {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  top: 0
}
/* =============== */
/* ===== index01 ===== */
/* =============== */
.index01_bg {
  
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 0;
  /*position: relative;
  margin-top: -380px;*/
}
.index01_content .day {
  margin-left: 100px;
}
.index01_content .title {
  margin-left: 50px;
}
.index01_content .title .bold{
	font-weight: bold;
}
@media screen and (min-width: 980px) {
.index01_content{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.5em;
}
.index01_content .day {
	width: 220px;
	margin: 0;
	padding: 0 0 0 100px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.index01_content .title {
	width: calc(100% - 320px);
	margin: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* =============== */
/* ===== index02 ===== */
/* =============== */
#index02 {
  padding-top: 150px;
  margin-top: -20px;
}
.index02_left {
  /*width: 390px;*/
  width: 33%;
}
.index02_right {
  /*width: 630px;*/
  width: 60%;
}
/* =============== */
/* ===== index03 ===== */
/* =============== */
#index03 {
  padding-top: 100px;
}
.index03_bnr {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 120px 0;
  background-image: url(../img/index03_01.jpg);
  background-size: cover;
  margin-bottom: 70px;
}
.index03_bnr span {
  position: relative;
  text-shadow: 1px 1px 3px #000;
}
.index03_bnr span::before {
  position: absolute;
  content: "";
  width: 150PX;
  height: 150PX;
  left: -40px;
  top: -150px;
  background-image: url(../img/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* =============== */
/* ===== index04 ===== */
/* =============== */
#index04 {
  padding-top: 60px;
  margin-top: -60px;
}
/* =============== */
/* ===== index05 ===== */
/* =============== */
#index05 {
  padding-top: 140px;
  margin-top: -70px;
}
.s_content {
  border: 1px solid #1A469B;
  position: relative;

  width: 1300px;
}
.s_title {
  font-size: 24px;
  background-color: #9ac5e3;
  text-align: center;
  font-weight: bold;
}
.top_s_contents {
  position: relative;
  margin-bottom: 39px;

  width: 1300px;
}
.top_s_contents::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-color: #1A469B;
}
.top_s_contents::after {
  position: absolute;
  content: "";
  width: 990px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-color: #1A469B;
}
.top_s_contents .s_text {
  font-size: 20px;
  text-align: center;
}
.top_s_contents .s_text span {
  font-weight: bold;
}
.s_contents {
  width: 1300px;
  margin-bottom: 50px;
}
.s_contents .s_content {
  width: 24%;
}
.s_contents .s_content::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background-color: #1A469B;
}
.s_contents .s_text {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
}
.s_contents ul.documents{
	margin: 15px;
}
.s_contents ul.documents li{
	margin: 0 0 2px 0;
	color: #FFF;
	text-align: center;
}
.s_contents ul.documents li a{
	padding: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #1A469B;
}
.s_contents ul.documents li span{
	padding: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #CCC;
}
#index05 table tr th {
  text-align: center;
}
#index05 table tr td {
  padding: 10px;
}
.w_15 {
  width: 15%;
}
.w_20 {
  width: 20%;
}
.w_45 {
  width: 45%;
}
#index05 .btn {
  width: auto;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
}
/* =============== */
/* ===== index06 ===== */
/* =============== */
#index06 {
  padding-top: 60px;
  margin-top: -60px;
}
.map {
  width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}
.map iframe {
  border: 2px solid #1A469B !important;
}
#index06 .flex {
  align-items:flex-start;
  flex-wrap: wrap;
  line-height: 1.4;
}
.index06_left {
  width: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #1A469B;
  border-radius: 10px;
}
.index06_right {
  width: 890px;
  margin-bottom: 5px;
}
/* =============== */
/* ===== footer ===== */
/* =============== */
footer .flex {
  justify-content: right;
  margin-top: 20px;
}
.privacy {
  margin-right: 50px;
}
.plan a {
  color: #ffffff;
  background-color: #666566;
  display: block;
  padding: 2px 20px;
  border-radius: 20px;
}
#copyright  {
  text-align: center;
  padding: 50px 0;
}
#copyright a {
  position: relative;
  color: #1A469B;
  font-weight: bold;
}
#copyright a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#copyright a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pagetop {
  -webkit-transition: all .4s;
  bottom: 40px;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 50px;
  transition: all .4s;
  width: 50px
}
.pagetop.show {
  bottom: 60px;
  height: 50px;
  opacity: 1;
  right: 50px;
  width: 50px;
  z-index: 1;
}
.pagetop a {
  -webkit-box-sizing: border-box;
  -webkit-transition: .25s;
  background: #000000;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  height: 60px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  transition: .25s;
  width: 60px
}
.pagetop a::before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: .25s;
  border-left: #fff solid 1px;
  border-top: #fff solid 1px;
  content: "";
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 24px;
  transform: rotate(45deg);
  transition: .25s;
  width: 20px
}
.pagetop a:hover {
  background: #fff;
  border: 1px solid #000000
}
.pagetop a:hover::before {
  border-left: #000000 solid 1px;
  border-top: #000000 solid 1px
}

/*youtube-mov
************************************************************************************/
#youtube-mov,
.article-box{
	background: #e5f3f6;
	padding: 40px 0;
}
#youtube-mov li a{
	text-decoration: underline;
	border-bottom: 0;
	color: #000;
	line-height: 1.4;
}
#youtube-mov ul.mov-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 30px;
}
#youtube-mov ul.mov-list li{
	width: 25%;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#youtube-mov ul.mov-list li img{
	width: 100%;
	height: auto;
	margin: 0 0 1em 0;
}
#grandprix-box{
	background: #fceaea;
	padding: 40px 0;
	margin-bottom: 2px;
}
#grandprix-box .inbox{
	margin: 20px auto;
	width: 900px;
	border: 3px solid #cb7e7e;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}
ul.btn-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 20px 0 0 0;
}
ul.btn-box li{
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.btn-box li a,
ul.btn-box li span{
	background: #1A469B;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 7px 0;
}
ul.btn-box li span{
	background: #ccc;
}

.frame-support td.imglink a{
	text-decoration: none;
	border: 0;
}
.frame-support ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.frame-support ul li{
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
}
.frame-support ul li img{
  max-height: 120px;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
#grandprix-box .inbox{
	width: 98%;
}
}
@media screen and (max-width: 768px){
#youtube-mov ul.mov-list li{
	width: 33%;
}
ul.btn-box li{
	width: 100%;
}
.frame-support ul li img{
  max-height: 120px;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
}
@media screen and (max-width: 620px) {
#youtube-mov ul.mov-list li{
	width: 50%;
}
}
@media screen and (max-width: 480px){
}