@charset "utf-8";
/* CSS Document */
.cf:after {
	content:'';
	display: block;
	clear: both;
}
.pc {
	display: none;
}
table {
	width:100%;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

ul,ol {
	margin:0;
	padding:0;
	list-style: none;
}

img {
	width:100%;
	height: auto;
	vertical-align: top;
}

p {
	margin:0 0 1em 0;
}

a {
	color: #bea770;
}

/*ios向け*/
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
/* / ios */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #1f1f1f;
	font-size: 13px;
	line-height: 1.8em;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
}

.inner {
	margin:0 auto;
}
#main {
	width:94%;
	margin:0 auto;
}
#side {
	margin-bottom:1.5em;
}

/*//// parts ////*/
.ttl {
	text-align: center;
	margin: 1.5em 0 1em;
}
.ttl img {
	height: 0.8em;
	width:auto;
}
.sub_ttl {
	background: url(images/common/icon_leaf.png) left top no-repeat;
	background-size: auto 1.5em;
	font-size: 120%;
	color: #76ad40;
	padding-left:1.3em;
	min-height: 1.5em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.inner_ttl {
	border-top:1px dotted #c8c7c1;
	border-bottom:1px dotted #c8c7c1;
	color: #6e6b5b;
	padding:0.5em;
	margin-bottom:20px;
	font-size: 105%;
}
.caption_ttl {
	color: #6e6b5b;
	line-height: 2em;
}

.section {
	margin-bottom:2em;
}
.inner_section {
	margin-bottom:1.5em;
}
.top_contents {
	margin-bottom:1.5em;
}
.table_section {
	margin-bottom: 1em;
}
.table_section .tap {
	text-align: center;
}
.table_section .tap:before {
	content:'▲表をタップして別タブで表示';
}
.table_section .tap:after {
	content:'+';
	display: inline-block;
	border:1px solid #1d1d1d;
	line-height: 1em;
	width:1em;
	height: 1em;
	border-radius: 100%;
	margin-left:0.2em;
}

.show {
	display: block!important;
}
.hide {
	display: none!important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

.brown {
	color: #6e6b5b;
}

.font-large {
	font-size: 115%;
}

.float-right {
	width:80%;
	margin:0 auto 1em;
}
.info_list {
	text-align: left;
}
.info_list li {
	padding:1em;
	border-bottom:1px solid #D7D7D7;
}
.info_list li time {
	color: #888888;
}
.info_list li span {
	margin-right:0.5em;
}
.info_list li span a {
	color: #bea770;
}
.info_list li p {
	margin:0;
    line-height: 1.5em;
}
.info_list li p a {
    color: #1f1f1f;
    text-decoration: none;
}

.item_list span {
	display: inline-block;
	margin-right:1em;
}
.item_list br {
	display: none;
}

ul.disc {
	margin-bottom:1em;
}
ul.disc li {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}
ul.disc li:before {
	content:'・';
}

ol.num1 {
	margin-bottom:2em;
}
ol.num1 li {
	text-indent: -1.5em;
	padding-left:1.5em;
}
ol.num1 li span {
	margin-right:0.5em;
}

ol.num2 li {
	padding:1em 0;
	border-bottom:1px solid #d7d7d6;
}
ol.num2 li span {
	display: inline-block;
	background: #ada997;
	width:32px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	float: left;
}
ol.num2 li p {
	display: table-cell;
	padding-left:15px;
	vertical-align: middle;
	height: 32px;
}
ol.num2 li ul {
	margin: 0 0 0 47px;
    padding-left:1em;
}
ol.num2 li ul li {
	padding:0;
	border:0;
    margin:0;
}

a.btn {
	background: url(images/common/arrow06.png) right center no-repeat;
	font-size: 115%;
	color: #6e6b5b;
	font-weight: bold;
	border:1px solid #6e6b5b;
	padding:0.5em 2em 0.5em 0.5em;
	width:100%;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
}

a.btn_b {
	background: #76ad40;
	display: inline-block;
	width:100%;
	padding:1em 0;
	color: #fff;
	font-size: 128%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}
a.btn_b:after {
	content:'';
	display: inline-block;
	width:1em;
	height: 1em;
	background: url(images/common/arrow09.png) center center no-repeat;
	margin-left: 0.5em;
}

a.pdf {
	display: inline-block;
	padding:0.5em 2em 0.5em 0.5em;
	border:1px solid #6e6b5b;
	background: url(images/common/icon_pdf1.png) right center no-repeat;
	background-size: 2.5em auto;
	text-decoration: none;
	text-align: center;
	width:100%;
	box-sizing: border-box;
	font-weight: bold;
    color: #6e6b5b;
}

.foot_contact {
	border:1px solid #76ad40;
	border-radius: 10px;
	padding:1em;
	margin:0 auto;
	width:93%;
	max-width: 320px;
}
.foot_contact .inbox {
	margin:0 auto;
	background: #e7eed3;
	border-radius: 5px;
}
.foot_contact .inbox span {
	display: block;
	box-sizing: border-box;
	padding:0.5em 0 0;
	text-align: center;
}
.foot_contact .inbox span img {
	width:60%;
}
.foot_contact .inbox div {
	box-sizing: border-box;
	padding:1em 0;
}
.foot_contact .inbox div strong {
	display: block;
	width:80%;
	margin:0 auto 1em;
}
.foot_contact .inbox div ul li {
	display: block;
	width:80%;
	margin:0 auto 0.5em;
}
/*//// header ////*/
#gb_header h1 {
	display: block;
	height: 100px;
	background: url(images/common/logo_sp.jpg) top center no-repeat;
	background-size: contain;
}
#gb_header h1 a img {
	display: none;
}
#gb_header #textsize {
	display: none;
}

