@charset "utf-8";
/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Sorts Mill Goudy";

/*------------------------------------------------------------- リセット ***/
body,div,dl,dt,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

table { border-collapse:collapse; border-spacing:0; }

fieldset,img { border:0; }

address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }

li { list-style:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}

q:before,q:after { content:''; }

abbr,acronym { border:0; font-variant:normal; }

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input,textarea,select {
    font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
    *font-size:100%;
}

legend { color:#000000; }

/*img {
    vertical-align:bottom;
}*/


/*------------------------------------------------------------- 共通 ***/
a:link {
	color:#333333;
} 
a:visited {
	color:#aaaaaa;
} 
a:hover {
	color:#000000;
}
a:active {
	color:#000000;
}
strong {
	font-weight: bold;
	color: #000000;
}
img {
    border:none;
}

img a{
	border:none;
}

.mt_10{
	margin-top:10px;
}

.mt_20{
	margin-top:20px;
}

.mt_50{
	margin-top:50px;
}

.mb_15{
	margin-bottom:5px;
}

.mb_30{
	margin-bottom:30px;
}

.mb_5{
	margin-bottom:5px;
}

.mb_5p{
	margin-bottom:5%;
}

.pt_5p{
	padding-top:5%;
}

.pl_15{
	padding-left:15px;
}

.pd_10{
	padding:10px;	
}

.pt_10{
	padding-top:10px;
}

.fs120{
	font-size:150%;
}

em{
	font-weight:bold;
}

body {
	color:#333333;
	line-height: 190%;
	font-size: 14px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック","sans-serif";
	background-color:#fffdee;
}

.clear_both{
    clear:both;
}

#page-top {
    bottom: 120px;
    font-size: 77%;
    position: fixed;
    right: 0;
}
#page-top a {
/*     background: #b09b83 none repeat scroll 0 0;
   color: #fff;*/
    display: block;
    padding: 35px 0 30px;
    text-align: center;
    text-decoration: none;
    width: 70px;
	background-image:url(images/pageup.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#page-top a:hover {
	text-decoration: none;
/*	background: #C0B489;*/
	background-image:url(images/pageup.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#top_line {
    background-image: url("images/top_line.png");
    background-repeat: repeat;
    height: 16px;
    line-height: 65%;
}

#top_line h1{
	font-size:40%;
}

#header {
/*    background-image: url("images/header_sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85% auto;
    height: 300px;
    padding: 0 2%;*/
}


.telbox {
    float: right;
    text-align: right;
	width:0;
}

.telbox img{
	max-width:70%;
}

.logo{
	text-align:center;
}

.logo img{
	max-width:70%;
}

#menu_btn {
    width: 100%;
}

#slidebox {
    clear: both;
    margin-top: 0;
    width: 100%;
}

#slidebox img{
	width:100%;
}

#contents{
	padding:2% 3% 5%;
}

.newsbox{
	width:100%;
}

.newsbox dl {
    clear: both;
    line-height: 220%;
    margin-left: 2%;
}

.newsbox dl dd {
    background-color: #f4e489;
    border-radius: 10px;
    float: left;
    margin: 0;
    text-indent: 8px;
    width: 33%;
}

.newsbox dl dt{
	width:100%;
	float:right;
}

.accessbox{
/*	float:right;*/
	width:100%;
}

#footer{
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	height:155px;
	color:#59be75;
}

.footer_naka{
	padding:19% 2% 0;
}

.footer_link{
}

.footer_info {
    color: #333;
    line-height: 100%;
    width: 100%;
}

.copyright {
    color: #333;
    width: 100%;
}

#footer h5 {
    font-size: 90%;
    line-height: 110%;
    margin-bottom: 2%;
}

.footer_naka h5 a {
    color: #59be75;
    font-size: 80%;
}

#menu_btn ul {
    margin: 0 auto;
    padding-left: 2%;
    width: 98%;
}

/*#menu_btn .logo {
    width: 0;
}*/

#menu_btn ul li {
    display: inline-block;
    text-align: center;
    width: 32%;
}

#menu_btn ul li img {
    text-align: center;
    width: 100%;
}

a.btn_top{ display:block; background-image:url(images/btn_top.png); width:119px; height:119px;}
a.btn_top:hover{ background-position:top center;}
a.btn_top:active{ background-position:top right;}

a.btn_company{ display:block; background-image:url(images/btn_company.png); width:119px; height:119px;}
a.btn_company:hover{ background-position:top center;}
a.btn_company:active{ background-position:top right;}

a.btn_about{ display:block; background-image:url(images/btn_about.png); width:119px; height:119px;}
a.btn_about:hover{ background-position:top center;}
a.btn_about:active{ background-position:top right;}

a.btn_apply{ display:block; background-image:url(images/btn_apply.png); width:119px; height:119px;}
a.btn_apply:hover{ background-position:top center;}
a.btn_apply:active{ background-position:top right;}

