@charset "utf-8";

/* ======================

 [brake-point]
 min-width:769px
 max-width:768px

====================== */

body {
	-webkit-text-size-adjust: 100%;
}

.imgChangeSp {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1px;
	text-indent: -9999px;
}
.imgResponsiveSp img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.imgFitSp img{
	width: 100%;
	height: auto;
}
.disNoneSp {
	display: none !important;
}
img {
	max-width: 100%;
}
/* fancybox */
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
/*ページ内リンク*/
.anc {
	display: block !important;
	margin-top: -80px;
	padding-top: 80px;
}

/* ------------------------------------------------------------
 header
------------------------------------------------------------ */
#header {
	position: fixed;
	display: table;
	width: 100%;
	height: 60px;
	background-image: url(/img/common/header_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto auto;
	z-index: 1001;
}
#header > div {
	display: table-cell;
	vertical-align: middle;
}
#header .header-contact {
	width: 70px;
	border-right: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	background-image: url(/img/common/header_ic_mail.svg);
	background-repeat: no-repeat;
	background-position: center top 10px;
	background-size: 25px auto;
}
#header .header-contact a {
	display: block;
	height: 100%;
}
#header .header-contact span {
	display: inline-block;
	color: #fff;
	padding-top: 35px;
}
#header .header-logo {
	width:;
}
#header .header-logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	background-image: url(/img/common/header_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#header .header-menu {
	width: 70px;
	border-left: 1px solid rgba(255,255,255,0.5);
}

/* バーガーメニュー */
.bm {
	text-align: center;
}
.bm.active {}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 25px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.menu-trigger span:not(.txt) {
	width: 30px;
}
.menu-trigger span.txt {
	color: #fff;
	height: auto !important;
	background-color: transparent !important;
	bottom: -15px;
}
.menu-trigger.active span {}
.menu-trigger span:nth-of-type(1) {	top: 0px;}
.menu-trigger span:nth-of-type(2) {	top: 8px;}
.menu-trigger span:nth-of-type(3) {	top: 16px;}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/* ------------------------------------------------------------
 global-nav
------------------------------------------------------------ */
#global-nav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/img/common/header_bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto auto;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 0.75em 1.75em 6.5em;
	overflow-y: scroll;
	z-index: 1001;
}
#global-nav ul {}
#global-nav ul li a {
	position: relative;
	display: block;
	font-size: 2.0rem;
	color: #fff;
	padding: 0.75em 0
}
#global-nav ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#global-nav ul li a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	margin-top: -5px;
}

/* ------------------------------------------------------------
 main
------------------------------------------------------------ */
main {
	padding-top: 60px;
}
.main-contents {}
.main-contents-title {
	position: relative;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding-top: 26.041666666%;
}
.main-contents-title .hn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 1em;
	font-size: 2.6rem;
	font-family: "ヒラギノ明朝 ProN W6",
				 "HiraMinProN-W6",
				 "HG明朝E",
				 "ＭＳ Ｐ明朝",
				 "MS PMincho",
				 "MS 明朝",
				 serif;
	line-height: 1.6;
	color: #000;
}
.main-contents-title .hn span {
	display: block;
	font-size: 1.8rem;
	color: #FF7C00;
	background: -webkit-linear-gradient(top, #996600 0%, #BCA26D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*#about .main-contents-title { background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%),url(/img/about/page_title_about.jpg);}*/
#about .main-contents-title { background-image: url(/img/about/page_title.jpg);}
#management .main-contents-title { background-image: url(/img/management/page_title.jpg);}
#design .main-contents-title { background-image: url(/img/design/page_title.jpg);}
#garden_plant .main-contents-title { background-image: url(/img/garden_plant/page_title.jpg);}
#treatment .main-contents-title { background-image: url(/img/treatment/page_title.jpg);}
#recruit .main-contents-title { background-image: url(/img/recruit/page_title.jpg);}
#contact .main-contents-title { background-image: url(/img/contact/page_title.jpg);}

.main-contents-inner {
	padding: 30px 15px 70px;
}
.main-contents-inner section {
}
.main-contents-inner section:not(:last-child) {
	margin-bottom: 3em;
}

/* ------------------------------------------------------------
 スライダー
------------------------------------------------------------ */
#top-slider {
	position: relative;
}
/*
#top-slider::before {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 15%;
	background-image: url(/img/top_slider_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	z-index: 1;
}
*/
#top-slider .top-slider-main li img {
	width: 100%;
}
#top-slider .top-slider-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 60%;
	/*
	font-size: 4.5rem;
	font-family: a-otf-ryumin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	*/
}
#top-slider .top-slider-logo img {
	width: 100%;
	max-width: 425px;
}

