@charset "utf-8";

#imageTitle {
	background-color:#17e;
}

.greeting_img {
	text-align:center;
	grid-column: 1 / 2;
	-ms-grid-column: 1;
}
.greeting_img img {
	width:180px;
	height:240px;
}
.greeting_img dd {
	font-size:18px;
	font-size:1.8rem;
	line-height:1em;
	padding-top:8px;
}
.greeting_post {
	font-size:14px;
	font-size:1.4rem;
	line-height:1em;
}
.greeting_text {
/*	margin-left:2em;*/
	grid-column: 2 / 3;
	-ms-grid-column: 3;
}
.greeting_text p {
	text-align: justify;
}
p.QandA {
	text-indent: -2.0em;
	padding-left: 2.0em;
}
.td_bg {
	background-color: #efefff;
}

@media only screen and (min-width: 580px) {
.grid {
	display: grid;
	display: -ms-grid;
  grid-gap: 26px;
  gap: 26px;
	grid-template-columns: 180px 1fr;
	-ms-grid-columns: 180px 26px 1fr;
}
}
@media only screen and (max-width: 579px) {
.grid {
	display: grid;
	display: -ms-grid;
  grid-gap: 13px;
  gap: 13px;
	grid-template-columns: 1fr 67%;
	-ms-grid-columns: 1fr 13px 67%;
}
.greeting_img img {
	max-width:100%;
	height:auto;
}
}

.photoR {
	float:right;
	margin:0 0 1em 2em;
	width:40%;
}
.photoR img {
	width:100%;
}
@media only screen and (min-width: 690px) and (max-width: 767px) {
.photoR {
	width:260px;
}
.photoR img {
	width:100%;
}
}
@media only screen and (max-width: 535px) {
/*
.greeting_text {
	margin-left:1em;
}
*/
.photoR {
	margin:0 0 1em 1em;
	width:200px;
}
.photoR img {
	width:100%;
}
}

.ggmap {
	margin:20px 0 50px 0;
	position: relative;
	padding-bottom: 90%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,.ggmap object,.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inTel {
	padding-top:16px;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.2em;
	font-weight:900;
	color: #6a7;
}


@media print{
.grid {
	display: grid;
	display: -ms-grid;
  grid-gap: 26px;
  gap: 26px;
	grid-template-columns: 180px 1fr;
	-ms-grid-columns: 180px 26px 1fr;
}
}
