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


body{
    color: #000;i
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    line-height: 150%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../images/ya_gry.png);
    background-repeat: no-repeat;
    background-position: 0px 0ox;
}


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



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

p {
	margin-bottom: 10px;
}

img{
	border: none;
	vertical-align: bottom;

}

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

.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%;
}


.icon_tel{
    background-image: url(../images/tel_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
}

/* ヘッダーフッター */

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

#header_con{
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    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: #000000;
}


#header_logo {
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;	
}

#header_logo img {
    width: 100%;
}

#header_name {
    color: #000000;
    font-size: 14px;
    text-align: right;
    padding-top: 30px;
    font-weight: bold;
    float: left;
}


/* 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{
    width: 100%;
    background-color: #E4E4E4;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer_con{
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    overflow: hidden;
}

#footer_nav {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#footer_nav ul{
  position: relative;
  left: 50%;
  float: left;
	list-style-type: none;

	
}
#footer_nav ul li{
	padding: 10px;
	list-style-type: none;
	font-size: 85%;
  position: relative;
  left: -58%;
  float: left;
  
}
#copy_right{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    } 

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



/* titleSetting */

h1{
    font-size: 150%;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #666666;
    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: 15px;    
    text-align: left;
}


	h3{
    font-weight: bold;
    font-size: 110%;
    border-left: 3px solid #04995F;
    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_B{
	font-weight: bold;
	font-size: 150%;
}	
.txt_bold_B_G{
    font-weight: bold;
    font-size: 200%;
    color: #ffffff;
    line-height: 150%;
}		

.txt_big{	font-size: 110%;}

.txt_small{
	font-size: 85%;
}

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

.txt_blue{
    color: #00C9F3;
}

.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;
}

.w20{
    width: 20%;
}

.w80{    width: 80%;
}

.w30{    width: 30%;
}

.w70{    width: 70%;
}

.w50{    width: 50%;
}

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

/* リスト */

.list01{}
.list01 ol{
    padding: 0px;
    margin-top: 0em;
    margin-right: 3em;
    margin-left: 0em;
    margin-bottom: 0em;
}
.list01 ol {
margin: 0;
padding: 0;
list-style: none;
counter-reset: yourDefinition;
}
.list01 ol li {
    padding-left: 0px;
    margin-bottom: 10px;
}
.list01 ol li:before {
counter-increment: yourDefinition;
content: counter(yourDefinition);
display: inline-block;
margin-right: 10px;
width: 24px;
height: 24px;
text-align: center;
color: white;
font-weight: bold;
font-family: helvetica;
text-indent: 0;
background: #00b7ee;
border-radius: 100%;
}



/* マージン設定 */


.box_under15{
	margin-bottom: 15px;
}
.box_top40{
	margin-top: 40px;
}

.box_top50{
	margin-top: 50px;
}
.box10{
    padding: 10px;
}

.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_main{    width: 100%;}
#top_main img{    width: 100%;}
	
	
/* =topコンテンツ１
--------------------------------- */
#top_Concept{
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
}
#top_Concept a{
    color: #000000;
    display: block;
    text-decoration: none;
}
#top_Concept_waku{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    overflow: hidden;
}

#top_Concept_waku ul{
    margin-left: 0px;
    list-style-type: none;
}

#top_Concept_waku ul li{
    margin-left: 80px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    background-image: url(../images/aomaru.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
    font-size: large;
    line-height: 165%;
}

#top_Concept_title{
    font-size: 180%;
    color: #000000;
    line-height: 170%;
    text-align: left;
    margin-left: 50px;
}

#top_Concept_con{
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
    background-image: url(../images/fukidashi.jpg);
    background-repeat: no-repeat;
}
#top_Concept_con img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}
#top_Concept_con01{
	width: 100%;
	float: none;
	text-align: center;
}
#top_Concept_con02{
    width: 31%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    float: left;
}
#top_Concept_con03{
    width: 31%;
    float: right;
}

.top_Concept_copy{
    padding: 5px;
}



/* =topコンテンツ2
--------------------------------- */
#top_Concept2{
    width: 100%;
    background-color: #ecd304;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}
#top_Concept2 a{
    color: #ffffff;
    display: block;
    text-decoration: none;    
}
#top_Concept2_waku{
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#top_Concept2_title{
    
    font-size: 170%;
    color: #ffffff;
    line-height: 150%;
    text-align: center;
}

#top_Concept2_con{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
#top_Concept2_con img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}
#top_Concept2_con01{
    width: 45%;
    float: left;
}

#top_Concept2_con03{
    width: 45%;
    float: right;
}

.top_Concept2_copy{
    padding: 5px;
    color: #FFFFFF;
}



/* =topコンテンツ３
--------------------------------- */
#top_Concept3{
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
}
#top_Concept3 a{
    color: #000000;
    display: block;
    text-decoration: none;    
}
#top_Concept3_waku{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;	
    overflow: hidden;
    text-align: center;	
}

#top_Concept3_title{
    font-size: 200%;
    color: #000000;
    line-height: 200%;
    text-align: center;
    padding-bottom: 30px;
}

