@charset "UTF-8";
/*
	Theme Name: chubachi-sp
	Author: eSales System Laboratory Inc.
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html {
}

html, body {
	margin: 0 auto!important;
	padding: 0 auto!important;
}

body {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 14px;
	background-position: bottom;
	background-repeat: repeat-x;
	min-width: 100%;
}

img {
    border-style:none;
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}

.sp_nonfloat_img {float: none !important;}
.sp_mlnone {margin-left: 0 !important;}
.autoHeight {height: auto !important;}
.sp_m0 {margin: 0 !important;}
.sp_ml0 {margin-left: 0 !important;}
.sp_mt0 {margin-top: 0 !important;}
.sp_mr0 {margin-right: 0 !important;}
.sp_mb0 {margin-bottom: 0 !important;}
.sp_p0 {padding: 0 !important;}


/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #ee0000;
}

img {
	max-width: 100%;
}

footer {
	width: 100%;
	min-width: 300px;
	background: #fff;
}

p {
margin-top: 0px;
}
/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}

.wrapper {
	width: 100%;
}

#page {
	float: none;
	padding: 0px;
	width: 100%;
}


#maincon {
	padding: 0px 0px;
}

#headerL {
	position: static;
	background: none;
	height: auto;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	background: #ee0;
}

#header {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-bottom: 1px #ccc solid;
}


#header h1 {
	padding-left: 10px;
	float: none;
	text-align: left;
}

#header .alignleft {
	margin: 0px;
}


#sidepage,
#main,
#sidebar{
	background: #fff;
	padding: 10px 0px;
	text-align: left;
	float: none;
	width: 100%;
	margin: 5px auto;
	overflow: hidden;
	float: none !important;
}

#sidepage,
#sidebar{
	width: 300px;
}

footer .faddress td {
	display: block;
	text-align: center !important;
	padding: 0px !important;
	padding-bottom: 10px;
	border: 0px solid #fff !important;
}

/***************************************

           Navigation

*************************************** */

.bg-menu {
	clear:both;
	background: #07689F;
	height:51px;
	height: auto;
	padding: 0;
	margin: 0;
}

.bgshadow {
	background: url(images/shadow.png) repeat-x top center;
}

.menu{
 clear: both;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
  padding: 0;
  width:100%;
  height: auto;
  display: none;
}

.menu ul{
	width:100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
 float:left;
  margin: 0;
  padding: 0;
}

.menu a{
	font-size: 15px;
	font-weight: 700;
	overflow: hidden;
	display: inline-block;
	color: #9a9a9a;
	position: relative;
}


.menu li a {
    display: block;
    height:35px;
    line-height:35px;
    margin:0;
    padding:0;
    text-indent: 1em;
    overflow: hidden;
    background:none;
    border-bottom:1px #fff solid;
}

.menu li a:link,
.menu li a:visited {
	color:#fff;
	font-weight: normal;
}

.menu li.menu1 {width:100%;}
.menu li.menu2 {width:100%;}
.menu li.menu3 {width:100%;}
.menu li.menu4 {width:100%;}
.menu li.menu5 {width:100%;}
.menu li.menu6 {width:100%;}
.menu li.menu7 {width:100%;}
.menu li.menu8 {width:100%;}
.menu li.menu9 {width:100%;}
.menu li.menu10 {width:100%;}

