@charset "utf-8";

html,body{
    overflow-x: hidden;
}

body,p,td,li, h5,h6 {
	font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-size:1rem;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:600;
}

.font-g {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font-m {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

ul{
    padding-inline-start: 20px;
}

.bold {
	font-weight:600;
}


/* マージン設定
==================================================== */
.np { padding-left:0; padding-right:0; }
.margin0 { margin-left:-30px; margin-right:-30px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.mr-30 { margin-right:30px; }

.m-80 { margin-top:80px; margin-bottom:80px; }
.m-110 { margin-top:110px; margin-bottom:110px; }
.p-80 { padding-top:80px; padding-bottom:80px; }
.p-110 { padding-top:110px; padding-bottom:110px; }
.px-80 { padding-left: 80px; padding-right: 80px;}


@media (max-width: 767.98px) {
	.mt-80, .mt-110 { margin-top:30px; }
	.mb-80, .mb-110 { margin-bottom:30px; }
	.pt-80, .pt-110 { padding-top:30px; }
	.pb-80, .pb-110 { padding-bottom:30px; }
	.m-80, .m-110 { margin-top:20px; margin-bottom:20px; }
	.p-80, .p-110 { padding-top:20px; padding-bottom:20px; }
	.px-80 { padding-left: 20px; padding-right: 20px;}
}


/* 背景色
==================================================== */


/* 文字サイズ、体裁
==================================================== */
.lh-1 { line-height:1em; }
.lh-2 { line-height:2em; }
.lh-2_5 { line-height:2.5em; }
.lh-3 { line-height:3em; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-3 { letter-spacing: 3px; }

h1 {
	font-size: 1.8rem;
	line-height: 2em;
	font-weight:bold;
}
h2 {
	font-size: 1.5rem;
	line-height: 2em;
	font-weight:bold;
}
h3 {
	font-size: 1.2rem;
	line-height: 2em;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
}

.kenren-box2 {
	padding: 0px 20px;
}

.top_h1 {
	font-size: 170%;
}

@media (max-width: 576px) {
.top_h1 {
	font-size: 120%;
}

}


@media (max-width: 576px) {
	.conf { padding: 0px 10px;}
	
	.kenren-box2 {
		padding: 0px 5px;
	}

}

.kenren-box2 h4 {
	font-size: 1rem;
	
}

.content img { max-width:100%; }

/* お問い合わせ
==================================================== */
h5.modal-title {
	font-size:18px;
	font-weight:bold;
}


/* リンク
==================================================== */
a {
	color: #898989; 
}
a:hover { color: #333; }

a.nav-link {
	color:#000 !important;
	padding: 15px 0 15px 0;
}

a.header-link {
	color: #fff !important;
}

.navi a {
	color: #fff !important;
}

/* ヘッダー
==================================================== */

.logo_setting {
	color: #3d3d3d;
	text-decoration: none !important;
}

.logo_setting img {
	vertical-align: bottom;
}
.head-nav{
    background: #96461b;
    font-size: 0;
}
.head-nav ul{
    margin: 0 auto;
}
.head-nav ul li{
    font-size: 1.1rem;
    width: calc(100% / 6);
    text-align: center;
    border-left: 1px solid #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.head-nav ul li:last-child{
    border-right: 1px solid #fff;
}
.head-nav ul li a{
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
}
.head-nav ul li a:hover{
    background: #b4a080;
}
.head-contact img{
    height: 30px;
    margin-left: 20px;
}



/* トップページ
==================================================== */

.top-slide{
    margin: 0 -500%; /* ネガティブマージンを追記 */
    padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
    background: #f8f5ef;
    border-bottom: 1px dashed #d3c9b6; 
}

.top-info{
    border: 1px solid #ccc;
}
.top-info ul{
    padding: 0 20px;
}
.top-info ul li{
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    color: #b90303;
}
.top-info a{
    margin-left: 10px;
    color: #18659d;
}

.top-news .row > div{
    margin-bottom: 50px;
}
.top-news h2{
    font-size: 1.5rem;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 1.5rem;
}
.top-news a{
    color: #18659d;
}
.top-news .row > div > ul > p{
    margin-top: 10px;

    line-height: 120%;
}

.top-news ul{
    border: 2px solid #00bfff;
    padding: 0 10px;
    height: 400px;
    line-height: 1.5rem;
    overflow-y: scroll;
    margin-bottom: 0;
}
.top-news li{
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}
a.more{
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: center;
    background: #00bfff;
    border-radius: 0 0px 00px 10px;
    color: #fff;
}
a.more:hover{
    color: #fff;
    text-decoration: none;
    background: #999;
}

.top-link img {
	width: 210px;
	margin: 10px 0px;
}


a.linkimg {
	position:relative;
	display:inline-block;
	width:120px;
	margin-right:5px;
	margin-bottom:10px;
}

.linkimg_on {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
a:hover img.linkimg_on {
	display:inline-block;
}


/* 特別情報
==================================================== */

.h_size {
	height:350px;
	opacity: 0.95;
	max-height:500px!important;
	}
	
@media (min-width: 1200px) {
	.h_size {
		height:400px;
	}
}


@media (min-width: 992px) {

	.pos_notice {
		position:absolute;
		bottom:0;
		right:0;
	}

}



/* サイドエリア
==================================================== */
.side-area > div > div{
    margin-bottom: 4%;
}
.side-bnr{
    margin-left: 0;
}
.side-area > div > div > div{
    background: #efe4d2;
    height: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    margin-left: 0;
}
.side-area h2{
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: normal;
    color: #694d2a;
    line-height: 1.5rem;
}
.side-area a{
    display: block;
    margin: 5px 0;
}
.side-area img{
    width: 100%;
}

/* 検索フォーム
==================================================== */

dl.search {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 6px;
}
dl.search dt {
  margin-left: 0px;
  padding: 8px 0 8px 8px;
}
dl.search dt input {
  width: 85%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}
dl.search dd {
  position: absolute;
  top: 0;
  right: 0;
}
dl.search dd button {
  display: block;
  padding: 10px;
  margin: 0;
  background: none;
  border: none;
}
dl.search dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("search.png") no-repeat scroll 100% 100%;
  background-size: cover;
}



/* ボタン
==================================================== */


/* ナビバー
==================================================== */
body {
	padding-top: 144px;
}

@media (max-width: 992px) {
	body { padding-top:42px; }
}
nav.navbar-dark {
	background-color:#000;
}
.navbar-brand {
	padding:0;
	margin:0;
}

.navbar-toggler { 
	position:relative;
	border:none;
	color:#000;
	padding-bottom:0;
}
.navbar-toggler .text {
	position:absolute;
	font-family:Arial;
	font-size:8px;
	top:0;
	left:auto;
	right:auto;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	position:relative;
	margin-top:-2px;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


/* トップスライド
==================================================== */



/* フッター
==================================================== */
footer{
    background: #00bfff;
}
footer h1{
    font-size: 1.8rem
}

.foot-nav a{
    display: inline-block;
    color: #eee;
}


/* コピーライト
==================================================== */
#copyright {
	font-size:13px;
	padding-bottom:10px;
}


/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:60px;
	right:10px;
	opacity:0.5;
	color:#0064f2;
	display:block;
}
a.page-top:hover {
	opacity:0.7;
}
@media (max-width: 767.98px) {
	a.page-top {
		font-size:14px;
		bottom:0;
		right:0;
	}
}


/* レスポンシブテーブル
==================================================== */
/********** 相談 **********/
	.tbl-soudan {
		border-collapse: collapse;
		width: 100%;
	}
	.tbl-soudan th, .tbl-soudan td {
		border: solid 1px #05afdd;
		padding:10px 20px;
	}
	
	.tbl-soudan th {
		background-color: #00bfff;
		color: #fff;
		text-align: center;
		width: 40%;
	}
	
	.tbl-soudan tr td:nth-of-type(2) {
		text-align:right;
	}
	
	
	.tbl-list {
border-collapse: collapse;
border: 1px solid #ccc;
line-height: 1.5;
width: 100%;
margin-top: 50px;
	}
	
	.tbl-list th {
padding: 10px;
font-weight: bold;
vertical-align: top;
background: #00bfff;
color: #ffffff;
border: 1px solid #ccc;

}
.tbl-list td {
padding: 10px;
vertical-align: top;
border: 1px solid #ccc;
}
.tbl-list tr:nth-child(even) {
background: #eee;
	}
	
	.tbl-list a {
		color: #2b467a
	}	
@media screen and (max-width: 640px) {
  .tbl-list {
    width: 100%;
  } 
  .tbl-list .thead {
    display: none;
  }
  .tbl-list tr,
  .tbl-list td{
    display: block;
    width: 100%;
    position: relative;
	padding: 0px 10px;
	line-height: 130%;
  }
 
 .tbl-list td {
padding: 10px;
vertical-align: top;
border: 0px;
}
 
}

/********** お知らせ（タブ切替）**********/
.info-article {
	line-height:1em;
}



.toppage input[type="radio"]{display:none;}
.toppage .tab_area label{
	width: 20%;
	display: inline-block;
	padding: 5px 0px; 
	color:#4cb5f5;
	background:#eaeaea;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	text-align:center;
	font-size: 12px;
	letter-spacing: 0;
	cursor:pointer;
	transition:ease 0.2s opacity;
	vertical-align:bottom;
	transition:ease 0.2s;
	margin:10px 0 0;
}
@media (max-width: 1150px){
	.toppage .tab_area label{
	}
}
@media  (max-width: 320px){
	.toppage .tab_area label{
		width: 100%;
		height: 40px;
		color: #111;
		letter-spacing: normal;
		margin-top: 0;
	}
}
@media (min-width: 977px){
	.toppage .tab_area label:hover{
		opacity: 0.5;
	}
}
.toppage .tab_area .title{
	font-weight: bold;
}
.toppage .tab_area label.title_label{
	width: 180px;
	border: none;
	color: #111;
	letter-spacing: 0em;
	opacity: 1;
	cursor: default;
}
@media (max-width: 320px){
	.toppage .tab_area label.title_label{
		margin: 20px 15px 8px;
	}
}
.toppage .br_tab{
	display: none;
}

.toppage .tab_panel{width:100% !important; padding:20px; display:none;}

.toppage .tab_panel p{text-align:center;}
.toppage .panel_area{background:#ffffff; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-top:3px solid #4cb5f5; }

.toppage #tab1:checked ~ .tab_area .tab1_label{background:#4cb5f5; color:#fff;}
.toppage #tab1:checked ~ .panel_area #panel1{display:block;}
.toppage #tab2:checked ~ .tab_area .tab2_label{background:#4cb5f5; color:#fff;}
.toppage #tab2:checked ~ .panel_area #panel2{display:block;}
.toppage #tab3:checked ~ .tab_area .tab3_label{background:#4cb5f5; color:#fff;}
.toppage #tab3:checked ~ .panel_area #panel3{display:block;}
.toppage #tab4:checked ~ .tab_area .tab4_label{background:#4cb5f5; color:#fff;}
.toppage #tab4:checked ~ .panel_area #panel4{display:block;}
.toppage #tab5:checked ~ .tab_area .tab5_label{background:#4cb5f5; color:#fff;}
.toppage #tab5:checked ~ .panel_area #panel5{display:block;}

.tab_panel a, .info_shokokai_inner a {
	color: #1069a7 !important;
	text-decoration: none !important;
}


/* ----------------------------------*/
.toppage .tab2_area label{
	width: 20%;
	display: inline-block;
	padding: 0; 
	color:#ed487f;
	background:#eaeaea;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	text-align:center;
	font-size: 10px;
	letter-spacing: 0;
	cursor:pointer;
	transition:ease 0.2s opacity;
	vertical-align:bottom;
	transition:ease 0.2s;
	margin:10px 0 0;
}
@media (max-width: 1150px){
	.toppage .tab2_area label{
	}
}
@media  (max-width: 320px){
	.toppage .tab2_area label{
		width: 100%;
		height: 40px;
		color: #111;
		letter-spacing: normal;
		margin-top: 0;
	}
}
@media (min-width: 977px){
	.toppage .tab2_area label:hover{
		opacity: 0.5;
	}
}
.toppage .tab2_area .title{
	font-weight: bold;
}
.toppage .tab2_area label.title_label{
	width: 180px;
	border: none;
	color: #111;
	letter-spacing: 0em;
	opacity: 1;
	cursor: default;
}
@media (max-width: 320px){
	.toppage .tab2_area label.title_label{
		margin: 20px 15px 8px;
	}
}
.toppage .br_tab2-{
	display: none;
}

.toppage .tab2_panel{width:100% !important; padding:20px; display:none;}

.toppage .tab2_panel p{text-align:center;}
.toppage .panel_area2{background:#ffffff; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-top:3px solid #ed487f; }

.toppage #tab2-1:checked ~ .tab2_area .tab2-1_label{background:#ed487f; color:#fff;}
.toppage #tab2-1:checked ~ .panel_area2 #panel1{display:block;}
.toppage #tab2-2:checked ~ .tab2_area .tab2-2_label{background:#ed487f; color:#fff;}
.toppage #tab2-2:checked ~ .panel_area2 #panel2{display:block;}
.toppage #tab2-3:checked ~ .tab2_area .tab2-3_label{background:#ed487f; color:#fff;}
.toppage #tab2-3:checked ~ .panel_area2 #panel3{display:block;}
.toppage #tab2-4:checked ~ .tab2_area .tab2-4_label{background:#ed487f; color:#fff;}
.toppage #tab2-4:checked ~ .panel_area2 #panel4{display:block;}
.toppage #tab2-5:checked ~ .tab2_area .tab2-5_label{background:#ed487f; color:#fff;}
.toppage #tab2-5:checked ~ .panel_area2 #panel5{display:block;}

.tab2_panel a, .info_shokokai_inner a {
	color: #ed487f !important;
	text-decoration: none !important;
}

.modal-content {
	text-align: left;
}
.modal-open {
    padding-right: 0px !important;
}
.modal {
    padding-right: 0px !important;
}
.navbar, .fixed-top {
	padding-right: 0 !important;
}
	
	/* コンテンツ
	==================================================== */
	.bg_title {
		background-color: #00B2ED;
		color: #fff;
		height: 80px;
		font-size: 20px;
	}	
	
	
	/* コンテンツ項目タイトル */

	h2.b-title {
  position: relative;
  overflow: hidden;
  padding: 10px 5px 5px 110px;
		border-top: 3px solid #00B2ED;
		font-size: 20px;
	}
	
	h2.b-title:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #00B2ED;
}

h2.b-title span {
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 25px;
  color: #fff;
	}
	
	/*　項目タイトルのパターン
	
	h2.b-title2 {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 0.5rem 130px;
  border-bottom: 3px solid #00B2ED;
	}
	
	h2.b-title2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #00B2ED;
}

h2.b-title2 span {
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 8px;
  padding-left: 30px;
  color: #fff;
	}
	
	
	h2.b-title3 {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 130px;
  border: 2px solid #00B2ED;
}

h2.b-title3:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #00B2ED;
}

h2.b-title3 span {
  font-size:30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 30px;
  color: #fff;
}

*/
	
	/* 
	
	
/* トップページお知らせインライン表示 */
	
	.news-list-box .news-list-item { 
		list-style-type: none !important;
		padding-top: 15px !important;
		margin-left: 0px !important;
	}
	
	.news-list-box {
		border: 0px !important;
		margin-top:20px !important;
	}
	
@media (min-width: 768px) {
/*		.background-under {
		background: linear-gradient(to right, #f2f2f2 66.66667%, #fff 66.66667%, #fff);
		}
		*/
	}
	.background-under {
background-color: #f2f2f2;
		}
		
		
	
/* リストのアイコン表示 */		
.list_icon li {
  position: relative;
}
.list_icon li::after,
.list_icon li::before {
  display: block;
  content: '';
  position: absolute;
}
.list_icon li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #3498db;
  border-radius: 100%;
}
.list_icon li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Wordpressから読みだした文章に改行入れる
==================================================== */
.content p, div.pre {
	white-space: pre-wrap;
}
.content h4:not(:first-child) {
	margin-top:40px;
	margin-bottom:10px;
}

.card-body {
	padding-bottom:0;
}

a#btnKuwashiku {
	background-color:#185598;
}
a#btnKuwashiku:hover {
	background-color:#e26723;
}

==================================================== */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .side-area > div > div > div,a.side-bnr{
        margin-left: auto;
        width: 100%;
        max-width: 240px;
    }
    .side-area > div > div{
    margin-bottom: 10%;
    }
    dl.search {
        width: 100%;
        max-width: 240px;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
}
@media (max-width: 767.91px) {
	#map { height:auto!important; }
}

