html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:normal;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
@charset "utf-8";

img {
	max-width: 100%;
	height: auto;
}
body{
	text-align: center;
	color: #666;
	font-family: "ヒラギノ角ゴ W4 JIS2004","メイリオ";
	-webkit-text-size-adjust: 100%;
}


a {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #fa5300;
	text-decoration: underline;
}

.pick:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

h1,h2,h3{
	letter-spacing: 2px;
	font-weight: 200;
}
.mini {
	font-size: 0.8em;
}

.kasen {
	text-decoration: underline;
}
.redmini7 {
	color: #ff0000;
	line-height: 155%;
	font-size: 0.7em;
}
.bluemoji	{color: #3399cc;}
.pinkb		{color: #ef82a7; font-weight: bold;}
.miniblue {font-size: 0.8em;color: #3399cc;}
.sumahono {display: none;}
.bigtex  {font-size: 1.2em; letter-spacing: 2px;}
.bigmaru {font-size: 1.5em;}
.logo {
	box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.2);
}
.logosm {
	display: none;
}

#headinfo {
	padding: 10px 0 0 0;
}

.yellowwaku .topsubbot li,
#headinfo li {
	margin: 2% 2% 2% 2%;
	padding: 2% 1% 2% 1%;
	border: 1px solid #ccc;
	list-style-type: none;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 3px solid #ddd;
	color:#111;
	font-size: 1.2em;
	width: 92%;
}

#headinfo li {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 200%;
}


.yellowwaku .topsubbot li {
	text-align: center;
}


#pankuzu {
	color: #339900;
	text-align: right;
	font-size: 0.8em;
	padding: 1% 2% 0 0;
}

#pankuzu a {
	color: #009966;
	text-decoration: none;
}
#pankuzu a:visited {
	color: #009966;
}
#pankuzu a:hover {
	color: #009966;
	text-decoration: underline;
}

#pankuzu ol li {
        display: inline;
        list-style-type: none;
}

#pankuzu ol li:before {
        content: " > ";
}

#pankuzu ol li:first-child:before {
        content:"";
}
#header {
	z-index: 999;
}
#topimage {
	z-index: 0;
}
#topimage img {
	width: 100%;
}


/*--------------------------------------main*/


#nakacentral {
	background-color: #f8f6e3;
	padding: 1%;
	text-align: left;
}

#maininner {
	padding: 1% 1% 5% 1%;
	position: relative;
	background-color: #fff;
	line-height: 135%;
}
/*--------------------------------------pageup*/
.kijiup {
	clear: both;
	text-align: right;
	padding: 3em 0 1em 0;
	font-size: 0.8em;
}
/*--------------------------------------rightside*/
#rightside {
	margin: 15px 0;
	text-align: left;
	background-color: #fff;
	padding: 1% 0 1% 0;
}
#leftside h3,
#rightside h3 {
	clear: both;
	width: 90%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #690;
	color: #fff;
	padding: 6px;
	margin: 15px auto 0px auto;
	text-align: center;
}
.annnaibox_c,
.annnaibox {
	width: 85%;
	margin: 0 auto;
	padding: 6px 6px 10px 6px;
}
.annnaibox_c {
	text-align: center;
	padding: 10px
}
.bannerbox {
	width: 90%;
	padding: 6px;
	margin: 15px auto 0px auto;
	text-align: center;
}
.bannerbox:after,
.annnaibox:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
#leftside li,
#rightside li {
	line-height: 155%;
}
#rightside p {
	clear: both;
}
ul.shinryo2,
ul.shinryo1 {
	list-style-type: none;
	width: 53%;
	float: left;
}
ul.shinryo2 {
	width: 47%;
}
#rightside dd,
#rightside dt {
	float: left;
	width: 70%;
	line-height: 155%;
}
.macchab {
	color: #690;
	font-weight: bold;
	margin: 6px 0 6px 0;
}
#rightside dt {
	width: 30%;
	color: #690;
	font-weight: bold;
}
.tel a {
	color: #690;
	font-weight: bold;
	font-size:2em;
}

/*-------------------------------------kyujin botlink*/
.botlink2,
.botlink {
	text-align: center;
	width: 100%;
}
.botlink2 a,
.botlink a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1em;
}

.botlink2 a {
	color: #fff;
}
.square_btn2,
.square_btn {
	    color: #fff;
	    background: #39c;
	    border-bottom: solid 2px #ccc;
	    border-radius: 4px;
	    font-weight: bold;
}

.square_btn2 {
	    background: #74a0de;
}

.square_btn:hover {
	background: #3a7abb;
	text-decoration: none;
}
.square_btn2:hover{
	    color: #fff;
	background: #99ccff;
	text-decoration: none;
}


/*-------------------------------------graytable*/

table.graytable {
	background-color: #eceeee;
}

table.graytable th {
	width: 150px;
}

table.graytable th,
table.graytable td {
	text-align: center;
	border: 1px #CCC solid;
	padding: 3px;
	vertical-align: middle;
}
.bluewaku4 {
	width: 100%;
	border: 3px solid #3399cc;
	text-align: center;
	line-height: 155%;
	margin: 15px 0;
	color: #3399cc;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


#footer {
	background-color: #f3f3f1;
	padding: 1%;
	color: #cc;
	line-height: 200%;
	font-size: 0.8em;
}
.fmenulist {
	margin: 1em 1em 1em 5em;
	text-align: left;
}

