﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html , body { text-align:center;}
body {  font-family:Meiryo; font-size: 13px; line-height: 170%; color: #000;
    background-color: #e3b9d6;
 }


a { color: #036eb8; text-decoration: underline; }
a:hover { color: #238ed8; text-decoration: none; }

.cb { clear: both; font-size: 0; }

.waku{
border: 1px solid #1D2088;
padding: 10px;
margin-bottom: 20px;
}

p{
margin-bottom: 15px;
}

.akawaku{
border: 1px solid #ff0000;
padding: 10px;
margin-bottom: 20px;
}

.aki{
padding-left:5px;
}

body > #wrap {height:auto;}


#wrap { width:1000px; margin:0 auto; text-align:left; 
		height:100%;/* for IE6 */
	min-height:100%;
    background-color: #ffffff;
	
	
	}
.contener { width:1000px;
    background-color: #cd5da6;
	
}

#back-top {
    position: fixed;
    bottom: 50px;
    right:50px;
}
#back-top a {
    width: 57px;
    display: block;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
    background: url(img/go_top.png) no-repeat center center;
}

/***************************************************
  Header Element Styles
***************************************************/
#head01 { width:100%;
		height:136px;
		text-align:center;
}



/***************************************************
  Sidebar Element Styles
***************************************************/
.navi { margin:0 ;
padding: 0;
height: 55px;
display: block;}


/***************************************************
  Contents Element Styles
***************************************************/
.con_r { width:780px;
		float:right;
		height:100%;
    position: relative;
    background-image: url(img/main_bg.jpg);
    top:0;
    background-repeat: no-repeat;


		}


.con_l { width:220px;
		float:left;
	margin:  0 ;
		height:100%;
		min-height:100%;
background-color: #cdcee5;}
		
.info_title { margin-left:0;}		
		
.info { width:740px; 
		margin:0px 0 25px 20px;
		height:200px;
	background-color:rgba(255,255,255,1.0);
		}

.info_title{
	margin: 0 0 5px; 
    height: 40px;
}

.info_in {  
    margin:0 0 5px 20px;
	height: 155px;
	overflow: auto; 
    font-size: 14px;
    text-align: left;
    color: #000;
}

.infobox{
    line-height: 150%;
    margin-bottom:5px;
}
		
.day { 
font-weight: bold;
    color: #000000;
    width: 100px;
}		
			
		
.title01 { line-height:45px;
		font-size:18px;
		color:#FFF;
		font-weight:bold;
		padding-left:30px;
		background-color: #1d2088;
		 width: 700px;
    height: 45px;
}	


		
.con_r_in { margin:0 25px 0;
   background-color:rgba(255,255,255,0.85);
    min-height: 700px;
}	

.hon{
  padding: 20px 25px;
}


/***************************************************
  Footer Element Styles
***************************************************/
#footer { width:100%;
		 height: 40px;
		 background-color: #1D2088;
		 color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.foot-in{
    width:1000px;
    margin: 0 auto;

}


/*---------------------------------
アコーディオンボックス2
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: 100%;
    margin: 0 auto 10px;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  color: #000;
}

.acbox label:hover{
  background:#82BEFF; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
 /* background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #007CFF; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

/************************************************************/

 .ac_box_01 > .ac_button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin:  0 0;
    padding: .5em .5em .5em 2.5em;
    background: rgb(255,255,255);
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    cursor: pointer;
    transition: .1s ease-out;
    transition-property: background,color;
}

 .ac_box_01 > .ac_button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    border-top: solid 2px #003894;
}

 .ac_box_01 > .ac_button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    border-top: solid 2px #003894;
    transform: rotate(
90deg);
    transition: transform .2s ease-out;
}

 .ac_box_01 > .ac_button:not(.clicked):hover::after {
    transform: rotate(
-90deg);
}

 .ac_box_01 > .ac_content {
    box-sizing: border-box;
    padding: .5em 5px .8em 10px;
    width: 100%;
    display: none;
}

 .ac_box_01 > .ac_content {
    box-sizing: border-box;
    padding: .5em 5px .8em 10px;
    width: 100%;
    display: none;
}

