@charset "utf-8";
/* FontSizeSetting */


body{    color: #000;
    margin: 0px;	
    padding: 0px;
    font-size: 100%;
    line-height: 160%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


/* LinkSetting */
A:link {text-decoration:none;	color: #000000;}
A:visited {text-decoration:none;	color: #000000;}
A:active {text-decoration:underline; color: #0000ff;}
A:hover {text-decoration:underline; color: #0000ff;}



/* baselayoutSetting */
html body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
    margin-bottom: 15px;
    margin-top: 0px;
}

img{
	border: none;


}

hr{
    line-height: 0px;
    padding: 0px;
    visibility: hidden;
}

.br_height{	line-height: 150%;}

.clear{
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

#stage {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background-color: #FFFFFF;
    float: left;
}

#contents {

}

.con_set{
    overflow: hidden;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}

.img100 img{
	width: 100%;
}

.img_m500 {
	
    max-width: 500px;
}
.img_m500 img{
	width: 100%;
}

.img_m700 {
    max-width: 700px;
}
.img_m700 img{
	width: 100%;
}

.img_m300 {
    max-width: 300px;
}
.img_m300 img{
	width: 100%;
}

.img_m400 {
    max-width: 400px;
}
.img_m400 img{
	width: 100%;
}
/* ヘッダーフッター */

#header{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

#header_con{
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    overflow: hidden;    
}

/* LinkSetting */
#header A:link {text-decoration:none;
    color: #000000;
}
#header A:visited {text-decoration:none;	color: #000000;}
#header A:active {text-decoration:none; color: #000000;}
#header A:hover {
    text-decoration: none;
    color: #0000ff;
}


#header_logo {
    float: left;
    width: 600px;
}

#header_logo img{
    width: 100%;
}
#header_name {
    color: #909090;
    font-size: 18px;
    text-align: right;
    padding-top: 30px;
    font-weight: bold;
    float: right;
}

/* ナビゲーション */

.drawer-nav ul li A:link {text-decoration:none;
    color: #000000;
}
.drawer-nav ul li A:visited {text-decoration:none;	color: #000000;}
.drawer-nav ul li A:active {text-decoration:none; color: #000000;}
.drawer-nav ul li A:hover {
    text-decoration: none;
    color: #000000;
    background-color: #EEEEEE;
}


.drawer-nav ul{
    padding: 10px;
}
.drawer-nav ul li{
    text-align: right;
    background-color: #FFFFFF;
    border-bottom: thin solid #CCCCCC;

}
.drawer-nav ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
}
.drawer-dropdown a{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
}

.drawer-dropdown-menu ul{

}
.drawer-dropdown-menu li {
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;    
}

.drawer-dropdown-menu li a{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 15px;
    display: block;
    line-height: 110%;
    font-size: 70%;
}


/* LinkSetting */
#header A:link {text-decoration:none;
     color: #000000;
}
#header A:visited {text-decoration:none; color: #000000;}
#header A:active {text-decoration:none;  color: #000000;}
#header A:hover {
    text-decoration: none;
     color: #0000FF;
}



#header_nav {
    overflow: hidden;
    float: left;
}

#header_nav ul{
    padding: 3px;
    list-style-type: none;
    margin-left: 20px;		

}
#header_nav ul li{
    padding: 12px;
    list-style-type: none;
    font-size: 85%;
    float: left;
    border-bottom: 1px solid #8183DC;
}



/* LinkSetting */
#footer A:link {text-decoration:none;
     color: #000000;
}
#footer A:visited {text-decoration:none; color: #000000;}
#footer A:active {text-decoration:none;  color: #000000;}
#footer A:hover {
    text-decoration: none;
     color: #0000FF;
}



/*フッター */
#footer{
    background-color: #c8e6c9;
    padding-bottom: 30px;
    color: #000;
}


#footer-inner{	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	color: #FFF;
	overflow: hidden;
}

#footer-inner ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-inner ul li{
    list-style-type: none;
    background-image: url(../images/maru_gry.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
}

#footer-inner ul li A:link {text-decoration:none; color: #000}
#footer-inner ul li A:visited {text-decoration:none; color: #000}
#footer-inner ul li A:active  {text-decoration:underline; color: #000}
#footer-inner ul li A:hover {
	text-decoration:underline;
	color: #06F
}



#footer_left{
	width: 430px;
	float: left;
	margin-right: 40px;
	font-size: 90%;
	text-align: left;
}

