@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) {
#SMP------------------------{}
	#main {
		width: 100%;
		padding: 0 0% 15vw;
	}
	#top__mv {
		margin: 0px;
		width: 100%;
		padding-bottom: 1px;
	}
	#top__mv .main01 {
		width:100%;
		margin:0px 0 0 0px;
	}
	
	
	/*links*/
	.links {
		width:96%;
		margin:12VW auto;
	}
	.links > li{
		width:100%;
	}
	.links > li:first-child{
		background: url("../img/btn_info_base.png") center top no-repeat;
		margin-bottom:10px;
		background-size: 100%;
		height:47VW;
	}
	.links > li:last-child{
	}
	.links > li:first-child > ul {
		width:90%;
		margin: 0px auto 0;
    	padding-top: 17VW;
	}
	.links > li:first-child > ul li{
		margin-bottom: 4VW;
	}
	/*links*/
	
    /*topics*/
    #topics {
        box-sizing:border-box;/*ボーダー内側*/
        border:2px solid #37b6af;
        width:94%;
        margin:8VW auto;
    }
    #topics h2 {
        background-color: #37b6af;
        text-align: center;
        color:#FFF;
        margin:0;
        line-height:32px;
        font-size:16px;
    }
    #topics dl {
        padding:10px 4% 0;
        font-size:14px;
    }
    #topics dl dt{
        width:100%;
        padding-bottom:5px;
    }
    #topics dl dd{
        width:100%;
        padding-bottom:15px;
        margin-left: 0;
    }
    #topics dl dd img{
        width:35px;
        margin:3px 0 0 5px;
    }
    /*topics*/
	
	#top_map {
		width:94%;
		margin:10px auto 25px;
	}
	#top_map_detail .map02 {
		margin:0px auto 15px;
	}
    
	#top_map .calendar p{
		width:calc(100% - 1em);
	}
	#top_map .calendar p br{
		display:none;
	}
    
    .map01 {
        margin-bottom:10px;
    }
	
	#btn_print{
        width:56%;
        margin:10px 2% 0px;
		text-align: left;
	}

	#top_map_detail {
		width:94%;
		margin:0px auto 0;
    	border:0!important;
	}
	#top_map_detail h2{
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	#top_map_detail .map03 {
		margin-top: 0px;
	}
	#top_map_detail ul {
		width:100%;
	}
	#top_map_detail ul li {
		text-align: center;
		/*padding:4VW 4%;*/
		padding-top: 4VW;
	}
	#top_map_detail ul li:nth-child(1) {
		/*width:92%;*/
	}
	#top_map_detail ul li:nth-child(2) {
	}
	.movie {
        width:94%;
	}
	.app {
		padding: 15px;
		border: solid 3px #f8b62d;
		background-color: #fffcdb;
		margin-bottom: 30px;
	}
	.app h6 {
		font-size: 14px;
		color: #FFFFFF;
		background-color: #008cd6;
		border-radius: 10px;
		margin: 0px 0px 30px;
		padding: 10px 10px;
		text-align: center;
	}
	.app_box {
		width: auto;
	}
	.app_box p {
		text-align: left;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.app_box h7 {
		font-size: 18px;
	}
	.app_img {
		margin-bottom: 30px;
	}
	.app_img img {
		width: 70%!important;
	}
	.app_left {
		width: 100%;
		text-align: center;
	}
	.app_right {
		width: 100%;
		text-align: center;
	}
	.dl_app {
		margin-bottom: 60px;
	}
	.dl_app img {
		width: 50%!important;
		margin-bottom: 10px;
	}
	.dl_app .google {
		width: 50%!important;
	}
	.mb0 {
		margin-bottom: 0px;
	}
	.dv_none {
		display: none;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 834px){
#TABLET------------------------{}
	
	#main {
		width: 100%;
		padding: 0 0% 80px;
	}
	#top__mv {
		margin: 0px;
		width: 100%;
		padding-bottom: 1px;
	}
	#top__mv .sp{
        display: none;
	}
	#top__mv .pc{
        display: block;
	}
    
	/*links*/
	.links {
		width:96%;
		margin:30px auto;
	}
	.links > li{
		width:49%;
		float:left;
		margin-right:2%;
	}
	.links > li .pc{
		display: block!important;
	}
	.links > li .sp{
		display: none!important;
	}
	.links > li:first-child{
		background: url("../img/btn_info_base.png") center top no-repeat;
		background-size: 100%;
		height: 23VW;
	}
	.links > li:first-child > ul {
		width:85%;
		margin: 9VW auto 0;
	}
	.links > li:first-child > ul li{
		margin-bottom: 10px
	}
	.links li:last-child{
		margin-right:0px;
	}
	/*links*/
	
    /*topics*/
    #topics {
        box-sizing:border-box;/*ボーダー内側*/
        border:2px solid #37b6af;
        width:94%;
        margin:35px auto 0px;
    }
    #topics h2 {
        background-color: #37b6af;
        text-align: center;
        color:#FFF;
        margin:0;
        line-height:32px;
        font-size:16px;
    }
    #topics dl {
        padding:10px 4% 0;
        font-size:14px;
    }
    #topics dl dt{
        width:100%;
        padding-bottom:5px;
    }
    #topics dl dd{
        width:100%;
        padding-bottom:15px;
        margin-left: 0;
    }
    #topics dl dd img{
        width:35px;
        margin:3px 0 0 5px;
    }
    /*topics*/

	#top_map {
		position:relative;
		width: 94%;
		height: 55VW;
		margin:5VW auto 5VW;
	}
	#top_map .map01{
		position:absolute;
		top:0px;
		left:0px;
        width:49%;
	}
	#top_map .calendar{
		position:absolute;
		top:0px;
		right:0px;
        width:49%;
	}
	#top_map img{
		width:100%;
		height:auto;
	}
    
	#top_map .calendar p{
		width:calc(100% - 1em);
	}
	
	#btn_print {
		width:96%;
		margin:12px 2% 0;
		text-align:left;
	}
	#btn_print img{
		width:240px;
	}
	#top_map_detail h2{
		height:50px;
		line-height:50px;
	}

	#top_map_detail {
		width:96%;
		margin:0px auto 0;
	}
	#top_map_detail h2{
		height:50px;
		line-height:50px;
	}
	#top_map_detail .map03 {
		margin-top: 0px;
	}
	#top_map_detail ul {
		padding:0VW 0;
	}
	#top_map_detail ul li {
		text-align: center;
		padding:4VW 4%;
	}
	#top_map_detail ul li:nth-child(1) {
		width:92%;
	}
	#top_map_detail ul li:nth-child(2) {
	}
	.app {
		padding: 15px;
		border: solid 3px #f8b62d;
		background-color: #fffcdb;
		margin-bottom: 30px;
	}
	.app h6 {
		font-size: 15px;
		color: #FFFFFF;
		background-color: #008cd6;
		border-radius: 10px;
		margin: 0px 0px 30px;
		padding: 10px 0px;
		text-align: center;
	}
	.app h6 br {
		display: none;
	}
	.app_box {
		overflow: hidden;
		width: auto;
	}
	.app_box p {
		text-align: left;
		font-size: 12px;
		min-height: 170px;
		margin-bottom: 30px;
	}
	.app_box h7 {
		font-size: 18px;
	}
	.app_img {
		margin-bottom: 30px;
	}
	.app_img img {
		width: 70%!important;
	}
	.app_left {
		float: left;
		width: 45%;
		text-align: center;
	}
	.app_right {
		float: right;
		width: 45%;
		text-align: center;
	}
	.dl_app img {
		width: 50%!important;
	}
	.dl_app .google {
		width: 50%!important;
	}
	.dl_app {
		overflow: hidden;
		width: 90%;
		padding-left: 5%;
	}
	.app_store {
		float: left;
		width: 43%;
		margin-right: 4%;
	}
	.google_play {
		float: left;
		width: 43%;
	}
	.dv_none {
		display: none;
	}
	
    
}

