﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html , body { text-align:center;}
body {  font-family:Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 14px; line-height: 170%; color: #000;
background-color: #b2d6ec;

 }


a { color: #036eb8; text-decoration: underline; }
a:hover { color: #238ed8; text-decoration: none; }

.cb { clear: both; font-size: 0; }

p{
margin-bottom: 15px;
}

.wrap_out { width:100%;
margin:0;

    
}

.ao{
color:#0075c1;
}

.mv-box video {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 拡大表示用クラス */
.mv-box video.expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: auto;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  background: #000;
}

#wrap { width:1200px; text-align:left; 
		height:100%;/* for IE6 */
	min-height:100%;
	margin: 0 auto;
	position: relative;
    text-align: left;
	background-color: #fff;
	}
.contener { width:100%; margin:0 auto;
background:url(img/main_bg.png) no-repeat top center;
position: relative;
}

.clearfix {
  clear: both;
}

.sm-header {
  display: none;
}

.sm-only{
	 display: none;
}
	
   

.img{
        width:100%;
    }    

div#bk {
    width: 100%;
	}



#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;
}

td.day{
padding-left: 20px;
color: #0075c1;
}

.gree-box {
  display: flex;
  flex-direction: row-reverse; /* ←左右を逆にする */
  align-items: flex-end; 
  gap: 1em; /* 任意で余白調整 */
}



.gree-pic{
width: 25%;
}
.gree-pic img {
  display: block;
  max-width: 100%; /* 画像のサイズ制御（任意） */
  height: auto;
}

.gree-txt{
width: 70%;
text-align: right;
}

.yel{
background-color: #ffff00;
}

.grid-5x2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr)); /* 2列 → 5行×2列 */
  gap: 8px;
}
.cell{
  border: 1px solid #ccc;
  padding: .75rem;
  background: #fff;
}

.bana-area{
width:850px; 
margin:0 auto 20px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

/* スマホで1列（=10行）に */
@media (max-width: 699px){
  .grid-5x2{
    grid-template-columns: 1fr; /* 1列 → 10行×1列 */
  }
}
/***************************************************
  Header Element Styles
***************************************************/

.head_bg{
width:100%;
height: 141px;
}

.head01{
    width:950px;
    margin: 0 auto;
    height: 141px;
        
}
.head01 img{
    width:100%;
}
/***************************************************
  Sidebar Element Styles
***************************************************/


.navi {
  margin: 0;
  display: block;
  color: #ef8200;
}

.navi:nth-child(n+1) {
    border-bottom: 2px solid #fff;
}

.navi#stay {
    background-color: #fff;
}

.nav-txt {
    font-size: 15px;
    line-height: 100%;
    padding: 13px 15px 13px 15px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.nav-txt::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navi#stay .nav-txt {
  color: #ef8200;
}

.navi#stay .nav-txt::before {
  border-color: transparent transparent transparent #ef8200;
}

.navi a:hover .nav-txt::before {
  border-color: transparent transparent transparent #ef8200;
}


.navi a:hover .nav-txt {
  color: #ef8200;
}

.navi a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #ef8200;
}

.navi a:hover {
  display: block;
  background-color: #fff;
}

.con_l_naka{
padding: 0;
margin: 0 0 15px;
}

.bana01{
width: 250px;
margin: 0 20px 10px 0;
}
.bana01 img{
width: 100%;
}

.mv-box{
margin: 0 10px 15px;
background-color: #fff;
border-radius: 10px;
padding: 5px 10px;
text-align: center;
font-size: 14px;
color: #ef8200;
font-weight: bold;
}

.ps-dl{
margin: 0 10px 15px;
background-color: #fff;
border-radius: 10px;
padding: 5px 10px;
text-align: center;
font-size: 14px;
color: #ef8200;
font-weight: bold;
}

.ps-dl img{
width: 100%;
}
/***************************************************
  Contents Element Styles
***************************************************/

.con_r { width: 950px;
		float:right;
height: auto;
min-height: 613px;
		}        
        
.con_l { width:250px;
		float:left;
		height:100%;
		min-height:100%;
		background-color: #ef8200;
}


.top01{
	width:100%;
	position: relative;
    line-height: 0;
}
.top01 img{
	width:100%;
}

.btn-top a{
width:230px;
position: absolute;
right: 50px;
bottom: 100px;
line-height: 120%;
padding: 20px 10px;
background-color:#DC0000;
color: #fff;
text-align: center;
font-size: 20px;
text-decoration: none;
font-weight: bold;
border-radius: 10px;
border: 2px solid #ffff00;
}

