@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

.list_asterisk{margin-left:1em;}
.list_asterisk li{text-indent:-1em;}
.list_asterisk li:before{content:"※";}
.list_dot{margin-left:1em;}
.list_dot li{text-indent:-1em;}
.list_dot li:before{content:"●";}
.list_square{margin-left:1em;}
.list_square li{text-indent:-1em;}
.list_square li:before{content:"■";}

.font-weight-bold{font-weight: bold;}
.font-size-large{font-size: 1.2em;}
.font-size-small{font-size: 0.85em;}
.font-color-red{color: #FF0000;}
.font-color-blue{color: #008AD2;}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.pc{display:none;}
.sp{display:block;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 0;
	box-sizing: border-box;
}
/*title*/
img#mainphoto_sp {
	width: 100%;
}

ul.pagelinks{
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: border-box;
	background: #251E1C;
	}	
ul.pagelinks li:nth-child(1),ul.pagelinks li:nth-child(3){
	width: 31.9%;
	display: block;
	}	
ul.pagelinks li:nth-child(2){
	width: 36.2%;
	display: block;
	}	

ul.pagelinks li:nth-child(4),ul.pagelinks li:nth-child(5){
	width: 50%;
	display: block;
	}	
  
ul.pagelinks li img{
	width: 100%;
	vertical-align: middle;
	}	

ul.pagelinks li span{
	width: 100%;
	margin: 0;
	display: block;
	}
	
ul.pagelinks li:nth-child(1) span,ul.pagelinks li:nth-child(3) span{
	width: 100%;
	}	

ul.pagelinks li img{
	width:100%;
	vertical-align: bottom;
	}	
#section_01 img,#section_02 img,#section_03 img,#section_04 img,#section_05 img,.section_application img{
	vertical-align:bottom;
	width: 100%;
	}
#section_01{
	margin: 2% 0 0 0;
	text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
	}
	

	
#section_02,#section_03{
	width: 100%;
	background:#FFFAB4;
	margin: 2% 0 0 0;
	padding: 2%;
	box-sizing: border-box;
  font-size: 14px;
	}
#section_02 h2,#section_03 h2{
	width: 100%;
	margin: 0 0 2% 0;
	}

  
#section_02 .inner,#section_03 .inner{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}
#section_02 img,#section_03 img{
	width: 100%;
	margin: 0 0 1% 0;
	}
#section_02 h3,#section_03 h3{
	width: 100%;
	margin: 5% 0 2% 0;
	}
#section_02 .inner_box,#section_03 .inner_box{
	width: 100%;
  padding: 2%;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 2px 2px #CEC890;
  margin: 0 0 5% 0;
	}
#section_02 .inner_box h4,#section_03 .inner_box h4{
  margin: 0 0 2% 0;
	}
#section_02 .inner_box p,#section_03 .inner_box p{
  margin: 0 1% 0 1%;
	}
#section_02 img.bottom_none,#section_03 .inner_box img{
  margin: 0;
	}

  
#section_02 .inner_box table{
  margin: 2% auto 0 auto;
  width: 98%;
	}
#section_02 .inner_box table th{
  padding: 0 10px 0 0;
  font-weight: normal;
	}

  
  #section_02 .inner_box .cts_flex{
    margin: 0 0 2% 0;
  }
  #section_02 .inner_box .cts_flex > div:nth-child(1){
    padding: 0;
    width: 100%;
  box-sizing: border-box;
    margin: 0 0 2% 0;
 }
  #section_02 .inner_box .cts_flex > div:nth-child(2){
    width: 60%;
    margin: 0 auto;
  }
  
  #section_03 .inner_box .cts_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }

  
  #section_03 .inner_box .cts_flex > div:nth-child(1){
    padding: 0;
    width: 100%;
  box-sizing: border-box;
    margin: 0 0 2% 0;
  }
  #section_03 .inner_box .cts_flex > div:nth-child(2){
    width: 60%;
    margin: 0 auto;
  }	
