@charset "utf-8";
@import url("common.css");
@import url("common2.css");

#rmp_menu_trigger-664 {
	display: none !important;
}

@media (max-width: 1140px) {
.display-lg {
	display: none
}
}

@media (max-width: 768px) {
.display-md {
	display: none
}
#rmp_menu_trigger-664 {
	display: block !important;
}
}
.display-sm, .display-xs {
	display: none
}

@media (max-width: 768px) {
.display-sm {
	display: none;
}
}

@media (max-width: 375px) {
.display-xs {
	display: block
}
}

@media (max-width: 1140px) {
body {
	font-size: 1.4vw
}
}

@media (max-width: 768px) {
body {
	font-size: 0.875rem
}
}
h1 {
	font-size: 2.25rem;
	font-weight: bold
}

@media (max-width: 1140px) {
h1 {
	font-size: 3vw
}
}

@media (max-width: 768px) {
h1 {
	font-size: 1.25rem
}
}
h2 {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center
}
h2 .en {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.2em;
	color: #006146;
	font-family: "Roboto", sans-serif
}

@media (max-width: 1140px) {
h2 {
	font-size: 3.5vw
}
}

@media (max-width: 768px) {
h2 {
	font-size: 1.25rem
}
}

@media (max-width: 1140px) {
h2 .en {
	font-size: 1.4vw
}
}

@media (max-width: 768px) {
h2 .en {
	font-size: 0.75rem
}
}
h3 {
	font-size: 1.5rem;
	font-weight: bold
}

@media (max-width: 1140px) {
h3 {
	font-size: 2.1vw
}
}

@media (max-width: 768px) {
h3 {
	font-size: 1.125rem
}
}
h4 {
	font-size: 1.125rem;
	font-weight: bold
}

@media (max-width: 1140px) {
h4 {
	font-size: 1.5vw
}
}

@media (max-width: 768px) {
h4 {
	font-size: 0.875rem
}
}
.container {
	max-width: 1140px;
	margin: auto
}

@media (max-width: 1140px) {
.container {
	padding-left: 1rem;
	padding-right: 1rem
}
}
a {
	text-decoration: none;
	color: #006146;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
a[href="#none"], a.disabled {
	color: #d9d9d9 !important;
	pointer-events: none !important
}
a:visited {
	text-decoration: none;
	color: #007356
}
a:hover, a:active {
	text-decoration: none;
	color: #006146
}
.button-block-center {
	display: block;
	width: 360px;
	padding: 1em;
	text-align: center;
	margin: auto
}

@media (max-width: 768px) {
.button-block-center {
	width: 100%
}
}
.button-green {
	background: #00a67c;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	border-bottom: 3px solid #007356;
	position: relative
}
.button-green::after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1em
}
.button-green:hover {
	color: #fff;
	opacity: 0.7
}
.button-green:visited {
	color: #fff
}
.button-gray {
	background: #595959;
	color: #fff !important;
	font-weight: bold;
	border-radius: 6px;
	border-bottom: 3px solid #2c3331;
	position: relative
}
.button-gray::after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1em
}
.button-gray:hover {
	color: #fff;
	opacity: 0.7
}
header {
	position: relative;
	z-index: 99
}
.header-nav .menu, .footer-nav .menu {
	font-size: 0.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
        align-items: center;
}

@media (max-width: 1140px) {
.header-nav .menu, .footer-nav .menu {
	font-size: 1.2vw
}
}

