@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body
{
    background-color:#FCFBF9;
	color:#5F4833;

}

a:link
{
    text-decoration: none;

    color: #413121;
}
a:visited
{
    text-decoration: none;

    color: #413121;
}
a:hover
{
    text-decoration: none;

    color: #6f175b;
}
a:active
{
    text-decoration: none;

    color: #413121;
}
a.alpha:hover img
{opacity: .6;

    filter: alpha(opacity=60);-moz-opacity: .6;
}


/* -------------------
 
---------------------- */

img {
	max-width:100%;
	height: auto;
}




@media screen and (max-width: 480px) {
	.sp_none {

		display: none;
	}
	.pc_none {
		display: block;
	}

}



@media screen and (min-width: 481px) {



	.sp_none {
		display: block;
	}
	.pc_none {
		display: none;
	}


}







/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR
{
    float: right;

    margin: 0 0 0 10px;
}

.imgL
{
    float: left;

    margin: 0 10px 0 0;
}

.txtR
{
    float: right;
}

.txtL
{
    float: left;
}

.btn
{
    text-align: center;
}

/* clearfix */
.cf { zoom:1; }
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }



/* End hide from IE-mac */
.inLine
{
    display: inline;
}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0
{
    margin-top: 0 !important;
}
.MG-T5
{
    margin-top: 5px !important;
}
.MG-T10
{
    margin-top: 10px !important;
}
.MG-T15
{
    margin-top: 15px !important;
}
.MG-T20
{
    margin-top: 20px !important;
}
.MG-T25
{
    margin-top: 25px !important;
}
.MG-T30
{
    margin-top: 30px !important;
}
/* Bottom */
.MG-B0
{
    margin-bottom: 0 !important;
}
.MG-B3
{
    margin-bottom: 3px !important;
}
.MG-B5
{
    margin-bottom: 5px !important;
}
.MG-B10
{
    margin-bottom: 10px !important;
}
.MG-B15
{
    margin-bottom: 15px !important;
}
.MG-B20
{
    margin-bottom: 20px !important;
}
.MG-B25
{
    margin-bottom: 25px !important;
}
.MG-B30
{
    margin-bottom: 30px !important;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5
{
    padding-left: 5px !important;
}
.PD-L10
{
    padding-left: 10px !important;
}
.PD-L15
{
    padding-left: 15px !important;
}
.PD-L20
{
    padding-left: 20px !important;
}
.PD-L25
{
    padding-left: 25px !important;
}
.PD-L30
{
    padding-left: 30px !important;
}
/* Right */
.PD-R5
{
    padding-right: 5px !important;
}
.PD-R10
{
    padding-right: 10px !important;
}
.PD-R15
{
    padding-right: 15px !important;
}
.PD-R20
{
    padding-right: 20px !important;
}
.PD-R25
{
    padding-right: 25px !important;
}
.PD-R30
{
    padding-right: 30px !important;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S
{
    font-size: 12px;
}
.TXT-M
{
    font-size: 14px;
}
.TXT-L
{
    font-size: 16px;
}

.TXT-RED
{
    color: #f33;
}
.TXT-ORG
{
    color: #f7931e;
}


/* 幅
----------------------------------------------------------- */
.W70
{
    width: 70%;
}
.W65
{
    width: 65%;
}
.W60
{
    width: 60%;
}
.W50
{
    width: 50%;
}
.W40
{
    width: 40%;
}
.W30
{
    width: 30%;
}
.W35
{
    width: 35%;
}
.W25
{
    width: 25%;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page
{
    background: url(../imageA/navi_background02.jpg) repeat-x;
}


@media screen and (max-width: 480px) {

#page
{
    background: url(../imageA/navi_background02.jpg) repeat-x;

}


}






/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */




#headerDesc
{
	max-width:960px;
    margin: 0 auto;
}


#headerDesc h1
{
    font-size: 12px;
    font-weight: normal;
    float: left;
    height: 20px;
    margin: 10px 0 0 7px;
	color:#868374;
}

#headerDesc:after
{
    display: block;
    content: '';
    clear: both;
}


#header
{
	max-width:960px;
    margin: 0 auto;
	margin-top:25px;
	margin-bottom:10px;


}

#header .logo
{
	float: left;
	margin-top:15px;

}

#header .tel {
	float: right;
	margin-top:25px;


}

@media screen and (max-width: 480px) {


#header .logo
{
	float: none;
	margin-top:15px;
	text-align: center;


}
	#header .tel {

	float: none;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:30px;

	text-align: center;


	}

}




/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav
{
    float: right;

    padding-top: 60px;

    text-align: right;
}

#header #utilityNav li
{
    display: inline;

    margin-right: 5px;
    padding: 0 0 5px 8px;

    list-style-type: none;

    background: url(../imageA/list-arw.png) no-repeat;
    background-position: 0 30%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#g_navi {
	background:url(../imageA/navi_background_ul.jpg) repeat-x  ;
}

#g_navi ul
{
	display:table; 
	table-layout: fixed; 

	width:100%;
	height:62px;
	max-width:960px;
	margin: 0 auto;

}

#g_navi ul li
{
	display: table-cell;/* mなし */
	padding:2px;

	width:25%;
    font-size: 14px;
    text-align: center;
	margin-top:10px;
	border-right:1px solid #ffffff;
	vertical-align:middle;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#g_navi ul li:first-child
{
	border-left:1px solid #ffffff;


}



#g_navi ul li a:link,
#g_navi ul li a:visited,
#g_navi ul li a:active
{

    display: block;
    text-decoration: none;
    color: #fff;


}

#g_navi ul span
{
    font-size: 10px;

    color: #fff;
}

@media screen and (max-width: 380px) {

#g_navi ul li
{

	line-height: 110%;
    color: #fff;
}



}




#g_navi ul li a:hover
{
    color: #FFcc00;


}


/* -------------------

---------------------- */



#naviArea
{
    margin: 0 auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ddd;
}

#naviArea_n
{
    width: 900px;
    margin: 0 auto;
}




/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer
{
    clear: both;

    padding: 15px 0 0 0;

    background: #ccc;
}

#footer .copyright
{

    margin-top: 20px;
	padding-top:20px;
	padding-bottom:20px;


    text-align: center;

    color: #fff;
    background: #413121;
}

#footerContents ul
{
    padding: 10px 0 0 0;

    text-align: center;
}

#footerContents ul li
{
    display: inline;

    padding: 0 10px 0 10px;

    border-right: solid 1px #d4d4d4;
}
#footerContents ul li.end
{
    display: inline;

    padding: 0 10px 0 10px;

    border: none;
}

#footerContents .box
{
    float: left;

    width: 280px;
    margin-right: 10px;
    padding: 10px;

    border: none;
}

#footerContents h3
{
    font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents
{
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
#footerContents
{
	width:100%;

    margin: 0 auto;
}

}





/*----------------------------------------------------
	#トップImg
----------------------------------------------------*/

#imgArea
{
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}
/*----------------------------------------------------
	#下層Img
----------------------------------------------------*/

#imgArea02
{
	max-width:900px;

    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align: center;


}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents
{

	max-width:900px;
    margin: auto;

    text-align: left;

    background-color: #efead7;
}

#contents .pageTop
{
    clear: both;

    text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox
{
    width: 900px;
    margin: auto;
}

.contentsBox .box
{
    font-size: 12px;

    float: left;

    width: 200px;
    margin-right: 10px;
    padding: 10px;

    color: #fff;
}

.con_block_n
{

	margin: 10px 0;
	padding: 0;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main
{
	float: right;

	max-width:680px;

    padding: 0 0 10px 20px;


}

.news {
	width:100%;
      height:250px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;

}



.news iframe {
      width:100%;
      height:100%;
      border:none;
      display:block;

}


@media screen and (max-width: 480px) {
#main {
	float: none;

	padding-left:5px;


}
}



#main h2
{
    font-size: 16px;
    font-weight: 100;

	max-width:680px;

    height: 40px;
    padding: 10px 0;
	margin-top:0px;
	margin-bottom:0px;


    text-indent: 2em;

    background: url(../imageA/h2Bar.gif) no-repeat;
}

#main .section
{
	margin-top:0px;
	margin-bottom:20px;
}

#main .sectionBorder
{
	max-width:680px;
	margin-top:0px;
	margin-bottom:20px;

    border: solid #ccc 0px;
}


#main .sectionBorder:after
{
    display: block;
    content: '';
    clear: both;
}


#main .sectionService
{
    padding: 10px 0;
}

#main .box
{
    float: left;

    width: 190px;
    margin-right: 5px;
    padding: 0 15px 0 10px;

    border-right: solid #ccc 1px;
}

#main .box-end
{
    float: left;

    width: 190px;
    margin-right: 5px;
    padding: 0 0 0 10px;
}

#main .btn
{
    float: left;

    width: 226px;
}

#main .btn50
{
    float: left;

    width: 113px;
}

#main .btn-end
{
    float: left;

    width: 226px;
}

#main .section ul li
{
    list-style-position: inside;
    list-style-image: url(../imageA/cirBK.gif);

}

/* 親子ボックス
----------------------------------------------------------- */


#oya_sodan
{
	margin-top:30px;
	margin-bottom:50px;

	padding-bottom:5px;
	max-width:680px;

	background:url(../imageA/soudan02.gif) ;

	border: 1px solid #A6A6A6;

    -webkit-border-radius:   5px;
       -moz-border-radius:  5px;
            border-radius: 5px;



}

.sodan_mu {

	padding-top:20px;
	padding-left:20px;
	padding-bottom:15px;


}


#k_sodan
{
	padding-left:20px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom:15px;
	font-weight:bold;

}
#k_sodanBtn
{
	width:50%;
	font-size: 0px;
	padding:2px;
	margin-top:7px;
	margin-left:20px;
	text-align: center;

	background-color:#413121;


}

#k_sodanBtn:hover  {

	background-color:#5E4730;

}



@media screen and (max-width: 480px) {
#oya_sodan  {


	background:url(../imageA/sodan_sp.gif) ;
	background-size:cover;
	background-repeat:no-repeat;



}

.sodan_mu {

	padding-left:2%;

}

#k_sodan
{

	padding-left:2%;
	width:70%;

    text-shadow:
        0 1px 0 #ffffff,
        1px 0 0 #ffffff,
        0 -1px 0 #ffffff,
        -1px 0 0 #ffffff,
        -1px -1px 0 #ffffff,
        1px -1px 0 #ffffff,
        -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff
        ;
}

#k_sodanBtn
{
	width:80%;
	margin-top:20px;
	margin-left:2%;
	padding-left:5%;
	padding-right:5%;

	text-align: center;



}



}





#oya_keiyaku
{
    position: relative;

    width: 680px;
}
#k_kei01
{
    position: absolute;
    top: 192px;
    left: 12px;

    width: 190px;
}
#k_kei02
{
    position: absolute;
    top: 192px;
    left: 237px;

    width: 190px;
}
#k_kei03
{
    position: absolute;
    top: 192px;
    left: 464px;

    width: 190px;
}

#oya_mail
{
	position: relative;
	height:97px;

}
#k_mailBtn
{
	position: absolute;
	left:340px;
	 top:20px;



}


@media screen and (max-width: 480px) {

	#oya_mail
	{
	height: auto;

	padding-bottom:0px;

	}

	#k_mailBtn
	{
	position: static;
	text-align: center;
	border: 1px solid red;
	display: none;



	}

}



/* テーブル装飾
----------------------------------------------------------- */
div.table_block
{
    margin: 0;
    padding: 15px 0;
}
div.table_block table
{
    font-size: 100%;

    clear: both;

    width: 100%;
    margin: 0 auto;
    padding: 0;

    border-collapse: collapse;
}
div.table_block th
{
	width:25%;

    padding: 15px;

    text-align: left;
    vertical-align: middle;

    color: #fff;
    border: 1px solid #fff;
    background: #7a7050;
}
div.table_block td
{
	width:75%;

    padding: 15px;

    text-align: left;
    vertical-align: middle;

    border: 1px solid #fff;
    background: #f6f6f6;
}

@media screen and (max-width: 480px) {
div.table_block th
{
	display: block;
	width:100%;

    padding: 5px;

}
div.table_block td
{
	display: block;
	width:100%;
    padding: 5px;
	text-align: left;

}

input {
	width:90%
	}

}

input.reigai {
	width:10%;
	vertical-align:middle;

	}

}



#btnBox
{
    width: 680px;
    padding-top: 20px;
    padding-bottom: 20px;

    border: 1px solid #ccc;
    background-color: #f6f6f6;
}



/* dl装飾 
----------------------------------------------------------- */
div.table_block dl
{
    margin: 0;
}


div.table_block dt {
	background-color:#F2F2F2;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top:15px;
	border-bottom:1px dotted #A6A6A6;
	width:95%;



}

div.table_block dd {
	padding-left:20px;
	padding-bottom:20px;

}



@media screen and (max-width: 480px) {

	div.table_block dl
	{
		display: block;
	max-width:90%;




	    padding: 5px;

	}

	div.table_block dt
	{
		display: block;
		padding: 5px;
		text-align: left;


	}

	input {
		width:90%

		}

	TEXTAREA {
		width:90%;

	}


	input.reigai {
		width:10%;
		vertical-align:middle;
		}

	input.bt {
		margin-bottom:5px;
		width:70%;
		margin-left:25px;
		padding:5px;


	}


}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub
{
	float: left;
    width: 200px;
    padding-top: 10px;
	background-color:#EFEAD7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#sub .box
{
    padding: 5px;

    border-bottom: solid #ccc 1px;
}

#sub .box-end
{
    padding: 5px;
}

@media screen and (max-width: 480px) {
#sub
{
	float: none;
	margin: 0 auto;
	padding-bottom:25px;
	padding-top:0px;



}

}



/*サイドの親子ボックス
----------------------------------------------------------- */


#oya_wm
{
    position: relative;
    width: 200px;
	margin-bottom:10px;
	text-align: center;


}
#k_wm_k
{
    position: absolute;
    top: 67px;
    left: 21px;

    width: 72px;
}
#k_wm_i
{
    position: absolute;
    top: 67px;
    left: 109px;

    width: 72px;
}
#k_jp_k
{
    position: absolute;
    top: 45px;
    left: 24px;

    width: 153px;
}
#k_jp_i
{
    position: absolute;
    top: 86px;
    left: 24px;

    width: 153px;
}
#k_jp_m
{
    position: absolute;
    top: 125px;
    left: 23px;

    width: 153px;
}

/*横並びリスト
----------------------------------------------------------- */

dl.List
{
    overflow: hidden;
    zoom: 1;
}
dl.List dt
{
    font-weight: bold;
    float: left;
    clear: both;
    width: 100px;
    margin-bottom: 5px;
    padding: 0 0 5px 10px;
}







dl.List dd:last-of-type
{
    margin-bottom: 25px;
    padding: 0 0 5px 120px;
    border-bottom: 1px dotted #999;
}


dl.List dd
{
    margin-bottom: 5px;
    padding: 0 0 5px 120px;

    border-bottom: 1px dotted #999;
} 


@media screen and (max-width: 480px) {
dl.List dt
{
	float: none;
	background-color:#E6E6E6;
	width:100%;


}

dl.List dd {
	padding:0px;
	border: none;

}

dl.List dd:last-of-type {
	padding:0px;

}


}


.map {
	position: relative;
	padding-top:70%;

}

.map iframe {
	position: absolute;
	left:0;
	top:0;

	width:100%;
	height:100%;

}




.dai
{
    width: 600px;
    height: 550px;

    background-color: #c33;
}

.dai_left
{
    float: left;

    width: 200px;
    height: 120px;
}


.dai_right
{
    float: right;

    width: 350px;
    height: 120px;
}



/* -------------------
 
---------------------- */


.top_inner
{
    position: relative;
	max-width:960px;
    margin: 0 auto;
	margin-top:20px;
	border: 1px solid #C6C1A1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;



}



#slideshow
{
    position: relative;
	max-width:960px;

}
#slideshow li
{
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
}
#slideshow li img
{
    width: 100%;
}
#slideshow li.active
{
    z-index: 10;
}
#slideshow li.last-active
{
    z-index: 9;
}


#top p
{

    font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';	
	font-weight:bold;

    font-size: 25px;
    margin-left: -200px;
    letter-spacing: 3px;

    position: absolute;
    z-index: 25;
    top: 15%;
    left: 68%;



	font-weight:bold;

    color: #5F4833;
    text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;


}
.sp01
{

	display: block;
	margin-top:25px;
    font-size: 25px;
	line-height: 40px;

	line-height: calc((100vh - 45px) / 10);



    letter-spacing: 1px;
    font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';	

	font-weight:bold;

    text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;


}
.sp01-a {
	color:#37B5FF;
	font-size: 52px;

}
.sp01-b {
	color:#F37900;
	font-size: 52px;

}

@media screen and (max-width: 780px) {


	#top p
	{
		font-family: "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	   font-size: 15px;
	    line-height: 30px;
	    position: static;

	    margin-left: 2px;

	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;


	text-align: center;

	    letter-spacing: 3px;
		font-weight:bold;

	    color: #5F4833;
	    text-shadow:
	        0 1px 0 #fff,
	        1px 0 0 #fff,
	        0 -1px 0 #fff,
	        -1px 0 0 #fff,
	        -1px -1px 0 #fff,
	        1px -1px 0 #fff,
	        -1px 1px 0 #fff,
	        1px 1px 0 #fff
	        ;


	}
	.sp01
	{
		display: block;
		margin-top:10px;
		margin-bottom:10px;
	    font-size: 15px;
	    letter-spacing: 1px;
	    font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';	

		font-weight:bold;

	    text-shadow:
	        0 2px 0 #fff,
	        2px 0 0 #fff,
	        0 -2px 0 #fff,
	        -2px 0 0 #fff,
	        -2px -2px 0 #fff,
	        2px -2px 0 #fff,
	        -2px 2px 0 #fff,
	        2px 2px 0 #fff
	        ;

	line-height: 200%;


	}
	.sp01-a {
		color:#37B5FF;
		font-size: 30px;

	}
	.sp01-b {
		color:#F37900;
		font-size: 30px;

	}


}



/* -------------------
 
---------------------- */



.map{
	font-size:16px;
	margin:0px 0px 15px 5px ;

}


.top_cp {

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

	max-width:960px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:25px;



}






.top_cp_01 {


}

.top_cp_02 {

}

.top_cp_03 {

}

.top_cp_04 {

}

@media screen and (max-width: 480px) {
.top_cp {

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	max-width:960px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:25px;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;


}


.top_cp_01 {
	margin-bottom:5px;
}

.top_cp_02 {
	margin-bottom:5px;

}

.top_cp_03 {
	margin-bottom:5px;

}

.top_cp_04 {
	margin-bottom:5px;

}

}




p.top_cp_txt01 {

	text-align: center;
	font-size: 18px;
	position: absolute;
	left:0;
	top:20.4678%;

	width:100%;
	text-align: center;


}

.top_cp_txt02 {


	text-align: center;
	font-size: 18px;
	position: absolute;
	left:0;
	top:48.2456%;

	width:100%;
	text-align: center;

}


p.top_cp_txt03 {


	text-align: center;
	font-size: 18px;

	position: absolute;
	left:0;
	top:15.5%;

	width:100%;
	text-align: center;


}

@media screen and (max-width: 480px) {
p.top_cp_txt03 {
	position: absolute;
	left:0;
	top:12%;

}
}



p.top_cp_txt04 {


	text-align: center;
	font-size: 18px;

	position: absolute;
	left:0;
	top:48.2456%;

	width:100%;
	text-align: center;

}




.aisatu{
	line-height:170%;
	margin-top:10px;
	float: left;
	width:60%;
	padding-left:10px;
	margin-bottom:20px;

}

.aisatu_ph {
	float: right;
	width:35%;
	text-align: center;
}


@media screen and (max-width: 480px) {
	.aisatu{
		line-height:170%;
		margin-top:10px;
		float: none;
		width:90%;
		margin: 0 auto;
		margin-bottom:20px;
	}

	.aisatu_ph {
		float: none;
		width:80%;
		margin: 0 auto;
		text-align: center;
	}

}


.serv_txt {
	float: right;
	width:65%;

}

.serv_ph {
	float: left;
	width:35%;
	text-align: center;

}


@media screen and (max-width: 480px) {
.serv_txt {
	float: none;

	width:100%;


}

.serv_ph {
	float: none;

	width:100%;

	text-align: center;

}
}






.ryakureki{
	font-size:90%;
	line-height:150%;	

}