/* =topコンテンツ4
--------------------------------- */
#top_Concept4{
    width: 100%;
    background-color: #00a0e9;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}
#top_Concept4 a{
    color: #ffffff;
    display: block;
    text-decoration: none;    
}
#top_Concept4_waku{
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

#top_Concept4_title{
    
    font-size: 170%;
    color: #ffffff;
    line-height: 150%;
    text-align: center;
}

/* =topコンテンツ５
--------------------------------- */
#top_Concept5{
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
}
#top_Concept5 a{
    color: #000000;
    display: block;
    text-decoration: none;    
}
#top_Concept5_waku{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 0px;	
    overflow: hidden;
    text-align: center;	
}

#top_Concept5_title{
    font-size: 200%;
    color: #000000;
    line-height: 200%;
    text-align: center;
    padding-bottom: 30px;
}

/* コンテンツテーブル
--------------------------------- */
.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%;    }



/* 左右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;

}

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

.layout6040_left{
    width: 60%;
    float: left;

}
.layout6040_right{
    width: 38%;
    float: right;

}

/* 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;
}




/* =sp
-------------------------------------------------------------------------------------- */

@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: 145px;
    margin-right: auto;
    margin-left: auto;
}
	
	
#header_nav {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
#header_nav ul li{
    font-size: 100%;}

#footer_nav ul li{
	font-size: 100%;
}

    
/* ページ内リンク */

#innner_link_{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0px;
    max-width: 95%;
}
#innner_link ul li{
    list-style-image: none;
    list-style-type: none;
    width: 48%;
    border: 1px solid #cccccc;
    font-weight: normal;
    font-size: 90%;
} 

    

	
/* =topコンセプト
--------------------------------- */
#top_Concept{
    background-color: #FFFFFF;

}
#top_Concept_waku{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;

}

#top_Concept_title{
    font-size: 130%;
    line-height: 150%;
    text-align: left;
    color: #000000;

}


#top_Concept3_waku{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;	
	}	
	
#top_Concept3_title{
    text-align: left;
    font-size: 150%;
} 
	
	
/* titleSetting */

.box_top50{
	margin-top: 20px;
}
	
.txt_bold{
	font-weight: bold;
}
.txt_bold_B{
	font-weight: bold;
	font-size: 130%;
}	
.txt_bold_B_G{
    font-weight: bold;
    font-size: 150%;
    color: #ffffff;
    line-height: 130%;
}		

	#top_main p .word A{
    font-size: 12px;
}	
	
 



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

   
	
/* =sp768終了
	
-------------------------------------------------------------- */
	
}

/* =sp2
-------------------------------------------------------------- */
@media (max-width : 480px){
    


    
h1{
    font-size: 110%;
   margin-bottom: 5px;    
}

h2{
    font-size: 110%;

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


#header_name {
    color: #000000;
    font-size: 12px;
    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コンテンツ１
--------------------------------- */
#top_Concept_con{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-image: url(../images/fukidashi_sp.jpg);
    background-repeat: no-repeat;
}


#top_Concept_waku{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    overflow: hidden;
}

#top_Concept_waku ul{
    margin-left: 0px;
    list-style-type: none;
}
	
	

#top_Concept_waku ul li{
    margin-left: -25px;
    padding-left: 20px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    background-image: url(../images/aomaru_sp.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    text-align: left;
    font-size: 100%;
    line-height: 130%;
}

#top_Concept_title{
    font-size: 150%;
    color: #000000;
    line-height: 150%;
    text-align: left;
    margin-left: 10px;
}


#top_Concept_con{
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}    
#top_Concept_con img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
#top_Concept_con01{
	max-width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
}
#top_Concept_con02{
    width: 80%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;    
}
#top_Concept_con03{
    width: 80%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;    
}
    
/* =topコンテンツ2
--------------------------------- */
#top_Concept2{
    padding-top: 30px;
    padding-bottom: 30px;
}

#top_Concept2_waku{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#top_Concept2_title{
    font-size: 150%;
    color: #ffffff;
    line-height: 150%;
    text-align: center;
}

#top_Concept2_con{
    padding-top: 30px;
    padding-bottom:0px;
    overflow: hidden;
}

#top_Concept2_con01{
    width: 78%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;    

}

#top_Concept2_con03{
    width: 78%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;    

}



/* =topコンテンツ３
--------------------------------- */


#top_Concept3_waku{
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: left;
	}

#top_Concept3_title{
        font-size: 110%;
    color: #000000;
    line-height: 150%;
    text-align: left;
}

#top_Concept4_waku{
    padding-top: 20px;
    padding-bottom: 20px;
}


#top_Concept4_title{
    font-size: 120%;
}

/* 左右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;    

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

.layout6040_left{
    width: 95%;
    float: none;
    margin-right: 0%;
    margin-left:5%;    
}
.layout6040_right{
    width: 90%;
    float: none;
    margin-right: 5%;
    margin-left: 5%;    

}    

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



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

}