#section_06{
	width: 100%;
	margin:5% auto 0 auto;
	padding: 2% 0;
	box-sizing: border-box;
	text-align: center;
	background: url("../images/sec06_bk.png");
	}
  
  #section_06 .sec06_border img{
    width: 100%;
  }  
  
#section_06 h2{
	margin: 0 auto 0.5% auto;
	width: 100%;
	}
#section_06 h2 img{
	width: 100%;
	}

#section_06 .inner2{
	width: 94%;
	margin: 50px auto 0;
	text-align: center;
	background: #FFF;
	border: 2px solid #CB556A;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 2% 2.5% 2%;
	}
#section_06 .inner2 h3{
	width: 90%;
	margin: -29px auto 12px;
	text-align: center;
	background: #FFF;
	border: 2px solid #CB556A;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 2;
	}
#section_06 .inner2 h3 img{
	width: 100%;
	padding: 16px 10px;
  box-sizing: border-box;
	}
#section_06 .inner2 .inner_wrap{
	width: 100%;
	max-width: 860px;
	margin: 0 auto 15px auto;
	}
#section_06 .inner2 .inner_wrap .inner_box{
	width: 100%;
	padding: 0 2%;
	text-align: left;
  box-sizing: border-box;
	}
#section_06 .inner2 .inner_wrap .inner_box.center{
	width: 100%;
	text-align: left;
	padding: 5% 2%;
  margin: 5% 0;
  background: url("../images/sec06_border_sp.png") top no-repeat,url("../images/sec06_border_sp.png") bottom no-repeat;
  box-sizing: border-box;
	}
#section_06 .inner2 .inner_wrap .inner_box h4{
	margin: 0 0 2% 0;
	}
#section_06 .inner2 .inner_wrap .inner_box h4 img{
	width:100%;
	}
#section_06 .inner2 .inner_wrap .inner_box p.sub_title{
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo{
	width: 80%;
	padding: 0 0 0;
	margin: 0 auto 2% auto;
	box-sizing: border-box;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo2{
	width: 100%;
	padding: 0 0 0;
	margin: 0 auto 2% auto;
	box-sizing: border-box;
	}

#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket_img{
	float: right;
	width: 20%;
	margin: 0 0 0 1%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img{
	float: right;
	width: 26%;
	margin: 0 0 0 1%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img2{
	float: right;
	width: 36%;
	margin: 0 0 0 1%;
	}


#section_06 .inner2 .inner_wrap .inner_box .fukuiro img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo2 img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket_img img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img2 img{
	width: 100%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket01{
	width:100%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #915DA3;
	border-left: none;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket02{
	width:100%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #5976BA;
	border-left: none;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket01 h5{
	width: 75%;
	max-width: 188px;
	}

#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket02 h5{
	width: 75%;
	max-width: 188px;
	}

	
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket01:after,#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket02:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#section_06 .inner2 .inner_wrap .inner_box .sec06_attention{
	width:calc(100% - 7px);
	margin: 0 0 10px 7px;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_kanko{
	width:100%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #008CD6;
	border-left: none;
	font-size: 16px;
	}
	
	
#section_06 .inner2 .inner_wrap .inner_box .sec06_kanko h5{
	margin: 0 0 5px 0;
	width: 100%!important;
	font-size: 19px;
	}

#section_06 .inner2 .inner_wrap .inner_box h5 img{
	width: 100%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_btn a{
	padding: 2px 10px;
	background: #F19DB5;
	color: #000;
	margin: 0 0 2% 0;
	display: inline-block;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_btn2 a{
	padding: 2px 10px;
	background: #F19DB5;
	color: #000;
	margin: 1% 0 0 0;
	display: inline-block;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_note{
	width:100%;
	padding: 7px;
	margin: 0 0 2% 0;
	box-sizing: border-box;
	background: #FFF9B1;
	font-size: 16px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_note h5{
	color: #7F4F21;
	font-weight: bolder;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1% 0;
	font-size: 19px;
	}

  
#section_08{
	width: 100%;
	margin:5% auto 0 auto;
	padding: 2% 0;
	box-sizing: border-box;
	text-align: center;
	background: url("../images/sec08_bk.png");
	font-size: 16px;
	}

#section_08 .inner{
	width: 94%;
	margin: 50px auto 0;
	text-align: center;
	background: #FFF;
	border: 2px solid #0071BC;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 2% 2.5% 2%;
	}
#section_08 .inner h3{
	width: 90%;
	margin: -29px auto 12px;
	text-align: center;
	background: #FFF;
	border: 2px solid #0071BC;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 2;
	}
#section_08 .inner h3 img{
	width: 100%;
	padding: 16px 10px;
  box-sizing: border-box;
	}
#section_08 .inner .inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px auto;
	font-size: 15px;
	}
