@charset "utf-8";

/* ボディ設定*/
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-size: 15px;
	line-height: 1.8em;
	color: #000;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/haikei.jpg);
}

*{
	margin:0;
	padding:0;
}
.info-box.clearfix .info-box-right p {
}


a{
	text-decoration:none;
}

ol, ul {
	list-style:none;
}

img{
	vertical-align:middle;
}

img{
	border:0px;
}

/* リンクの色 */
A {
	COLOR: #1f00b9;
}
A:link {
	COLOR: #1f00b9;
}
A:visited {
	COLOR: #1f00b9;
}
A:active {
	COLOR: #709456;
}
A:hover {
	COLOR: #709456;
}


/*Clearfix*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.br-sp {
	display:none;
}



/*ヘッダー*/
.obi-head{
	text-align:center;
	background-color: #ededed;
}
.obi-head h1{
	width: 960px;
	margin: auto;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	color:#452500;
}

.obi-copy {
	background-color: #709456;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.obi-copy p {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}

.head-box{
	width: 100%;
	background-color: #fff;
	padding: 16px 0;
}
.head{
	width:960px;
	margin:0 auto 0;
}
.head img{
	max-width:100%;
	height:auto;
}

.head-tit01{
	width:41%;
	float:left;
	margin:0 0 0 0;
}
.head-tit02{
	width:31%;
	float:right;
	margin:0 0 0 0;
}


/*グローバルナビ*/
.van-bar{
	background:#709456;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}
.nav-box{
	margin:0 auto 0px;
	width:960px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

#mainNav{}
.inner{}
#menu{}
.menu{}
.nav-panel{}

.nav_bg{
	margin:5px 0 15px;
}

.nav {
    margin:0px auto 0px;
	width:100%;
	z-index:999999;
}

ul#globalnavi{
	margin:0px;
	padding:0px;
	width:100%;
    overflow:hidden;
}

ul#globalnavi li{
	margin:0px;
	padding:0px;
    float:left;
    height:42px;
    display:block;
}

ul#globalnavi li a {
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(../images/g-nav.jpg);
    padding-top:42px;
}

/* global navi normal */
    #navi1 a { width:160px; background-position:0       0;}
    #navi2 a { width:160px; background-position:-160px  0;}
    #navi3 a { width:160px; background-position:-320px  0;}
    #navi4 a { width:160px; background-position:-480px  0;}
	#navi5 a { width:160px; background-position:-640px  0;}
    #navi6 a { width:160px; background-position:-800px  0;}

/* global navi rollover */
    #navi1 a:hover  { width:160px; background-position:0       -42px;}
    #navi2 a:hover  { width:160px; background-position:-160px  -42px;}
    #navi3 a:hover  { width:160px; background-position:-320px  -42px;}
    #navi4 a:hover  { width:160px; background-position:-480px  -42px;}
	#navi5 a:hover  { width:160px; background-position:-640px  -42px;}
    #navi6 a:hover  { width:160px; background-position:-800px  -42px;}


a#menu{display:none;}



/* メイン画像*/
#mainimage{
	width:960px;
	margin:0px auto 0px;
}

/*ページトップ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
/*	background: #fff;*/ 
	text-decoration: none;
	color: #fff;
	width: 135px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
/*	background: #eee;*/ 
}

#page-top a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}

/*フッダー*/
.fooder-box-all{
	width:100%;
	margin:0 auto 0px;
	background-color: #fff;
}

.fooder-box img{
	max-width:100%;
	height:auto;
}
.fooder-box{
	width:960px;
	margin:0 auto 0;
	padding: 15px 0 25px;
}
.fooder-tit01{
	width:33%;
	float:left;
	margin:0 6% 0 0;
}
.fooder-tit02{
/*	width:61%;*/
	float:left;
	text-align: left;
	margin:15px 0 0 0;
}

.f-nav{
	width: 94%;
	margin: 0px auto 10px;
	text-align: center;
}
.f-nav ul{
  width: 100%;
  margin:0;
  padding:0;
}
.f-nav li{
  padding:5px 0;
	margin:2px;
	background: #fef0f0;
	display: inline-block;
	width: 24%;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

/*コンテンツメイン*/
#contents_box{
	width:960px;
	margin:auto;
	padding:10px 0px 10px;
}

#contents_box a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}



/*トップページ*/