#sp_menu {
	background: #599221;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 115%;
	line-height: 1em;
	padding:0.5em 0;
}
#sp_close {
	background: #76ad40;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 115%;
	line-height: 1em;
	padding:0.5em 0;
	display: none;
}
#navigation {
	height: 110%;
	background: #fff;
	position: absolute;
	z-index: 999;
	display: none;
}

#main_visual {
	position: relative;
	margin-bottom:1.5em;
}
#main_visual img.text {
	position: absolute;
}
#main_visual.index img.text {
	top:10%;
	right:0;
	width:60%;
}
#main_visual.detail img.text {
	top:30%;
	left:2%;
	width:auto;
	height: 2.5em;
}
/*//// footer ////*/
#gb_footer {
	margin-top:3em;
	padding-bottom:3em;
}

#gb_footer #footer_navigation {
	border-top:1px solid #cfcfcf;
}
#gb_footer #footer_navigation a {
	text-decoration: none;
	color: #1f1f1f;
}
#gb_footer #footer_navigation ul li {
	padding:1em;
	border-bottom:1px solid #cfcfcf;
}
#gb_footer #footer_navigation ul li a.parent {
	background: url(images/common/arrow02.png) right center no-repeat;
	padding:0 20px 0 0;
	min-height: 16px;
	display: inline-block;
	text-decoration: none;
	color: #1f1f1f;
	margin-bottom:1em;
}
#gb_footer #footer_navigation ul li.sub ul li {
	padding:0 0 0.5em 0;
	border:none;
}
#gb_footer #footer_navigation ul li.sub ul a {
	color: #58b530;
}


#gb_footer #footer_info {
	text-align: center;
	padding:2em 0 0 0;
	font-size: 90%;
}
#gb_footer #footer_info strong {
}
#gb_footer #footer_info p span {
	display: block;
}
#gb_footer #copyright {
	text-align: center;
	font-size: 87%;
	letter-spacing: -1px;
}

