@media screen and (min-width: 769px) and (max-width: 1099px) {
img {
	max-width:100%;
	height:auto;
}
#bottom_mainimage .txt img {
	width:auto;
	max-width:none !important;
	height:100%;
}

.inner, .box60, .box40 {
	width:100%;
}

#header h1 {
	width:50%;
}
#header .right {
	width:48%;
}
#gnavi ul {
	border:none;
}
#gnavi li {
	width:16.666%;
	float:left;
	font-weight:bold;
}
#gnavi li a {
	display:block;
	padding:10px 0;
	text-align:center;
	border-left:1px solid #ccc;
	text-indent:inherit;
}
#gnavi li.g01 a,
#gnavi li.g02 a,
#gnavi li.g03 a,
#gnavi li.g04 a,
#gnavi li.g05 a,
#gnavi li.g06 a {
	background:none;
}


#main .news,
#main .schedule {
	width:100%;
	float:none;
}
#main .schedule {
	margin-top:20px;
}

#footer {
	min-width:inherit;
}
#footer .inner {
	width:96%;
	margin:0 2%;
}

#footer .left,
#footer .right {
	float:none;
}
#footer .right {
	margin-top:20px;
}


}

@media screen and (max-width: 768px) {

a {
	text-decoration:none;
}

body {
	font-size:13px;
	line-height:1.4;
	color:#000;
}

.fr {
	text-align:center;
	margin-top:20px;	
}

#header #menu_btn {
	display:block;
	position:absolute;
	top:22px;
	right:20px;
	width:20px !important;
	z-index:99999;
}

.hamburger {
	padding:0 !important;
	z-index:9999;
}
.hamburger-box,
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width:30px !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background:#FFF;
	color:#FFF;
}

.pc { display:none; }
.sp, .spbtn { display:block; }

.inner {
	width:100%;
	margin:0 auto;
}

#mainimage {
	margin:0px auto;
	width:100%;
}

img {
	max-width:100%;
	height:auto;
}
#bottom_mainimage .txt img {
	width:auto;
	max-width:none !important;
	height:100%;
}

#container.bottom {
    padding: 20px 0 50px 0;
    font-size: 14px;
}

#header {
	padding:10px 0;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#323250;
	z-index:9000;
}

#header h1 {
	width:100%;
	float:none;
	text-align:left;
	margin-top:0px;
	margin-bottom:0;
}
#header h1 img {
	max-width:60%;
	margin-left:10px;
}

#header nav {
	display:none;
}

#container .inner {
	padding:0 2%;
	width:96%;
}

.top_menu li {
	width:50%;
}

.top_info {
	border-bottom:1px solid #ccc;
	padding:20px 0;
}
.top_info .left {
	float:none;
	margin-bottom:10px;
}
.top_info .left img {
	margin-bottom:5px;
}
.top_info .right {
	width:100%;
	float:none;
}

.top_info .right dl,
.info_list dl {
	margin-top:10px;
}
.top_info .right dl:first-child,
.info_list dl:first-child {
	margin-top:0;
}
.top_info .right dt,
.info_list dt {
	color:#f58c32;
	width:auto;
	float:none;
}
.top_info .right dd,
.info_list dd {
	width:auto;
	float:none;
}

#footer {
	padding-bottom:25px;
	background:#f0f0f0;
}
#footer #pagetop {
	background:#323250;
}

#footer #pagetop a {
	height:24px;
	padding:20px 0;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/pagetop.png) no-repeat center center;
}

#footer nav {
	padding:0 0 20px;
}
#footer nav dl {
	float:none;
	width:100%;
	margin-left:0;
}
#footer nav dl:first-child {
	margin-left:0;
}

#footer nav dt {
	border-bottom:1px solid #b4b4b4;
	font-weight:bold;
	color:#323250;
	font-size:15px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:0;
	position: relative;
	padding-left:5px;
}
#footer nav dt::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #5bc0de;
	border-right: solid 2px #5bc0de;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
#footer nav dt.active::before{
   	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#footer nav dd {
	display:none;
	margin-top:0;
}
#footer nav dd p {
	margin:0;
}
#footer nav dd p a {
	color:#666;
	display:block;
	border-bottom:1px solid #b4b4b4;
	padding:10px 5px 10px 30px;
	position:relative;
	background:#FFF;
}
#footer nav dd p a::before,
#footer nav dd p a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer nav dd p a::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
#footer nav dd p a::after{
	left: 18px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer nav > p > a {
	display:block;
	border-bottom:1px solid #b4b4b4;
	font-weight:bold;
	color:#323250;
	font-size:15px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:0;
	position: relative;
	padding-left:5px;
}


#footer ul {
	display:none;
}

#footer .logo {
	text-align:center;
	margin-top:0px;
}
#footer .copy {
	margin-top:15px;
	text-align:center;
	font-size:12px;
	color:#666;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#main {
	width:100%;
	float:none;
	margin-top:20px;
}

#sub {
	width:100%;
	float:none;
	border:none;
	padding-bottom:0;
}
#sub .subttl {
	display:none;
}
#sub dl {
	margin-top:0;
}

#main .title01 {
	font-size:19px;
	margin-top:30px;
	margin-bottom:15px;
}

h3 {
	font-size:17px;
}

dl.access dt {
	width:auto;
	display:block;
}
dl.access dd {
	width:auto;
	display:block;
	margin-bottom:10px;
}

.title_year {
	font-size:22px;
	font-weight:bold;
}