#linefriendpc,
#linefriendtop {
	width: 92%;
	margin: 15px auto 0 auto;
	padding: 2% 1% 2% 1%;
	background-color: #36a036;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#linefriendpc {
	text-align: center;
}
#linefriendpc h2,
#linefriendtop h2 {
	width: 92%;
	margin: 3% auto 0 auto;
	color: #fff;
	font-weight: bold;
	padding:0 0 0 0!important;
}
#linefriendpc div,
#linefriendtop div {
	width: 82%;
	margin: 3% auto 3% auto;
	padding: 4%;
	line-height: 153%;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#linefriendpc p,
#linefriendtop p {
	text-align: left;
	font-size: 0.8em;
}
#linefriendtop img {
	margin: 3% auto 0 auto;
}
#linefriendpc img {
	margin: 3% auto 0 auto;
	width: 70%;
}

#linefriendpc {
	clear: both;
	width: 90%;
	padding: 6px;
	margin: 15px auto 0px auto;
}
#topcentral #linefriendpc { /*topだけ下のを非表示*/
	display: none;
}
#main_nicol #linefriendpc {/*問合せページの分*/
	clear: both;
	width: 50%;
	margin: 0;
}
@media screen and (min-width : 760px) {

	.logo {
		box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	}
}

@media screen and (min-width : 1000px) {

	.sumahono {
		display: inline;
	}

	#header{
		position: relative;
	}
	.logo {
		width: 300px;
		padding: 0 0 0 0 50px;
		position: absolute;
		top: 0;
		left: 30px;
		}

	#headinfo li {
		margin: 5px;
		border: none;
		list-style-type: none;
		background: none;
		background-color: #fff;
		border: 1px solid #ddd;
		color:#111;
		padding: 0;
		font-size: 0.8em;
		width: 150px;
		float: right;
	}

	#headinfo li a {
		display: block;
		padding: 0.5em 1em 0.5em 1em;
		text-decoration: none;
	}
	#headinfo li a:visited {
		text-decoration: none;
	}
	#headinfo li a:hover {
		color: #339900;
		text-decoration: none;
		background-color: #f8f6e3;
	}

	#global_nav {
		width: 100%;
		clear: both;
		background-image: url('/img/headerbase.jpg');
		background-repeat: repeat-x;
	}
	#leftside,
	#rightside {
		float: right;
		width: 25%;
		border: 1px solid #690;
		margin: 1% 0 1% 1.5%;
		padding: 0.25%;
		background-color: #fff;
	}
	.tel a {
		font-size: 1.7em;
	}
	#leftside {
		width: 15%;
		float: left;
		margin: 3% 0% 1% 0;
		padding: 0 1% 1% 1%;
		text-align: left;
		border: 1px solid #fff;
		}
	#topcentral {
		display: flex;
		justify-content: space-between;
	  	flex-wrap: wrap;
		align-items: stretch;
		background-color: #fff;
		margin: 1% 0% 1% 0;
		padding: 0 0.5% 1% 1%;
	}
	#topcentralinner {
		float: left;
		margin: 0;
		width: 70.5%;
		background-color: #f8f6e3;
		padding: 0.25%;
	}
	#nakacentral {
		display: flex;
		justify-content: space-between;
	  	flex-wrap: wrap;
		align-items: stretch;
		background-color: #f8f6e3;
		margin: 5% 0.5% 1% 1%;
		padding: 1%;
		text-align: left;
	}
	#main_nicol,
	#main {
		width: 54%;
		background-color: #fff;
	}
	#main_nicol {
		width: 72%;
	}

	#maininner {
		padding: 1% 1% 5% 1%;
	}

	.yellowwaku .topsubbot li {
		margin: 0;
		padding: 2% 1% 2% 1%;
		border: 1px solid #ccc;
		list-style-type: disc;
		background: none;
		background: none;
		border: none;
		font-size: 1em;
		text-align: left;
		color: #669900;
	}
	#footer {
		width:98%;
		padding: 1%;
		clear: both;
		background-color: #f2f3f1;
		text-align: center;
		margin-top: 15px;

	}

	#footerwaku {
		margin: 0 auto;
		text-align: left;
		background-color: #f2f3f1;
	}

	#footeradd {
		float: left;
		margin-top: 5px;
		margin: 5px 100px 0 0;
		color: #999;
		font-size: 0.8em;
	}


	#footer ul {
		float: left;
		text-align: left;
	}

	#footer ul li {
		list-style-image: url('/img/liarrow.png');
	}




	.fmenulist {
		float: right;
		margin-left: 10px;
		font-size: 0.9em;
	}

	/*---------------------------*/
	#contents:after,
	#main_nicol:after,
	#main:after,
	#header:after,
	#footerwaku:after,
	#footer:after {
		content: ".";
		height: 0px;
		clear: both;
		display: block;
		visibility: hidden;
	}
	/*---------------------------*/
	#linefriendtop {
		display: none;
	}
	#topcentral #linefriendpc {
		display: inline-block;
	}
}

@media screen and (min-width : 1100px) {
	.fmenulist {
		margin-left: 20px;
		font-size: 1em;
	}

	#nakacentral {
		margin: 3% 0.5% 1% 1%;
	}
	#nakacentral #maininner {
		padding: 0 3%;
	}
}
@media screen and (min-width : 1200px) {
	#nakacentral {
		margin: 1.5% 0.5% 1% 1%;
	}

	.logo {
		top: 0;
		left: 4%;
		}
}
