@charset "utf-8";


/* ------------------------------------------------------------

	RESET

------------------------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 103%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------

	BASE

------------------------------------------------------------ */
html{
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.opa:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/* start: clearfix ------------------------------ */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom: 1;}

/* end: clearfix ------------------------------ */


h2{
	margin-bottom: 30px;
}
h3{
	margin-bottom: 12px;
}
a{
	color: #000;
	text-decoration: none;
}
.container{
	width: 100%;
	min-width: 960px;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
}
.contents{
	margin-top: -1px;
	padding-top: 20px;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	line-height: 1.6;
}
.main{
	width: 700px;
	float: left;
}
.side{
	width: 220px;
	float: right;
}
.side p{
	margin-bottom: 5px;
}
.article p{
	margin-bottom: 10px;
}


/*   tab
----------------------------------------*/
.tab{
	background: url(img/common/bg_tab.jpg);
	border-bottom: 4px solid #541C00;
}
.tab ul{
	margin-left: 3px;
	padding-top: 5px;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	font-size: 0;
}
.tab li{
	float: left;
	margin-left: -3px;
}


/*   breadcrumb
-----------------------------------------*/
.breadcrumb{
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}
.breadcrumb a{
	color: #657317;
}
.breadcrumb li{
	background: url(img/common/topicpath.png) no-repeat left center;
	float: left;
	margin-right: 12px;
	padding-left: 14px;
}
.breadcrumb li:first-child{
	background: none;
	padding-left: 0;
}


/*   nav
----------------------------------------*/
.nav{
	position: relative;
	padding-bottom: 3px;
	height: 60px;
	font-size: 0;
}
.nav ul:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-left: -1px;
	width: 1px;
	height: 60px;
	top: 0;
}
.nav ul:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 60px;
	top: 0;
}
.nav li{
	display: block;
	float: left;
}
.nav li a{
	display: block;
	text-align: center;
	width: 117px;
	height: 60px;
	table-layout: fixed;
	box-sizing: border-box;
}
.nav li a:hover, .nav li a.active{
	background: url(img/common/nav_bg_on.jpg) bottom center;
}
.nav li a.closed{
	background: url(img/common/nav_bg_on.jpg) bottom center;
	cursor: default;
	opacity: .75;
}


/*   footer
-------------------------------*/
.footer{
	margin-top: 60px;
}
.footer--nav{
	margin-bottom: -1px;
}
.footer--nav--supp{
	height: 28px;
	text-align: left;
}
.footer--nav--supp li{
	display: block;
	float: left;
	font-size: 93%;
}
.footer--nav--supp li{
	background: url(img/common/line_footer_nav.png) no-repeat left center;
	margin-right: 15px;
	padding-left: 15px;
}
.footer--nav--supp li:first-child{
	background: none;
	padding-left: 0;
}
.footer--nav--supp li a:hover{
	text-decoration: underline;
}
.pagetop{
	position: relative;
	margin-bottom: -1px;
	float: right;
	z-index: 2;
}
.footer--inner{
	padding-top: 30px;
	padding-bottom: 10px;
	background: #FEF8E0;
}
.footer--inner p{
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer--inner p.txt--theme{
	height: 60px;
}
.garden .footer--inner p.txt--theme,
.footer--inner p.txt--theme{
	box-sizing: border-box;
	padding-top: .8em;
}


/* ------------------------------------------------------------

	Layout

------------------------------------------------------------ */
/*   table
---------------------------------*/
.table--base{
	width: 100%;
	margin-bottom: 10px;
}
.table--base th{
	padding: 10px;
	max-width: 33.33%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background: #F7F5F2;
	border: 1px solid #D0CBC4;
	box-sizing: border-box;
}
.table--base td{
	padding: 10px;
	text-align: center;
	border: 1px solid #D0CBC4;
	box-sizing: border-box;
	vertical-align: middle;
}
.table--base thead th{
	text-align: center;
	background: #E2E4CB;
}
.table--base .table__vat{ vertical-align: top; }
.table--base .table__tac{ text-align: center; }
.table--base .table--color__01{ background: #FEE0EC; }
.table--base .table--color__02{ background: #FEDCD2; }
.table--base .table--color__03{ background: #FEEECF; }
.table--base .table--color__04{ background: #F0F2D5; }
.table--base .table--color__05{ background: #DFF7E9; }
.table--base .table--color__06{ background: #DBEBF8; }
.table--base .table--color__07{ background: #F7E5F5; }


/*   bnr
----------------------------------*/
.bnr--list{
	padding: 30px 0 60px;
	margin-bottom: -28px;
	text-align: center;
	background: #FAF8F1;
}
.bnr--list ul{
	margin: 0 auto;
	width: 590px;
	overflow: hidden;
}
.bnr--list li{
	float: left;
	margin: 0 8px 8px;
}
.bnr--list li img{
	vertical-align: bottom;
}


/*   icon
----------------------------------------*/
.ico--tri--box{
	background: url(midorii/img/common/ico_tri_box.png) no-repeat left center;
	padding-left: 15px;
}
.list--circle li{
	background: url(midorii/img/common/ico_circle.png) no-repeat 5px center;
	padding-left: 20px;
	margin-bottom: 10px;
}

/*
--------------------------*/
.request--box{
	margin: 100px auto 0;
	padding-top: 60px;
	padding-left: 535px;
	width: 800px;
	height: 140px;
	background: url(img/common/img_tel.jpg) no-repeat top left;
	box-sizing: border-box;
}

.logo{
	float: left;
}
.logo img{
	vertical-align: bottom;
}

/* 20190703_ */
/* .tel{
	float: right;
} */

.tel{
margin-top: -2.5px;
}

/* 20190703_ */

.copy{
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	font-size: 1rem;
	line-height: 3;
	background: #635947;
	height: 30px ;
}
.main--visual{
	margin-bottom: 30px;
}
.ttl--heading{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	box-sizing: border-box;
}
.ttl--entry{
	padding-left: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(img/common/ico_circle.png) no-repeat left center;
}
.fl--r{
	float: right;
}

/*  txt-decoration
-----------------------*/
.txt--theme{
	color: #7D7976;
}
.txt--small{
	font-size: 12px;
	font-size: 1.2rem;
}
.txt--middeum{
	font-size: 13px;
	font-size: 1.3rem;
}
.txt--right{
	text-align: right;
}
.txt--center{
	text-align: center;
}
.bold{
	font-weight: bold;
	font-size: 14px ;
	font-size: 1.4rem ;
	line-height: 140%;
	}

.block--s{
	margin-bottom: 30px !important;
}
.block--m{
	margin-bottom: 60px !important;
}
.block--l{
	margin-bottom: 100px !important;
}