.nidan-box{
	margin: 0 0 0 0;
	width: 100%;
}
.nidan-box-left{
	width: 27%;
	float: left;
}
.nidan-box-right{
	width: 68%;
	float: right;
	margin: 0 1% 0 0;
}
.bo-navi-aki{
	margin-bottom: 30px;
}
.kyacchi{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 30px;
	color: #7b4745;
}


/*新着情報*/
.news-box{
	width:100%;
	margin-bottom:50px;
}
.news-box-center{
	width:100%;
	margin: auto;
	background-color: #fff;
	padding-bottom: 15px;
  border-radius:5px;
}
.news-title{
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align:center;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #709456;
    border-radius: 5px 5px 0 0;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
	
}
.news-text{
	overflow: auto;
	width:100%;
	height:280px;
	margin:auto;
	padding:10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

.news-text dt{
	padding-left:80px;
}

.news-text dd{
	padding-left:80px;
	margin-bottom:5px;
}

.point-info{
	background-image:url(../images/point-info.jpg);
	background-repeat:no-repeat;
}
.point-blog{
	background-image:url(../images/point-blog.jpg);
	background-repeat:no-repeat;
}
.point-job{
	background-image:url(../images/point-job.jpg);
	background-repeat:no-repeat;
}





/*パンくず*/
.pankuzu{
	width: 96%;
	font-size:0.9em;
	margin:10px auto 20px;;
	padding:0 10px;
}

.bnr-toi{
	margin: 15px auto 40px;
	width: 90%;
	text-align: center;
}

/*サブタイトル*/

.b-text-box{
	width: 96%;
	margin: 0 auto 30px;
}

h2{
	width:96%;
	margin:20px auto 10px;
	border-bottom:3px solid #709456;
	padding:12px 0 12px 70px;
	font-size:2em;
	color:#7b4745;
	font-weight: normal;
	background-image: url(../images/yuri.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

.body-box{
	width: 100%;
	margin:0 auto 0px;
	background-image: url(../images/haikei-waku.png);
	background-repeat: repeat-y;
	background-position: 50%;
}

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

.body-box h3{
	margin:15px 0 15px;
	padding:6px 15px 3px;
	background-color:#fff;
	color:#fc2eff;
	font-size:1.3em;
	font-weight: normal;
	border: 2px solid #febfb5;
	
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 

	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}
.body-box h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #709456;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0.5em;
	border-left: 5px solid #709456;
	
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

    
.body-box h3{
    _font-family: '游ゴシック';
    font-weight: normal;
    font-weight:bold;
    background-color: #FFEAB9;
    background-color: #7F5353;
    background-color:#7E703C;
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height:1.25em;
    margin: 15px 0;
    padding: 6px 15px 3px 40px;
    position:relative;
    _border-bottom:2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.29);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    }
    .body-box h3::before{
      content:'';
      background:url(../images/logo.png) no-repeat #74905A;
      background-position: -3px -8px;
      background-size:220%;
      position:absolute;
      height:32px;
      width:32px;
      top:-1px;
      bottom:0;
      margin-bottom:auto;
      margin-top:auto;
      left:-3px;
      border-bottom:1px solid #666666;
      border:2px solid #FFFFFF;
      border-radius:50%;
      display:block;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.29),
      1px 1px 3px rgba(255, 255, 255, 0.5) insert;
    
      
      
      
      
    }
    .body-box h4{
      font-size: 1.2em;
      font-weight: bold;
      color: #709456;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 5px 0.5em;
      border-left: 5px solid #709456;
      line-height:1.25em;
      -webkit-box-sizing: border-box; /* Webkit系用 */
      -moz-box-sizing: border-box;     /* Firefox用 */
      box-sizing: border-box;           /* 標準 */
      text-shadow: 0 0 2px #FFFFFF;

    }

/*    .body-box .blog-wrap h4{
    background-color:#7E703C;
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    color: #FFFFFF;
    text-shadow: 0 0 1px transparent;
      padding: 0.5em .75em;
      border-left: none;
      line-height:1.25em;

    }*/


.body-box p{
	margin:0 0 10px;
}

.p-box{
	margin: 0 auto 40px;
	width: 95%;
}


/*基本ボックス*/
.width-center{
	text-align: center;
}
.font-size-12{
	font-size: 1.2em;
}
.font-size-14{
	font-size: 1.4em;
}
.font-size-16{
	font-size: 1.6em;
}
.indent-01 {
padding-left:1em;
text-indent:-1em;
}
.indent-03 {
padding-left:3em;
text-indent:-3em;
}

.iro-aka{
	color: #ff0000;
}

/*ボックス*/
.text-box{
	width: 90%;
	margin:0 auto 40px;
}



/*テーブル*/
.tbl01{
	margin-bottom: 40px;
}
.tbl01 table {
  border-collapse: collapse;
  width: 100%;
}
.tbl01 table th,
.tbl01 table td {
  padding: 10px;
  border: 1px solid #999;
}
.tbl01 table th {
  background-color: #ffeab9;
	color: #555;
  text-align: center;
  width: 30%;
}
.tbl01 table td {
	background-color: #fff;
}

/*ご紹介*/
.yohaku-bottom{
	margin-bottom: 30px;
}
.photo40-left{
	width: 40%;
	float: left;
}
.text58-right{
	width: 58%;
	float: right;
}
.photo40-right{
	width: 40%;
	float: right;
}
.text58-left{
	width: 58%;
	float: left;
}
.photo48-left{
	width: 48%;
	float: left;
}
.photo48-right{
	width: 48%;
	float: right;
}


/*サンクス*/
.arigatou{
	width: 100%;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight:bold;
	color: #fc7718;
	margin:0 auto 10px;
}


/*サイトマップ*/
.sitemap-left{
	width: 45%;
	float: left;
}
.sitemap-right{
	width: 48%;
	float: right;
}

/*サイトマップ*/
.r-photo{
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
}





















/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:799px){
/* メインメニュー　PC用*/

nav div.nav-panel{
display:block !important;
float:left;
}
	
a#menu{display:none;}
}