.footer_title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#footer_right{
	width: 450px;
	float: right;
	margin-left: 0px;
	background-image: url(../images/logo_mini.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
	color: #000;
	text-align: left;
	font-size: 90%;
}


#copy_right{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    } 

/* topへ */
#pagetop{
    text-align: center;
}

/* コーナー内リンク */

#foot_inner_menu{
    padding: 20px;
    border-top: 3px dotted #CCCCCC;
    border-bottom: 3px dotted #CCCCCC;
    margin-top: 0px;
    margin-bottom: 15px;
} 
#foot_inner_menu_t{
    font-weight: bold;
    color: #8B7254;
} 
#foot_inner_menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
} 
#foot_inner_menu li{
    background-image: url(../images/ya_gry.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0px 5px;
} 


/* LinkSetting */
#foot_inner_menu A:link {text-decoration:none;	color: #000000;}
#foot_inner_menu A:visited {text-decoration:none;	color: #000000;}
#foot_inner_menu A:active {text-decoration:underline; color: #0000ff;}
#foot_inner_menu A:hover {text-decoration:underline; color: #0000ff;}

/* titleSetting */

h1{
    font-size: 150%;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #b08b71;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #e84f4f;
    ;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2{
    font-weight: bold;
    font-size: 130%;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 0px;    
    text-align: left;
}




	h3{
    font-weight: bold;
    font-size: 110%;
    border-bottom: 2px dotted #c1b0a3;
    padding-left: 10px;
}


	h4{
    font-weight: bold;
    font-size: 110%;

}

	h5{
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 0px;        
}
	
/* テキスト装飾 */

	
.txt_bold{
	font-weight: bold;
}

.txt_bold_shadow{
  text-shadow: 
    0.4px 0.4px 0, 
    0.4px -0.4px 0px,
    -0.4px 0.4px 0,
    -0.4px -0.4px 0px,
    0.4px 0px 0px,
    0px 0.4px 0px,
    -0.4px 0px 0px,
    0px -0.4px 0px;
  letter-spacing: 1px;
}
.txt_bold_B{
	font-weight: bold;
	font-size: 120%;
}	
.txt_bold_B_G{
	font-weight: bold;
	font-size: 120%;
	color: #638C0B;
}		

.txt_small{
	font-size: 85%;
}

.txt_small_red{
    font-size: 85%;
    color: #c59b81;
}

.txt_blue{
    color: #0000ff;
}

.txt_yel{
    color: #f3bf02;
}
.txt_grn{
    color: #009a63;
}

.txt_red{
    color: #ff2600;
}

.txt_bluegrn{
    color: #00b69f;
}
.txt_perple{
    color: #8b8ed1;
}

.txt_gry{
    color: #666666;
}

.icon_ya{
    background-image: url(../images/ya_gry.png);
    background-position: 0px 2px;
    padding-left: 15px;
    background-repeat: no-repeat;
}

.icon_mail{
    background-image: url(../images/mail.png);
    background-position: 0px 2px;
    padding-left: 50px;
    background-repeat: no-repeat;
}

.w20{
    width: 20%;
}

.w80{    width: 80%;
}

.w30{    width: 30%;
}

.w70{    width: 70%;
}

.w50{    width: 50%;
}

.w10{    width: 10%;
}
.w60{    width: 60%;
}

/* =テーブル　normal
----------------------------------------- */

.table_normal{

}
.table_normal table{
    width: 98%;
    margin-right: auto;
    margin-left: auto;   
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;  
	
}
.table_normal th{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	text-align: left;
	width: 15%;
}

.table_normal td{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    border-right: 1px solid #CCCCCC;
}




/* リスト */

.list01{}
.list01 ul{
    padding: 0px;
    margin-top: 1em;
    margin-right: 0em;
    margin-left: 1em;
    margin-bottom: 1em;
}


.list01 ul li {
    padding-left: 45px;
    background-image: url(../images/icon_book.png);
    background-repeat: no-repeat;
    list-style-type: none;
    padding-bottom: 15px;
    padding-top: 0px;
}

.list01 ul li a{
    font-weight: bold;
    color: #553CA8;
}


/* LinkSetting */
#mokuji ul li A:link {text-decoration:none; color: #000}
#mokuji ul li A:visited {text-decoration:none; color: #000}
#mokuji ul li A:active  {text-decoration:underline; color: #000}
#mokuji ul li A:hover {
	text-decoration:underline;
	color: #06F
}