@media (max-width: 768px) {
.header-nav .menu, .footer-nav .menu {
	font-size: 0.875rem
}
}
.header-nav {
	padding-bottom: 0.625rem
}
.header-nav .menu {
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 0.625rem
}
.header-nav .menu .menu-item {
	width: 100%;
	position: relative
}
.header-nav .menu .menu-item>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.625rem;
	color: inherit;
	position: relative;
	white-space: nowrap
}
.header-nav .menu .menu-item>a:hover {
	color: #00a67c
}
.header-nav .menu .menu-item+.menu-item {
	border-left: 1px solid #d9d9d9
}
.header-nav .menu .menu-item:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	height: auto
}
.header-nav .menu>.menu-item:first-child {
	width: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.header-nav .menu>.menu-item:first-child>a {
	text-indent: -9999px;
	white-space: nowrap;
	background: url("img/icon/icon-home.svg") center/contain no-repeat;
	background-size: 25%
}
.header-nav .menu>.menu-item .menu-item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.header-nav .menu .sub-menu {
	padding-top: 1.25rem;
	border-bottom: 1px solid #00a67c;
	position: absolute;
	width: auto;
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.header-nav .menu .sub-menu li .sub-menu {
	padding-top: 0;
    margin-top: -35px;
    margin-left: 220px;
}
.header-nav .menu .sub-menu>.menu-item {
	text-align: left;
	background: #fff;
	border: 1px solid #00a67c;
	border-bottom: none
}

@media (max-width: 1140px) {
.header-nav {
	padding-bottom: 0.8vw
}
}

@media (max-width: 768px) {
.header-nav {
	background: #e6f2f0;
	position: absolute;
	width: 100%;
	top: calc(100% + 1px);
	padding-bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
}

@media (max-width: 1140px) {
.header-nav .menu {
	margin-bottom: 0.8vw
}
}

@media (max-width: 768px) {
.header-nav .menu {
	display: block;
	border: none;
	margin-bottom: 0
}
}

@media (max-width: 1140px) {
.header-nav .menu .menu-item>a {
	padding: 0.8vw
}
}

@media (max-width: 768px) {
.header-nav .menu .menu-item>a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1.25rem 2rem
}
.header-nav .menu .menu-item>a::after {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-top: 1px solid #00a67c;
	border-right: 1px solid #00a67c;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1.25rem;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
}

@media (max-width: 768px) {
.header-nav .menu .menu-item+.menu-item {
	border-left: none;
	border-top: 1px solid #d9d9d9
}
}

@media (max-width: 1140px) {
.header-nav .menu>.menu-item:first-child {
	width: 7.8vw
}
}

@media (max-width: 768px) {
.header-nav .menu>.menu-item:first-child {
	width: 100%
}
}

@media (max-width: 768px) {
.header-nav .menu>.menu-item:first-child>a {
	display: block;
	padding: 1.25rem 2rem;
	background: none;
	text-indent: 0
}
}

@media (max-width: 1140px) {
.header-nav .menu .sub-menu {
	padding-top: 1.6vw
}
}

@media (max-width: 768px) {
.header-nav .menu .sub-menu {
	display: none
}
}
.toggle-menu-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: #fff;
	padding: 0.5rem;
	position: absolute;
	top: 0.5rem;
	right: 0.2rem;
	font-size: 0.625rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.01em;
	z-index: 999!important;
}
.toggle-menu-button .lines {
	position: relative;
	height: 1.25rem;
	margin-bottom: 0.3rem
}
.toggle-menu-button .lines .line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1.875rem;
	height: 0.125rem;
	background: #00a67c;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.toggle-menu-button .lines .line:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.toggle-menu-button .lines .line:nth-of-type(3) {
	top: auto;
	bottom: 0
}
.toggle-menu-button.open .lines {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.toggle-menu-button.open .lines .line:nth-of-type(1) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.toggle-menu-button.open .lines .line:nth-of-type(2) {
	opacity: 0
}
.toggle-menu-button.open .lines .line:nth-of-type(3) {
	top: 50%;
	bottom: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.toggle-menu-button.open .text {
	letter-spacing: 0
}
.toggle-menu-button.open .text>span {
	display: none
}
.toggle-menu-button.open .text::before {
	content: attr(data-text);
	display: block
}
.toggle-menu-button.open ~ .header-nav {
	visibility: visible;
	opacity: 1
}
.footer-nav .menu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.footer-nav .menu-item {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif
}
.footer-nav .menu-item > a{
	display: block;
	padding: 0.5em;
	color: inherit
}

.footer-nav .menu-item > details summary a{
	padding: 0.5em 0;
	color: inherit
}

	.footer-nav .menu-item>a:hover {
	color: #00a67c
}
.footer-nav .menu-item+.menu-item {
margin-left: 1.4vw
}

.footer-nav .menu-item:last-child{
	margin-left:0;
}

#menu-item-1111 > a{
  background: #006146;
  color:#fff;
  border-radius: 10px;
  padding: 0.1em 1em;
  display: inline-block;
}

#menu-item-1111 > a + ul.sub-menu li a{
  padding: 0.1em 0.5em;
  border-bottom: solid 1px #888;
  margin: 5px 0;
  line-height: 1.5;
}

@media (max-width:768px){
	.footer-nav .menu-item:last-child{width:100%;}
}
.footer-nav .menu-item ul.sub-menu{
	display:flex;
	flex-wrap:wrap;
}
.footer-nav .menu-item ul.sub-menu li{
	margin-left:1em;
	margin-right:1.5em;
	font-size: 12px;
	width: 40%;
	box-sizing: border-box;
}

@media (max-width:768px){
  .footer-nav .menu-item ul.sub-menu li{
    width: 100%;
  }
}

.footer-nav .menu-item ul.sub-menu li a{
	padding:0.4em 1em;
	white-space: nowrap;
}
.footer-nav .menu-item > ul.sub-menu li::before{
  content: "-";
  margin-right: 10px;
}
@media (max-width: 1140px) {
.footer-nav .menu {
	padding: 0 2.4vw
}
}

@media (max-width: 768px) {
.footer-nav .menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
	.footer-nav .menu-item > ul.sub-menu li{width:auto;margin-left:0;}
}

@media (max-width: 768px) {
.footer-nav .menu-item {
	width: 50%;
	margin: 0;
	font-size: 0.75rem
}
	#menu-footer-nav > li:nth-child(10),
	#menu-footer-nav > li:nth-child(11){
		width:100%;
	}

	#menu-footer-nav > li:nth-child(7),
	#menu-footer-nav > li:nth-child(8),
	#menu-footer-nav > li:nth-child(9){
		width:calc(100% / 3);
	}

}