.menu li.menu1 a {background:#07689F;}
.menu li.menu2 a {background:#07689F;}
.menu li.menu3 a {background:#07689F;}
.menu li.menu4 a {background:#07689F;}
.menu li.menu5 a {background:#07689F;}
.menu li.menu6 a {background:#07689F;}
.menu li.menu7 a {background:#07689F;}
.menu li.menu8 a {background:#07689F;}
.menu li.menu9 a {background:#07689F;}
.menu li.menu10 a {background:#07689F;}

.menu li.menu1 a:hover {background:#07689F;}
.menu li.menu2 a:hover {background:#07689F;}
.menu li.menu3 a:hover {background:#07689F;}
.menu li.menu4 a:hover {background:#07689F;}
.menu li.menu5 a:hover {background:#07689F;}
.menu li.menu6 a:hover {background:#07689F;}
.menu li.menu7 a:hover {background:#07689F;}
.menu li.menu8 a:hover {background:#07689F;}
.menu li.menu9 a:hover {background:#07689F;}
.menu li.menu10 a:hover {background:#07689F;}

.menu ul:after {
    clear: both;
    display: block;
    content: "";
}

ul.submenu {
	display: none;
}


.header_contact {
  float: right;
}

.header_tel {
	display: block;
	position: absolute;
	top:0px;
	right:40px;
	width: 36px;
	height: 36px;
}

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


.mB {
	font-size: 20px;
	padding-left: 10px;
}

/****************************************

          Main

*****************************************/

/****************************************

          Sidebar

*****************************************/


#sidebar {}

#sidebar #side_radio {
	text-align: center;
	width:auto;
	margin: 0;
	box-sizing:border-box;
}

#side_kyujin {
	text-align: center;
	width:auto;
	margin: 0;
	box-sizing:border-box;
}

#sidebar #side_siryou {
	text-align: center;
	width:auto;
	margin: 0;
	box-sizing:border-box;
}

#sidebar #side_siryou {
	text-align: center;
	xborder:1px #999 solid;
	border-top:0;
	margin: 0 8px 15px 0;
}

#sidebar #side_siryou .kakaku {background: url(/images/side_pdf_icon.png) no-repeat 3px 0;}
#sidebar #side_siryou .siryou {background: url(/images/side_sassi_icon.png) no-repeat 3px 0;}

#sidebar #side_siryou h3 {
	background: url(/images/side_sassi_midashi.png) no-repeat ;
	width: 227px;
	height: 51px;
	line-height: 1;
	margin: 0 auto;
	text-align: left;
	text-indent: -9999em;
}

#sidebar #side_siryou ul {
	position: relative;
	width: 227px;
	line-height: 1;
	border:0 #ddd solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 15px;
}

#sidebar #side_siryou .box {
	margin-left: auto;
	width:165px;
}

#sidebar #side_siryou .box h4 {
	margin: 0 5px 10px 0;
	padding:0;
	font-size:14px;
	font-weight: bold;
	border-bottom:3px #FFF100 solid;
}

#sidebar #side_siryou a {
	display: inline-block;
}

#sidebar #side_banner01 {
	text-align: center;
	margin: 0;
	box-sizing:border-box;

}
#sidebar #side_banner01 a {
	display: inline-block;
	margin-bottom: 5px;

}

#sidebar #side_tochierabi {
	border:1px #999 solid;
	margin-bottom: 15px;

}

#sidebar #side_tochierabi h3 {
	background: #698900;
	text-align: center;
	font-size:20px;
	color:#fff;
	margin: 0;
	padding: 5px 0;

}

#sidebar #side_tochierabi p.big {
	padding: 5px 10px 5px 4.6em;
	margin: 0;
	font-size:16px;
	font-weight: bold;
	text-indent: -4em;
}

#sidebar #side_tochierabi p.desc {
	padding: 5px ;
	margin: 0;
	font-size: 12px;
	xbackground: #d0e;
}

#sidebar #side_tochierabi a.more {
	display: block;
	margin-left: auto;
	width: 106px;
	height: 23px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sidebar #side_malmaga {
	border:1px #999 solid;
	margin-bottom: 15px;

}

#sidebar #side_malmaga h3 {
	background: #698900;
	text-align: center;
	font-size:20px;
	color:#fff;
	margin: 0;
	padding: 5px 0;
}

#sidebar #side_malmaga p.big {
	padding: 5px 10px ;
	margin: 0;
	font-size:16px;
	font-weight: bold;
}

#sidebar #side_malmaga p.desc {
	font-size:11px;
	padding-left: 15px;
}

#sidebar #side_malmaga ol {
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}


#sidebar #side_osusume ,
#sidebar #side_kanren {
	font-size: 14px;
}

#sidebar #side_osusume h3 ,
#sidebar #side_kanren h3 {
	text-align: center;
	padding: 5px 0;
	border-bottom: 2px #64C3D1 solid;

}


/****************************************

          Footer

*****************************************/

#copyright{
	text-align: center;
	padding: 0px 0;
	font-size: 80%;
	margin: 0px 0px;
}

#footer_menu {
	clear:both;
	display: block;
	margin: 5px auto ;
	padding:5px 10px;
	border-radius: 3px;
	background: #003D5F;
	color:#fff;
	text-align: center;
	width:4em;
	cursor: pointer;
}

#footer h2, #footer h3 {
display: inline;
}

#footer01 {
	display: none;
	border-top:#FF7E67 16px solid;
	background: #07689F;
	padding-top: 15px;


}
#footer02 {
	padding: 20px 0 110px 0;
	background: #003D5F;
	color:#fff;
	font-size:12px;
}

#footer01 .footer_navi01 {padding-bottom: 0px;}
#footer01 .footer_navi02 {padding-bottom: 50px;}
#footer01 .footer_navi01 a:link,
#footer01 .footer_navi01 a:visited ,
#footer01 .footer_navi02 a:link,
#footer01 .footer_navi02 a:visited {
	color:#fff;
}
#footer01 .footer_navi01 li {float: none;}
#footer01 .footer_navi02 li {float: none;}
#footer01 .footer_navi01 li ul {padding:5px 0 0 10px;}
#footer01 .footer_navi02 li ul {padding:5px 0 0 10px;}
#footer01 .footer_navi01 li ul li {font-size:11px;margin-bottom: 5px;}
#footer01 .footer_navi02 li ul li {font-size:11px;margin-bottom: 5px;}

