@charset "UTF-8";
body {
margin:0;
padding:0;
}

*{margin:0;padding:0;}
    ul li{list-style-type:none;}

.wrapper {
overflow:hidden;
}

/* link style
----------------------------*/
a:link {
	color: #338fd4;
	text-decoration: none;
}
a:visited {
	color: #338fd4;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration:none;
}

/* other
--------------------------- */
@media screen and (min-width: 650px) {
	.br-sp { display:none; }
}

@media screen and (max-width: 650px) {
	.br-sp2{ display:none; }
}
@media screen and (min-width: 768px) {
.sp-visible {display:none;}
}

a:focus, *:focus {
	outline:none;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　common　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.maincontainer {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.rl15-container {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rl45-container {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
.rl80-container {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
.rl80x-container {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
.rl90x-container {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}

span.aka {
color:#ff0000;
}
span.ao {
color:#0000ff;
}
span.toptel {
	color: #338fd4;
}

.font_toptel {
	font-family :'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN', sans-serif;
	font-size:1.2rem;
	display:inline;
	margin:0 5px;
}


h1.top_title {
	padding: .5em .75em;
	background-color: #338fd4;
	font-size: 1.2em;
	color:#FFF;
	font-weight:400;
}
h2.t_blue3 {
margin:1.8em 0 0.3em 0;
font-size:1.3em;
padding: 0.25em 0.3em .75em;/*上下 左右の余白*/
border-left: solid 8px #04a9ec;/*左線*/
border-bottom:solid 3px #04a9ec;
}


h1.sidemenu {
    margin: 0 0 1.5em;
    padding: .5em .75em;
    border-left: 7px solid #338fd4;
    border-bottom: 1px solid #338fd4;
    font-size: 1em;
    font-weight: bold;
}


.breadcrumb {
background:#eee;
font-size:.8rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* 記号 */  
  content: "|";
padding:0 .8rem;
}
.breadcrumb-item a {
color:#338fd4;
}

.breadcrumb li a:hover {
	color: blue;
}

.bule_line {
	background: #338fd4;
	height:3px;
	margin-top:0;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#menu ul {
list-style-type:none;
overflow:hidden;
margin-bottom:20px;
}

#menu li {
	width:25%;
	float:left;
	border-right: solid 2px #ccc;
}
#menu li a {
	display:block;
	color: #FFFFFF;
	width:auto;
	padding:2.5em 0;
	text-align:center;
	text-decoration: none;
}
#menu li:last-child {
	border-right:none;
}

/* ###########768px 以下 ########### */
@media (max-width: 768px) {
/* アコーディオンメニュー */
#sp-navi {
	position: fixed;
	top: 0px;
	right: 0px;
	line-height:45px;
	z-index: 400;
}

#menu ul {
	position: fixed;
	list-style-type: none;
	display: none;
	width: 100%;
	top:0px;
	z-index: 300;
}
#menu li{
	width: 100%;
	float: right;
	border-bottom: solid 1px #ccc;
	}
#menu li a {
	display: block;
	color: #FFFFFF;
	padding: 0.5em;
	background: #c9e3f2;
	text-decoration: none;
}
}


@media screen and (min-width: 768px) {
#sp-navi, .sp_nav{
	display:none;
	}
}
.menu-comment{
background:#FFF;
}
.menu-title{background: #9dc852;}
.menu-title:hover { background: #22ac38; }
.menu-title_2nd { background:#d5cde6 }
.menu-title_2nd:hover { background: #7e4c95; }

.menu-title_3rd { background: #25add2; }
.menu-title_3rd:hover { background: #3e86a3; }


.menu-title_4th { background: #f095bc; }
.menu-title_4th:hover { background: #ea617f; }


.menu-title_5th { background: #f2a75c; }
.menu-title_5th:hover { background: #b96666; }

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　other　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* サイト内検索 */
dl.t_search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
}
dl.t_search dt{
	padding:3px;
}
dl.t_search dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.t_search dd{
	position:absolute;
	top:0;
	right:0;
}
dl.t_search dd button{
	display:block;
	padding:4px;
	background:none;
	border:none;
}
dl.t_search dd button span{
	display:block;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　footer-menu　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#f_menu {
	background:#eeeeee;
	padding:10px 0;
}
ul.f_menu_nakami li {
	font-size:0.9rem;
	margin:0;
line-height: 2; 
}

.f_menu_nakami a {
	text-decoration:none;
	color:#392f2c;
}
.f_menu_nakami a:hover {
	text-decoration:none;
	color:#cc0000;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　footer　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.copyright {
padding:1.2rem 0;
background :#338fd4;
color:#FFF;
font-size:0.8rem;
}



@media (max-width: 830px) {
.footer_address, .footer_copyright {
	float: none;
	margin: 0;
	padding:8px 0;
	width: auto;
	text-align:center;
     background-color:#62a951;	
     }
}


/* page-top */
#page-top {
	position: fixed;
	right: 20px;
	font-size: 0.6rem;
z-index:9999;
}

#page-top a {
	background: #338fd4;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 22px 0;
	text-align: center;
	display: block;
border:double 4px #FFF;
}
@media screen and (max-width: 600px) {
#page-top a {
	width: 60px;
	padding: 12px 0;
}
}
#page-top a:hover {
	text-decoration: none;
	background: #9fc8f9;
}

/*いらないかも　残しておくけど、影響ないようなら削除する←使用中*/
section.aida {
margin-top:60px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　information　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#information_list {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#information_list li {
  clear: both;
  border-bottom: 1px solid #2e97f9;
  padding: 15px;
  background-color: #f0f0f0;
  background-color: #fff;
  overflow: hidden;
}
#information_list span {
  display: inline-block;
  padding: 5px 0;
}
#information_list .Date {
  margin-left: 20px;
  font-weight: bold;
}
#information_list .Category {
  border: 1px solid #2e97f9;
	color: #2e97f9;
  width: 200px;
  background-color: #fff;
  text-align: center;
margin-left:15px;
}
#information_list .Title {
text-align: left;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  /* INFORMATION */
  #information_list .Title {
    float: right;
    display: block;
    width:500px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  /* INFORMATION */
  #information_list .Title {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align:center;
  }
}


/*テーマから選ぶ*/
.thememenu {
border-radius:10%;
border:1px solid #eee;
background:#fcf8d4;
margin:5px 0;
}
.thememenu:hover {
background:#eee;
}

/* 付いて来る広告 */
.fixedsticky { bottom: 55px;
}
@media (max-width: 650px) {
.fixedsticky {
bottom:100px;
text-align:center;
}
}
/* telリンクをPC表示時に無効にする
a[href^="tel:"] {
    pointer-events: none;
}
*/

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.sticky_mawari {
max-width:300px;
}
.sticky_btn {
font-weight:bold;
display: block;
  margin: 0 0 0 auto;
border-radius:50%;
width:30px;
cursor:pointer;
border:2px solid #000066;
color:#FFF;
background:#000066;
}
.sticky_btn:hover {
background:#35a0db;
border:2px solid #35a0db;
}

