@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
br,
blockquote,
th,
tdi{
    border: 0 none;
    margin: 0;
    padding: 0;
}
article, footer, header, hgroup, nav, section {
    display: block;
}
ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
a {
    margin: 0;
    padding: 0;
	color:#51b05e;
	font-weight:bold;
    border: 0 none;
}
body {
	color: #937625;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	width:100%;
	background-color: #fefdfb;
}
a:link {
    color: #51b05e;
    text-decoration: none;
}


img {
	vertical-align: top;
}
a img{
	border:none 0;
}
.space_under10 {
	margin-bottom: 10px;
}
.space_under20 {
	margin-bottom: 20px;
}
.space_under30 {
	margin-bottom: 30px;
}
.space_top5 {
	padding-top: 5px;
}
.space_top10 {
	padding-top: 10px;
}
.space_top20 {
	padding-top: 20px;
}
.space_left5 {
	padding-left: 5px;
}
.space_left10 {
	padding-left: 10px;
}
.space_left15 {
	padding-left: 15px;
}
.space_right5 {
	padding-right: 5px;
	margin-right: 5px;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
}

.right {
	float: right;
}
.right_space {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
.text_right {
	text-align: right;
	display: block;
}
.text_normalbold {
	font-weight: bold;
}
.text_bold120 {
	font-weight: bold;
	font-size: 120%;
}
.text_small {
	font-size: 90%;
	font-weight: normal;
	color: #ab8165;
}
.text_red {
	color: #de0d26;
}
.text_orange {
	color: #fb9f4e;
}
@media screen and (min-width: 360px) {
  * { -webkit-text-size-adjust: none; }
}

/*header*/
#header_box {
	height: 250px;
	width: 100%;
	background-image: url(../images/back_sky.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #034da1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header_box h1{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 174px 64px;
	height: 64px;
	width: 174px;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 60px;
}
#header_box h1 a{
	height: 64px;
	width: 174px;
	display: block;
}
.top_text {
	color: #FFF;
	padding-left: 15px;
}
/*header_inner*/
#header_inner_box {
	height: 120px;
	width: 100%;
	background-image: url(../images/back_sky02.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #034da1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;

}
#header_inner_box h1{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 174px 64px;
	height: 64px;
	width: 174px;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-top: 12px;
	margin-right: auto;

}
#header_inner_box h1 a{
	height: 64px;
	width: 174px;
	display: block;
}
.top_text02 {
	color: #49b3c1;
	padding-left: 15px;
}
/* toiawase */
.toiawasebox {
	display: block;

	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #49b3c1;
}
.toiawase_inner {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
/* contents */
.contentsbox {
	background: -moz-linear-gradient(top, #fafae3, #fffffe);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfae3), to(#fffffe));
	display: block;
	margin-top: 0px;
	padding-top: 10px;
}
.catchbox {	background: -moz-linear-gradient(top, #fbfae3, #fffffe);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfae3), to(#fffffe));
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.catchinner {
	color: #2197a6;
	background-image: url(../images/back_flower.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 210%;
}
.buttonbox {
	background: -moz-linear-gradient(top, #ebdeba, #f7f1e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ebdeba), to(#f7f1e2));
	display: block;
	margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #FFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.textblock {
	display: block;
	height: 44px;
	width: 100%;
}
.sinryo_title {
	background: -moz-linear-gradient(top, #72c1cb, #baeef5);
	background: -webkit-gradient(linear, left top, left bottom, from(#72c1cb), to(#baeef5));
	display: block;
	margin-bottom: 15px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.syouzyou {
	background-color: #FFF;
	background-image: url(../images/green_flower.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 284px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.syouzyou_inner {
	padding: 15px;
}
.normal_textbox {
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.telbox {
	position: absolute;
	z-index: 1;
	right: 2px;
	top: 0px;
	height: 39px;
	width: 74px;
}
.listitem {
	background-image: url(../images/mini_flower.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 4px;
	background-position: 0px 2px;
}
.listitem02 {
	background-image: url(../images/mini_flower02.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 4px;
	background-position: 0px 2px;
}
.mapbox {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	display: block;
	text-align: center;
	border: 1px solid #fbd684;
}
.mapbox_under {	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	display: block;}
.mapbutton_left {
	background: -moz-linear-gradient(top, #f3e5be, #ddc890);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e5be), to(#ddc890));
	display: block;
	text-align: center;
	float: left;
	width: 49%;
	padding-top: 8px;
	padding-bottom: 8px;
			-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.mapbutton_left a {
	display: block;
	width: 49%;
	height:auto;
}
.mapbutton_right {
	background: -moz-linear-gradient(top, #68cddb, #2e9ead);
	background: -webkit-gradient(linear, left top, left bottom, from(#68cddb), to(#2e9ead));
	display: block;
	text-align: center;
	float: right;
	width: 45%;
	padding-top: 8px;
	padding-bottom: 8px;
		-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.mapbutton_right a {
	display: block;
	width: 45%;
	height:auto;
}
.photo_frame {
	display: inline-block;
	position: relative;
	padding: 4px;
	box-shadow: 0 2px 6px #999;
}
.textbox {
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px solid #eae6d4;
	display: block;
	width: 85%;
}

.sub_con {
	background:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #eae6d4;
}

.sub_con_title01 {
	font-size: 14px;
	font-weight: bold;
	color: #219dad;
	background-image: url(../images/carte_icon.png);
	background-repeat: no-repeat;
	background-size: 14px 17px;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #219dad;
	padding-left: 20px;
	line-height: 20px;
	height: 28px;
	margin-bottom: 10px;
}
.text_underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #896e34;
	display: inline;
	line-height: 200%;
}
.columnbox {
	background-color: #eeecc2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: left;
	margin-bottom: 7px;
	padding: 10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #847752;
}

.catchbox_ciryou {
	background-image: url(../images/photoimage01.jpg);
	background-repeat: no-repeat;
	background-size: 138px 92px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-position: right bottom;
}


/*Title*/
.h2Title01 {
	background-image: url(../images/button01.png);
	background-repeat: no-repeat;
	background-size: 135px 39px;
	text-indent: -9999px;
	display: block;
	height: 39px;
	width: 135px;
	margin-left: 15px;

	margin-bottom: 15px;
}
.h2Title02 {
	display: block;
	height: 39px;
	width: 134px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(../images/button02.png);
	background-repeat: no-repeat;
	background-size: 134px 39px;
	text-indent: -9999px;
}

.h2Title03 {
	display: block;
	height: 47px;
	width: 149px;
	margin-left: 15px;
	margin-bottom: 15px;
	background: url(../images/button03.png) no-repeat;
	background-size: 149px 47px;
	text-indent: -9999px;
}

.h2Title04 {
	display: block;
	height: 39px;
	width: 134px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(../images/button03.png);
	background-repeat: no-repeat;
	background-size: 134px 39px;
	text-indent: -9999px;
}

.h2Title05 {
	display: block;
	height: 39px;
	width: 134px;
	margin-left: 15px;
	margin-bottom: 15px;
	background: url(../images/button04.png) no-repeat;
	background-size: 134px 39px;
	text-indent: -9999px;
}

.h2Title06 {
	display: block;
	height: 39px;
	width: 134px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(../images/button05.png);
	background-repeat: no-repeat;
	background-size: 134px 39px;
	text-indent: -9999px;
}


.h2Title-text {
	display: block;
	margin: 0 15px 15px 15px;
	color: #49b3c1;
	font-size: 0.9em;
}
.h2Title-text p {
	margin-bottom: 1em;
}


.h3Title_text {
	font-size: 14px;
	font-weight: bold;
	color: #2197a6;
	letter-spacing: 0.1em;
	padding-left: 40px;
}
.h3Titlebox {

	background-color: #f1ebd8;
	background-image: url(../images/heart_icon.png);
	background-repeat: no-repeat;
	background-size: 34px 28px;
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	border: 1px dotted #e5bb5e;
}
.nagareTitle {
	font-size: 13px;
	font-weight: bold;
	color: #2197a6;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8abac0;
	margin-bottom: 10px;
}
.nagarebox_all {
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.nagarebox01 {
	background-color: #faeac7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
.nagarebox05 {
	background-color: #d5ecce;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
.nagarebox02 {
	background-color: #faeac7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
		font-size: 13px;
	font-weight: bold;
	color: #2197a6;
	letter-spacing: 0.1em;
		text-align: center;
}
.nagarebox03 {
	background-color: #faeac7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #2197a6;
	letter-spacing: 0.1em;
	text-align: center;
}
.nagarebox04 {
	background-color: #fed8d4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #2197a6;
	letter-spacing: 0.1em;
	text-align: center;
	clear: both;
}
/*table time*/
table.time {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
	color: #937625;
}
table.time tr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b79a4d;
	border-bottom-color: #b79a4d;
}
table.time td.brownline {
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align:top;
	background-color: #faf6eb;
}

table.time td {
	background: #fff;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align:top;

}
table.time td.nowrap {
	background: #f6efaf;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
}
table.time td.nowrap_center {
	background: #ffffff;
	text-align: center;
	white-space: nowrap;
	padding: 3px;
}
table.time td.nowrap_center02 {
	background: #eee593;
	text-align: center;
	white-space: nowrap;
	padding: 3px;
}
.text_yello {
	color: #eee593;
	font-size: 150%;
}

/* footer */
.footerbox {
	background-color: #e2e1e4;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #757373;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eae6d4;
		text-align: center;
}
.pcbox {
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
		display: block;
}
.copy {
	font-size: 11px;
	color: #FFF;
	background-color: #49b3c1;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9b9b9b;
	border-bottom-color: #2d3033;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* yous 追加*/
#top_news_box dl {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #c0c0c0;	
}

#top_news_box dd {
	padding-left: 1.5em;
}