/* *{
	border-style:solid;
} */

h1 {
	color: #603813;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	border-style: none none none solid;
	border-width: 8px;
	padding: 0px 0px 2px 15px;
	border-color: #536634;
	color: #536634;
	font-size: 24px;
}

.bg-image {
	background-color: #b1f1c2;
	background-image: url(../images/etc-image_notitle.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.top-bg-image {
	background-color: #a6e7c2;
	background-image: url(../images/top-image_notitle.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.top-height {
	height: 1200px;
}

.info_line li {
	border-style: none none dotted none;
	border-width: 2px;
	border-color: #999999;
	margin-bottom: 16px;
	list-style-type: none;
}

/* font loading */

/* * {
	border-style: solid;
	border-width: 1px;
} */

html {
	/* visibility: hidden; */
}

html.wf-active {
	/* visibility: visible; */
}

/* printer suport */

div.pageblock {
	page-break-after: always;
}

.note {
	text-indent: -1em;
	padding-inline-start: 1em;
}
/* base color ********************************************************************/

.background-white {
	background-color: white;
}

.background-blue {
	background-color: #54C3f1;
}

.background-cream {
	background-color: #FFFCE4;
}

.background-orange {
	background-color: #f08300;
}

.background-red {
	background-color: #EB615A;
}

.background-green {
	background-color: #6EB92C;
}

.background-yellow {
	background-color: #f18D00;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}

.color-gray {
	color: gray;
}

.color-blue {
	color: #54C3f1;
}

.color-cream {
	color: #FFFCE4;
}

.color-orange {
	color: #f08300;
}

.color-red {
	color: #EB615A;
}

.color-green {
	color: #CEDE5A;
}

/* font weight ********************************************************************/

body, .reguler {
	font: 100%/1.4 "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO;
	/* font-family: kozuka-gothic-pr6n, sans-serif; */
	font-weight: 400;
	font-style: normal;
}

/* .bolder {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.bold {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lighter {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 200;
	font-style: normal;
} */

/* nav bar ********************************************************************/

.navbar {
	background-color: #a9e5ad;
}

.nav-item {
	font-weight: bold;
	font-size: 15px;
	/* margin-left: 0.5em; */
	margin: 0;
}

.navbar-toggler {
	background-color: #a9e5ad;
}

.navbar-toggler {
	border-color: #000000;
}

button[aria-expanded="true"] {
	background-image: url("../images/nav_batu.svg");
	width: 43px;
}

button[aria-expanded="false"] {
	background-image: url("../images/nav_maru.svg");
	width: 43px;
}

/* .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */

.navfontColor a {
	color: #603813;
}

.navfontColor a:hover {
	background-color: azure;
}

/* body positioin adjust ***************************************/

body {
	font-feature-settings: "palt" 1;
	padding-top: 4.5rem;
	background-image: url(../images/bg.png);
}

.wrap {
	overflow: hidden;
	/* margin-bottom: 4.5rem; */
}

.innerlink {
	padding-top: 6.5rem;
	margin-top: -6.5rem;
}

/*****************************************************************/

.frame-box {
	margin: 2em 0 3em 0;
	padding: 0.5em 0 2em 0;
	border-style: none;
	border-radius: 40px;
	box-shadow: 4px 4px 12px black;
}

.relative {
	position: relative;
}

.justify {
	text-align: justify;
}

#logo {
	width: 200px;
}

.list_circle_10 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -10px;
	padding-inline-start: 10px;
}

.list_circle_10>li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: black;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_12 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -12px;
	padding-inline-start: 12px;
}

.list_circle_12>li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_16 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -16px;
	padding-inline-start: 16px;
	font-size: 19px;
}

.list_circle_16>li:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 2px;
}

.list_circle_16>li {
	margin-bottom: 0.7em;
}

.list_dot:before {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: 0.25rem;
	border-radius: 50%;
	margin-right: 2px;
}

.list_color_black>li:before {
	background-color: black;
}

.list_color_gray>li:before {
	background-color: gray;
}