#gb_footer .targetlink {
	text-align: center;
	margin:0;
}
#gb_footer .targetlink a {
	display: inline-block;
	min-height: 16px;
	background: url(images/common/arrow03.png) right center no-repeat;
	padding-right:20px;
	color: #6e6b5b;
	padding-top:3px;
}

#pagetop {
	display: none;
}

/*//// side ////*/
#side ul.menu {
	border-top:1px solid #dcdcdc;	
}
#side ul.menu li {
	border-bottom:1px solid #dcdcdc;
	line-height: 1.5em
}
#side ul.menu li a {
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:1.5em 1em;
	text-decoration: none;
	color: #6e6b5b;
	background: url(images/common/arrow05.png) right 1em  center no-repeat;
	vertical-align: middle;
	font-weight: bold;
}
#side ul.menu li a br {
	display: none;
}
#side ul.menu li a.active {
	color: #878061;
}
/*//// index ////*/
#index .information h2 {
	border-bottom:1px solid #58B530;
	padding-left:3%;
}
#index .information h2 img {
	height: 2em;
	width:auto;
}
#index .information .more {
	margin-top:2em;
}
#index .information .more a {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #76AD40;
	display: block;
	width:94%;
	margin:0 auto;
	text-decoration: none;
	border-radius: 10px;
	padding:0.3em 0;
}
#index .information .more a:after {
	content:'→';
	margin-left:0.5em;
}

/*//// about ////*/
#about .list_box {
	background: #feffee;
	padding:1em 0.5em;
}
#about .list_box strong {
	display: block;
	padding-bottom:0.5em;
	border-bottom:1px solid #878061;
}
#about .list_box strong img {
	width:auto;
	height: 3.6em;
}
#about .list_box ol {
	margin:0;
	padding-top:1em;
}

#fee .example {
	margin-bottom: 1.5em;
}
#fee .example .caption {
	float: left;
}
#fee .example .caption span {
	display: block;
	color: #fff;
	width:3em;
	line-height: 1em;
	padding:0.5em 0;
	text-align: center;
	background: #76ad40;
	margin-bottom:0.5em;
}
#fee .example .caption p strong {
	color: #76ad40;
}
#fee .example table th,
#fee .example table td {
	border:1px solid #bababa;
	padding:0.5em 0.3em;
	font-weight: normal;
}
#fee .example table thead tr th:first-child {
	text-align: left;
}
#fee .example table tbody tr th {
	text-align: left;
	font-size: 90%;
}
#fee .example table tbody tr td {
	text-align: right;
	font-size: 90%;
}
#fee .example table tbody tr td.num {
	text-align: center;
}
#fee .example table tfoot tr th {
	text-align: left;
}
#fee .example table tfoot tr td {
	text-align: right;
	font-weight: bold;
	font-size: 120%;
}
.tab_content {
	display: none;
}
#tabmenu {
	border-bottom:2px solid #76ad40;
	margin-bottom: 40px;
	display: flex;
}
#tabmenu li {
	flex:auto;
	margin:0;
}
#tabmenu li a {
	display: table-cell;
	width:200px;
	height: 3em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border:1px solid #76ad40;
	border-bottom:0;
	border-radius: 5px 5px 0 0;
	color: #76ad40;
	font-weight: bold;
	font-size: 100%;
	line-height: 1em;
}
#tabmenu li a.active,
#tabmenu li a:hover {
	background: #76ad40;
	color: #fff;
}

/*///// faq /////*/
#faq .qabox .question {
	background: url(images/common/icon_q.png) 10px 0 no-repeat;
	font-size: 115%;
	color: #76ad40;
	font-weight: bold;
	padding-left:40px;
	padding-bottom:5px;
	border-bottom: 1px dotted #c7c4bb;
	line-height: 1.5em;
}
#faq .answer {
	background: url(images/common/icon_a.png) 10px 0.3em no-repeat;
	padding-left:40px;
	margin-top:1em;
}
#faq .answer p {
	margin-bottom:0.5em;
}