.t_02 th, .t_02 td {
	display:block;
	padding:0;	
}
.t_02 th {
	border-bottom:1px solid #ccc;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:15px;
}
.t_02 .fr {
	text-align:left;
	margin-top:0;
}

.page_title {
	font-size:22px;
}
.page_title .icn01 {
	background:url(../images/common/title_icn01.png) no-repeat left top;
	background-size:auto 1.1em;
	padding-left:1.3em;
}
.page_title .icn02 {
	background:url(../images/common/title_icn02.png) no-repeat left top;
	background-size:auto 1.1em;
	padding-left:1.3em;
}
.page_title .icn03 {
	background:url(../images/common/title_icn03.png) no-repeat left top;
	background-size:auto 1.1em;
	padding-left:1.3em;
}
.page_title .icn04 {
	background:url(../images/common/title_icn04.png) no-repeat left top;
	background-size:auto 1.1em;
	padding-left:1.3em;
}

.btn_orange a {
    background: #f58c32;
    padding: 15px 0 15px;
    color: #FFF;
	display:block;
	text-align:center;
}


#sub .menu1 li,
#sub dl dd a {
	margin:0;
}

#sub dl dt {
	padding:10px 0 10px 35px;
}
#sub dl dt:before {
	top:8px;
}
#sub .menu1 a,
#sub dl dd a {
	background:#efefef;
	border-bottom:1px solid #000;
	padding:10px;
	display:block;
	position: relative;
}
#sub .menu1,
#sub dl dd a:first-child {
	border-top:1px solid #000;
}

#sub .menu1 a::before,
#sub .menu1 a::after,
#sub dl dd a::before,
#sub dl dd a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#sub .menu1 a::before{
	width: 12px;
	height: 12px;
	background: #7a0;
}
#sub .menu1 a::after{
	right: 14px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.table_wrap table {
	font-size:13px;
}
.table_wrap table td {
	padding:5px;
}

.etc_type {
	margin-top:20px;
}
.etc_type .detail {
	width:auto;
	float:none;
}
.etc_type .detail .name {
	color:#f48b31;
}

.etc_type .image {
	width:auto;
	float:none;
	margin-top:15px;
	text-align:center;
}

.contact dt {
	border-bottom:1px solid #000;
	padding-bottom:3px;
	margin-bottom:5px;
}

.contact_btn2 {
	display:inline-block;
	margin-bottom:10px;
}

.test {
	margin-bottom:50px;
}
.test a {
	width:50%;
	float:left;
	display:block;
}

.test ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	border:1px solid #FFF;
	overflow:hidden;
}
 
.test ul li {
    width:50%;
    list-style:none;
}
.test ul li.left.img { float:left; }
.test ul li.right.img { float:right; }
.test ul li.left.box { float:left; }
.test ul li.right.box { float:right; }
.test ul li.box,
.test ul li.img {
	width:50%;
}
.test ul li.img img {
	width:100%;
	height:auto;
}

.test ul li.u01 {
	background:url(../images/top/menu01.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul li.u02 {
	background:url(../images/top/menu02.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul li.u03 {
	background:url(../images/top/menu03.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul li.u04 {
	background:url(../images/top/menu04.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul li.u05 {
	background:url(../images/top/menu05.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul li.u06 {
	background:url(../images/top/menu06.jpg) no-repeat;
	background-size:auto 101%;
}
.test ul.left { background-position:center center; }
.test ul.right { background-position:center center; }
.test a ul li { transition:1s; }
.test a:hover ul li.img {
	transform: scale(1.30);
}
.test ul li.box {
	position:relative;
	z-index:1000;
	-webkit-transform:perspective(0);
}
.test ul li.box::after {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-15px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.test ul li.box.left::after {
	right:-29px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.test ul li.box.right::after {
	left:-29px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.test ul li.box.orange::after { border-top: 15px solid #f48b31; }
.test ul li.box.blue::after { border-top: 15px solid #31314f; }
.test ul li.box.orange { background:#f48b31; }
.test ul li.box.blue { background:#31314f; }

.test ul li.box .txt {
	width:58%;
	height:auto;
	margin:40px 0 0 15%;
}
.test ul li.box .txt img {
	width:100%;
	height:auto;
}
.test ul li.b04.box .txt {
	width:40%;
}
.test ul li.b05.box .txt {
	width:40%;
}
.test ul li.b06.box .txt {
	width:50%;
}

.test a:hover ul li.box .txt img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

dl.enkaku {
	letter-spacing:-.4em;
	margin-top:30px;
}

dl.enkaku dt.year {
	width:auto;
	display:block;
	letter-spacing:normal;
	vertical-align:top;
	color: #323250;
    font-size: 17px;
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-weight:bold;
	margin-bottom:5px;
}
dl.enkaku dd.subttl {
	width:auto;
	display:block;
	letter-spacing:normal;
	color: #323250;
    font-size: 15px;
	font-weight:bold;
}
dl.enkaku dd.subttl2 {
	padding-left:0;
	letter-spacing:normal;
	color: #323250;
    font-size: 15px;
	font-weight:bold;
	margin-top:10px;
}
dl.enkaku dd.detail {
	letter-spacing:normal;
	padding-left:0;
}

.cols3 {
	letter-spacing:-.4em;
	margin-left:0;
}
.cols3 li {
	width:auto;
	display:block;
	letter-spacing:normal;
	margin-left:0;
	margin-bottom:20px;
}


}