@media (max-width: 1140px) {
.footer-nav .menu-item+.menu-item {
	margin-left: 1.4vw
}
}

@media (max-width: 768px) {
.footer-nav .menu-item+.menu-item {
	margin: 0
}
}

/* 対応エリア */
.area_link a:hover{
	background: #FCF5E3;
}
.service_area{
max-width:960px;
margin-left:auto;
margin-right:auto;
width:100%;
}
@media (min-width: 769px) {
.area_link{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 460px;
}	
}
@media (max-width: 768px) {
.area_link{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}	
}
.area_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 10px;
	padding: 10px;
	box-sizing: border-box;
	width: calc((100% - 20px) / 2);
	border: 1px solid #B28800;
	border-radius: 4px;
	background: #fff;
	color: #B28800;
	text-decoration: none;
}
@media (min-width: 769px) {
.service_area{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.oita_pref{
	width: 480px;
}
.oita_pref img{
	width: 100%;
}
}
@media (max-width: 768px) {
.service_area{
	margin-top: 30px;
}
.oita_pref{
	width: 100%;
}
.oita_pref img{
	width: 100%;
}
}
@media (min-width: 769px) {
	.pcNone{
		display:none!important;
	}
}
@media (max-width: 768px) {
	.spNone{
		display:none!important;
	}	
}

	.access_h3{
	margin-top:3%;
text-align: center;
	margin-bottom: 2%;
	}
	.access_h4{
	margin-top:3%;
	border-bottom:1px solid #333;
	padding-bottom: 7px;
	margin-bottom: 2%;
	}
	.access_01{
		width:100%;
	}
	.access_01 img{
		width:100%;
		border:1px solid #777;
	}
	.access_02 .img01{
		width:100%;
		border:1px solid #777;
	}
	.access_03 .img02{
		width:100%;
		max-width:300px;
		border:1px solid #777;
	}
	.center{
		text-align: center;
	}
@media (min-width: 769px) {
.access_02{
		width:54%;
		float: left;
	}
.access_03{
		width:43%;
		float: right;
	}
}
@media (max-width: 768px) {
.access_02{
		width:100%;
	}
.access_03{
		width:100%;
	margin-top:2%;
	}
}
@media screen and (min-width: 769px) {
#menu-item-1105 .sub-menu{
width:1100px!important;
margin-left:-200px;
}
#menu-item-1105 .sub-menu li{
display: inline-block!important;
width:350px!important;
}
#menu-item-1105 .sub-menu li a{
font-size:12px!important;
}
}