/*///// access /////*/
#access .map {
	width:100%;
	padding-bottom:70%;
	position: relative;
}
#access .map iframe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
#access .access .box {
	width:100%;
	border:1px solid #6e6b5b;
	padding:0 0.5em 0.5em 0.5em;
	box-sizing: border-box;
	margin:1.5em auto;
}
#access .access .box .caption {
	background: #6e6b5b;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding:0.6em 0;
	width:80%;
	margin:-0.8em auto 1.2em;
}
#access .access ul li {
	margin-bottom:0.5em;
	padding-top:0.5em;
	text-indent: -1.2em;
	padding-left:1.2em
}
#access .access ul li:last-child {
	border-top:1px dotted #ada997;
}
#access .access .box.large li {
	border:0;
}
#access .access ul li:before {
	content:'■';
	margin-right:0.2em;
	color: #ada997;
}
#access .access ul li span {
	display: inline-block;
	width:1em;
	height: 1em;
	background: url(images/common/arrow08.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0.5em;
}

/*//// inquiry ////*/
#inquiry .address {
	text-align: center;
	line-height: 2.2em
}
#inquiry .address .name {
	font-size: 105%;
}
#inquiry .address span {
	display: block;
}
#inquiry .link {
	text-align: center;
	margin-top:2em;
}
#inquiry .link span {
	line-height: 1.5em;
	display: block;
	margin-bottom:0.5em;
}

/*//// recruit ////*/
#recruit .copy {
	font-size: 128%;
	margin-bottom:1.5em;
}
#recruit .recruit_box .inbox .address {
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
	position: relative;
	padding:1em;
	margin:1.5em 0;
}
#recruit .recruit_box .inbox .address span {
	display: block;
}
#recruit .recruit_box .inbox .address p {
	margin:0;
}
#recruit .recruit_box .inbox .address strong {
	display: inline-block;
	position: absolute;
	top:-0.5em;
	left:0;
	line-height: 1em;
	background: #fff;
}
#recruit .recruit_box .inbox a.btn {
	font-size: 100%;
	width:100%;
	line-height: 1.5em;
}
#recruit .button {
	margin-top:2em;
}

/*//// information ////*/
#information .info_list {
	border-top: 1px solid #D7D7D7;
}

/*///// information entry /////*/
.entry_ttl {
    font-size:115%;
    padding-bottom:5px;
    border-bottom:1px solid #6e6b5b;
    color: #6e6b5b;
}
.entry_info {
    text-align: right;
    padding:1em 0;
    vertical-align: middle;
}
.entry_info time {
    color: #888888;
    display: inline-block;
}
.entry_info span {
    margin-left:1em;
}
.entry_info strong {
    color: #eb766d;
}
.entry p {
    margin:1em 0;
}
.entry img {
    max-width: 100%;
    height: auto;
}
.entry .content {
    margin:2em 0 4em;
}
.entry ul {
	margin:1em 0 1em 1em;
	padding:0 0 0 2em;
}
.entryul li {
    list-style:disc;
}
.entry ol {
	margin:1em 0 1em 1em;
	padding:0 0 0 2em;
}
.entry ol li {
    list-style:decimal;
}
.entry img.alignright, .entry img.alignleft {
	float:none;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry blockquote {
	padding:0 15px;
	border:1px dotted #ccc;
	background:#F3F3F3;
	margin:1em 0;
}

/*-- navigation --*/
#pagenation {
    text-align: center;
    margin:2em 0 0 0;
}
#pagenation a,
#pagenation span {
    display: inline-block;
    width:2em;
    height: 2em;
    line-height: 2em;
    font-size: 87%;
    text-align: center;
    text-decoration: none!important;
}
#pagenation a:hover,
#pagenation span {
    background:#6e6b5b;
    color: #fff!important;
}
#pagenation a {
    border: 1px solid #6e6b5b;
    color: #6e6b5b!important;
}

/*-- breadcrumb --*/
#breadcrumb {
    display: none;
}