@media (max-width: 1330px) {
  html {
    overflow: visible;
    /*overflow-x: hidden;*/
    width: 1330px;
  }
  body {
    overflow: visible !important;
    width: 1330px;
  }
  .inner_1300 {
    margin: auto;
    padding: 0;
    position: relative;
    width: 1300px;
  }
  .inner_1200 {
    margin: auto;
    padding: 0;
    position: relative;
    width: 1200px;
  }
  .inner_1100 {
    margin: auto;
    padding: 0;
    position: relative;
    width: 1100px;
  }
  header {
    width: 1330px;
  }
  footer {
    width: 1330px;
  }
}


/*@media screen and (min-width: 481px) {*/
@media screen and (min-width: 980px) {
  .pc_none {
    display: none !important
  }
  #panel_list, #panel {
    display: none
  }
}

/*@media (max-width: 480px) {*/
@media (max-width: 979px) {
  body header {
    background: none;
    height: auto;
    padding-top: 0
  }
  body header #header_logo,
  body header .sub_nav,
  body header #gnav {
    display: none
  }
  body header.clone-nav {
    display: none
  }
  body #rd_header {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    display: block;
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
  }
  body #rd_header #rd_logo a {
    background: url(../img/logo.png) no-repeat left 15px top 10px;
    background-size: 90%;
    display: block !important;
    float: left;
    width: 169px;
	height: 80px;
    position: relative !important;
    text-indent: -9999px;
  }
  body #rd_header .header_btn{
	  margin: 15px 15px 0 10px;
	  float: right;
  }
  body #rd_header #rd_gnav {
    display: flex;
    float: right;
    height: 80px;
    width: 140px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
	body #rd_header #rd_gnav li{
		margin: 0;
    background-color: #ffffff;
		width: 70px;
		height: 80px;
	}
	body #rd_header #rd_gnav li:first-child{
		background: #3483D7;
	}
  body #rd_header #rd_gnav li a {
    color: #000000;
    display: inline-block;
    font-size: 10px !important;
    height: 10px;
    letter-spacing: -.04em;
    line-height: 1em;
    list-style: none;
    padding: 50px 1% 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
  }
	body #rd_header #rd_gnav li:first-child a{
		color: #FFF;
	}
  body #rd_header .rd_logo_text {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 14px;
    font-weight: 600;
  }
  .header_menu {
    background-image: none;
    height: auto;
    padding: 0;
  }
  .top_catch{
  	padding-top: 50px;
	}
}

@media (max-width: 768px){
}
@media (max-width: 620px){
  body #rd_header .header_btn .btn{
	  display: block;
	  padding: 10px;
	  width: auto;
	  font-size: 16px;
	  line-height: 1;
  }
}
@media (max-width: 480px){
  body #rd_header ,
  body #rd_header #rd_logo a ,
  body #rd_header #rd_gnav {
    height: 70px;
  }
	body #rd_header #rd_gnav li{
		height: 70px;
	}
}



/*@media only screen and (max-width: 480px) and (orientation: landscape) {*/
@media only screen and (max-width: 979px) and (orientation: landscape) {
  body #topcontrol {
    display: none !important
  }
}