#section_08 .inner .inner_wrap .inner_box{
	width: 100%;
	text-align: left;
	padding: 0 2%;
  box-sizing: border-box;
	}
#section_08 .inner .inner_wrap .inner_box.center{
	width: 100%;
	text-align: left;
	padding: 5% 2%;
  margin: 5% 0;
  background: url("../images/sec06_border_sp.png") top no-repeat,url("../images/sec06_border_sp.png") bottom no-repeat;
  box-sizing: border-box;
	}
#section_08 .inner .inner_wrap .inner_box h4{
	margin: 0 0 2% 0;
	}
#section_08 .inner .inner_wrap .inner_box h4 img{
	width:100%;
	}

#section_08 .inner .inner_wrap .inner_box .sec08_btn a{
	background: #0071BC;
	padding: 2px 10px;
	margin: 2% 0;
	display: inline-block;
	font-size: 16px;
  color:#FFF;
	}
  
  #section_08 .inner .inner_wrap .inner_box .point{
    margin: 0 0 10px 0;
  }
  #section_08 .inner .inner_wrap .inner_box .img{
    margin: 0 auto 10px auto;
    width: 80%;
  }
  

  
  #section_08 .inner .inner_wrap .inner_box .ttl{
    margin: 0 0 2% 0;
  }
  #section_08 .inner .inner_wrap .inner_box p{
    margin: 0 0 2% 0;
  }

  #section_08 .inner .inner_wrap .inner_box .img img,#section_08 .inner .inner_wrap .inner_box .ttl img{
    width: 100%;
  }
  
	
#section_07{
	width: 100%;
	margin:2% auto;
	text-align: left;
	}

#section_07 h2{
	width: 100%;
	font-size: 18px;
	color: #FFF;
	padding: 1%;
	background: #187FC4;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 1% 0;
	box-sizing: border-box;
  font-weight: 700;
	}
  
#section_07 h2 span{
	font-size: 16px;
  font-weight: 500;
  }

  
#section_07 h3{
	color: #1D2088;
	font-weight: bold;
	margin: 2% 0 0 0;
	}
#section_07 .sec07_attention{
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	border: 1px solid #E60012;
	margin: 2% 0;
  color: #FF0000;
	}	
#section_07 .sec07_attention2{
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	border: 1px solid #000;
	margin: 2% 0 0 0;
	}	
.sec_application{
	width: 82%;
	margin: 0 auto;
	}
.sec_application img{
	width: 100%;
	}
#pamphlet_btn{
	width: 100%;
	margin:2% auto 0 auto;
	box-sizing: border-box;
	text-align: center;
	}
.sec_pamphlet_btn{
	width: 82%;
	margin: 0 auto;
	}
.sec_pamphlet_btn img{
	width: 100%;
	}
  
  
  
#section_plan{
	margin:2% auto;
	text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
	}

#section_plan .inner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	}
  
  
#section_plan .inner .plan_ttl{
    background: #006430;
    color: #FFF;
    font-weight: 700;
 	  width: 100%;
    margin: 5% auto 2% auto;
    text-align: center;
    padding: 2% ;
  box-sizing: border-box;
   }
  
#section_plan .inner .plan_ttl h2{
  font-size: 16px;
  margin: 0 0 10px 0;
   font-weight: 700;
 }