.btn-top a:hover{
opacity: 0.7;
}

.t-bana{
display: block;
position: absolute;
bottom: 10px;
right: 60px;
width: 50px;
}

.top02{
margin: 0 0 30px;
background-color: rgba(255,255,255,0.90);
}

.top02-title{
background-color: #f29600;
font-size: 17px;
font-weight: bold;
line-height: 200%;
color: #ffffff;
padding-left: 30px;
}

.top02-txt{
padding: 15px;
font-size: 14px;
line-height: 150%;
}

.notice{
	border: 4px solid #ff0000;
    width: 670px;
    background-color: rgba(255,255,255,1);
    padding: 10px 10px 10px 20px;
    position: relative;
    font-size: 14px;
    text-align:left;
    line-height: 170%;
    margin: 0 0 10px 40px;
}

.n-title{
font-size: 16px;
font-weight: bold;
line-height: 180%;
color: #ff0000;
text-align: center;
}
		
.info { width:850px; 

		margin:0 auto 20px;
    text-align: left;
    }	

.info-title img{
   width: 100%;
}

.infobox{
width: 100%;
    height: 132px;
	overflow: auto;
    padding: 5px 0 ;
 background-color:#ffffff;
 line-height: 130%;
 font-size: 13px;
}

.kijibox{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0 0 5px 20px;
}

.kiji{
width: 700px;
}

.day{
width: 100px;
color: #0075c1;
}

		
.title01 { line-height:45px;
    height: 45px;
    width:920px;
		font-size:18px;
		color:#ffffff;
		font-weight:bold;
		padding-left:30px;
    background-color: #0075c1;
}	
		
.hon{
    width:950px;
    background-color: rgba(255,255,255,0.90);
    min-height: 650px;
    margin:0 0 0 ;
    padding: 0 0 30px;
}	

.hon_in{
    padding:20px 30px 0;

}


.kou{
font-size: 16px;
line-height: 200%;
background-color: #FFF6BC;
color: #000;
font-weight: bold;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #004203;
}

.en-title{
font-size: 15px;
padding-left: 20px;
font-weight: bold;
}

.nitiji{
text-align: right;
}

.hito{
position: absolute;
right: 120px;
top:-60px;
}

td.ten{
width: 20px;
}

/***************************************************
  Footer Element Styles
***************************************************/
.foot01 { text-align: center;
		line-height: 30px;
    font-size: 12px;
	background-color: #0075c1;
color: #fff;}


.jimu{
width:100%;
padding: 10px 0;
}

.jimu01 {
width: 90%;
font-size:13px;
		line-height:140%;
margin: 0 4% 10px;
}

.enja{
width: 10%;
}

.name{
width: 90%;
}


.e-ttl-1 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 200%;
	background-color: #E6FFFD;
	border-left: 5px solid #416EFF;
	color: #416EFF;
}

.e-ttl-2 {
    font-size: 15px;
    padding: 5px 0 0 10px;
	border-bottom: 2px solid #416EFF;
}
/***************************************************
  Mouse Over Element Styles   
***************************************************/



/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/
table.spo{
width: 85%;
}


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: 16px; 
		 border-bottom: #0075c1 solid 1px;
		 border-left: #0075c1 solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 16px; 
		 border-bottom:#0075c1 solid 1px;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}
.midasi3{
		 text-align: left; 
		 font-size: 16px; 
		color:#0075c1;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 16px; 
		color:#000;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 16px; 
		color:#fff;
		 background-color:  #0075c1;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:200%; 
			font-weight:bold;
}

.midasi6{
		 text-align: left; 
		 font-size: 18px; 
		 border-left:#0075c1 solid 5px;
		  margin:0 0 30px 0;
		   padding-left:10px;
		    line-height:250%; 
			font-weight:bold;
            background-color:#E1F6FF;;
}

.midasi7 {
    text-align: left;
    font-size: 15px;
    color: #000;
    border-bottom: 2px solid #00a8e0;
    margin: 0 0 5px 0;
    padding-left: 10px;
    line-height: 170%;
    font-weight: bold;
}