/*@media (max-width: 480px) {*/
@media (max-width: 979px) {
	body #rd_header #rd_gnav li:first-child span.entry-icon{
		background: url(../img/icon_entry.svg) no-repeat;
		display: block;
		background-size: 100% auto;
		width: 30px;
		height: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 30%;
		margin-bottom: 5px;
	}
  body #panel-btn-icon {
    -webkit-transition: .2s;
    background: #000000;
    display: block;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 38%;
    transition: .2s;
    width: 30px
  }
  body #panel-btn-icon:before, body #panel-btn-icon:after {
    -webkit-transition: .3s;
    background: #000000 !important;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 38%;
    transition: .3s;
    width: 30px
  }
  body #panel-btn-icon:before {
    margin-top: -8px
  }
  body #panel-btn-icon:after {
    margin-top: 8px
  }
  body #panel-btn .close {
    background: transparent;
    background: rgba(0, 0, 0, 0) !important
  }
  body #panel-btn .close:before, body #panel-btn .close:after {
    background: #000000 !important;
    margin-top: 0
  }
  body #panel-btn .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  body #panel-btn .close:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }
  body #panel {
    display: none;
    height: auto;
    margin: 0;
    padding: 0 0 247px;
    position: absolute;
    text-align: left;
    top: 80px;
    width: 100%;
    z-index: 1000
  }
  body #panel li {
    background: rgba(255, 255, 255, 0.8)
  }
  body #panel li a {
    border-bottom: 1px dashed #000000;
    color: #000000;
    display: block;
    font-size: .8em;
    line-height: 100%;
    padding: 10px 5% 8px;
    position: relative;
    text-decoration: none;
    width: 100%
  }
  body #panel li a:after {
    content: ">";
    position: absolute;
    right: 7%;
    top: 8px
  }
  body #panel li a:hover {
    background: rgba(255, 255, 2555, 0.9);
    color: #000000;
  }
  body #panel li:last-child a {
    border-bottom: 0
  }
  body .dropdown {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
  body .dropdown li {
    padding: 0
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/*@media (max-width: 480px) {*/
@media (max-width: 979px) {
  html {
    -webkit-text-size-adjust: 100% !important;
    /*max-width: 480px;*/
    overflow-x: hidden;
    width: 100%
  }
  html body {
    -webkit-box-shadow: none;
    -webkit-text-size-adjust: 100% !important;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: .08em;
    letter-spacing: 0;
    line-height: 1.8em;
    /*max-width: 480px;*/
    min-width: 320px;
    overflow-x: hidden !important;
    top: 0 !important;
    width: 100%
  }
  .inner_1300 {
    /*max-width: 480px;*/
    padding: 0 4%;
    width: 92% !important
  }
  .inner_1200 {
    /*max-width: 480px;*/
    padding: 0 4%;
    width: 92% !important
  }
  .inner_1100 {
    /*max-width: 480px;*/
    padding: 0 4%;
    width: 92% !important
  }
  html body .sp_none {
    display: none
  }
  .flex {
    flex-wrap: wrap;
  }
  .section_title::after {
    height: 6px;
    bottom: -20px;
  }
  .section_subtitle {
    font-size: 20px;
    margin-left: 25px;
  }
  .section_subtitle::before {
    width: 20px;
    left: -25px;
  }
  .gray_bg {
    padding: 50px 0;
  }

  table {
	  width: 100%;
  }
	
  .index01_bg {
    margin-top: 0;
  }
  .index01_content .day {
    margin-left: 0;
  }
  #index02 {
    padding-top: 90px;
    margin-top: -40px;
  }
  .index02_left {
	width: 36%;
  }
  .index02_right {
	width: 60%;
  }
  .index03_bnr {
    font-size: 26px;
    padding: 60px 0;
  }
  .index03_bnr span::before {
    width: 50PX;
    height: 50px;
    left: 0;
    top: -55px;
  }
  .s_contents.flex {
    flex-wrap: nowrap;
  }
  .index05_b_table {
    width: 100%;
  }
  .index05_b_table tr th {
    width: auto;
    display: table-cell;
  }
  .index05_b_table tr td {
    display: table-cell;
  }
  .map {
    width: 100%;
  }
  .map iframe {
    width: 100%;
    margin-bottom: 20px;
  }
  .index06_left {
    margin-bottom: 10px;
  }
  .index06_right {
    margin-bottom: 20px;
  }
  html body footer {
    width: 100%;
  }
  footer .flex {
    justify-content: center;
  }
  .privacy {
    margin-right: 0;
  }
  #copyright {
    padding: 30px 0 130px;
  }
  #copyright a {
    display: block;
  }
  #copyright a::before {
    width: 30px;
    height: 30px;
    top: 17px;
    left: 0;
  }
  #copyright a::after {
    width: 30px;
    height: 30px;
    top: 17px;
    right: -3px;
  }

}
@media (max-width: 768px){
  .section_title {
    font-size: 32px;
  }
  .index02_left {
    width: 100%;
    margin-bottom: 50px;
  }
  .index02_right {
    width: 100%;
  }
  table {
    width: 100%;
  }
  table tr th {
    width: 100%;
    display: block;
  }
  table tr td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 620px){
  .section_title::after {
    height: 4px;
    bottom: -10px;
  }
  .index01_content .day {
	font-weight: bold;
    display: block;
  }
  .index01_content .title {
    margin-left: 0;
	border-bottom: 1px dotted #AAA;
	display: block;
  }
 .header_btn{
 	display: none;
 }
 
	 .btn {
	  display: block;
	  width: 90%;
	  padding: 15px 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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	.btn:hover {
	  color: #000000;
	  background: #f1f1f1;
	}
	.guide-btn .btn {
	  width: 90%;
		font-size:  18px;
		margin: auto;
		margin-bottom: 50px;
	}
}
@media (max-width: 480px){
  .section_title {
    font-size: 26px;
  }
}