#section_plan .inner .plan_caption{
  font-size: 13px;
  font-weight: 700;
  color: #FF0000;
  margin: 0 0 20px 0;
   }
  #section_plan .inner .plan_caption span{
  font-size: 12px;
   }
  #section_plan .inner .plan_btn a{
    width: 86%;
    background:url("../images/common_arrow.png") left 10px center #0071BC no-repeat;
    background-size: 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFF;
    padding: 2% 0;
    display: block;
  }

  #section_plan .inner .plan_btn a span{
    font-weight: 700;
  color: #FF0000;
    background: #FFF;
    margin: 2% 0 0 0;
    display: inline-block;
    padding: 1% 2%;
    font-size: 13px;
  }
  
#section_plan .inner h3{
  font-size: 14px;
  font-weight: 700;
  background: #F15A24;
  color: #FFF;
  padding: 2% 0;
  margin: 5% 0 2% 0;
  width: 100%;
  }
#section_plan .inner .btn_wrap{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  }
#section_plan .inner .btn_wrap a{
    width: 86%;
    border-radius: 10px;
  font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFF;
    padding: 2% 0;
    display: block;
  }

#section_plan .inner .btn_wrap a.fukui{
    background:url("../images/common_arrow.png") left 10px center #3FA9F5 no-repeat;
    background-size: 15px;
  margin: 0 0 2% 0;
  }
#section_plan .inner .btn_wrap a.awara{
    background:url("../images/common_arrow.png") left 10px center #603813 no-repeat;
     background-size: 15px;
 }
  
#section_plan .inner p.btn_caption{
  margin: 2% 0 0 0;
  font-size: 14px;
  }


  #section_tabia{
	width: 100%;
	margin:5% auto;
	box-sizing: border-box;
	text-align: center;
	}
  #section_tabia .ttl_wrap{
 	width: 96%;
   display: flex;
    flex-wrap: wrap;
    background: #0064C8;
    color: #FFF;
    padding: 2%;
    box-sizing: border-box;
    font-weight: 700;
    margin: 0 auto;
	}
  #section_tabia .ttl_wrap img{
    width: 60px;
    height: 60px;
	}
  #section_tabia .ttl_wrap p{
     width: calc(100% - 60px);
    text-align: center;
    font-size: 16px;
	}
  #section_tabia .ttl_wrap p span{
  font-size: 14px;
	}
  
  #section_tabia .ttl_wrap p.p_sp{
  font-size: 14px;
    width: 100%;
    margin: 2% 0 0 0;
	}

  
  #section_tabia .inner{
    border:4px solid #0064C8;
    border-top: none;
    padding: 2% 0;
    width: 96%;
  font-size: 14px;
    font-weight: 700;
    background: #E6F0FA;
    box-sizing: border-box;
    margin: 0 auto;
	}
  #section_tabia .inner .tabio_btn a{
    width: 90%;
    background:url("../images/common_arrow.png") left 10px center #0064C8 no-repeat;
    background-size: 15px;
    border-radius: 10px;
  font-size: 14px;
    font-weight: 700;
    color: #FFF;
    padding: 2% 0;
    display: block;
    margin: 2% auto 0 auto;
  }

  
  
  
  
  
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
.sp{display:none;}
.pc{display:block;}

#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	display: block;
}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto;
}

ul.pagelinks{
	max-width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 22px;
	box-sizing: border-box;
	background: #251E1C;
	}	
ul.pagelinks li{
	width: 20%;
	display: block;
	}	
ul.pagelinks li img{
	max-width: 100%;
	vertical-align: middle;
	}	

ul.pagelinks li span{
	width: 100%;
	border-left: 1px solid #FFF;
	margin: 5px 0;
	height: 60px;
	display: block;
	}
	
ul.pagelinks li:last-child span{
	width: 100%;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}	

ul.pagelinks li img{
	width:100%;
	vertical-align: bottom;
	}	
	
#section_01 img,#section_02 img,#section_03 img,#section_04 img,#section_05 img{
	vertical-align:bottom;
	}
#section_01{
	max-width: 970px;
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	}
#section_01 .sec01_price{
	width: 94%;
	margin: 30px auto 0;
	}
#section_01 img{
	width: 100%;
	max-width: 970px;
	}
#section_01 .sec01_attention{
	width: 94%;
	margin: 10px auto 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	}	