#footer01 .footer_navi01 .fn1_1 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_2 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_3 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_4 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_5 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_6 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi01 .fn1_7 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}

#footer01 .footer_navi02 .fn2_1 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi02 .fn2_2 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi02 .fn2_3 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi02 .fn2_4 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi02 .fn2_5 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}
#footer01 .footer_navi02 .fn2_6 { width:100%;padding: 5px 10px;border-bottom:1px #fff solid;}

#footer01 .footer_navi03 {
	padding-bottom: 30px;
}
#footer01 .footer_navi03 .box1 {
	float: left;
	width:49%;

}

#footer01 .footer_navi03 .box2 {
	float: right;
	width:49%;
	text-align: right;

}

#footer02 .explain {
	display: none;
	text-align: center;
}

#footer02 .copyright {
	font-size:10px;
	margin: 0;
	padding: 0 10px;
	text-align: center;

}

/****************************************

          Form

*****************************************/

/****************************************

          WordPress Misc

*****************************************/

/****************************************

          Clearfix

*****************************************/

#header {
position: relative;
width: 100%;
min-height: 65px;
margin-bottom: 0px;
padding-left: auto;
padding-right: auto;
margin-left: auto;
margin-right: auto;
position: relative;
}

#inbox {
text-align: left;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 98%;
}

/* ------- サイド　コンテンツボックス------- */

.pagetoi {
	clear: both;
	margin: 10px 0px 10px 0px;
}

.pagetoi img.alignleft {
	margin: 1em 0px 1em 0px;
	float: none;
}

.pagetoi img.alignright {
	margin: 1em 0px 1em 0px;
	float: none;
}

#main .pagetoi img {
	max-width: 100%;
}

.kizi .pagetoi img {
	width: 100%;
}

.kizi_body {
	padding: 10px 10px;
}

.font12 { font-size: 90%; }
.font14 { font-size: 100%; }
.font16 { font-size: 110%; }
.font18 { font-size: 120%; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }

/* ------- フッターメニュー部分 ------- */
.menuf {
	display: none;
}

.menuf li {
	margin: 0px 5px;
 }

.menuf a {
	width: 150px;
	display: inline-block;
}

.menuf a:after {
	content: "";
	padding-left: 0px;
}

.sp_menuf {
	color: #fff !important;
	display: block;
	padding: 10px 0px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 16px;
}

/* ------- フッターメニュー部分 ------- */

.kizi {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	box-shadow: 2px 2px 2px #dddddd;
	padding: 10px 14px;
}

.breadcrumbs {
	padding: 10px 10px 0px 10px;
	margin: 0px;
}


.table-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-grid;
	display: table-cell;
}


.table-cell {
	display: block;
}

.side-tool-sya .gotop{
bottom:0px;
right:0px;
cursor:pointer;
position:absolute;
color:#FFF;

}

.page_navi,
.bread_crumb {
clear-after: left;
margin:0 0 15px 0;
padding:0;
display: inline-block;
}
.page_navi,
.bread_crumb {
clear: left after;
}

.bread_crumb li{
float:left;
font-size:11px;
list-style:none;
}

.bread_crumb li + li:before {
margin: 0 3px;
content: ">";
}
.bread_crumb a{
color:#D81354;
}
.page_navi li {
display: inline;
float:left;
font-size:11px;
list-style:none;
margin:10px 5px 10px 0;
}

.page_navi li a{
display: inline-block;
padding:10px;
border:1px solid #ccc;
}

.page_navi li span {
font-weight:bold;
display: inline-block;
padding:10px;
border:1px solid #0A61B9;
background: #0A61B9;
color:#fff;
}

.page_navi li a:hover {
background:#eee;
text-decoration:none;
}

.gaiyou ,
.gaiyou2 {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.gaiyou th,
.gaiyou td {
	width: auto;
	display: block;
}

.gaiyou th ,
.gaiyou2 th {
	border-bottom: 0px;
}

.gaiyou2 th ,
.gaiyou2 td {
	font-size:12px;
}

.gaiyou2 td { padding:3px 5px;}

.gaiyou2 tr td:nth-child(1){width:8em;}
.gaiyou2 tr td:nth-child(2){width:6em;}
.gaiyou2 tr td:nth-child(3){width:20em;}

.gaiyou2 tr td:nth-child(1) ,
.gaiyou2 tr td:nth-child(2) {
	font-size:8px;
}


.history {
border: 0;
margin:10px 0px 20px 0px;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal;}
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;}