/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table { width: 538px; border: 1px #acacac solid; border-collapse: collapse; border-spacing: 0; }
table#form_table th { padding: 5px; border: #acacac solid; border-width: 0 0 1px 1px; background: #e4f5ff; line-height: 120%; text-align: left; width: 102px; height: 40px; color: #5a5a5a; text-indent: 5px; font-weight: normal; }
table#form_table td { padding: 5px; border: 1px #acacac solid; border-width: 0 0 1px 1px; text-align: left; color: #5a5a5a; }
table#form_table td.alpha { width: 100px; }

table#form_table td input { border: 1px solid #b98633; }
table#form_table td input.form_one { width: 30px; }
table#form_table td input.mail_a { width: 300px; }
table#form_table td input.mail_b { width: 30px; }

#sou { background: url(img/contact_bu.jpg); width: 282px; height: 26px; border: 0; font-size: 0; margin: 0 auto; }
#sou:hover { background: url(img/contact_bu_on.jpg); }

/***************************************************
  Qand.html
***************************************************/

.midasi1{
		 text-align: left; 
		 font-size: 14px; 
		 border-bottom:#1D2088 solid 1px;
		 border-left:#1D2088 solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 14px; 
		 border-bottom:#1D2088 solid 1px;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi3{
		 text-align: left; 
		 font-size: 14px; 
		color:#1D2088;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 14px; 
		background-color: #1D2088;
		 color: #fff;
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 14px; 
		color:#000;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi6 {
    text-align: left;
    font-size: 14px;
    color: #000;
    margin: 0 0 10px 10px;
    line-height: 170%;
    font-weight: bold;
}

.midasi7{
		 text-align: left; 
		 font-size: 16px; 
		background-color: #1D2088;
		 color: #fff;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:200%; 
			font-weight:bold;
}

.bun{
		text-align:left;
		 font-size:13px;
		  margin:0 10px 20px 20px;
		  line-height:170%;}
		  
.bun2{
		text-align:left;
		 font-size:13px;
		  margin:0 10px 10px 20px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:13px;
		  margin:0 10px 10px 30px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:13px;
		  margin:0 30px 20px 30px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:13px;
		  margin:0 10px 20px 20px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}		  
		  			  		  		  
		  
#kugiri { 
		height:1px;
		border-bottom:1px solid #CED2D0;}	


.side01 {
    line-height: 170%;
    color: #1d2088;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;

}


.jimu { width:220px;
	margin: 0 ;
    padding: 20px 0;
	background-color: #cdcee5;
		}	

.jimu-txt{
    margin:0 20px 15px;
    line-height: 135%;
    font-size: 12px;
}

		
#jizen a:hover { opacity:0.6;}	

#endai a:hover { opacity:0.6;}	

.endai a:hover { opacity:0.6;}	

td.hissu { font-weight:bold;}

table#theme td { padding:3px;}	

.nerai{
    text-align: right;
    margin: 0;
}

.nerai a:hover{
    opacity: 0.6;
}

.nerai_txt{
    width: 700px;
    height: auto;
    text-align: left;
    font-size: 16px;
    line-height: 170%;
    
}

td.session{
    padding-left: 5px;
}

.bana{
    margin: 20px 0;
}

.bana a:hover{
    opacity: 0.6;
}

.aka{
	color: #f00;
}

.blue{
    color:#2C51FD;
}

#SuburbanMap {
    width: 660px;
    height: 728px;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

#SuburbanMap div {
    position: absolute;
    width: 117px;
    height: 33px;
    left: 8px;
    z-index: 5;
    display: block;
    padding: 0;
}

#SuburbanMap div img {
    width: 117px;
    height: 33px;
    padding: 0;
    display: block;
}

.AccMapBtn1 {
    top: 40px;
}

.AccMapBtn2 {
    top: 80px;
}

.AccMapBtn3 {
    top: 120px;
}

.AccMapBtn4 {
    top: 160px;
}

#btn_print01, #btn_print02, #btn_print03, #btn_print04, #btn_print05, #btn_print06, #btn_print07, #btn_print08 {
    /*width: 90px;
    height: 26px;
    padding: 8px 0px 4px 0px;*/
    line-height: 1.0em;
}

.gree{
    font-size:15px;
    font-weight: bold;
}

.waku-kikan{
position: absolute;
width:350px;
bottom: 5px;
left: 20px;
}
.waku-kikan img{
width:100%;
}

.btn-area{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.btn-endai a{
width:280px;
margin: 0 20px;
display: block;
text-align: center;
font-size: 18px;
font-weight: bold;
background-color: #9900FF;
text-decoration: none;
line-height: 50px;
height: 50px;
color: #ffffff;
border-radius: 8px;
}
.btn-endai a:hover{
opacity:0.8;
}

.btn-endai#hei a{
background-color:#00B39A;
}

.bana-area {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 10px;
}

.btn-prog a {
    width: 200px;
    display: block;
    background-color:#4700B9;
    line-height: 40px;
    text-align:center;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}

.kokuti{
width: 680px;
margin: 0 0 20px 20px;
border: 3px solid #ff0000;
padding: 10px;
font-size: 14px;
line-height: 160%;
background-color: #fff;
}

.kokuti2{
width: 680px;
margin: 0 0 20px 20px;
border: 3px solid rgba(0,88,224,1.00);
padding: 10px;
font-size: 14px;
line-height: 160%;
background-color: #fff;
}

.k-title{
font-size: 18px;
font-weight: bold;
text-align: center;
}

.btn-prog2 a {
    width: 400px;
    display: block;
    background-color:#4700B9;
    line-height: 40px;
    text-align:center;
    padding-left: 10px;
    margin:0 auto ;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-prog2 a:hover{
opacity: 0.7;
}

.btn-prog3 a {
    width: 300px;
    display: block;
    background-color:#8C24FF;
    line-height: 40px;
    text-align:center;
    padding-left: 10px;
    margin:0 auto ;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 7px;
    font-weight: bold;
}
.btn-prog3 a:hover{
opacity: 0.7;
}

.btn-prog4 a {
    width: 250px;
    display: block;
    background-color:#00AD54;
    line-height: 40px;
    text-align:center;
    margin:0 auto ;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 7px;
    font-weight: bold;
}
.btn-prog4 a:hover{
opacity: 0.7;
}


.btn-pre a {
    display: block;
    padding: 10px;
    margin: 0 10px;
    background-color:#FF2670;
    color: #ffffff;
    border-radius: 8px;
    line-height: 170%;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.btn-pre#sinki a {
    background-color:#1326F8;
}

.btn-pre a:hover{
opacity:0.7;
}

.btn-area {
    display: flex;
    flex-wrap: wrap;
}

.p-wrap {
    display: flex;
    flex-wrap: wrap;
}

.p-box {
    width: 30%;
    margin: 0 1.5% 30px;
    font-size: 12px;
    line-height: 170%;
}

.p-box img {
    width: 100%;
    margin-bottom: 5px;
}

.top-area {
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}