.midasi8{
		 text-align: left; 
		 font-size: 15px; 
		 border-bottom:#0075c1 dotted 1px;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}


.bun{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;}
		  
.bun2{
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 20px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 30px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 30px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}	
		  
.bun7{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 30px 10px;
		  line-height:170%;}			  
		  			  		  		  
		  
.kugiri { margin:0 10px 10px;
		height:1px;
		border-bottom:1px dotted #999999;}		  


td.hissu { font-weight:bold;}

table#theme td { padding:3px;}	

table#kiji td{
    padding:  0;
}

.waku{
	margin: 0 20px 20px;
	width: 400px;
	padding: 10px;
	background-color: #FFF9EA;
}

.aka{
	color:#f00;
}

table.boshu td{
	padding: 2px 5px;
}

.endai a:hover{
	opacity: 0.6;
}

.akawaku{
	border: 2px solid #f00;
	padding: 10px;
	text-align: center;
	
}

.akawaku2{
width:700px;
margin: 0 auto 30px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: left;
    background-color: rgba(255,255,255,0.90);
}

.akawaku3{
width:700px;
margin: 0 auto 10px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: center;
    background-color:#F6FF69;
    font-size: 16px;
    font-weight: bold;
}

.waku-t{
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

.p-bb{
border-bottom: 1px solid #0072bd;
}

.szk{
font-size: 11px;
}

.aki{
padding-left: 7px;
}

.waku2{
	margin: 0 20px 20px;
	padding: 10px;
    border: 1px solid #000000;
}

.sitei{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color: rgba(255,0,253,1.00);
}

.ippan{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color:rgba(0,203,255,1.00);
}

.sankou{
width:500px;
display: block;
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 250%;
background-color:rgba(0,21,255,1.00);
color: #ffffff;
margin: 0 0 20px 20px;
text-align: center;
}

.sankou a{
text-decoration: none;
color: #ffffff;
}

.sankou a:hover{
opacity: 0.6;
}

.kon{
color: rgba(0,108,255,1.00);
}

.n-btn a{
width: 270px;
background-color:  rgba(0,108,255,1.00);
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}

.n-btn a:hover{
opacity:0.6;
}

.toi-kaiki{
width:638px;
margin: 10px 0;
padding: 10px;
background-color:#FFA33D;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
text-align: center;
}

.btn-endai a{
width:300px;
display: block;
color:#000000;
background-color:#FF8AE8;
font-size: 22px;
font-weight: bold;
line-height: 50px;
padding: 10px 0;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai a:hover{
opacity: 0.6;
}

.btn-endai#sitei a{
background-color: #71FFF4;
}

.btn-endai#sitei a:hover{
opacity: 0.6;
}

.btn-endai2 a{
width:300px;
display: block;
color:#ffffff;
background-color:#B70003;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai2 a:hover{
opacity: 0.6;
}

.btn-endai3 a{
width:300px;
display: block;
color:#ffffff;
background-color:#E74700;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai3 a:hover{
opacity: 0.6;
}

.btn-endai4 a{
width:350px;
margin: 0 auto;
display: block;
color:#000000;
background-color:#FFD600;
font-size: 22px;
font-weight: bold;
line-height: 50px;
padding: 10px 0;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai4 a:hover{
opacity: 0.6;
}

.btn-endai5 a{
width:300px;
display: block;
color:#ffffff;
background-color:#2867C9;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 10px;
margin-bottom: 10px;
}

.btn-endai5 a:hover{
opacity: 0.6;
}

.btn-endai6 a{
width:300px;
display: block;
color:#2867C9;
background-color:#fff;
border: 2px solid #2867C9;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 10px;
margin-bottom: 10px;
}

.btn-endai6 a:hover{
background-color:#2867C9;
color: #fff;
}

.btn-area{
display: flex;
flex-wrap: wrap;
}

.btn-area2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.btn-area3{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}


.btn-pre a{
width: 400px;
display: block;
padding: 10px ;
margin: 0 auto;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 18px;
text-decoration: none;
font-weight: bold;
text-align: center;
}
.btn-pre a:hover{
opacity:0.7;
}

.btn-pro a{
display: block;
width: 200px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 15px;
text-decoration: none;
font-weight:400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro a:hover{
opacity:0.7;
}

.btn-pro2 a{
display: block;
width: 300px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 13px;
text-decoration: none;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro2 a:hover{
opacity:0.7;
}

.n-btn2 a{
width: 350px;
background-color:#690CFF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}

.n-btn2 a:hover{
opacity:0.6;
}

.btn-entry a{
width: 350px;
background-color:#3356FF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.btn-entry a:hover{
opacity:0.6;
}

.semi{
width: 210px;
text-align: center;
margin-bottom: 20px;
}
.semi img{
width: 100%;
}

.semi a:hover{
opacity: 0.7;
}

.jikan{
float: right;font-weight: normal;
font-size: 14px;
}

.nomal{
font-weight: normal;
}

.bb {
    border-bottom: 2px solid #00a8e0;
}

.en-title {
    font-size: 14px;
    line-height: 120%;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.endai-box {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zu01 img{

}

/*************************************************
アコーディオン
**************************************************/
.accordion {
    margin-bottom: 5%;
}
.accordion__title {
    font-size: 15px;
    padding: 1em 0 1em 1.5em;
    color: #416EFF;
    cursor: pointer;
    position: relative;

}

.accordion__title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #416EFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #416EFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    opacity: 0;
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion__content {
    display: none;
}

.accordion__text{
padding: 0 20px;

}

.ito-pic{
width: 100%;
text-align: center;
}
.ito-pic img{
width:60%;
margin: 0 auto;
}

/****************************************************************
　　　　　　　　　　　　　スマホ化
****************************************************************/
@media only screen and (max-width: 699px) {
	
.drawer-menu li{
	margin-left: 0;
}	

div#bk {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
}

div#wrapper {
    width: 100%;
}


.wrap_out { width:100%;
margin:0;
background:none;
position: relative;
    
}

#wrap { width:100%; margin:0 auto; text-align:left; 
		height:100%;/* for IE6 */


	}

.sm-header {
  display: block;
}	

.pc-only{
	 display: none;
}
	
.sm-only{
	display: block;
}	
    
.img{
        width:100%;
    }    

div#bk {
    width: 100%;
	}

div#wrapper {
    width: 100%;
    background-color: #000000;
	}
	
    
.contener { 
 padding-top: 0;    
  width:100%;
height: auto;
	margin: 0 auto;
	background-image: url(img/main_bg_sm.png);
	background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
    
.head_bg {
    width: 100%;
 
    height: 50px;
}
    
.con_in {
    width: 100%;
    margin: 0 auto;
}    
    

    
    .fit-img {
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
    display: inline-block;
    overflow: hidden;
}	
    
.con_l {
float: none;
    width: 100%;
    margin: 0 auto;
    float: none;
    height: 100%;
	padding : 10px 0;
} 
    
.con_r {
    width: 94%;
    margin: 0 auto;
    float: none;
    height: 100%;
    min-height: inherit;
}    

.bana01{
width:95%;
margin: 10px 2.5%;
}
    
.description {
    width: 100%;
    margin: 0 auto;
}

.top01{
width:100%;
}

.top02{
width:100%;
}
    
.info {
float: none;
    width: 90%;
    margin: 20px auto 5%;
    height:auto;
    font-size: 16px;
color: #203166;
} 
	
.info-title{
    margin: 0 auto;
 line-height: 1.2;
}
.info-title img{
width:100%;
}

.infobox{
width: auto;
    height: 300px;
	overflow: auto;
    padding: 5px;
 background-color:#ffffff;
 line-height: 130%;
}

td.day{
width:100%;
}


.kiji{
width:100%;
}
    
.infobox {
    padding: 10px;
    height: 200px;

}    
    
.bottom-txt {
position: relative;
    /* bottom: 0; */
    /* right: 20%; */
    width: 60%;
    margin: 0 auto;
}   
    
.jimu {
    display: block;
    width: 100%;
}    
    
.head01 {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 85%;
    height: auto;
}    

.jimu{
	display: flex;
    flex-wrap: wrap;
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
	color: #000;
font-size:14px;
line-height:140%;
}


.jimu01 {
width: 90%;
font-size:14px;
		line-height:140%;
margin: 0 5% 10px;
}
.jimu02 {
width: 90%;
font-size:14px;
		line-height:140%;
margin: 0 5% 10px;
}
   
.footer { 
     width:90%;
    height:auto; 
		color: #fff;
		font-size:13px;
	line-height: 130%;
	text-align: center;
    background-color: #ffffff;
    padding: 5px 5%;
	}   
   
.hon{
    width:100%;
    background-color: rgba(255,255,255,0.90);
    min-height:unset;
    margin:0 0 30px 0 ;
    padding: 0 0 30px 0;
}	

.hon_in{
    padding:20px 15px 0;
min-height: 500px;
}  
    
.title01 {
    background-color: #203166;
    width: 90%;
    padding: 10px 5%;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    height:auto;
    font-weight: bold;
}
    
.honbun {
    text-align: left;
    padding: 5% 5% 10%;
}    
    
.iin_l{
    width:100%;
    float: none;
    margin: 0 auto;
}  
    
.k-list{
    width:100%;
}

.kaijou{
    width:100%;
    float: none;
}    
    
.midasi1{
		 text-align: left; 
		 font-size: 18px; 
		 border-bottom: #203166 solid 1px;
		 border-left:#203166 solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 18px; 
		 border-bottom:#203166 solid 1px;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi3{
		 text-align: left; 
		 font-size: 18px; 
		color:#203166;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 18px; 
		color:#000;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 18px; 
		color:#fff;
		background-color:#203166;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}


.bun{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 20px 10px;
		  line-height:170%;}
		  
.bun2{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 10px 10px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:14px;
		  margin:0 10px 10px 20px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:14px;
		  margin:0 30px 20px 20px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 20px 10px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}	
		  
.bun6{
		text-align:left;
		 font-size:14px;
		  margin:0 0 30px;
		  line-height:170%;}		  	  
		  			  		  

		  
		  
		  
    
.theme01{
    width:80%;
}    

.kokuti {
    width: 90%;
    border: 3px solid #ff0000;
    background-color: #ffffff;
    padding: 3%;
    color: #000000;
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 30px;
}

.kokuti2 {
    width: 90%;
    border: 3px solid #ff0000;
    background-color: #ffffff;
    padding: 3%;
    color: #000000;
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 30px;
}

.kokuti-title {
    font-size: 16px;
    }
    
    .waku2{
width: 60%;

}

.nitiji {
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
    width:100%;
}

.kaijo {
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
    width: 100%;
}

.yaku1 {
    width: 100%;
    text-align: left;
}

.yaku2 {
    width: 100%;
    text-align: left;
}

.yaku0{
display: none;
}


.name {
    width: 100%;
    text-align: left;
}

.btn-p#f-left a {
    width: 250px;
    float:none;
}

.aowaku{
width:90%;
margin: 3% auto;
background-color: #ffffff;
border: 3px solid #0025B5;
padding: 10px;
text-align: center;
font-size: 18px;
line-height: 130%;
}

.bana-top{
width:45%;
margin: 0 2.5% 3%;
}

.top-abox{
width:100%;
margin: 0 auto 20px;
display: block;
}

.btn-kei a{
width:80%;
margin: 0 auto 20px;
}

.btn-data2 a {
    width: 100%;
    }
    
.btn-data a {
    width: 100%;
    }
    
.akawaku{
width:90%;
margin: 3% auto;
background-color: #ffffff;
border: 3px solid #ff0000;
padding: 10px;
text-align: left;
font-size: 18px;
line-height: 130%;
font-weight: bold;
}
    
    

    
.btn-bg {
    width: auto;
}
    
.photo{
width:50%;
margin: 0 25%;
}
.photo img{
width:100%;
}

.g-txt{
width:100%;
font-size: 16px;
line-height: 170%;
text-align: center;
}
    
.ac-txt{
position: relative;
bottom: 0;
left: 0;
width: 100%;
font-size: 14px;
} 
    
td.tejun{
width: 20%;
} 

.cate{
display: block;
}

.cate-box{
width:100%;
}

.foot01 {
    text-align: center;
    line-height: 130%;
    font-size: 13px;
    color: #ffffff;
    background-color: #0075c1;
    padding: 10px ;
}
    
.btn-entry a {
    width: 100%;
    }
  
 .infobox{
font-size: 14px;
 } 
  
.kiji{
width: 100%;
}

.day{
width: 100%;
color: #0075c1;
}

.mv-box{
margin: 15px 10px;
background-color: #fff;
border-radius: 10px;
padding: 15px;
text-align: center;
font-size: 14px;
color: #ef8200;
font-weight: bold;
}

.mv-box img{
width: 100%;
}

.ps-dl{
margin: 0 10px 15px;
background-color: #fff;
border-radius: 10px;
padding: 15px;
text-align: center;
font-size: 14px;
color: #ef8200;
font-weight: bold;
}

.enja{
width: 20%;
}

.name{
width: 80%;
}
  
.gree-box{
margin-bottom: 50px;
display: block;
}  
  
.gree-pic{width:50%;
margin: 0 auto 20px;}

.gree-txt{
width: 100%;
text-align: center;
}
    
.gree-pic img {
  display: block;
  margin: 0 auto;
  height: auto;
}

table.spo{
width: 100%;
}

.btn-pre a{
width:90%;
margin: 0 auto;
}
  
 .zu01 img{
width:100%;
} 

.ito-pic{
width: 100%;
}
.ito-pic img{
width:100%;
margin: 0 auto;
}

.bana-area{
width:100%; 
margin:0 auto 20px;
}

.bana01{
width: 100%;
margin: 0 0 10px;
}
    
}