#section_01 .sec01_attention p{
	font-size: 15px;
	font-weight: bold;
	}		
  
  
#section_02,#section_03{
	width: 100%;
	max-width:970px;
	background:#FFFAB4;
	margin: 17px auto 0;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0 20px 0;
  font-size: 16px;
	}
#section_02 h2,#section_03 h2{
	width: 100%;
	margin: 0 0 20px 0;
	}
  
#section_02 .inner,#section_03 .inner{
	width: 94%;
	margin: 0 auto;
	text-align: left;
	}
#section_02 img,#section_03 img{
	width: 100%;
	margin: 0 0 15px 0;
	}
#section_02 h3,#section_03 h3{
	width: 100%;
	margin: 20px 0 15px 0;
	}
#section_02 .inner_box,#section_03 .inner_box{
	width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 5px 5px #CEC890;
  margin: 0 0 25px 0;
	}
#section_02 .inner_box h4,#section_03 .inner_box h4{
  margin: 0 0 10px 0;
	}
#section_02 .inner_box p,#section_03 .inner_box p{
  margin: 0 10px 5px 10px;
	}
#section_02 img.bottom_none,#section_03 .inner_box img{
  margin: 0;
	}

  
#section_02 .inner_box table{
  margin: 0 auto;
  width: calc(100% - 20px);
	}
#section_02 .inner_box table th{
  padding: 0 10px 0 0;
  font-weight: normal;
	}

  
  #section_02 .inner_box .cts_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  #section_02 .inner_box .cts_flex > div:nth-child(1){
    width: calc(100% - 330px);
  }
  #section_02 .inner_box .cts_flex > div:nth-child(2){
    width: 320px;
  }
  
  #section_03 .inner_box .cts_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }

  
  #section_03 .inner_box .cts_flex > div:nth-child(1){
    width: calc(100% - 350px);
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  #section_03 .inner_box .cts_flex > div:nth-child(2){
    width: 350px;
  }



#section_06{
	width: 100%;
	max-width:970px;
	margin:25px auto 0 auto;
	padding: 50px 0 25px 0;
	box-sizing: border-box;
	text-align: center;
	background: url("../images/sec06_bk.png");
	}
#section_06 h2{
	margin: 0 auto 5px auto;
	width: 88%;
	}
#section_06 h2 img{
	width: 100%;
	}

	
	
#section_06 .sec06_link a{
	margin: 20px 0 25px 0;
	display: block;
	color: #000;
	font-size: 16px;
	}
	
#section_06 .inner{
	width: 94%;
	margin: 0 auto;
	text-align: center;
	}

#section_06 .inner2{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	border: 4px solid #CB556A;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
	font-size: 18px;
	}
#section_06 .inner2 h3{
	width: 87%;
	margin: -29px auto 12px;
	text-align: center;
	background: #FFF;
	border: 4px solid #CB556A;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 2;
	}
#section_06 .inner2 h3 img{
	width: 96%;
	padding: 16px 10px;
	}
#section_06 .inner2 .inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px auto;
	font-size: 15px;
	}
#section_06 .inner2 .inner_wrap .inner_box{
	width: 30%;
  padding: 0 1%;
	text-align: left;
	}
#section_06 .inner2 .inner_wrap .inner_box.center{
	width: 30%;
	text-align: left;
	padding: 0 3%;
	background: url("../images/sec06_border.png"),url("../images/sec06_border.png");
  background-repeat: repeat-y,repeat-y;
  background-position:left top,right top;
	}
#section_06 .inner2 .inner_wrap .inner_box h4{
	margin: 0 0 8px 0;
	}
#section_06 .inner2 .inner_wrap .inner_box h4 img{
	width:100%;
	max-width: 277px;
	}