.title_top {
    color: #67add7;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 5%;
    padding: 2% 1% 1.5% 2%;
    text-indent: 10px;
    width: 96%;

/* border-radius */
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;

/* box-shadow */
box-shadow:rgba(210, 208, 200, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(210, 208, 200, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(210, 208, 200, 0.65) 0px 0px 6px 3px;
border-radius:15px;
margin-bottom:5%;
padding:2%;
color:#67add7;
}

.shachou{
	text-align:right;
}

.title_gree {
    border-radius: 15px;
    box-shadow: 0 0 6px 3px rgba(210, 208, 200, 0.65);
    color: #67add7;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 2%;
    padding: 1% 1% 0.5%;
    text-indent: 10px;
    width: 100%;
	background-color:#fff;
}

.accessbox dl{
    clear: both;
    display: block;
}

.accessbox dl dd {
    background-color: #f4e489;
    display: block;
    float: left;
    margin: 0 0 0 4%;
    padding: 1px 0;
    text-align: center;
    width: 15%;
	border-radius:10px;
}

.accessbox dt {
    float: right;
    padding: 0 1%;
    vertical-align: middle;
    width: 78%;
}

.accessbox dd dt {
    padding: 8px 0;
}

.maplink{
	border-radius:10px;
	background-color:#f4e489;
	padding:2%;
	display:block;
}

.accessbox h6{
	font-weight:bold;
}

.baby_imgl{
	float:left;
	width:20%;
	text-align:center;
}

.baby_txt {
    float: left;
/*    font-size: 120%;*/
    padding: 2% 0;
    width: 55%;
	line-height:180%;
	text-align:center;
}

.baby_imgr{
	float:right;
	width:20%;
	text-align:center;
}

.tac1{
	text-align:center;
/*	line-height:270%;*/
/*	background-image:url(images/baby_img1.png);*/
/*	background-position:10% center;
	background-repeat:no-repeat;*/
}

.tac2{
	text-align:center;
/*	line-height:270%;
	background-image:url(images/baby_img2.png);
	background-position:right center;
	background-repeat:no-repeat;*/
}

.tac3{
	text-align:center;
/*	line-height:290%;
	background-image:url(images/baby_img3.png);
	background-position:1% center;
	background-repeat:no-repeat;*/
}

.qadl {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
    padding-top: 1%;
    width: 100%;
	line-height:120%;
}
.q {
    background-image: url("images/q.png");
    background-position: 0 25%;
    background-repeat: no-repeat;
    color: #45170b;
    font-size: 105%;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 0 0 5px 35px;
}
.a {
    background-image: url("images/a.png");
    background-position: 0 25%;
    background-repeat: no-repeat;
    color: #45170b;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 0 0 5px 35px;
}

.qa_left {
    background-color: #f4e489;
    background-image: url("images/qa1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin: 0 auto 1%;
    padding: 5% 1% 5% 5%;
    width: 95%;
}

.qa_left h6{
	font-weight:bold;
}

.qa_left_blue {
    background-repeat: no-repeat;
    border-radius: 15px;
    margin: 0 auto 1%;
    padding: 5% 1% 5% 5%;
    width: 95%;
    background-color: #89c0f4;
	background-image:url(images/qa2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.qa_left_blue h6{
	font-weight:bold;
}

.qa_left_pink{
    background-repeat: no-repeat;
    border-radius: 15px;
    margin: 0 auto 1%;
    padding: 5% 1% 5% 5%;
    width: 95%;
	background-color:#FFE2E1;
	background-image:url(images/qa3.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.qa_left_pink h6{
	font-weight:bold;
}

.qa_right {
/*    float: left;*/
    width: 100%;
}

.aboutbox dl {
    clear: both;
    display: block;
	margin-bottom:1.5%;
}
.aboutbox dl dd {
    background-color: #f4e489;
    border-radius: 10px;
    display: block;
    margin: 0;
    padding: 1% 0;
    text-align: center;
    width: 100%;
}
.aboutbox dt {
    padding: 0 4%;
    vertical-align: middle;
    width: 92%;
}
.aboutbox dd dt {
    padding: 8px 0;
}

.aboutbox {
/*    display: inline-block;
    margin: 40px 2% 0;
    position: relative;
    text-align: left;
	float:left;*/
	width:100%;
}

.category {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #a3d9e5;
    padding: 10px 0;
    text-align: center;
}

.menutbl {
    background-color: #fff;
    width: 100%;
}
.menutbl table {
    width: 100%;
}
.menutbl th, .menutbl td {
    border-top: medium none;
    display: block;
    padding: 2px 0 2px 2%;
    width: 98%;
}
.menutbl th {
    background: #d2e6f4 none repeat scroll 0 0;
}
.menutbl th {
    text-align: left;
}


/*.menutbl {
    border-collapse: collapse;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
}
.menutbl tr {
    background: #fefefe none repeat scroll 0 0;
}
.menutbl th {
    border: 1px solid #a3e5e4;
    padding: 10px 15px;
    vertical-align: top;
}
.menutbl th b {
    border-bottom: 1px solid #bbb;
    font-size: 110%;
    font-weight: bold;
}
.menutbl td {
    border: 1px solid #a3e5e4;

    font-weight: normal;
    padding: 10px 15px;
    text-align: right;
}*/

.cate_title{
	font-weight:bold;
}

.home_momonomi {
/*    background-image: url("images/about1.png");
    background-position: 45% bottom;
    background-repeat: no-repeat;
    background-size: 19% auto;*/
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}

.home_nadanomi{
/*    background-image: url("images/about2.png");
    background-position: 45% bottom;
    background-repeat: no-repeat;
    background-size: 19% auto;*/
    display: inline-block;
    margin: 2% 0 0;
    position: relative;
    text-align: left;
	width:100%;
/*	float:right;*/
}

.mapbox {
    margin-top: 15%;
    width: 100%;
    background-image: url(images/about1.png);
    background-repeat: no-repeat;
    padding-bottom: 177px;
	background-position:center bottom;
}
.mapbox_nadanomi {
    margin-top: 15%;
    width: 100%;
    background-image: url(images/about2.png);
    background-repeat: no-repeat;
    padding-bottom: 177px;
	background-position:center bottom;
}

#map_canvas{
	width:100%;
	height:300px;
/*	float:left;*/
}

#streetview_canvas{
/*	width:50%;
	height:300px;
	float:left;*/
}

#map_canvas2{
	width:100%;
	height:300px;
/*	float:left;*/
}

#streetview_canvas2{
/*	width:50%;
	height:300px;
	float:left;*/
}

.flowbox1{
	background-image:url(images/flow_bg1_tab.png);
	background-repeat:no-repeat;
	width:220px;
	height:250px;
	float:left;
	margin:0 2% 1% 10%;
}

.flow_title{
	border-radius:10px;
	padding:0.5%;
	text-align:left;
}

.number1{
	background-image:url(images/1_tab.png);
	background-repeat:no-repeat;
}

.flowbox img{
	text-align:center;
	padding:3%;
}

.flow_atten {
    font-size: 80%;
    line-height: 120%;
    padding: 98% 10% 1% 1%;
}

.flow_atten2{
    font-size: 80%;
    line-height: 120%;
	padding:83% 13% 1% 3%;
}

.flowbox2{
	background-image:url(images/flow_bg2_tab.png);
	background-repeat:no-repeat;
	width:220px;
	height:250px;
	float:left;
	margin:0 2% 1% 10%;
}

.flowbox3{
	background-image:url(images/flow_bg3_tab.png);
	background-repeat:no-repeat;
	width:220px;
	height:250px;
	float:left;
	margin:0 2% 1% 10%;
}

.flowbox4{
	background-image:url(images/flow_bg4_tab.png);
	background-repeat:no-repeat;
	width:220px;
	height:250px;
	float:left;
	margin:0 2% 1% 10%;
}

.flowbox5{
	background-image:url(images/flow_bg5_tab.png);
	background-repeat:no-repeat;
	width:220px;
	height:250px;
	float:left;
	margin:0 2% 1% 10%;
}

.mw100{
	max-width:100%;
}

.about_company {
    width: 100%;
}

.about_company2{
	width:100%;
}

.menutbl2 {
    background-color: #fff;
    width: 100%;
}
.menutbl2 table {
    width: 100%;
}
.menutbl2 th, .menutbl2 td {
    border-top: medium none;
    display: block;
    padding: 2px 0 2px 2%;
    width: 98%;
}
.menutbl2 th {
    background: #d2e6f4 none repeat scroll 0 0;
}
.menutbl2 th {
    text-align: left;
}

address {
    font-size: 57%;
    line-height: 100%;
}

.menutbl3 {
    width: 100%;
}
.menutbl3 table {
    width: 100%;
}
.menutbl3 th, .menutbl3 td {
    padding: 2px 0 2px 10px;
    border-top: medium none;
    display: block;
    width: 96%;
}
.menutbl3 th {
    background: #d2e6f4 none repeat scroll 0 0;
}
.menutbl3 th {
    text-align: left;
}

.home_harunomi {
/*    background-image: url("images/about1.png");
    background-position: 45% bottom;
    background-repeat: no-repeat;
    background-size: 19% auto;*/
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}

/*.img_momonomi {
    margin-left: -49%;
    margin-top: -131%;
    position: absolute;
    width: 98%;
    z-index: 100;
}

.img_nadanomi {
    margin-left: -49%;
    margin-top: -130%;
    position: absolute;
    width: 98%;
    z-index: 100;
}*/


.harunomisite {
    font-size: 5px;
    line-height: 1px;
    position: absolute;
    right: 1%;
    text-align: center;
    top: 1%;
}

.harunomisite img{
	max-width:50px;
}

.map_new{
	width:100%;
	margin:0 auto;
}
