@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	/*background-color: #f5f6f7;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;	
	/*background-image: url(../images/bgp.png);*/
	background-color: #efe5cb;
	background-size: 32px 32px;
	background-image: repeating-linear-gradient(45deg, #e9dfc7 0, #e9dfc7 3.2px, #efe5cb 0, #efe5cb 50%);
}



img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	/*gheaderのフォント指定範囲の修正を何度言ってもしてくれないのでここで無理矢理効かせてます*/
	font-family: 'Questrial', sans-serif;
	color:#524a38;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #FFF;*/
	margin-top: 20px;
}
.text {
	clear: none;
	float: left;
	width: 900px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin:0 0 30px 0 ;
	text-align: center;
	background-color: #FFF;
	border-radius:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.text p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 5px;
}
.summary {
	clear: none;
	float: left;
	width: 900px;
	padding: 50px 30px 15px 30px;
	margin: 0 0 30px 0 ;
	height: auto;
	background-color: #FFF;
	border-radius:20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dl:last-child {
	border-bottom: none;
}

.summary dt {
	width: 190px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 30px;
}
.summary dd {
	width: 650px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 30px;
	margin-right: 20px;
}


.dd_f{
	clear: none;
	float: left;
	width: 380px;
	height: auto;
	margin: 70px 0px 0px 0px;
}

.dd_f2{
	clear: none;
	float: left;
	width: 380px;
	height: auto;
	margin: 50px 0px 0px 0px;
}


.summary2 {
	clear: none;
	float: left;
	width: 900px;
	padding: 50px 30px 20px 30px;
	margin: 0 0 0px 0 ;
	height: auto;
	background-color: #FFF;
	border-radius:20px 20px 0px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.summary2 dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary2 dl:last-child {
	border-bottom: none;
}

.summary2 dt {
	width: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 30px;
}
.summary2 dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 30px;
	margin-right: 20px;
}

.photo{
	width: 250px;
	height: 167px;
	float: right;
	clear: none;
}


.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
	margin:0px 0 30px 0 ;
	border-radius:0px 0px 20px 20px;
}



#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding:30px 0px 50px 0px;

}
h2 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background-color: #b0c0ad;
	color:#fff;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	padding: 15px 0 10px 0;
	border-radius:10px;
}

h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background-color: #b0c0ad;
	color:#fff;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	padding: 15px 0 10px 0;
	border-radius:10px;
}



h4 {
	font-weight: bold;
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d1e0;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 80px 0px 40px 0px;
	padding-bottom: 5px;
	color:#4a80b2;
}
/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.c-icon{
	margin-right: 10px;
}

.pr_f{
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	margin: 0 0px 70px 0px;
	color: #d51d1d;
}


.comment{
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}
.message_b {
	clear: none;
	float: left;
	width: 960px;
	margin:0 0 30px 0 ;
	text-align: center;
	border-radius:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.message_b img{
  width: 100%;
	border-radius:20px;
}