.profilelist::after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 10px;
}

.profile {
border:0;
margin-right: 20px;
margin-left:10px;
cellspacing:2;
border-top:1px dotted #dddddd;
max-width: 71%;
}

.profile td {
vertical-align:top;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.profile th {
width: 7em;
vertical-align:top;
border-right:1px dotted #dddddd;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.staffbloc {
padding: 10px 10px;
}

.staffbloc img {
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 2px 2px 2px #eeeeee;
border: 1px solid #eeeeee;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

.clearboth {
clear: both;
}


.staffbloc .pin {
font-size: 14px;
color: #333333;
padding: 0px 20px;
background: url(/files/pin.png) no-repeat left center;
}

.point{
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 16px;
	background:#eee;
	box-shadow:
		12px 0 0 0 #eee,
		0 12px 0 0 #eee,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc3333;
}
.point:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right_exit {
border: 1px solid #ededed;
margin: 20px 0px 10px 2%;
padding: 10px;
background:#faf0de;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	clear: both;
	padding-left: 30px;
	display: block;
}

.right_exit .link a {
	display: block;
}

.right_exit2 {
border: 1px dotted #333333;
margin: 20px 0px 10px 2%;
padding: 10px;
background:#fff;
}

.last {
	margin-right: 0px !important;
}

.last::after {
	clear: both;
	display: block;
	content: "";
}

.contactbloc {
display: inline-table;
width: 290px;
height: 490px;
border: 2px solid #cc3300;
background: #ffffff;
box-shadow: 2px 2px 2px #eeeeee;
padding: 10px 10px;
margin: 5px 15px 20px 5px;
border-radius: 5px;
}

.sekourei_catch {
	text-align: center;
	background: url(images/sekourei-catch.png) repeat top center;
	background-size: cover;
	margin: 10px 0px 30px;
	padding: 5px 10px 5px 14px;
	font-size: 16px;
	line-height: 1.5em;
}

.event_catch {
	text-align: center;
	font-size: 16px;
	background-size: cover;
	margin: 10px 0px 30px;
	padding: 5px 10px 5px 14px;
	font-size: 16px;
	line-height: 1.5em;
}

.madoriCatch {
	text-align: center;
	background: url(images/madori-catch.png) repeat top center;
	background-size: cover;
	margin: 10px 0px 30px;
	padding: 5px 10px 5px 14px;
	font-size: 16px;
	line-height: 1.5em;
}


.flowbloc {
clear: both;
display: block;
}

img.flow {
width: 43%;
border-radius: 5px;
}

.flowc {
padding: 0px 10px 10px 10px;
}

.aligncenter {
text-align: center;
}

.beforeafter {
width:100%;
margin:0px 0px 20px 0px;
}

.beforeafter tr {
vertical-align: top;
}

.beforeafter td.before {
width:40%;
max-width: 258px;
padding-right: 3%;
padding-top: 0px;
}

.beforeafter td.before img,
.beforeafter td.after img,
 {
	max-width: 100%;
}


.beforeafter td.after {
width:55%;
max-width: 355px;
padding-top: 0px;
}

.beforeafter td.yaji2 {
	padding-top: 20px;
}

.beforeafter .yaji:before {
	font-size: 30px;
}

.afterafter img,
.beforeafter img {
	width: 100%;
}

.afterafter {
width:100%;
margin:0px 0px 20px 0px;
}

.afterafter tr {
vertical-align: top;
}

.afterafter td.left {
width:50%;
max-width: 331px;
padding-right: 1%;
}

.afterafter td.left img,
.afterafter td.right img {
	max-width: 100%;
}

.afterafter td.right {
width:50%;
max-width: 331px;
padding-left: 1%;
}

a:hover img.option {
	border: 2px solid #a52a2a;
	box-shadow: 2px 2px 2px #fff;
}

.pconly {
	display: none;
}

.sponly {
	display: block;
}

.sponly_br {
	display: block;
}

.sp_menu {
    position: absolute;
    top:30px;
    right:0px;
    margin:0;
    cursor: pointer;
    display: block;
    float: left;

}

.bg-menu {
	background: #fff;
}

#header .sp_menu {
margin-right: 0px;
margin-top: -30px;
color: #1771b5;
}

.topmain {
	text-align: center;
}

.topmain img {
	float: none!important;
	margin: 10px 0px;
}

#dropdown_container {
	font-size:14px;
}

#dropdown_container li.dropdown_item {
	cursor:pointer;
}

#dropdown_container li.dropdown_item ul li {
	height: 28px;
	width:100%;
}