@media screen and (min-width: 835px) {
#PC------------------------{}
	#top_footerspace {
		width: 960px;
		overflow: hidden;
		float: none;
		height: 60px;
		display: block;
	}
	#main {
		display: block;
		float: none;
		width: 960px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
	}
	#top__mv {
		display: block;
		margin: 0px;
		width: 100%;
		height:400px;
		padding-bottom: 0px;
	}
	/*links*/
	.links {
		margin:40px auto;
	}
	.links > li{
		float:left;
		width:460px;
		height:225px;
	}
	.links > li:first-child{
		background: url("../img/btn_info_base.png") center top no-repeat;
		margin-right:40px;
	}
	.links > li:last-child{
	}
	.links > li:first-child > ul {
		width:420px;
		margin: 85px auto 0;
	}
	.links > li:first-child > ul li{
		margin-bottom: 10px
	}
	/*links*/
    
    /*topics*/
    #topics {
        box-sizing:border-box;/*ボーダー内側*/
        border:2px solid #37b6af;
        margin-top:35px;
    }
    #topics h2 {
        background-color: #37b6af;
        text-align: center;
        color:#FFF;
        margin:0;
        line-height:40px;
        font-size:18px;
    }
    #topics dl {
        padding:10px 28px 0;
    }
    #topics dl dt{
        float:left;
        width:130px;
		padding-top: 3px;
        padding-bottom:10px;
    }
    #topics dl dd{
        float:left;
        width:770px;
        padding-bottom:10px;
        margin-left: 0;
    }
    #topics dl dd img{
        margin:3px 0 0 5px;
    }
    /*topics*/

	#top_map {
		position:relative;
		width:960px;
		height:507px;
		margin:35px auto 30px;
	}
	#top_map .map01{
		position:absolute;
		top:0px;
		left:0px;
        width: 470px;
	}
	#top_map .calendar{
		position:absolute;
		top:0px;
		right:0px;
        width: 470px;
	}
	#top_map .calendar img{
        width: 100%;
		height:auto;
	}
	#top_map .calendar p{
        width:519px;
	}

	#top_map_detail {
		width:956px;
		margin:0px auto 0;
	}
	#top_map_detail h2{
		height:50px;
		line-height:50px;
	}
	#top_map_detail .map03 {
		margin-top: 0px;
	}
	#top_map_detail ul {
		width:100%;
	}
	#top_map_detail ul li {
		text-align: center;
		padding:28px 0;
	}
	#top_map_detail ul li:nth-child(1) {
		width:960px;
	}
	#top_map_detail ul li:nth-child(2) {
	}

	#btn_print {
		width:960px;
		margin:12px auto 0;
		text-align:left;
	}

	.movie {
		width: 900px;
	}
	.movie_body {
		width: 840px;
        padding: 30px 30px;
	}
	.alert {
        width:900px;
	}
	.app {
		width: 874px;
		padding: 15px 15px 20px;
		border: solid 3px #f8b62d;
		background-color: #fffcdb;
		margin-bottom: 30px;
	}
	.app h6 {
		font-size: 15px;
		color: #FFFFFF;
		background-color: #008cd6;
		border-radius: 10px;
		margin: 0px 0px 30px;
		padding: 10px 0px;
		text-align: center;
	}
	.app_box {
		overflow: hidden;
		width: auto;
	}
	.app_box p {
		text-align: left;
		font-size: 14px;
		min-height: 174px;
		margin-bottom: 10px;
	}
	.app_box h7 {
		font-size: 18px;
	}
	.app_img {
		margin-bottom: 10px;
	}
	.app_left {
		float: left;
		width: 400px;
		text-align: center;
	}
	.app_right {
		float: right;
		width: 400px;
		text-align: center;
	}
	.dl_app {
		overflow: hidden;
		width: 264px;
		padding-left: 68px;
	}
	.dl_app img {
		width: 100%;
	}
	.app_store {
		float: left;
		width: 114px;
		margin-right: 10px;
	}
	.google_play {
		float: left;
		width: 140px;
	}
	.pc_none {
		display: none;
	}
}

