@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
background-color:#006600;
/* background: #f8f8f1 url(images/bg.png); */
}

/*
a{color:#5d402f;text-decoration:none;}
a:hover{color:#876049;}
a:active, a:focus {outline: 0;}
*/

img{border:0;}
.clear{clear:both;}


p{
	line-height:1.5;
	line-break:strict;
}

ul{
	list-style-type:none;
}

/*******************************************全体*******************************************/
#wrapper{
	margin: 0 auto;
	padding: 0 0px;
	width: 960px;
	position:relative;
	background-color:#ffffff;
}

#mainhimawari{
	position:absolute;
	top:130px;
	left:150px;
	z-index:1;
}

/*******************************************ヘッダー*******************************************/
#header{
	width:auto;
	height:166px;
/*	padding-left:5px;
	padding-right:5px;
	background-color:#ffb061; */
	position:relative;
}

#headerright{
	width:233px;
	margin-top:30px;
	position:absolute;
	right:10px;
}

#header h1{
}



/*******************************************ヘッダー2*******************************************/
#header_2{
	width:auto;
	height:126px;
/*	padding-left:5px;
	padding-right:5px;
	background-color:#ffb061; */
}

#header_2 h2{
	padding-top:0px;
	padding-left:25px;
}

#header_2 h2 #headlogo{
	margin-left:200px;
}

/*******************************************メイン*******************************************/
#container{
margin-top:20px;
overflow:hidden;
}

#container #main_right{
float:right;
width:550px;
margin-right:25px;
}

#container h3{
background-color:#ff9917;
margin-bottom:3px;
font-weight:normal;
font-size:16px;
padding:3px 10px;
}

#container h4{
margin-top:3px;
font-weight:normal;
}

#container #main_right .mainContents{
margin-bottom:50px;
clear:both;
position:relative;
}

#main_right .mainContents .catchImage{
margin-bottom:15px;
}

#main_right .mainContents p{
line-height:1.8;
margin-bottom:10px;
}

#main_right .mainContents ul{
list-style-position:inside;
}


#main_right .mainContents table{
margin-top:25px;
}

#main_right .mainContents table th{
padding-bottom:15px;
width:110px;
}

#main_right .mainContents table td{
padding-bottom:15px;
}


/*****************************サイド（左側）コンテンツ**************************************/
#container #main_left{
float:left;
width:285px;
margin-left:25px;
}

#backnumber{
margin-top:5px;
margin-left:25px;
}

#backnumber li{
line-height:2.5em;
}

#infolink{
margin-top:25px;
border: 2px solid #000000;
background-color:#d1e6eb;
}

#infolink p{
margin-bottom:10px;
text-align:center;
font-size:16px;
border-bottom:2px solid #000000;
}

#infolink li{
margin: 0 10px 10px 0;
list-style-type:none;
text-decoration:underline;
line-height:1.5em;
font-size:14px;
}

#infolink li a{
padding-left:20px;
color:#000000;
}

ul#sidelink{
margin-top:30px;
}

ul#sidelink li{
margin-bottom:10px;
}


/******************************************* フッター*******************************************/
#footer{
clear:both;
height:75px;
background-color:#dddddd;
margin-top:20px;
/* border-top: 1px solid #ccc; */
}

/*
#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}
*/

address{
	margin-bottom:10px;
	padding: 20px 0 3px;
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
}



/*****************************　パン屋　**************************************/
#chouchou_hours{
overflow:hidden;
}
p#chouchou_hours_img{
float:left;
}
p#chouchou_hours_text{
float:left;
margin-left:30px;
margin-top:50px;
}

img#pan_mon{margin-bottom:100px;}
div#panCap_1{position:absolute; top:280px; right:10px;}

img#pan{margin-bottom:80px;}
div#panCap_2{position:absolute; top:185px; left:120px;}

img#pan_sagyou_tue{margin-top:85px; margin-left:180px;}
div#panCap_3{position:absolute; top:0px; left:0px;}

div#panCap_4{position:absolute; top:60px; right:15px;}


/*****************************　インフォメーション　**************************************/
.forpagetop{
	text-align:right;
	font-size:0.8em;
}


/*****************************　トップナビゲーション　************************************/
/*メニュー20200713*/
.cp_navi {
	/* background-color: #3c7c2b; */
	background: linear-gradient( #729c68, #3c7c2b, #729c68);
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888888;
	display: block;
	margin: 1em 1%;
	overflow: hidden;
	/* width: 100%; */
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
	width: 180px;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #000000;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 18px;
}
.cp_navi > ul > li:hover {
	background-color: rgb(20, 117, 0);
}
.cp_navi > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: rgb(20, 117, 0);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 190px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
	width: 190px;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

h4 {
	color: #505050;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #dbebf8;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h4:before {
	content: '●';
	color: white;
	margin-right: 8px;
}

#accordion img {
	width: 100%;
}

.catchImage{
	margin-bottom:5px;
}
