@charset "UTF-8";
body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}
#topInfo {
	text-align: right;
	color: #8d8d8d
}

#topInfo span {
	margin-left: 15px;
}

@media screen and (max-width: 640px) {
	#topInfo {text-align: left;}
	#topInfo span {margin-right: 15px; margin-left: 0px;}
}

header {
	padding: 10px 0 20px
}
@media (max-width: 767px) {
	header .row {
		margin-left: 0
	}
}
header nav {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important
}
header nav.navbar.navbar-default {
	background-color: #fff;
	border: none
}
header nav h1 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important
}
header nav #logo {
	background: url(./image/logo/md.png) no-repeat
}
header nav #logo a {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 77px
}
header nav ul li a {
	display: block;
	height: 77px;
	line-height: 77px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.jumbotron {
	background-color: #71ba2b;
	margin-bottom: 0;
	color: #fff
}
.jumbotron .infobox {
	border: 10px solid #fff;
	background-color: #fff;
	margin: 0 15px
}
@media (max-width: 767px) {
	.jumbotron .infobox {
		margin-top: 30px
	}
}

.jumbotron .infobox .words {
	font-size: 30px;
	background-color: #71ba2b;
}
.jumbotron .infobox .words address {
	margin: 20px 0 0;
	font-weight: 600
}
.jumbotron .infobox .icon {
	display: table-cell;
	color: #71ba2b;
	text-align: center;
	font-size: 80px
}

/* pc */
@media screen and (min-width: 961px) {
	.jumbotron .infobox .words {}
	.jumbotron .infobox .words address {font-size: 23px;}
	.jumbotron .infobox .icon {}
}
 
/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	.jumbotron .infobox .words {font-size: 20px;}
	.jumbotron .infobox .words address {}
	.jumbotron .infobox .icon {}
}
 
/* smartPhone */
@media screen and (max-width: 640px) {
	.jumbotron .infobox .words {font-size: 20px;}
	.jumbotron .infobox .words address {font-size: 17px;}
	.jumbotron .infobox .icon {font-size: 50px;}
}

.content #service {
	margin-top: 30px;
	margin-bottom: 50px
}
.content #service h2 {
	margin-bottom: 40px;
	color: #59A80F
}
.content #service p {
	font-size: 18px;
	padding-right: 45px
}
.content #price {
	background-color: #b1dfef;
	padding: 30px 0 60px
}
.content #price h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #42CAEB;
	color: #ffffff;
	font-weight: 500;
	font-size: 40px;
	/*filter: dropshadow(color=#fff, offX=0, offY=-1) dropshadow(color=#fff, offX=1, offY=0) dropshadow(color=#fff, offX=0, offY=1) dropshadow(color=#fff, offX=-1, offY=0);
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 2px;
	text-shadow: -2px -2px 0px #fff, 0 -2px 0px #fff, 2px -2px 0px #fff, -2px 0 0px #fff, 2px 0 0px #fff, -2px 2px 0px #fff, 0 2px 0px #fff, 2px 2px 0px #fff*/
}
.content #price .col-sm-4, .content #price .col-md-4 .col-sm-3, .content #price .col-md-3 {
	padding-right: 0;
	padding-left: 0
}
@media (max-width: 767px) {
	.content #price .col-sm-4, .content #price .col-md-4 .col-sm-3, .content #price .col-md-3 {
		padding-right: 15px;
		padding-left: 15px
	}
}
.content #price .plan {
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	min-height: 100px;
	background-color: #fff;
	border-radius: 4px;
	margin: 20px 0 0;
	text-align: center
}
.content #price .plan header {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 12px 16px;
	background-color: #71ba2b;
	color: #fff
}
.content #price .plan header h3 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-weight: 100
}
.content #price .plan.first {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.content #price .plan.last {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.content #price .plan.recommend {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 6px;
	box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
	position: relative;
	z-index: 99;
	border-radius: 4px
}
.content #price .plan.recommend header {
	margin-bottom: 20px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.content #price .plan ul {
	list-style-type: none;
	margin-top: 2px;
	padding: 20px
}
.content #price .plan ul li {
	line-height: 22px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 400
}
.content #price .plan ul li a {
	text-decoration: underline
}
.content #price .plan ul li:last-child {
	border-bottom: none
}
.content #price .plan ul li.fee {
	font-size: 30px
}
.content #price .plan ul li.time {
	font-size: 30px
}
.content #price .plan ul li.description {
	margin: 30px 20px 0;
	text-align: left
}
.content #price .plan footer.recommended {
	margin-top: 20px;
	padding: 5px 0;
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #ECF0F1;
	color: #71ba2b;
	font-size: 20px;
	font-weight: 600
}
.content #price .detached h2 {
	margin-top: 50px;
	margin-bottom: 20px
}
.content #price .detached section .plan ul {
	margin-bottom: 0
}
.content #price .detached section .plan ul li {
	margin-bottom: 15px
}
.content #price .detached .col-sm-4, .content #price .detached .col-md-4 .col-sm-3, .content #price .detached .col-md-3 {
	padding-right: 15px;
	padding-left: 15px
}
@media (max-width: 767px) {
	.content #price .plan {
		margin: 20px 0
	}
	.content #service p {
    font-size: 18px;
    padding-right: 0;
}
}
.content #price .tax {
	text-align: center;
	margin-top: 60px;
	font-size: 20px
}
#store {
	margin: 30px 0
}
#store h2 {
	background: url(./image/logo/md.png) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	width: 200px;
	height: 77px;
	margin-bottom: 30px
}
#store #storeInfo span {
	margin-right: 15px;
	display: inline-block
}
#store .gMapBody {
	padding: 30px 0
}
#store .gMapBody #gMap .overlay {
	color: #fff;
	font-size: 20px;
	filter: dropshadow(color=#71ba2b, offX=0, offY=-1) dropshadow(color=#71ba2b, offX=1, offY=0) dropshadow(color=#71ba2b, offX=0, offY=1) dropshadow(color=#71ba2b, offX=-1, offY=0);
	-webkit-text-stroke-color: #71ba2b;
	-webkit-text-stroke-width: 2px;
	text-shadow: -2px -2px 0px #71ba2b, 0 -2px 0px #71ba2b, 2px -2px 0px #71ba2b, -2px 0 0px #71ba2b, 2px 0 0px #71ba2b, -2px 2px 0px #71ba2b, 0 2px 0px #71ba2b, 2px 2px 0px #71ba2b
}
#footer {
	background-color: #71ba2b;
	color: #fff;
	text-align: center;
	padding: 20px 0 10px
}
#scrollTop {
	position: fixed;
	bottom: 20px;
	right: 20px
}
#scrollTop a {
	color: #71ba2b;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	outline: none
}
#scrollTop a:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}
