@charset "utf-8";

/*----------------------------------------------------
ブレークポイント 640px
----------------------------------------------------*/

/*----------------------------------------------------
elements
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E0D4EA;
	color: #444444;
	font-family: Arial, ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
a {
	display: block;
	text-decoration: none;
}
a:link {
	color: #444;
}
a:visited {
	color: #444;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}
ol, ul {
	list-style:none;
}
span {
	display: inline-block;
}
p span {
	display: inline;
}
p img {
	padding: 3px;
	border: 1px solid #ddd;
}
.noborder {
	padding: 3px;
	border: 0;
}

/* google map */
#map_canvas {
	width: 100%;
	height: 200px;
}
#map_canvas img:not([width]) {
	zoom: 0 !important;
}

/* ---------------------------------------------------
common
----------------------------------------------------*/
.clear {
	width: 0;
	height: 0;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.flr {
	float: right;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.bbSolid1{
	border-bottom: 1px solid #5bb8ff;
}
.bbDot1{
	border-bottom: 1px dotted #5bb8ff;
}
.tel {
	text-align: center;
	background: #c0f0ff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.tel a {
	font-weight: bolder;
	padding: 10px;
	color: #660B58;
}
.midashi {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.3);
}
.square {
	font-weight: bolder;
	padding-left: 5px;

	border-left: 5px solid #a5c54c;
}
.square_sub {
	padding-left: 5px;

	color: #4e7da7;
	font-weight: bolder;
	border-left: 5px solid #999;
}
.borderBox {
	padding: 10px;
	border: 1px solid #ddd;
}
.box {
	padding: 10px;
}
.box p {
	font-size: 12px;
	margin-bottom: 20px;
}
.box ul {
	font-size: 12px;
	padding-left: 20px;
	list-style:square;
}
.box li {
	margin-bottom: 10px;
}
.sectionBox {
	border-radius: 3px;
	color: #664b30;
	background: #e1e1d7;
	padding: 5px;
}
.black {
	color: #000 !important;
}
.red {
	color: #DC0000 !important;
}
.blue {
	color: #02489F !important;
}
.yelow {
	color: #F1D746 !important;
}
.bold {
	font-weight: bold !important;
}
.larger {
	font-size: 120% !important;
}
.large {
	font-size: 150% !important;
}
.bcRed {
	background-color: red !important;
}

.button {
	border: 1px solid #ddd;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E8E9E9), color-stop(0.00, #F5F5F5));
	background: -webkit-linear-gradient(#F5F5F5, #E8E9E9);
	background: -moz-linear-gradient(#F5F5F5, #E8E9E9);
	background: -o-linear-gradient(#F5F5F5, #E8E9E9);
	background: -ms-linear-gradient(#F5F5F5, #E8E9E9);
	background: linear-gradient(#F5F5F5, #E8E9E9);
	font-weight: bold;
	font-size: 16px !important;
	border-radius: 7px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8);
	text-decoration: none !important;
	color: #444 !important;
}
.button img {
	border: 0;
	margin-right: 3px;
}

/* ---------------------------------------------------
fluidList2
----------------------------------------------------*/
.fluidList2{
	clear:both;
}
.fluidList2 li {
	width:48%;
	background-size:78px;
	float:left;
	margin:0 auto;
	padding: 0 0 20px 0;
}
.fluidList2 li:nth-child(even){
	float: right;
}
.fluidList2 li:nth-child(odd){
	clear: both;
}
@media screen and (max-width: 680px) {
	.fluidList2 li {
		width:100%;
		margin-bottom:0;
	}
	.fluidList2 li:first-child{
		margin-bottom: 10px;
	}
	.fluidList2 li:nth-last-child(2){

	}
}

/* ---------------------------------------------------
fluidList4
----------------------------------------------------*/
.fluidList4{
	clear:both;
}
.fluidList4 li {
	width:22%;
	float:left;
	margin:0 auto;
	padding-right:4%;
	border-right:1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fluidList4 li:nth-child(even){
	border-right:none;
}
.fluidList4 li:nth-last-child(2){
	padding-right:0;
}
@media screen and (max-width: 1080px) {
	.fluidList4 li {
		width:50%;
		padding:0;
		margin-bottom: 10px;
	}
	.fluidList4 li:nth-child(even) {
		float:right;
	}
}
.fluidList4 li div:first-child{
	background: #c0f0ff;
}
.fluidList4 li div:first-child h3{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom:3px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #8a7eaf;
	color:#8a7eaf;
	background:url(../images/arw.png) no-repeat ;
	background-position: 97% center;
	background-size: 20px;
}
.fluidList4 li div:first-child h3 a{

}
.fluidList4 li div:nth-child(2){
	height: 80px;
	overflow: hidden;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.fluidList4 li div:nth-child(2) img{
	margin-top: -20px;
}

.fluidList4 li.banner div {
	height: auto;
	margin-top: 20px;
	text-align: center;
}

/* ---------------------------------------------------
newsList
----------------------------------------------------*/
#news {
	margin-bottom:20px;
}
.newsList li {
	padding:5px 0;
	margin-bottom: 20px;
}
.newsList li:first-child {
	padding-top:0;
}
.newsList li span {
	font-size: 14px;
	font-weight: bolder;
	display: block;
	background: url(../images/news_btn.gif) center left no-repeat;
	padding-left:20px;
}
.newsList li span:first-child {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px;
	margin-bottom: 10px;
	color: #fff;
	background: none;
	background-color: #19589E;

}
.newsList li a {
	text-decoration: underline;
}

/* ---------------------------------------------------
wrapper
----------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------
contents
----------------------------------------------------*/
article {

}
.contents {
	background-color: #fff;
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	box-shadow: 0 0 5px rgba(30,30,30,0.5);
}
.contents>section, .contents>section section {
	margin-bottom: 20px;
}
.contents>section {
	padding: 20px 20px 0;
}
.contents p {
	font-size: 12px;
	margin-bottom: 20px;
}
.contents h2, .contents h3, .contents h6 {
	margin-bottom: 20px;
}
.contents dt {
	margin-bottom: 10px;
}
.contents dd {
	margin-bottom: 20px;
}
.contents h2 {
	background: url(../images/bg-h2.jpg) repeat top center;
	background-size: auto 100%;
	color: #fff;
	padding: 5px 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.contents dt {
	padding-left: 5px;
	color: #444;
	font-weight: bolder;
	border-left: 5px solid #19589E;
}
}
.point {
	color: #336bb6;
	margin-bottom: 10px;
	background: url(../images/arrow3.gif) center left no-repeat;
	padding:5px 0;
	padding-left: 30px !important;
}
img.icon {
	margin: 3px 5px;
}


/*----------------------------------------------------
header
----------------------------------------------------*/
header {
	margin-bottom: 20px;
	border-bottom: 3px solid #60B8DF;
	box-shadow: 2px 2px 4px rgba(30,30,30,0.5);
}
header h1{
	font-size:10px;
	padding: 5px 10px;

	color: #fff;

	background-color: #60B8DF;
}
.headerBg {
	max-width: 640px;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat;
	background-size: auto 100%;
	background-position: center top;
}
header .logo{
	margin: 0 auto;
	text-align: center;
	max-width: 571px;
}
header img{
	width: 90%;
	max-width: 300px;
	border: none;
}
header p {
	text-align: center;
	margin: 10px 0 0;
}

/*----------------------------------------------------
visual
----------------------------------------------------*/
.mainVisual {
	height: auto;
	margin: 0 auto;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(10,10,10,0.3);
}
.mainVisual h3 {
	position: relative;
}
.mainVisual span {
	position: absolute;
	font-size: 26px;
	color:#724189;

	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;

	bottom: 20%;
	right: 2%;
	line-height: 0.7;
}
.mainVisual img {
	width: 100% !important;
	max-width: 640px !important;
}
.noshadow {
	box-shadow: 0 !important;
}
.subVisual {
	height: auto;
	margin: 0 auto;
	background:url(../images/subVisual.jpg) center no-repeat ;
	background-size: 100%;

	max-height: 135px;
	max-width: 638px;
	border-bottom: 3px solid #02489E;
	box-shadow: 1px 1px 5px rgba(10,10,10,0.3);
}
.mainVisual, .subVisual {
	margin-bottom: 0px;
}
.subVisual h3 {
	font-size:18px;
	color:#8a7eaf;

	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;

	padding: 5% 7%;
	line-height: 0.7;
}
.subVisual span {
	font-size: 10px;
}

/* ----------------------------------------------------
globalMenu
-----------------------------------------------------*/
.globalMenu {
	clear: both;
	margin-bottom: 20px;
}
.globalMenu ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	box-shadow: 1px 1px 4px rgba(30,30,30,0.5);
}
.globalMenu ul li{
	float:left;
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	background-color: rgba(80, 128, 22, .7);
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.globalMenu ul li:last-child {
	border-bottom: none;
}
.globalMenu ul li:nth-last-child(2),
.globalMenu ul li:last-child{
	border-bottom:none;
}
.globalMenu ul li:nth-child(even){
	border-right:none;
}

.globalMenu ul li a{
	font-weight: bolder;
	background:url(../images/arw.png) no-repeat ;
	background-position: 97% center;
	background-size: 20px;
	display:block;
	padding:10px 10px 10px 5px;
	color:#fff;
}

/* ----------------------------------------------------
info , table
-----------------------------------------------------*/
.info, .banner{
	width: 85%;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 640px;
}
table {
	width: 100%;

	border-top: 1px dotted #999;
}
table th, table tr td {
	padding: 5px 10px;
	text-align: left;

	border-bottom: 1px dotted #999;
}
table .tableMidashi th, table .tableMidashi td {
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	background-color: rgba(80, 128, 22, .7);
}
table th {
	width: 40%;
	background-color: #ebebeb;
}
table td {
	width: 60%;
}
.map {
	border: 1px solid #ddd;
	margin-top: 20px;
}

.free a {
	text-align: center;
}
.free p {
	margin: 10px 0;
}

/* ----------------------------------------------------
sitemapMenu
-----------------------------------------------------*/
.sitemap{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;

	box-shadow: 1px 1px 4px rgba(30,30,30,0.5);
}
.sitemap li{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(80, 128, 22, .7);

	border-bottom:1px dotted #fff;
}
.sitemap li:last-child {
	border-bottom: none;
}

.sitemap li a{
	font-weight: bolder;
	background:url(../images/arw.png) no-repeat ;
	background-position: 97% center;
	background-size: 20px;
	display:block;
	padding:12px;
	color:#fff;
}

/* ----------------------------------------------------
footer
-----------------------------------------------------*/
.footerBg {
	background: url(../images/bg-footer.png) repeat top center;
	background-size: auto 100%;
}
footer{
	box-shadow: 0px 3px 4px rgba(30,30,30,0.5);
	font-size:10px;
}
.subMenu {
	box-shadow: 2px 2px 4px  rgba(30,30,30,0.5);
	background-color: rgba(80, 128, 22, .7);
	padding: 0 10px;
	line-height: 1;
}
.subMenu a {
	color:#fff;
}
.subMenu .toHome{
	float: left;
	width:70%;
	font-size: 14px;
	background: url(../images/home.png) left center no-repeat;
	background-size: 20px;
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.subMenu .toHome a {
	padding: 15px 0;
	padding-left: 25px;
	margin-right: 10px;
}
.subMenu .toPagetop{
	float: right;
	width:30%;
	background: url(../images/pagetop.png) center top no-repeat;
	background-size: 25px;
	text-align: center;
}
.subMenu .toPagetop a {
	padding:22px 0 15px;
	margin-left: 10px;
}

footer address {
	display: block;
	padding: 10px 20px;

	color: #ffffff;
	background: rgba(104,73,139,.7);
}

.telboxWrapper {
	max-width: 640px;
	background: #9F6DB2;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px !important;
}
.telboxWrapper h5 {
	margin-bottom: 10px;
}
.telbox {
	text-align: center;
	background: #9F6DB2;
	margin: 0 auto 20px;
	box-shadow: -2px -2px 20px rgba(0, 0, 0, .5) inset, 2px 2px 20px rgba(255, 255, 255, .3) inset, 2px 2px 5px rgba(0,0,0,.3);
}
.telbox p {
	margin-bottom: 0px !important;
}
.telbox h5 {
	color: #fff;
	font-size: 28px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ----------------------------------------------------
page
-----------------------------------------------------*/

#introduction {
	background: url(../images/bg-greeting.png) no-repeat top center;
	background-size: 100% auto;
}

.topMenu li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 640px;
	box-shadow: 1px 1px 5px rgba(10,10,10,0.3);
}
.topMenu li:last-child {
	margin-bottom: 0px;
}
.topMenu li h4 {
	font-size:20px;
	color:#8a7eaf;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	padding: 0 20px;
	padding-top: 20px;
}
.topMenu li span {
	font-size: 12px;
	font-weight: bolder;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	margin-bottom: 5px;
	padding: 0 20px;
}
.topMenu li a {
	text-align: right;
	padding: 0 20px;
	padding-bottom: 20px;
}
.topMenu #seimei {
	background: url(../images/img-name.jpg) no-repeat;
	background-size: 100% auto;
}
.topMenu #kasou {
	background: url(../images/img-house.jpg) no-repeat;
	background-size: 100% auto;
}
.topMenu #houi {
	background: url(../images/img-houi.jpg) no-repeat;
	background-size: 100% auto;
}
.topMenu #aisyou {
	background: url(../images/img-love.jpg) no-repeat;
	background-size: 100% auto;
}
.topMenu #tesou {
	background: url(../images/img-hand.jpg) no-repeat;
	background-size: 100% auto;
}
.mb15Menu li {
	margin-bottom: 15px;
}

dl.borderList, .borderList li {
	background-color: #fff;
	padding: 10px;
}
dl.borderList:nth-child(2n), .borderList li:nth-child(2n){
	background-color: #ebebeb;
}
.borderList a {
	color: #19589E;
}

dl.borderList2 {
	background-color: #ebebeb;
	padding: 10px;
}
dl.borderList2:nth-child(2n) {
	background-color: #fff;
}

.faqList li {
	font-size: 14px;
	background: url(../images/common/icon_q.gif) 0 1px no-repeat;
	padding-left: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.faqList li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.pagenav {
	text-align: right;
}
.pagenav .page-numbers {
	display: inline-block;
	padding: 5px;
	color: #19589E;
}
.pagenav .current {
	color: #444;
}

#threeMenu li {
	clear: both;
	float: left;
	display: inline-block;
	margin-top: -55px;
	margin-left: -20px;
}
#threeMenu li:first-child {
	margin-top: 0;
}
#threeMenu li:nth-child(2n) {
	float: right;
	display: inline-block;
	margin-top: -35px;
	margin-right: -30px;
}

.menuList li {
	margin-bottom: 30px;
}
.menuList li img {
	margin-bottom: 5px;
}
.menuList2 li {
	margin-bottom: 20px;
}

.disnon {
	display: block;
	width: 100%;
	background: url(../images/common/btn_arw_off.png) right center no-repeat;
}
.select {
	display: block;
	width: 100%;
	background: url(../images/common/btn_arw_on.png) right center no-repeat;
}
.accoicon:hover {
	cursor: pointer;
}
.accobody {
	background-color: #fff;
	padding: 10px;
	padding-bottom: 5px;
}


/* ----------------------------------------------------
レスポンシブ
-----------------------------------------------------*/
.nodisp, #ivy, .topic-path, #contents-inner img:first-child, #contents-inner table iframe
{ display: none !important; }