#dropdown_container li.dropdown_item ul a {
	color: #000;
	text-align: center;
	padding: 5px 0px 5px 0px;
	width:180px;
	height: 18px;
	background: url(images/yaji01.png) no-repeat left center;
}

#dropdown_container li.dropdown_item ul a:hover {
	background: url(images/yaji01.png) no-repeat left center;
}

#dropdown_container li.dropdown_item > ul {
	padding: 0px;
	background: #fff;
	color: #000;
	position:absolute !important;
	list-style:none;
	margin:0px 0px 0px 0px;
	width:182px;
	z-index: 1000;
	display: none !important;
	border: 2px solid #1771b5;
}

#dropdown_container li.dropdown_item > ul:before {
	content: "＞";
	top: -18px;
	left: 50px;
	font-weight: bold;
	font-size: 14px;
	position:absolute !important;
	transform: rotate( 270deg );
}

#dropdown_container li.dropdown_item > ul li:hover
{
	background-color: #a5a76b;
}

#dropdown_container li.dropdown_item > ul a:hover
{
	color: #fff;
}

.sptel {
	margin: 10px 0px;
	border: 2px solid #9d8466;
	padding: 10px 2% 5px 2%;
	background: #fff;
	width: 95%;
}

#sidebar .sptel {
	padding: 10px 0 5px 0;
	margin-right: auto!important;
	margin-left: auto!important;
	background: #fff;
	width: 276px;
}

#header .logo {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	width: 220px;
}

.toptoi {
	margin-right: 50px;
	width: auto;
}

.toptoi a {
	color: #1771b5;
}

.foot .toptoi {
	float: none;
	text-align: center;
}

.flogo {
	text-align: left;
	display: block;
	float: none;
	margin: 10px 10px;
}


.topblog {
	float: none;
	display: block;
	width: 100%;
}

.facebook {
	float: none;
	display: block;
	width: 100%;
}

.extlink {
	text-align: center;
}

.bx-wrapper {
    padding: 0px 0px 0px 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px !important;
	height: 10px !important;
	margin: 0px 3px 10px !important;
	outline: 0;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}

.toptitle span {
	font-size: 14px;
	line-height: 1em;
	border-radius: 5px;
	border: 2px solid #faf0de;
	background: #fefefe;
	padding: 5px 30px 5px 10px;
}

.toptitle {
	padding-right: 10px;
}

#archiveList li .box2 {
	float: none;
	width: 98%;
}

#archiveList li .box1 {
  width:100%;
  float: none;
  padding: 0;
}

.reformdata dl {
	width: 99%;
	border-bottom: 1px dotted #ddd;
}

.reformdata dl dt {
	font-weight: bold;
	width: 90%;
	padding: 0px 0px;
	border: 0px;
}

.reformdata dl dt:before {
	content: "●";
	margin: 0px;
	color: #d35f33;
	width: 5px;
	padding-right: 0px;
	font-size: 1.4em;
}

.reformdata dl dd {
	padding: 0px 0px 0px 1.5em;
	width: 98%;
	border: 0px;
}


.bukendata dl {
	margin: 0px 0px;
	padding: 0px;
	float: none;
	width: 96%;
}

.bukendata dl dt:before {
	content: "●";
	margin: 0px;
	color: #d35f33;
	width: 5px;
	padding-right: 0px;
	font-size: 1.4em;
	vertical-align: middle;
}

.bukendata dl dt {
	width: 98%;
	margin: 0px;
	padding: 0px;
}

.bukendata dl dd {
	width: 95%;
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
}

ul#staffList {
  padding: 10px;
  padding: 0;
}

ul#staffList li {
  float: none;
  width:96%;
  border:0;
  border-bottom:2px #e7e0d6 solid;
  margin: 5px auto ;
  padding: 5px;
  height: auto;
	margin-bottom: 25px;
  boxi-sizing:border-box;


}

ul#staffList li img {
	width:100%;
}

ul#staffList li .box01 {
	float: left;
	float: none;
	width:130px;
	padding: 5px;
	margin: 0 auto;

}

ul#staffList li .box02 {
	float: right;
	float: none;
	width:100%;
	margin-top: 15px;
	font-size:13px;

}

ul#staffList li .box02 h3 span {
	font-size: 12px;
}

ul#staffList li .box02 .more {
	display: block;
	float: none;
	width:6em;
	padding: 5px;
	margin: 10px auto;
	background: #07689F;

	color:#fff;
	border:1px #1078aF solid;
	border-radius: 3px;
	text-align: center;
}

ul#staffList li .bloglink {
	display: inline-block;
	width:48%;

	display: block;
	width: 90%;
	margin:2px auto;

	font-size:14px;
}