/*-------------------------------------------------------------------------------*/
@media screen and (max-width:799px){
/*表示を切り替えるウィンドウサイズの指定*/
	
.obi-head h1{
	width: 98%;
}
	
.van-bar{
	padding: 1% 0;
}
.nav-box{
	width:98%;
}
.br-sp {
	display:inline;
}


/*グローバルナビ*/
.nav_bg{
	width:100%;
	background-image: none;
	margin-bottom:0px;
}

.nav {
    margin:0px auto 0px;
    width: 100%;
	z-index:999999;
}

#navi_g{
	width:100%;
	margin:0px auto;
}

ul#globalnavi{
    width:100%;
    overflow: hidden;
}

ul#globalnavi li{
    float: none;
    height:8px;
    display:block;
}

ul#globalnavi li a {
    display: block;
    overflow: hidden;
    height: 15px;
    background-image: none;
    padding-top:0px;
}

/* global navi normal */
    #navi1 a { width:100%; background-position:0 0;}
    #navi2 a { width:100%; background-position:0 0;}
    #navi3 a { width:100%; background-position:0 0;}
    #navi4 a { width:100%; background-position:0 0;}
	#navi5 a { width:100%; background-position:0 0;}
    #navi6 a { width:100%; background-position:0 0;}
    #navi7 a { width:100%; background-position:0 0;}

/* global navi rollover */
    #navi1 a:hover  { width:100%; background-position:0 0;}
    #navi2 a:hover  { width:100%; background-position:0 0;}
    #navi3 a:hover  { width:100%; background-position:0 0;}
    #navi4 a:hover  { width:100%; background-position:0 0;}
	#navi5 a:hover  { width:100%; background-position:0 0;}
    #navi6 a:hover  { width:100%; background-position:0 0;}
    #navi7 a:hover  { width:100%; background-position:0 0;}


	