.list_color_green>li:before {
	background-color: #3cb035;
}

.list_color_green2>li:before {
	background-color: #23ac39;
}

.list_color_green3>li:before {
	background-color: #6eb92c;
}

.list_color_orange>li:before {
	background-color: #EA5504;
}

.list_color_purple:before {
	background-color: #a674b0;
}

.list_color_blue>li:before {
	background-color: #54C3F1;
}

.list_color_blue2>li:before {
	background-color: #00B4ED;
}

a, a:link, a:visited, a:hover, a:active {
	font-style: none;
	text-decoration: none;
}

#gototop {
	height: 64px;
	width: 64px;
	position: fixed;
	/* top: 95%; */
	bottom: 0px;
	/* transform: translateY(-50%); */
	left: 85%;
	z-index: 10000;
	/* 32px; */
	/* 85%; */
}

.circle_title>span, .circle_title2>span, .circle_point>span, .circle_point2>span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: bolder;
	text-align: center;
}

.circle_title>span {
	font-size: 2rem;
}

.circle_title2>span {
	font-size: 0.8rem;
	line-height: 1.2em;
}

.circle_point>span {
	font-size: 1rem;
}

.circle_point2>span {
	font-size: 1rem;
}

.circle_title, .circle_title2, .circle_point, .circle_point2 {
	display: block;
	position: absolute;
	border-radius: 50%;
}

.circle_title {
	width: 130px;
	height: 130px;
}

.circle_title2 {
	width: 70px;
	height: 70px;
}

.circle_point {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.circle_point2 {
	width: 160px;
	height: 160px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.circle_caption {
	font-weight: bold;
	font-size: 1rem;
}

.footfontColor a {
	color: #ffffff;
}

.work_kunren {
	font-size: 3.3rem;
	font-weight: lighter;
}

.gyokan1 {
	line-height: 1.8rem;
}
.map {
	width: 550px;
	height: 450px;
}

@media all and (-ms-high-contrast:none) {
	.ie-mr100 {
		margin-right: 100px;
	}
	.ie-mr120 {
		margin-right: 120px;
	}
	.ie-pt10 {
		padding-top: 10px;
	}
	.ie-pt15 {
		padding-top: 15px;
	}
	.ie-pt20 {
		padding-top: 20px;
	}
	.ie-pt30 {
		padding-top: 30px;
	}
	.ie-liht {
		line-height: 130px;
	}
	.ie-dayori {
		padding-top: 10px;
		height: 60px;
	}
	.theme {
		padding-top: 1rem;
	}
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1199px) {
	/* nav */
	.nav-item {
		/* margin-left: 1em; */
	}
}

@media screen and (max-width:991px) {
	.map {
		width: 500px;
		height: 350px;
	}
}

@media screen and (max-width:767px) {
	/* nav */
	body {
		padding-top: 3.2rem;
	}
	.innerlink {
		padding-top: 3.2rem;
		margin-top: -3.2rem;
	}
	.theme {
		padding-top: 2rem;
	}
	.top-bg-image {
		background-color: #a6e7c2;
		background-image: url(../images/top-image_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		}
	.top-height {
		height: 1250px;
	}
	.map {
		width: 450px;
		height: 450px;
	}

}

@media screen and (max-width:576px) {
	/* nav */
	body {
		padding-top: 3.5rem;
	}
	.innerlink {
		padding-top: 3.5rem;
		margin-top: -3.5rem;
	}
	.list_circle_16 {
		list-style: none;
		margin: 0;
		padding: 0;
		text-indent: -13px;
		padding-inline-start: 13px;
	}
	.list_circle_16>li:before {
		width: 13px;
		height: 13px;
	}
	.list_circle_16 {
		font-size: 13px;
	}
	.circle_title2 {
		width: 70px;
		height: 70px;
	}
	.circle_title2>span {
		font-size: 0.8rem;
		line-height: 1.2em;
	}
	.sp_size {
		width: 80%;
	}
	.map {
		width: 320px;
		height: 350px;
	}
}