ul#staffList li .facebooklink {
	display: inline-block;
	width:48%;

	display: block;
	width: 90%;
	margin:2px auto;
	font-size:14px;
	font-size:11px;

}


.single-staff .staffMainImage {
  width:260px;
  width:200px;
}


body.single-staff .kizi .box01 {
	float:none ;
	 width:180px;
	margin:0 auto 15px;
}
body.single-staff .kizi .box02 {
	float:none ;
	width:100%;
	padding: 0;
	 margin-bottom: 15px;
	box-sizing:border-box;

}




#recoStaff ul li:nth-child(6n) {

}

#recoStaff ul li {
	float: left;
  width: 130px;
  width:49%;
  height: 170px;
  padding: 5px 0px 0 0 ;
  margin:0 0 5px 0;
  font-size:12px;
}

#recoStaff ul li:nth-child(odd) {float: left;}
#recoStaff ul li:nth-child(even) {float: right;}

#recoStaff ul li img {
	width:90%;

}

table.staffProfile {
  padding-top: 10px;
  float: none;
  width:98%;
}

.block-a div{width: 45%; float:left;  padding:10px 0px 15px 0px; margin:0 2% 15px 2%;}
.block-a div:nth-child(odd){float:left;clear:both;}
.block-a div:nth-child(even){float:right;}

.flow01 th { text-align: center; width: 30px; vertical-align:top;}

.kinri {
width: 100%;
}

.taglist span {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.footerbar {
	background: rgba(200, 200, 200, 0.2);
}

.footerbar img {
	width: 49%;
	margin: 0px 0px;
}

.footerbar {
	height: auto;
	border: 0px;
	margin-bottom: -10px;
}
.slide_all {
	height: auto;
}

@media (max-width: 450px) {
/*	.slide_all {height: 180px;}*/

	.toibloc {
		width: 100% !important;
		clear: both;
		display: block !important;
	}
	.sassi {
		width: 55%;
	}

	.toi {
		width: 37%;
	}

	.child_page {
		width: 100% !important;
		float: none;
		display: block;
	}

	.child_pages .child_page-container {
		height: 30px !important;
	}
}

.topwork .toptitle {
	color: #fff;
	background: #0566af;
	background-position: 0px 0px;
	padding-left: 10px;
	font-size: 16px;
}


.topreform .toptitle img,
.topwork .toptitle img {
	margin: 5px 0px 0px;
}

.topreform .toptitle {
	color: #fff;
	background: #0566af;
	background-position: 0px 0px;
	padding-left: 10px;
	font-size: 16px;
}

.box01 {
	background: #fff;
}

.topwork li {
    border-top: 0px solid #f8f7e9;
    border-left: 0px solid #f8f7e9;
    border-right: 0px solid #f8f7e9;
}

.topreform li {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
}


/*--------スマホのみ改行-----------*/
.sp_br{
	display:block;
}

/*--------TOP-----------*/
.col-01 .alignright,
.col-01 .alignleft {
	width: 99%;
	float: none !important;
}

.col-01 li {
	margin-left: 10px;
}

.col-02 li,
.col-03 li,
.col-04 li {
	width: 310px;
	float: none;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px 0px 5px 0px;
}

.col-02 li:after,
.col-03 li:after,
.col-04 li:after {
	content: "";
	clear: both;
	display: block;
}

.col-02 li .img,
.col-03 li .img,
.col-04 li .img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 100px;
	height: 65px;
	overflow: hidden;
}

.col-02 li:last-child,
.col-03 li:last-child,
.col-04 li:last-child {
	margin-right: auto;
}

.col-02 li h3,
.col-03 li h3,
.col-04 li h3 {
	height: auto;
	margin-top: -10px;
}

.col-02 li p,
.col-03 li p,
.col-04 li p {
	display: none;
}

.col-05 li {
	font-size: 16px;
	float: none;
	width: 310px;
	height: 90px;
	overflow: hidden;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
}

.col-05 li span {
}

.col-05 li:nth-child(3n+2) {
	width: 310px;
}

.col-05 li h3 {
	height: 60px;
	position: absolute;
	top: -16px;
	bottom: -2px;
	background: rgba(24,117,71, 0.2);
	padding: 30px 0px 0px;
	width: 310px;
}

.col-05 li h3.second {
	padding-top: 20px;
	height: 70px;
}

.pinimg {
	position: absolute;
	left: 40px;
	top: -20px;
}


.col-06 li {
	width: 310px;
	margin-right: auto !important;
	margin-left: auto !important;
	float: none;
	margin-bottom: 20px;
}

.col-07 li {
	width: 310px;
	margin-right: auto !important;
	margin-left: auto !important;
	float: none;
	margin-bottom: 20px;
}