/*グローバルナビ2
---------------------------------------------------------------------------*/


	nav#mainNav{
	clear:both;
	width:100%;
	margin:0px auto 0px;
	background:#fbfaf9;
	border:1px solid #e8e5e0;
	border-radius:6px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:44px;
	line-height:44px;
	font-weight: bold;
	text-align:left;
  background: url(../images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{
		padding-left:35px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(../images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .nav-panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:10px 10px 25px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fbfaf9;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(../images/sub1.png) no-repeat 20px 18px;
	
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
	}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(../images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(../images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.nav-panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
	
/*-------------------------------------------------------------------------------*/
/* 979px以下用（タブレット用）の記述 */

/*ヘッダー*/
.head{
	width:98%;
}

/* メイン画像*/
#mainimage{
	width:100%;
}

/*フッダー*/
.fooder-box{
	width:100%;
}

/*コンテンツメイン*/
#contents_box{
	width:100%;
}


/*トップページ*/

/*新着情報*/
.news-box-center{
	width:90%;
}



	

/*google map*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




































}

/*-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */

.head-tit01{
	width:95%;
	float:nome;
	margin:0 auto 15px;
	text-align:center;
}
.head-tit02{
	width:95%;
	float:left;
	margin:0 auto 0;
	text-align:center;
}


.obi-head{
	display: none;
}

.obi-copy p {
	font-size: 0.8em;
	text-align: center;
}


/*フッダー*/
.bottom-nav-box-center ul{
}
.bottom-nav-box-center li{
	width: 100%;
  display: inline-block;
  padding:0 0 0;
  margin:0px 0 20px;
	text-align: center;
}


.fooder-box-all{
	width:100%;
	margin:0 auto 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.fooder-tit01{
	width:95%;
	float:none;
	margin:0 0 20px 0;
	text-align: center;
}
.fooder-tit02{
	width:100%;
	float:none;
	margin:0px 0px 0 0;
	text-align: center;
}
.fooder-tit03{
	display: none;
}

.f-nav{
	width: 98%;
	margin: 15px auto 15px;
	text-align: center;
}
.f-nav ul{
  width: 100%;
  margin:0;
  padding:0;
}
.f-nav li{
	background: #fef0f0;
	display: inline-block;
	width: 45%;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}


/*コンテンツメイン*/
/*トップページ*/
	

.nidan-box{
	margin: 0 auto 0;
	padding: 0px;
	width: 98%;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}
.nidan-box-left{
	width: 100%;
	float: none;
	margin: 0 0 30px;
	padding: 0;
}
.nidan-box-right{
	width: 100%;
	float: none;
	margin: 0 0 30px;
	padding: 0px;
}
.bo-navi-aki{
	margin-bottom: 30px;
	text-align: center;
}
.bo-navi-aki img{
	max-width: 100%;
	height: auto;
}
.kyacchi{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 30px;
	color: #7b4745;
	padding: 0px;
}
	
	
/*新着情報*/
.news-box{
}
.news-box-center{
	width:100%;
}
.news-title{
}
.news-text{
}

.news-text dt{
	padding-top: 30px;
	padding-left:0px;
}
.news-text dd{
	padding-left:0px;
	margin-bottom:5px;
}

	
/*テーブル*/
.tbl01 table {
    border-top: 1px solid #999;
  }
.tbl01 table td {
    display: block;
    text-align: left;
  }
.tbl01 table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
  }


	
	
	
	
	

/*パンくず*/
.pankuzu{
	width: 98%;
	font-size:0.9em;
	margin:10px auto 20px;;
	padding:0 10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

/*サブタイトル*/

.b-text-box{
	width: 98%;
	margin: 0 auto 30px;
}

h2{
	width:96%;
	margin:20px auto 10px;
	border-bottom:3px solid #709456;
	padding:12px 0 12px 70px;
	font-size:1.5em;
	color:#7b4745;
	font-weight: normal;
	background-image: url(../images/yuri.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */
}

.body-box h3{
	/*padding:6px 15px 3px;*/
  padding-left:40px;
  font-size:1.1em;
	

}
.body-box h3::before{
	/*padding:6px 15px 3px;*/
  left:3px;
  height:24px;
  width:24px;
}  
.body-box h4{
	font-size: 1em;
	font-weight: bold;
	color: #709456;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0.5em;
	border-left: 5px solid #709456;
	
}

/*ボックス*/
.text-box{
	width: 95%;
	margin:0 auto 40px;
}


/*ご紹介*/
.yohaku-bottom{
	margin-bottom: 30px;
}
.photo40-left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.text58-right{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.photo40-right{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.text58-left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.photo48-left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.photo48-right{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}


/*サンクス*/
.arigatou{
	width: 100%;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight:bold;
	color: #fc7718;
	margin:0 auto 10px;
}


/*サイトマップ*/
.sitemap-left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.sitemap-right{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

/*サイトマップ*/
.r-photo{
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

/*googleマップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
	
}

/*-------------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */




}