#section_06 .inner2 .inner_wrap .inner_box p.sub_title{
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo,#section_06 .inner2 .inner_wrap .inner_box .sec06_photo2{
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	}
	
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket_img{
	float: right;
	width: 24%;
	margin: 0 0 0 2%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img{
	float: right;
	width: 26%;
	margin: 0 0 0 2%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img2{
	float: right;
	width: 36%;
	margin: 0 0 0 2%;
	}

#section_06 .inner2 .inner_wrap .inner_box .sec06_photo img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_photo2 img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket_img img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img img,
#section_06 .inner2 .inner_wrap .inner_box .sec06_info_img2 img{
	width: 100%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket01{
	width:100%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #915DA3;
	border-left: none;
	font-size: 14px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_ticket02{
	width:100%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #5976BA;
	border-left: none;
	font-size: 14px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_attention{
	width:calc(100% - 7px);
	margin: 0 0 10px 7px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_kanko{
	width:calc(100% - 7px);
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 7px;
	box-sizing: border-box;
	border: 1px solid #008CD6;
	border-left: none;
	font-size: 14px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_kanko h5{
	margin: 0 0 10px 0;
	width: 100%;
	}

#section_06 .inner2 .inner_wrap .inner_box h5{
	width: 75%;
	max-width: 188px;
  margin: 0 0 10px 0;
	}
#section_06 .inner2 .inner_wrap .inner_box h5 img{
	width: 100%;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_btn a{
	padding: 5px 10px;
	background: #DB9AB2;
	color: #000;
	margin: 0 0 15px 0;
	display: inline-block;
  line-height: 1em;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_btn2 a{
	padding: 2px 10px;
	background: #F19DB5;
	color: #000;
	margin: 8px 0 0 0;
	display: inline-block;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_note{
	width:100%;
	padding: 7px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	background: #FFF9B1;
	font-size: 14px;
	}
#section_06 .inner2 .inner_wrap .inner_box .sec06_note h5{
	color: #7F4F21;
	font-weight: bolder;
	font-size: 19px;
	width: 100%;
	max-width: 100%;
	margin: 0 0 5px 0;
	}
#section_06 .inner2 .inner_wrap .inner_box h5{
	width: 75%;
	max-width: 188px;
	}

	
#section_07{
	width: 100%;
	max-width:930px;
	margin:15px auto;
	text-align: left;
	font-size: 16px;
	}
#section_07 .inner{
	max-width: 930px;
	margin: 0 auto;
	text-align: left;
	}
#section_07 h2{
	width: 100%;
	font-size: 28px;
	color: #FFF;
	padding: 15px;
	background: #187FC4;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 12px 0;
	box-sizing: border-box;
  font-weight: 700;
	}
  
#section_07 h2 span{
	font-size: 20px;
  font-weight: 500;
  }
  
#section_07 h3{
	color: #1D2088;
	font-weight: bold;
	margin: 30px 0 0 0;
	}
#section_07 .sec07_attention{
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #FF0000;
	font-size: 16px;
	margin: 15px 0;
  color: #FF0000;
  font-weight: 700;
  text-align: center;
	}	
#section_07 .sec07_attention2{
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 16px;
	margin: 15px 0 0 0;
	}	
	
#pamphlet_btn{
	width: 100%;
	max-width:970px;
	margin:25px auto 0 auto;
	box-sizing: border-box;
	text-align: center;
	}
#pamphlet_btn .inner{
	width: 94%;
	margin: 0 auto;
	text-align: center;
	}
	
.sec_application{
		width: 72%;
	margin: 0 auto;
	}
.sec_application img{
		width: 100%;
	}
	

.sec_pamphlet_btn{
		width: 72%;
	margin: 0 auto;
	}
.sec_pamphlet_btn img{
		width: 100%;
	}

	
  
#section_08{
	width: 100%;
	max-width:970px;
	margin:25px auto;
	padding: 50px 0 25px 0;
	box-sizing: border-box;
	text-align: center;
	background: url("../images/sec08_bk.png");
	}

#section_08 .inner{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	border: 4px solid #0071BC;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
	font-size: 18px;
	}
#section_08 .inner h3{
	width: 87%;
	margin: -29px auto 12px;
	text-align: center;
	background: #FFF;
	border: 4px solid #0071BC;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 2;
	}
#section_08 .inner h3 img{
	width: 96%;
	padding: 16px 10px;
	}
#section_08 .inner .inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px auto;
	font-size: 15px;
	}