/*--------TOP-----------*/


/* 関連記事 */
.kanren .list li {
    float: none;
    width: auto;
    height: auto;
    margin-right: 0px;
}

.kanren .list li:after {
	clear: both;
	content: "";
	display: block;
}

.kanren .list li img {
	width: 90px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

/* 関連記事 */

.bx-viewport {
	overflow: visible!important;
	width: 100% !important;
}

.kumamoto {
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	margin: 5px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 2px 2px 3px #666;
	text-align: center;
	border:1px #bbb solid;
	border-radius: 3px;
}

#top01 {}
#top01 .box1 {
	float: none;
	width: 324px;
	height: 170px;
	margin: 5px auto 15px;
}

#top01 .box2 {
	float: right;
	float: none;
	width: 324px;
	height: 170px;
	margin: 5px auto 15px;
}

#top02 ,
#top07 ,
#top08 {
	padding: 10px 0 0 0;
	clear:both;
}

#top02 ,
#top03 ,
#top04 ,
#top05 {
	padding: 10px 0 0 0;
	clear:both;
	margin:0 5px 20px 5px;
}

}


#top02 h2 ,
#top03 h2 ,
#top04 h2 ,
#top05 h2 ,
#top07 h3 {
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	padding: 0;
	text-indent: 2.4em;
	font-weight: bold;
	border-bottom: 1px #A2D5F2 solid;
	background: url(/images/top_title_icon.png) no-repeat left center;

}

#top05 h2 {
	position: relative;
	margin-bottom: 50px;
}

#top05 h2 span {
	font-size:14px;
	display: block;
	position: absolute;
	bottom:-45px;
	left:0px;
	text-indent: 0;
	line-height: 1.4;
}


#top02 ul ,
#top03 ul {
	padding: 10px ;
	background:#f3f3f3;

}

#top02 ul li ,
#top03 ul li {
	margin: 0 0 5px 0;
	font-size:11px;
	height: 1.5em;
	overflow: hidden;
}

#top02 ul li span ,
#top03 ul li span {
	display: inline-block;
	font-size: 11px;
	xbackground: #000;
	color:#fff;
	padding: 1px 10px;
}

#top04 ul {
	height: 600px;
	height: auto;
}
#top04 ul li {
	width:212px;
	height:260px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom:2px #ccc dotted;
	padding: 10px 0;
	text-align: right;
}



#top04 ul li h3 {
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	font-size: 16px;
	color: #fff;
	background: #07689F;
}

#top04 ul li div {
	position: relative;
	width:212px;
	height:152px;
	height:150px;
	height: auto;

	padding: 0;
	background: #000;
	overflow: hidden;
}

#top04 ul li div p {
	position: absolute;
	xbottom: 0;
	top:0;
	left:0;
	padding: 5px 10px;
	box-sizing:border-box;
	width:100%;
	height:32px;
	line-height: 1;
	font-size:11px;
	color:#fff;
	background: #000;
	opacity: 0.7;
	text-align: left;

}

#top04 ul li .exp {
	text-align: left;
	xbackground: #ea0;
	margin: 0;
	font-size:13px;
	padding:  0 0 5px 0;
}

#top04 ul li a:link,
#top04 ul li a:visited {
	color:#03f;
}

#top04 ul li .more {
	display: inline-block;
	text-align: right;
	font-size: 13px;
	padding: 0 15px;
	background: url(/images/yaji.png) no-repeat right center;

}

#top04 ul li:nth-child(4) {
	clear: both;
}

#top04 ul li:nth-child(3n) {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#top05 ul {
	text-align: center;
}
#top05 ul li {
	display: block;
	margin-right: 0px;
	margin:5px auto;
	width:49%;
	width:98%;
	xbackground: #00e;
}

#top05 ul li:nth-child(odd) {float: none;text-align: center;}
#top05 ul li:nth-child(even) {float: none;text-align: center;}
#top05 ul li:nth-child(5) {margin:5px auto;}

#top06 {
	clear: both;
	padding: 30px 0 0 0 ;

}

#top06 .box1 img ,
#top06 .box2 img ,
#top06 .box3 img {
	display: block;
	margin:10px auto;
	width:90%;
}

#top06 .box1 {
	float: none;
	width:90%;

	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#top06 .box2 {
	float: none;
	width:90%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#top06 .box3 {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


#top07 {}

#top07 .box1 {
	float: none;
	width:80%;
	margin-left:auto;
	margin-right:auto;

	margin-bottom: 10px;
}

#top07 .box1 a {
	display: block;
	margin:0 auto;
	text-align: center;

}