/* ------------------------------------------------------------
 タイトル関連
------------------------------------------------------------ */
.title-02 {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6",
				 "HiraMinProN-W6",
				 "HG明朝E",
				 "ＭＳ Ｐ明朝",
				 "MS PMincho",
				 "MS 明朝",
				 serif;
	color: #fff;
	text-align: center;
	background-image: url(/img/common/title_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto auto;
	text-shadow: 3px 3px 3px #000;
	transform: rotate(.03deg);
	padding: 0.5em;
	border-bottom: 5px solid #67614E;
	margin-bottom: 1em;
}
.title-03 {
	font-size: 2.0rem;
	font-weight: bold;
	border-left: 5px solid #900;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
.title-04	{
	font-size: 2.2rem;
	font-weight: bold;
	color: #000;
	font-family: "ヒラギノ明朝 ProN W6",
				 "HiraMinProN-W6",
				 "HG明朝E",
				 "ＭＳ Ｐ明朝",
				 "MS PMincho",
				 "MS 明朝",
				 serif;
	margin-bottom: 20px;
	transform: rotate(.03deg);
}

/* ------------------------------------------------------------
 テキスト関連
------------------------------------------------------------ */
.text-wrap {}
.text-wrap p {
	font-size: 2.0rem;
	line-height: 1.8;
}
.text-wrap p:not(:first-child) {
	margin-top: 1.25em;
}

/* ------------------------------------------------------------
 画像関連
------------------------------------------------------------ */
.photo-wrap {}
.photo-wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.photo-wrap ul li {
	width: 48%;
}
.photo-wrap ul li:nth-child(n+3) {
	margin-top: 4%;
}
.photo-wrap ul li img {
	width: 100%;
}
.photo-wrap ul li .caption {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 0.5em;
}

/* ------------------------------------------------------------
 ボタン関連
------------------------------------------------------------ */
.btn-list {
}
.btn-list.btn-full {
	width: 90%;
	margin: 0 auto;
}
.btn-list.btn-falf {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.btn-list.btn-falf li {
	width: 48%;
}
.btn-list .btn {
	position: relative;
	display: block;
	border: 1px solid #d0be73;
	padding: 0.75em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #4c330c;
	text-align: center;
	border-radius: 0.3em;
	background: rgb(202,182,97); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(202,182,97,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(202,182,97,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(202,182,97,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cab661', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.btn-list .btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	display: block;
	width: 16px;
    height: 16px;
    background: #900;
	border-radius: 0.2em;
}
.btn-list .btn::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}

/* ------------------------------------------------------------
 リスト
------------------------------------------------------------ */
.list-01 li {
	font-size: 2.0rem;
	line-height: 1.6;
	position: relative;
	padding-left: 1em;
}
.list-01 li::before {
	display: block;
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------
テーブル
--------------------------------------------------- */
.normalTable {
}
.normalTable table{
	width: 100%;
	border-collapse: collapse;
}
.normalTable th,
.normalTable td {
	display: block;
	font-size: 2.0rem;
	line-height: 1.8;
}
.normalTable th {
	background: #c7c2b6;
	text-align: left;
	padding: 0.5em;
	border-bottom: 1px solid #938b73;
}
.normalTable td {
	padding: 1em 0 1.5em;
}

/* ------------------------------------------------------------
 footer
------------------------------------------------------------ */
#footer {
	background-image: url(/img/common/footer_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto auto;
	padding: 2em 1em;
}
#footer .copyright {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 15px;
	z-index: 1000;
}
#pageTop .btn {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(/img/common/btn_page_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	background-color: rgba(46,76,9,0.9);
}

/* ------------------------------------------------------------
 トップページ
------------------------------------------------------------ */
#index #top-info dl dt {
	font-size: 2.0rem;
	padding: 0 1em 0.5em;
}
#index #top-info dl dd {
	font-size: 2.0rem;
	line-height: 1.4;
	background-image: url(/img/common/line_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 1px;
	padding: 0 1em 1em;
}
#index #top-info dl dd:not(:last-child) {
	margin-bottom: 1em;
}
.ic-new {
	position: relative;
	font-size: 1.1rem;
	color: #fff;
	background-color: #f00;
	padding: 3px 3px 1px;
	margin-left: 7px;
	vertical-align: middle;
}

/* ------------------------------------------------------------
 庭樹園について
------------------------------------------------------------ */
#about .career {
	display: flex;
	font-size: 1.8rem;
	border: 1px solid #E9DAB6;
	padding: 1em;
	background-color: #F6F2EF;
	line-height: 1.4;
}
#about .career span {
	display: block;
}
#about .career .photo {
	max-width: 40%;
	padding-right: 1em;
}
#about .career .photo img {
	max-width: 100%;
}
#about .career .name {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#about .career .txt {
	padding-top: 7px;
}
#about .iframe-map {
	width: 100%;
	height: 300px;
}
#about .iframe-youtube {
	width: 100%;
	height: 300px;
}