#top__mv .main02 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #FFF;
}
#top__mv .main02 h2{
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	background-color: #004da0;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#top__mv .main02 dl dt{
	float:left;
	font-weight:bold;
	background: url(../img/reader6.gif) right center no-repeat;
}
#top__mv .main02 dl dt:nth-child(3){
	background: url(../img/reader3.gif) right center no-repeat;
}
#top__mv .main02 dl dd{
	float:left;
	margin: 0;
}
#top__mv .main02 p{
	text-align:center;
	color:#004da0;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#top_map .calendar p{
    font-size:14px;
    text-indent:-1em;
    padding-left:1em;
}

#top_map_detail{
    border:2px solid #005bac;
}
#top_map_detail h2{
    width:100%;
    margin:0 auto;
    background-color: #005bac;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align: center;
}
	

.r3 {
  background: url("../img/icon_r3.png") left 1px center no-repeat;
  padding-left: 22px;
  background-size: 18px;
}
.top .r4 {
  background: url("../img/icon_r4.png") left 1px center no-repeat;
  padding-left: 22px;
  background-size: 18px;
}

.icon03 {
	background: url("../img/root_icon03.gif") left 1px center no-repeat;
    padding:5px 0 5px 24px;
}
.icon06 {
	background: url("../img/root_icon06.gif") left 1px center no-repeat;
    padding:5px 0 5px 24px;
}
.icon11 {
	background: url("../img/root_icon11.gif") left 1px center no-repeat;
    padding:5px 0 5px 24px;
}
.icon16 {
	background: url("../img/root_icon16.gif") left 1px center no-repeat;
    padding:5px 0 5px 24px;
}
.iconc1 {
	background: url("../img/root_iconc1.gif") left 1px center no-repeat;
    padding:5px 0 5px 24px;
}
.iconc2 {
	background: url("../img/root_iconc2.gif") left 2px center no-repeat;
    padding:5px 0 5px 35px;
}

.mb30 {
	margin-bottom:30px;
}