@media screen and (min-width: 641px) {
/*ここにpc用スタイルを記述*/
.pcbr {
	display:block;
}
a[href^="tel:"] {
    pointer-events: none;
}
.box20 {
	margin-bottom: 20px;
}
.box40 {
	margin-bottom: 40px;
}
.box70 {
	margin-bottom: 70px;
}
.top70 {
	margin-top: 70px;
}
#wrap {
	min-width: 1000px;
	margin: auto;
	background-image: url(../image/back.png);
}
#top {
	background-image: url(../image/image.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#nami img{
	vertical-align: bottom;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#logo {
	width: 440px;
	height: 340px;
	padding-top: 100px;
}

#info {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #CCC;
}

#footer {
	background-color: #3D6737;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFF;
	text-align: center;
}
.main {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

dl {
	margin: 0;
	padding: 0;
	background-color: #F1F1F1;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

dt {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
dd {
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.aisatsu-title {
	font-size: 180%;
	margin-bottom: 30px;
	color: #3D6634;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
}
.aisatsu-text {
	line-height: 200%;
	margin-bottom: 40px;
}
#aisatsu {
	background-image: url(../image/aisatsu.png);
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	background-size: 600px 514px;
	background-color: #F1F8F5;
}

.aisatsu-btn {
	color: #FFF;
	background-color: #56A23F;
	text-align: center;
	border: 3px solid #AFD8A0;
	line-height: 65px;
	height: 65px;
	width: 320px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 140%;
	font-family: ‘Noto Serif JP’, serif;
}
.aisatsu-img {
	background-image: url(../image/img_s1.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 6px;
	padding-right: 24px;
}

#prof {
	background-image: url(../image/prof.jpg);
	background-size:cover;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.prof-title1 {
	font-size: 160%;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
}
.prof-title2 {
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
}
.prof-left {
  float: left;
  width: 100%;
  margin-right: -320px;
  padding-right: 320px;
  box-sizing: border-box;
}
.prof-right {
	float: right;
	width: 300px;
	margin-left: 20px;
}
#prof-fb {
	background-color: #3F64AB;
	border: 1px solid #FFF;
	text-align: center;
	width: 150px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	color: #FFF;
}
#prof-blog {
	background-color: #F09422;
	border: 1px solid #FFF;
	text-align: center;
	width: 150px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	float: left;
	color: #FFF;
}
.menu-title1 {
	font-size: 200%;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #453138;
	text-align: center;
}
.menu-title2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #453138;
	text-align: center;
}
.menu-title3 {
	font-size: 160%;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #00A4A3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu-title4 {
	font-size: 200%;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #00A4A3;
	text-align: center;
}
.menu-title5 {
	font-family: ‘Noto Serif JP’, serif;
	background-image: url(../image/img_s3.png);
	background-size:16px 16px;
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 13px;
	color: #453138;
	font-size: 160%;
	font-weight: bold;
}
.menu-title6 {
	margin-bottom: 30px;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #453138;
	padding-top: 10px;
}
.menu-left {
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.menu-right {
	float: right;
	width: 48%;
	margin-bottom: 40px;
}
.menu-pict img{
	width: 100%;
	height: 280px;
	object-fit:cover;
}
.menu-btn {
	color: #00A4A3;
	background-color: #CDEDEC;
	text-align: center;
	border: 3px solid #00A4A3;
	line-height: 65px;
	height: 65px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 120%;
	font-family: ‘Noto Serif JP’, serif;
}
.menu-img {
	background-image: url(../image/img_s2.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 3px;
	padding-right: 24px;
}
.title1 {
	font-size: 180%;
	font-weight: bold;
	font-family: ‘Noto Serif JP’, serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #3D6736;
	padding-top: 18px;
	padding-bottom: 18px;
}
.title2 {
	font-size: 200%;
	margin-bottom: 10px;
	font-family: ‘Noto Serif JP’, serif;
	font-weight: bold;
	color: #453939;
}
.title2 {
	font-size: 140%;
	margin-bottom: 10px;
	font-family: ‘Noto Serif JP’, serif;
	font-weight: bold;
	color: #3D6736;
}
.info-left {
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.info-right {
	float: right;
	width: 48%;
	margin-bottom: 40px;
}
div.flow-left, div .flow-right {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
}    
* html .flow-left,* html .flow-right  {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .flow-left ,*:first-child+html .flow-right  {    
    display: inline;    
    zoom: 1;    

}
.flow-right {
	padding-left: 20px;
}
.flow1 {
	font-family: ‘Noto Serif JP’, serif;
	background-color: #6A96B5;
	color: #FFF;
	text-align: center;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
.flow2 {
	font-family: ‘Noto Serif JP’, serif;
	background-color: #7DBF65;
	color: #FFF;
	text-align: center;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
.flow3 {
	font-family: ‘Noto Serif JP’, serif;
	background-color: #9C78BE;
	color: #FFF;
	text-align: center;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
}