.list02{}
.list02 ul{
    padding: 0px;
    margin-top: 0em;
    margin-right: 0em;
    margin-left: 1.5em;
    margin-bottom: 0em;
}


.list02 ul li {
    pmargin-left: 20px;
    padding-bottom: 5px;
    padding-top: 0px;
    list-style-type: disc;
}



/* マージン設定 */


.box_under15{
	margin-bottom: 15px;
}
.box_left30{
	margin-left: 50px;
}
.box_top40{
	margin-top: 40px;
}
.box10{
    padding: 10px;
}

.box5{
    padding: 5px;
}

.box_waku{
    padding: 30px;
    border: 1px solid #CCCCCC;
	margin-bottom: 15px;	
}

.box_titlewaku{
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: large;
    background-color: #EFE8DA;
}



.waku95{
	width: 95%;
}

.box_center{
    text-align: center;
}

.box_lr_center{
    margin-right: auto;
    margin-left: auto;
}
.box_left{
    text-align: left;
}
.box_right{
    text-align: right;
}
.icon_ya_gry{
	background-image: url(../images/icon_ya_gry.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
}

.bg_gry{
    background-color: #E4E4E4;
}
.bg_purple{
    background-color: #DBDAE5;
}
.ws_none{
    white-space: nowrap;
}
/* =topメイン画像
--------------------------------- */
#top_main{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#top_main img{
    width: 100%;

}



/* =topコンテンツ１
--------------------------------- */
#top_Concept{
    width: 94%;
    background-color: #FFFFFF;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#top_Concept a{
    color: #000000;
    text-decoration: none;
}
#top_Concept_waku{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;

}

.top_Concept_title{
    font-size: 170%;
    color: #909090;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
}

#top_Concept_con{
    padding-top: 0px;
    padding-bottom: 30px;

}


.Concept_con{
    padding-top: 0px;
    padding-bottom: 30px;

}


.con_box10{
    padding: 10px;
}

.con_right{
    float: right;
}

/* 目次
--------------------------------- */
.contents_waku{}
.contents_chapter{
    font-weight: bold;
    font-size: 110%;
}
.contents_waku ol{
    padding: 0px;
    margin: 0px;
}
.contents_waku ol li{
    padding: 5px;
    margin-left: 50px;
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 90%;
}

.chapter_con{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}



/* 2列　右画像
--------------------------------- */

.layout01{
    padding: 10px;
    overflow: hidden;
}

.layout01_txt{
    width: 30%;
    float: left;
}

.layout01_zu{
    width: 30%;
    float: left;
}
.layout01_zu img{
    width: 100%;

}


/* 2列　左画像
--------------------------------- */

.layout02{
    padding: 10px;
    overflow: hidden;
}




.layout02_photo{
    width: 25%;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
}

.layout02_txt{
    width: 65%;
    float: left;
}

.layout02_txt a{
    color: #0000FF;
}
.layout02_photo img{
    width: 100%;

}



.set{}

.pageset{
    width: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.pageset01{
    width: 29.0%;
    float: left;
    margin-left: 1%;	
    padding: 5px;
     text-align: center;
    border: 1px solid #6559C9;

}
.pageset02{
    width: 29.0%;
    float: left;
    margin-left: 1%;	
    padding: 5px;
    text-align: center;
    border: 1px solid #6559C9;	
}
.pageset03{
    width: 29.0%;
    float: left;
    margin-left: 1%;	
    padding: 5px;
    text-align: center;
    border: 1px solid #6559C9;	
	
}

.pageset01 a{display: block}
.pageset02 a{display: block}
.pageset03 a{display: block}



/* コンテンツテーブル
--------------------------------- */
.con_table{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}

.con_table table{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 15px; 
    width: 100%;    

}
.con_table table th{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: normal;

}
.con_table table td{
    border-right:  1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;   
    padding: 5px;    
    
}

.con_table ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    margin-right: 0px;
}

/* お問い合わせテーブル
--------------------------------- */
.contact_table{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;     
}

.contact_table table{
    border-top: 1px solid #CCCCCC;
    width: 100%;    

}
.contact_table th{
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    background-color: #EEEEEE;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;    
}
.contact_table table td{
    border-bottom: 1px solid #CCCCCC;   
    padding: 8px;    
    
}

input {    padding: 10px;
            font-size: 110%;}
option{    padding: 10px; 
            font-size: 110%;}

