html {
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, p, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
li {
	list-style-type: none;
}
article, aside, footer, header, nav, section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption, figure, main { /* 1 */
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
/*background-color: transparent;*/ /* 1 */
  /*-webkit-text-decoration-skip: objects;*/ /* 2 */
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
b, strong {
	font-weight: inherit;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button, input { /* 1 */
	overflow: visible;
}
button, select { /* 1 */
	text-transform: none;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
 -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
 box-sizing: border-box; /* 1 */
 padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 -webkit-appearance: textfield; /* 1 */
 outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
details, /* 1 */ menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
 display: none;
}
/* # =================================================================
   # オリジナル
   # ================================================================= */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.5;
}
section {
	clear: both;
}
h1, h2, h3, h4, h5 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main h1 {
	text-align: center;
	margin: 35px 0 15px 0;
}
main h1 span {
	padding-top: 7px;
}
.subtitle {
	color: #7e4a25;
	border-bottom: 1px dashed #7e4a25;
}
main h2 {
	margin: 25px 0 10px 0;
	font-size: 1.5em;
	color: #209cd2;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.mt-30 {
	margin-top: -30px;
}
.kome {
	font-size: 0.8em;
	text-align: center;
}
.textr {
	text-align: right;
}
.textl {
	text-align: left;
}
.textc {
	text-align: center;
}
.imgr {
	float: right;
}
.imgl {
	float: left;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.contactimg img:hover {
	opacity: 0.80;
}
.col_red {
	color: #c00;
}
.big_text {
	font-size: 1.5em;
	font-weight: bold;
}
.m_text {
	font-size: 1.3em;
}
.s_text {
	font-size: 0.9em;
}
.col_br {
	color: #764030;
}
.col_br a {
	color: #764030;
}
.fw_700 {
	font-weight: 700;
}
.kasoumidashi1 {
	position: relative;
	padding: 0.6em;
	background: #e0edff;
}
.kasoumidashi1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
}
.kuriku {
	text-align: right;
	margin-top: 10px;
	text-decoration: underline;
	padding-bottom: -2px;
	color: #DA3F68;
}
/* グーグルマップ　マイマップ */
.ggmap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 30px 15px 56.25%;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 15px 56.25%;
}
/* # =================================================================
   # header
   # ================================================================= */
   
#header {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 4px solid #f29e99;
}
#header h1 {
	text-align: center;
	margin: 5px 0;
}
#header h1 span {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
}
/* メール */
#header_mail {
	float: right;
	margin-top: -210px;
	position: relative;
}
/* 電話 */
#header_tel {
	float: right;
	margin-top: -90px;
	margin-right: 20px;/*position:relative;
	text-align:center;*/
}
/* 3つの円 */
#header_ccl {
	clear: both;
	margin-top: -100px;
	margin-left: 30px;
	position: relative;
	display: flex;
	float: left;
}
#header_ccl li img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#header_ccl li:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* スマホ用メニュー */
#sp_menu, .slicknav_menu {
	display: none;
}
#main_menu {
	clear: both;
	margin: 10px auto;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*#main_menu ul {
	display:flex;
	justify-content: space-between;
	
}
#main_menu ul li {
	border-left:solid 1px #958171;
	text-align:center;
	width:183%;
	transition: background-color 1s;
	font-weight:bold;
}*/

#main_menu ul {
	display: flex;
	justify-content: space-between;
}
#main_menu ul li {
	border-left: solid 1px #958171;
	text-align: center;
	width: 183%;
	transition: background-color 1s;
	font-weight: bold;
	align-items: center;
	display: flex;
	justify-content: center;
}
#main_menu ul li:last-child {
	border-right: solid 1px #958171;
}
#main_menu ul li a {
	color: #542b0c;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#main_menu ul li a:hover {
	color: #958171;
}
#main_menu ul .active a {
	color: #f08781;
}
/* # =================================================================
   # main
   # ================================================================= */
#kspage {
	margin-bottom: 100px;
}
#kspage h2 {
	font-size: 2em;
	border: solid 2px #209cd2;
	padding: 2px 10px;
}
#ks_header {
	width: 100%;
	background: url(../../img/kasoubk4.png);
	/*background-color:#e1d4e8;*/
	
	padding: 3px 0;
	margin-top: 10px;
}
#ks_header h1 {
	color: #144C6F;
	font-size: 2.0em;
	text-align: center;
	padding: 30px 0;
	-webkit-text-stroke: 1px #fff;
}
#pankuzu {
	padding: 2px 0;
	font-size: 0.9em;
	margin-bottom: 35px;
}
#pankuzu a {
	color: #333;
	text-decoration: none;
}
#pankuzu a:hover {
	text-decoration: underline;
}
#pankuzu p {
	text-align: right;
}
/* # =================================================================
   # footer
   # ================================================================= */