#top07 .box2 {
	float: none;
	width:96%;

	width:80%;

	margin-left:auto;
	margin-right:auto;

	margin-bottom: 10px;
}

#top06 .box3 ,
#top07 .box3 {
	clear: both;
}

#top08 ul li {
	text-align: center;
	width:49.5%;
	display: block;
	margin-right: 0;
}

#top08 ul li:nth-child(odd){float: left;text-align: right;}
#top08 ul li:nth-child(even){float: right;text-align: left;}


/* ****************************************

	Pages

****************************************** */

#page_company {}
#page_company .annai li {
	clear: both;
	width:290px;
	border:1px #ccc solid;
	border-radius: 1px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	box-sizing:border-box;
	font-size: 13px;

}
#page_company .annai li:nth-child(odd) {float: none;}
#page_company .annai li:nth-child(even) {float: none;}

#page_company .annai li strong {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left:5px #07689F double;
	font-size:100%;
}

#page_company .annai li img {
	display: block;
	float: left;
}

#page_company .annai li .box2 {
	display: block;
	float: right;
	width:190px;
}


#page_map iframe {
	width:98%;

}

.mrla {
	float: none !important;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

/* concept */
#page_concept .top-menu a img ,
#page_concept .top-menu a:last-child img {float:none;display: block;margin: 0 auto 20px;}
#page_concept .img-right ,
#page_concept .bloc1 .img-l,
#page_concept .bloc1 .img-r,
#page_concept .bloc1 .img-c {float: none;margin: 0px auto 20px;display: block;}

/*after follow*/
#page_after_follow .img-right {float: none;margin: 0px auto 20px;display: block;}

/* yamato */
#page_yamato .img-d {float: none;margin: 0 auto 20px;display: block;}
#page_yamato .gaiyou {width: 100%;margin: 0;}
#page_yamato .gaiyou th {background: #f7ecd2;}

/*dream house*/
#page_dream_house .img-l {float: none;margin: 0 auto 10px;}
#page_dream_house .img-r {float: none;margin: 0 auto  0px;}
#page_dream_house .img-l2 ,
#page_dream_house .img-r2 {float: none;margin: 0px auto 10px;display: block; width: auto;}
#page_dream_house ul>li {width:100%;margin: 0;}
#page_dream_house ul>li:nth-child(odd) ,
#page_dream_house ul>li:nth-child(even) {float: none;margin: 0 0 10px 0;}

/* plan */
/* land selection */
/* booklet present */
/* price info */
#page_plan  .imgs ,
#page_tochi .imgs ,
#page_sassi .imgs ,
#page_order .imgs {float: none!important;display: block!important;margin: 0 auto 10px!important;}

/* mail magagin */
/* gyousha */
#page_gyousha  .imgs ,
#page_purchase .imgs ,
#page_not_fail .imgs {float: none!important;display: block!important;margin: 0 auto 10px!important;}
#page_gyousha  .form2 ,
#page_purchase .form2 ,
#page_not_fail .form2 {width: 100%!important;height: 250px!important;}

/* footer_fixed */
#footer_fixed {display:none;}

/* archive */
ul.archivenavi>li {width: 100%;float: none;box-sizing: border-box;}
ul.archivenavi>li:nth-child(odd) {margin: 0 0 10px;}
ul.archivenavi>li:nth-child(even) {margin: 0;}

/* madori */
.madori-img li img {width: auto;float: none;display: block;margin: 0 auto 10px;}
.madoriBloc01 .mttl {margin-bottom: 20px;}
.madoriBloc01 dl {margin: 0px 0px;padding: 0px;float: none;width: 96%;}
.madoriBloc01 dl dt {width: 98%;margin: 0px;padding: 0px;}
.madoriBloc01 dl dd {width: 95%;margin: 0px;padding: 0px 0px 0px 1.5em;}
.madoriBloc01 dl dt:before {
  content: "●";
  margin: 0px;
  color: #d35f33;
  width: 5px;
  padding-right: 0px;
  font-size: 1.4em;
  vertical-align: middle;
}


#UL_mass-media > li .half_width {
	max-width: 49%;
	height: auto;
	margin-left: 1%;

}

#content_bottom ul li {
	float: none;
	margin:0 auto;
	display: block;
	width:90%;
	text-align: center;

}

#content_bottom ul li:nth-child(4) {
	margin:0 auto;
}

ul.f-cat li {float: none;width: 100%;font-size: 16px;}

.imgpos {float: left!important;margin: 0 0px 0 0!important;}
.imgpos-r {float: right!important;margin: 0 0 0 0px!important;}

.photos .part {max-width: 44%;}

.sp_nonfloat_img {
	float: none !important;
}

.thumbnail {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.midashi {
	font-size: 16px;
}