/* ------------------------------------------------------------
 お問い合わせ
------------------------------------------------------------ */
#contact .contact-method {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#contact .contact-method dl {
	width: 48%;
}
#contact .contact-num {
	font-size: 2.6rem;
	font-weight: bold;
	font-family: 'Oswald';
	color: #4d340c;
	text-align: center;
	margin-bottom: 1.5em;
	border-radius: 0.2em;
	padding: 0.5em;
	background: rgb(202,182,97); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(202,182,97,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(202,182,97,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(202,182,97,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cab661', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#contact .please dl {
	border: 1px solid #e9dab6;
	background-color: #f6f2ef;
	padding: 1em;
	border-radius: 0.2em;
}
#contact .please dt {
	font-size: 2.0rem;
	background: url(/img/contact/icon_leaf.png) no-repeat left center;
	background-size: 26px 26px;
	line-height: 26px;
	color: #44710c;
	font-weight: bold;
	padding: 0 0 0 36px;
	margin-bottom: 0.75em;
}
#contact .please dd {
	font-size: 1.8rem;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="number"],
#contact textarea,
#contact .select {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e7e8ec;
	padding: 0.75em;
	font-size: 1.7rem;
	font-family: "メイリオ",Meiryo,sans-serif;
}
#contact textarea {
	height: 15em;
}
#contact .ex {
	display: block;
	padding-top: 0.5em;
}
#contact .essential::before {
	display: inline-block;
	content: '必須';
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	background-color: #900;
	padding: 0.5em 0.5em;
	margin-right: 1em;
}
#contact .error {
	color: #f00;
}
#contact .error input,
#contact .error textarea {
	background: #fcc;
}
#contact .form-btn {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#contact .form-btn li {
	width: 48%;
}
#contact .form-btn li input {
	display: block;
	width: 100%;
	font-size: 2.0rem;
	color: #fff;
	background-color: rgba(46,76,9,0.9);
	border-radius: 0.4em;
	padding: 0.75em 0.5em;
}