#link_area {
	background-color: rgba(255,255,255,0.6);
	clear: both;
	margin-bottom: 10px;
}
#link_area ol {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#link_area ol li {
	margin-bottom: 5px;
	margin-right: 19px;
}
#fixedTop {
	background-image: url(../../img/gotop.png);
	right: 10px;
	bottom: -100px;
	width: 70px;
	height: 56px;
	line-height: 40px;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
#footer {
	padding: 7px 0;
	background-image: url(../../img/footer/bgf-1.jpg);
	color: #764030;
}
#footer_nav {
	display: flex;
	justify-content: center;
	/*justify-content:flex-start;*/
	color: #333;
	margin-top: 30px;
	flex-wrap: wrap;
}
#footer_nav .fnav {
	margin: 0 18px 30px 0;
	/*width:33%;*/
	position: relative;
	overflow: hidden;
	text-align: center;
}
#footer_nav .fnav:last-child {
	margin: 0 0 30px 0;
}
#footer_nav .fnav a {
	display: block;
	color: #764030;
	text-decoration: none;
}
#footer_nav .fnav dd a:hover {
	color: #B19B8E;
	text-decoration: none;
}
#footer_nav .fnav dt {
	white-space: nowrap;
	font-size: 1.0em;
	background-color: #764030;
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 10px;
	/*padding:7px 18px;*/
	padding: 7px 16px;
}
#footer_add {
	clear: both;
}
#footer ul {
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
}
#footer ul li {
	margin: 0 15px;
}
#footer ul li a {
	color: #764030;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ccc;
}
#footer_tel {
	float: right;
	margin-right: 20px;/*position:relative;
	text-align:center;*/
}
#footer dl {
	position: relative;
	margin: 20px auto;
	max-width: 600px;
	text-align: center;
}
#footer dl dt {
	font-weight: bold;
	font-size: 1.3em;
}
#footer dl dt a {
	text-decoration: none;
	color: #764030;
}
#footer dl dt a:hover {
}
#footer p {
	text-align: center;
	font-size: 0.9em;
	color: #764030;
}
#footer .facebook {
	clear: both;
	text-align: right;
	margin-right: 20px;
}
 @media screen and (max-width:1200px) {
.inner {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
}
 @media screen and (max-width:1170px) {
#link_area ol {
	display: flex;
	justify-content: center;
}
#link_area ol li {
	margin: 10px;
}
#footer_nav {
	flex-wrap: wrap;
	justify-content: center;
	margin: 14px;
}
}
@media screen and (max-width:1000px) {
#footer_nav .fnav dt {
	width: 100%;
	box-sizing: border-box;
	padding: 19px;
}
/* 電話 */
#header_tel {
	float: none;
	margin-top: 0;
	margin-right: 0;
}
}
@media screen and (max-width: 959px) {
	#header h1 {
	text-align: right;
}
}
/*===============================================
 768pxまで
===============================================*/
@media screen and (max-width:768px) {
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.inner {
	width: 96%;
}
/* 3つの円 */
#header_ccl {
	clear: both;
	margin: 10px 0 15px 0;
	display: flex;
	justify-content: center;
	float: none;
}
#footer_address dl {
	width: 100%;
}
#footer_address dl dt {
	float: none;
	text-align: center;
}
#footer_address dl dd {
	text-align: center;
}
#footer aside h1 {
	float: none;
}
#footer aside ol {
	display: block;
	text-align: center;
}
#footer_nav .fnav dt {
	clear: both;
	width: 100%;
}
#footer_nav .fnav dd {
	width: 100%;
	clear: both;
	text-align: center;
	white-space: nowrap;
}
}


/*===============================================
 640pxまで
===============================================*/
@media screen and (max-width:640px) {
main h1 span {
	padding-top: 7px;
	border-top: none;
}
#main_menu {
	display: none;
}
.slicknav_menu {
	display: block;
}
#footer_nav .fnav dt {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}
#footer_nav .fnav dd {
	width: 100%;
	clear: both;
	text-align: center;
}
}

/*===============================================
 2022/04/　追加
===============================================*/
@media screen and (min-width: 959px) {
.br-sp {
	display: none;
}
}
@media screen and (max-width: 559px) {
.br-sp {
	display: block;
	line-height: 0.5em;
}
.br-pc {
	display: none;
}
}