#section_08 .inner .inner_wrap .inner_box{
	width: 30%;
  padding: 0 1%;
	text-align: left;
	}
#section_08 .inner .inner_wrap .inner_box.center{
	width: 30%;
	text-align: left;
	padding: 0 3%;
	background: url("../images/sec06_border.png"),url("../images/sec06_border.png");
  background-repeat: repeat-y,repeat-y;
  background-position:left top,right top;
	}

#section_08 .inner .inner_wrap .inner_box .sec08_btn a{
	padding: 5px 10px;
	background: #0071BC;
	color: #FFF;
	margin: 25px 0 15px 0;
	display: inline-block;
  line-height: 1em;
	}
  #section_08 .inner .inner_wrap .inner_box .point{
    margin: 0 0 10px 0;
  }
  #section_08 .inner .inner_wrap .inner_box .img{
    margin: 0 0 10px 0;
  }
  #section_08 .inner .inner_wrap .inner_box .ttl{
    margin: 0 0 10px 0;
  }
  #section_08 .inner .inner_wrap .inner_box p{
    margin: 0 0 25px 0;
  }

  
#section_plan{
	width: 100%;
	max-width:970px;
	margin:25px auto;
	box-sizing: border-box;
	text-align: center;
	}

#section_plan .inner{
	width: 94%;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	}
  
  
#section_plan .inner .plan_ttl{
    background: #006430;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
 	  width: 100%;
    margin: 30px auto 10px auto;
    text-align: center;
    padding: 10px 0;
   }
  
#section_plan .inner .plan_ttl h2{
  font-size: 28px;
  margin: 0 0 10px 0;
  font-weight: 700;
 }
#section_plan .inner .plan_caption{
  font-size: 18px;
  font-weight: 700;
  color: #FF0000;
  margin: 0 0 20px 0;
   }
  #section_plan .inner .plan_caption span{
  font-size: 14px;
   }
  #section_plan .inner .plan_btn a{
    width: 400px;
    background:url("../images/common_arrow.png") left 20px center #0071BC no-repeat;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    color: #FFF;
    padding: 15px 0;
    display: block;
  }

  #section_plan .inner .plan_btn a span{
    font-weight: 700;
  color: #FF0000;
    background: #FFF;
    margin: 5px 0 0 0;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
  }
  
#section_plan .inner h3{
  font-size: 18px;
  font-weight: 700;
  background: #F15A24;
  color: #FFF;
  padding: 10px 0;
  margin: 30px 0 20px 0;
  width: 100%;
  }
#section_plan .inner .btn_wrap{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  }
#section_plan .inner .btn_wrap a{
    width: 360px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
    color: #FFF;
    padding: 15px 0;
    display: block;
  }

#section_plan .inner .btn_wrap a.fukui{
    background:url("../images/common_arrow.png") left 10px center #3FA9F5 no-repeat;
  }
#section_plan .inner .btn_wrap a.awara{
    background:url("../images/common_arrow.png") left 10px center #603813 no-repeat;
  }
  
#section_plan .inner p.btn_caption{
  margin: 20px 0 0 0;
  font-size: 14px;
  }


  #section_tabia{
	width: 100%;
	max-width:970px;
	margin:30px auto;
	box-sizing: border-box;
	text-align: center;
	}
  #section_tabia .ttl_wrap{
    display: flex;
    flex-wrap: wrap;
    background: #0064C8;
    color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
	}
  #section_tabia .ttl_wrap img{
    width: 120px;
	}
  #section_tabia .ttl_wrap p{
     width: calc(100% - 120px);
    text-align: center;
   font-size: 28px;
	}
  #section_tabia .ttl_wrap p span{
    font-size: 20px;
	}
  #section_tabia .inner{
    box-sizing: border-box;
    border:4px solid #0064C8;
    border-top: none;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    background: #E6F0FA;
	}
  #section_tabia .inner .tabio_btn a{
    width: 540px;
    background:url("../images/common_arrow.png") left 20px center #0064C8 no-repeat;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    padding: 15px 0;
    display: block;
    margin: 20px auto 0 auto;
  }

  
}