textarea{    padding: 10px; 
            font-size: 110%;}    

.w_m{    width: 50%;    }
.w_L{    width: 90%;    }



/* プロファイル
--------------------------------- */
.prpfile{
    background-image: url(../images/profile_bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
}
.prpfile img{
    margin-right: auto;
    margin-left: auto;
}

.prpfile_photo{
    width: 160px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.prpfile_photo img{
    width: 100%;
}

.book_area{
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #AB9A72;1}

.book_left{
    float: left;
    width: 200px;
    padding-top: 5px;
}

.book_left img{
    width: 100%;
}

.book_right{
    float: left;
    margin-left: 10px;
    margin-top: 20px;	
}


/* 左右50%レイアウト
--------------------------------- */
.layout50{
    overflow: hidden;

}

.layout50_left{
    width: 48%;
    float: left;

}
.layout50_right{
    width: 48%;
    float: right;

}

/* 左右40%60%レイアウト
--------------------------------- */
.layout4060{
    overflow: hidden;
}

.layout4060_left{
    width: 35%;
    float: left;

}
.layout4060_right{
    width: 63%;
    float: right;

}

.layout4060 img{    width: 100%;}

/* googlemapレスポンシブ化
--------------------------------- */
.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.pc{}
.sp{
    display: none;
}

/* =sp1
-------------------------------------------------------------------------------------- */

@media (max-width: 1000px){


	#header_nav {
    display: none;
}
    
}

/* =sp2
-------------------------------------------------------------------------------------- */

@media (max-width: 768px){

#stage {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header{
	width: 100%;
		
	}
	
#header_con{
    width: 100%;

	}
#header_logo {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
	
	
#header_nav {
    width: 90%;
	
    margin-right: auto;
    margin-left: auto;
}
#header_nav ul li{
    font-size: 90%;}
	
	
#footer_left{
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;

}

#footer_right{
	width: 90%;
	float: none;
	margin-top: 10px;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;	
}
    
h1{
    font-size: 110%;
   margin-bottom: 5px;    
}

h2{
    font-size: 110%;

}    
    
.txt_bold_B{
	font-weight: bold;
	font-size: 110%;
}    
    
#header_logo {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    float: none;
}
    


#header_name {
    color: #909090;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;    
    font-weight: bold;
    float: none;
    text-align: center;    
}    
    
#innner_link ul{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
    
#innner_link ul li{
    width: 49%;

}
    
#innner_link ul li a{
    display: block;
    font-size: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
}
 
.top_Concept_title{
    font-size: 130%;
    color: #909090;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
} 

/* 左右50%レイアウト
--------------------------------- */
.layout50{}

.layout50_left{
    width: 96%;
    float: none; 
    margin-right: auto;
    margin-left: auto;    
    
}
.layout50_right{
    width: 96%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
  
/* 左右40%60%レイアウト
--------------------------------- */
.layout4060{
    overflow: hidden;
}

.layout4060_left{
    width: 96%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.layout4060_right{
    width: 96%;
    float: none;
    margin-right: auto;
    margin-left: auto;    

}    
   
    
.pc_line{
    border-bottom: none;
}

   

/* テーブル項目を1行に */
table.mobile-block td,table.mobile-block th{display:block}
    

.pageset{
    width: 80%;

}

/* 2列　右画像
--------------------------------- */

.layout01{
    padding: 10px;
    overflow: hidden;
}

.layout01_txt{
    width: 80%;
    float: none;
}

.layout01_zu{
    width: 70%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.layout01_zu img{
    width: 100%;

}
	
.box_waku{
    padding: 0px;
    border: 1px solid #CCCCCC;
	margin-bottom: 15px;	

}

.layout02_photo{
    padding-right: 0px;
}

/* リスト */

.list01{}
.list01 ul{
    padding: 0px;
    margin-top: 1em;
    margin-right: 0em;
    margin-left: 1em;
    margin-bottom: 1em;
}


.list01 ul li {
    padding-left: 28px;
    background-image: url(../images/icon_book.png);
    background-repeat: no-repeat;
    list-style-type: none;
    padding-bottom: 15px;
    padding-top: 0px;
}

.list01 ul li a{
    font-weight: bold;
    color: #553CA8;
}	
	
.box_left30{
	margin-left: 10px;
}	
	
/* 2列　左画像
--------------------------------- */

    
/* =sp2 480終了
-------------------------------------------------------------- */

}

