@charset "UTF-8";
/* ==========================================================================================
*パーツ用スタイル /*670px 以下の指定 印刷時同様
========================================================================================== */
/* 1.5倍に拡大表示 */
input[type="radio"],
input[type="chexkbox"] {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.smph_none {
	display: none !important;
}

.nonedisplay{
	position: absolute;
	right: 10000px;
}

.main-inner img {
    max-width: 95%;
    height: auto;
}

.smile_whitearea{
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 40px;
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}

img.img-guidance {
    position: absolute;
    top: 0;
    left: 0;
}

ul li a:link,
ul li a:visited,
ul li a:focus,
ul li a:hover,
ul li a:active{
	color: #333333;
	text-decoration: none;
}

ul li a:focus,
ul li a:hover,
ul li a:active{
	text-decoration: underline;	
}

.list_link a:link,
.list_link a:visited,
.list_link a:focus,
.list_link a:hover,
.list_link a:active{
	color: #333333;
	text-decoration: none;
}

.list_link a:focus,
.list_link a:hover,
.list_link a:active{
	text-decoration: underline;	
}


#base{
    overflow-y: scroll;
	background: url(/images/s_bg.png);
}

#copy{
	font-size: 72%;
	text-align: left;
	padding: 7px 50px 0;
}

.page-top{
	right: 0;
}

.page-top img{
	width: 62px;
}


/* ヘッダーエリア
============================== */
.sp_head_wp {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu_btn_wp {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	background-color: transparent;
}

.logo {
    margin: 0 0 0 10px;
    position: relative;
    z-index: 105;
}
.button_container {
    border: none;
}
/* メニュー開閉エリア
============================== */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
#toggle01, 
#toggle02,
#toggle01_en, 
#toggle02_en {
  position: relative;
  z-index: 200;
}
#kensaku_menu,
#gnavi_menu,
#kensaku_menu_en,
#gnavi_menu_en {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 100;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 100px solid transparent;
  opacity: 1;
}

.kensaku_wp, 
.smph_gnavi_wp {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  top: 0px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: 200ms modalwindow_body_out;
  animation: 200ms modalwindow_body_out;
  width: 100%;
  -webkit-overflow-scrolling:touch;
  padding: 80px 0 10px 0;
  background: url(/images/s_bg.png);
}

#kensaku_menu.menu-open .kensaku_wp,
#gnavi_menu.menu-open .smph_gnavi_wp,
#kensaku_menu_en.menu-open .kensaku_wp,
#gnavi_menu_en.menu-open .smph_gnavi_wp {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: 400ms modalwindow_body_in;
          animation: 400ms modalwindow_body_in;
}

/* ヘッダメニューリスト
============================== */
p.side_jyoho_btn {
    display: block;
    margin: 0;
    padding: 0;
}
.kensaku_wp > div {
    position: relative;
    z-index: 200;
}
p.switch_menu_title a {
    background-color: #FFF;
    border-bottom: 1px solid #fdf6e9;
    position: relative;
    display: block;
    padding: 10px 25px 10px 15px;
}
p.switch_menu_title a:link, 
p.switch_menu_title a:visited, 
p.switch_menu_title a:hover, 
p.switch_menu_title a:focus, 
p.switch_menu_title a:active {
	color: #333;
    text-decoration: none;
}
p.switch_menu_title {
    margin: 0;
    padding: 0;
    z-index: 200;
    position: relative;
}
.smph_gnavi_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.smph_gnavi_menu p {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}

.smph_gnavi_menu a {
    display: block;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #EDEEEC;
}
.smph_gnavi_menu a:link, 
.smph_gnavi_menu a:visited, 
.smph_gnavi_menu a:hover, 
.smph_gnavi_menu a:focus, 
.smph_gnavi_menu a:active {
	color: #333;
    text-decoration: none;
}
.smph_gnavi_menu p:nth-of-type(2n) {
    border-right: none;
}

/* 検索 */
input.h0box {
    border: 1px solid #FFF;
    min-height: 37px;
    width: 100%;
    padding: 0 0 0 10px;
    background-color: #FFF;
}

.h0bt02 {
	clear: left;
	color: transparent;
	background: url(/images/c_icon_search_white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FF6600;
	padding: 0;
	margin: 0;
	border: 1px solid #FF9900;
	height: 2.8em;
	width: 40px;
}
.searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* 検索 */
.gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: #FFFFFF !important;
    /* border: 1px solid #CFCFCF; */
    border-right: none;
    /* height: 2.8em; */
    /* width: 237px; */
    margin: 0;
    padding: 2px;
}

.gsc-input-box {
    background: #fff !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    padding: 0;
    margin: 0;
    border: 1px solid #FF6600 !important;
    background: url(/images/c_icon_search_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #FF6600 !important;
}

td.gsc-search-button {
    /* border: 1px solid #FF6600 !important; */
}
/* ヘッダメニューリスト
============================== */
.side_jyoho_title .h2 {
    margin: 0;
    line-height: 1.4;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 5px .3em;
    font-size: 90%;
    font-weight: normal;
}
p.side_jyoho_btn a {
    background-color: #FFF;
    position: relative;
    display: block;
    padding: 10px 25px 10px 45px;
    background-image: url(/images/c_joho_icon.gif);
    background-repeat: no-repeat;
    background-position: 8px .63em;
    background-size: 25px;
}

p.side_jyoho_btn a:link, 
p.side_jyoho_btn a:visited, 
p.side_jyoho_btn a:hover, 
p.side_jyoho_btn a:focus, 
p.side_jyoho_btn a:active {
	color: #333333;
	text-decoration: none;
}
p.side_jyoho_btn {
    display: block;
    margin: 10px 10px 0 10px;
    padding: 0;
    border: 1px solid #CCC;
}
.kensaku_wp > div {
    position: relative;
    z-index: 200;
    margin: 0 10px;
    overflow: hidden;
}
p.switch_menu_title a {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    position: relative;
    display: block;
    padding: 10px 25px 10px 15px;
    background-image: url(/images/c_lonavi_icon.png);
    background-repeat: no-repeat;
    background-position: 97% 0.97em;
}
p.switch_menu_title:first-child {
    border-top: 1px solid #CCC;
}
p.switch_menu_title a:link, 
p.switch_menu_title a:visited, 
p.switch_menu_title a:hover, 
p.switch_menu_title a:focus, 
p.switch_menu_title a:active {
	color: #333;
    text-decoration: none;
}
p.switch_menu_title {
    margin: 0;
    padding: 0;
    z-index: 200;
    position: relative;
}
.smph_gnavi_menu {
    font-size: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.smph_gnavi_menu p {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.smph_gnavi_menu a {
    display: block;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #EDEEEC;
}
.smph_gnavi_menu a:link, 
.smph_gnavi_menu a:visited, 
.smph_gnavi_menu a:hover, 
.smph_gnavi_menu a:focus, 
.smph_gnavi_menu a:active {
	color: #333;
    text-decoration: none;
}
.smph_gnavi_menu p:nth-of-type(2n) {
    border-right: none;
}

/* ==========================================================================================
カルーセル
========================================================================================== */

.sub_mus_imgbox_wp{
	margin: 0;
	padding: 20px 0 10px;
}

.sub_mus_imgbox_in{
	margin: 0 auto;
	position: relative;
}

.sub_mus_imgbox_in h2.sukusuku{
	position: absolute;
	bottom: 40px;
	left: 50px;
	z-index: 80;
}

.sub_mus_imgbox_in h2.sukusuku img{
	width: 100px;
}

.bx-wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
}

.sub_mus_bxslider{
	margin: 0;
	padding: 0;
}

.sub_mus_bxslider li{
	padding-left: 0;
}

.sub_mus_bxslider li img{
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.bx-viewport .sub_mus_bxslider div{
	position: absolute;
	margin: 0;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 5000;
	height: 60px;
	width: 100%;
	bottom: 0;
}

.bx-viewport .sub_mus_bxslider span.caption{
	display: block;
	color: #FFFFFF;
	font-size: 120%;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.bx-prev{
	position: absolute;
	top: 70px;
	left: 10px;
	z-index: 90;
}

.bx-next{
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 91;
}

.bx-prev img,
.bx-next img{
	width: 32px;
	height: 32px;
}


.bx-controls-auto{
	float: right;
	margin: 10px 0 0 0;
}


#bx-pager{
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}

#bx-pager a{
	float: left;
	font-size: 1px;
	display: block;
	background: url(/images/st_slide_normal.png);
	height: 20px;
	width: 20px;
	margin: 0 10px 10px 0;
	padding: 0;
	line-height: 1px;

}

#bx-pager a.active{
	background: url(/images/st_slide_select.png);
}
.bx-pager {
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bx-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bx-pager-item a {
    display: block;
    background: url(/images/st_slide_normal.png);
    height: 20px;
    width: 20px;
    margin: 0 10px 10px 0;
    padding: 0;
    overflow: hidden;
    font-size: 1px;
}

.bx-pager a.active{
	background: url(/images/st_slide_select.png);
	    display: block;
    z-index: 99;
    position: relative;
}
.bx-pager.bx-default-pager a:before {
    content: url(/images/st_slide_normal.png);
    display: block;
    z-index: 99;
    position: relative;
}

.bx-default-pager a:hover:before, 
.bx-default-pager a.active:before {
    content: url(/images/st_slide_select.png);
    display: block;
    z-index: 99;
    position: relative;
}

/* ==========================================================================================
グローバルナビ
========================================================================================== */


.global{
	padding-top: 0;
	background: url(/images/st_bg_navi.png);
}

.global ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 0;
	margin-top: 0;
	
}

.global ul li{
	margin: 0 0 20px 0;
	padding: 0;
}

.global ul li img{
	width: 78px;
}
.global ul li:nth-child(1){
	margin-top: 5px;
}

.global ul li:nth-child(2){
	margin-top: 40px;
}

.global ul li:nth-child(3){
	margin-top: 1px;
}

.global ul li:nth-child(4){
	margin-top: 43px;
}

.global ul li:nth-child(5){
	margin-top: 14px;
}

.global ul li:nth-child(6){
	margin-top: 48px;
}

.global ul li:nth-child(7){
	margin-top: 0 ;
}


/* ==========================================================================================
さがしかた
========================================================================================== */

.searchby{
	margin: 0 0 40px 0;
}

.searchby .inner{
}

.byage{
	margin: 0 10px 20px;
}

.byage h2{
	position: relative;
  	width: 244px;
  	padding-top: 24px;
  	overflow: hidden;
}

.byage h2 img{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-24%, -50%);
	    -ms-transform: translate(-24%, -50%);
	        transform: translate(-24%, -50%);
}

.byage ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 20px 0 0 0;
	padding: 0;
}

.byage ul li{
	margin: 0;
	padding: 0;
}

.byage ul li img{
	width: 70px; 
}


.bythema{
	margin: 0 10px 20px;
}

.bythema h2{
	position: relative;
  	width: 254px;
  	padding-top: 24px;
  	overflow: hidden;
}

.bythema h2 img{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-21%, -50%);
	    -ms-transform: translate(-21%, -50%);
	        transform: translate(-21%, -50%);
}

.bythema ul{
	margin-bottom: 0;
	padding: 0;
}

.bythema ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(/images/st_icon_green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* ==========================================================================================
お知らせ
========================================================================================== */

.newsfacebook{
}

.newsfacebook .inner{
}


.whatsnew{
	margin: 0 10px 20px;
}

.whatsnew .lefttitle_rightbtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.whatsnew h2{
	position: relative;
  	width: 114px;
  	padding-top: 24px;
  	overflow: hidden;
}

.whatsnew h2 img{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-15%, -50%);
	    -ms-transform: translate(-15%, -50%);
	        transform: translate(-15%, -50%);
}


.whatsnew .info-list {
	margin: 0;
	padding: 0;
}

.whatsnew .info-list .date {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 6.2em;
	font-weight: bold;
}

.whatsnew .info-list .link {
	display: block;
	margin: 0;
}

ul.info-list li {
	padding: 20px 0 20px 0;
	line-height: 200%;
	clear: both;
	margin: 0;
	position: relative;
	width: auto;
	border-bottom: 1px dotted #999999;
}

.list_link{
	margin: 7px 10px 0;
	padding-bottom: 10px;
}

.list_link a{
	display: block;
	color: #333333;
	font-size: 88%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	margin: 0;
	padding: 3px 32px 3px 0;
	background: url(/images/st_icon_link_list.png);
	background-repeat: no-repeat;
	background-position: right 100%;
	text-decoration: none;
}

.list_link a:focus,
.list_link a:hover,
.list_link a:active{
	color: #333333;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.facebook{
	margin: 0 10px 20px;
}

.facebook .lefttitle_rightbtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tmp_tb_skip a{
	position: absolute;
	right: 3000px;
}

.tmp_tb_skip a:focus{
	right: 0;
	background-color: #FFFFFF;
}

/* 20240808 facebookからInstagramに変更 */
.tmp_tb_facebook iframe{
	width: 100% !important;
	max-width: none !important;
	min-width: auto  !important;
}

/* ==========================================================================================
子育て支援施設について、イベントカレンダー
========================================================================================== */

.facility_event{
	margin: 0 10px 76px;
}

.facility{
	margin: 0;
}

.facility h2{
	position: relative;
  	width: 294px;
  	padding-top: 24px;
  	overflow: hidden;
}

.facility h2 img{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-19%, -50%);
	    -ms-transform: translate(-19%, -50%);
	        transform: translate(-19%, -50%);
}

.facility ul{
	margin-bottom: 0;
	padding: 0;
}

.facility ul li{
	margin: 0 10px 10px 0;
	padding: 0 0 0 25px;
	background: url(/images/st_icon_link_purple.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

.eventarea{
	margin: 0 auto;
	width: 270px;
}

#top_event_calendar table{
	margin: 0 auto;
}

#top_event_calendar table th{
	background-color: #E8DCF3;
	text-align: center;
	padding: 2px;
	border: none;
}

#top_event_calendar table td{
	border: none;
	text-align: center;
}

#top_event_calendar table caption{
	margin: 0;
	padding: 0 0 5px;
}

#top_event_calendar table caption span.monthName{
	display: block;
	text-align: center;
	font-size: 150%;
}
/* ==========================================================================================
広告
========================================================================================== */

.kokoku{
	margin: 0;
	padding: 0 0 10px 0;
}

.kokoku .kokoku_left{
	margin: 0 auto;
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 300px;
}
.kokoku .kokoku_left .top_kanren_bnr{
 	margin: 0 6px 6px 0;
}

.kokoku .kokoku_left .top_kanren_bnr:nth-child(2n){
	margin-right: 0;
}

.kokoku .kokoku_left .top_kanren_bnr img{
	width: 147px;
}

.kokoku .kokoku_right{
	padding: 0;
}

.kokoku .kokoku_right p{
	background-color: #0D578D;
	margin: 10px;
	padding: 0;
	border-radius: 5px;
}

.kokoku .kokoku_right p a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

/* ==========================================================================================
フッタ
========================================================================================== */

.foot{
	background-image: url(/images/s_bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0;
	padding: 33px 0;
}

.foot .inner{
	background-color: #dccbb7;
	padding: 0 0 30px 0;
}

.foot .footlogo img{
	margin-top: 30px;
	width: 120px;
}

.foot_kankolist ul{
	margin: 0 10px 0 0;
}

.foot_kankolist ul li{
	list-style-type: none;
	font-weight: normal;
	font-size: 82%;
	text-align: center;
	margin: 0;
	padding: 0 0 7px 0;
	background: none;
}

.foot_kankolist ul li:before{
	content: url(/images/s_icon_link.png);
	margin-right:5px; 
}

.foot_kankolist ul li:last-child{
	margin: 0;
}

.officialsite{
	margin: 7px 0 0;
	padding-bottom: 10px;
	text-align: center;
}

.officialsite a{
	color: #333333;
	font-size: 88%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 3px 0 3px 32px;
	background: url(/images/s_icon_link.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 130px) 60%;
	text-decoration: none;
}


.officialsite a:link,
.officialsite a:visited,
.officialsite a:focus,
.officialsite a:hover,
.officialsite a:active{
	color: #333333;
	text-decoration: none;
}

.officialsite a:focus,
.officialsite a:hover,
.officialsite a:active{
	text-decoration: underline;	
}


/* ==========================================================================================
次階層以下
========================================================================================== */
.mt_c_logo {
    background-image: url(/images/mt_c_logo_bg.gif);
    padding: 10px 0;
    text-align: center;
    margin: 0 0 15px 0;
}
/* 見出し */
.h1bg div {
    background-image: none;
}

h1 {
    padding: 10px 5px;
}
.h2bg {
    background-image: url(/images/st_c_h2_bg.gif);
}
.h2bg h2 {
    color: #333333;
}
.h3bg {
    background-image: url(/images/st_c_h3_icon.png);
}

.h3bg div {
    background-image: url(/images/st_c_h3_line.png);
}
.h4bg {
    margin: 1em 10px .8em 10px;
}

.h4bg h4 {
    border-color: #FFA02D;
}
/* 見出し文字色設定 */
.h2bg .text-color-red, 
.h2bg .text-color-yellow, 
.h2bg .text-color-green, 
.h2bg .text-color-blue, 
.h2bg .text-color-aqua {
	    color: #333333;
}
.h2bg a:link, 
.h2bg a:visited, 
.h2bg a:focus, 
.h2bg a:hover,
.h2bg a:active {
    color: #333;
}

/* メインエリア
============================== */
/* 大見出し画像 */
.main-inner .h1img img {
    max-width: 100%;
}
/* 基本情報 */
.basic_info_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* インデックスsns */
.basic_info_index_wp .sns_btn_wp {
    width: auto;
    text-align: right;
}

.basic_info_index_wp .sns_btn_in.clearfix {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    vertical-align: initial;
}


.h1bg {
    margin: 0 5px 20px 5px;
    background-image: url(/images/st_c_h1_line.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 0 0 5px 0;
}
.h2bg {
    margin: .8em 10px;
}

.h3bg {
    margin: 1em 10px .8em 10px;
}
.t-box2, .t-box {
    margin: 0.56em 10px 1.56em 10px;
}

.tothispage2 {
    margin: 0.56em 10px 0.56em 10px;
}

.newinfo-box .h2bg{
    margin: 0 10px;
}
/* floatの解除 */
p.imglink-side2 {
    float: none;
    width: 100%;
    text-align: left;
}

p.imglink-txt-left {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
}

.img-area-r p.imglink-txt-right {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
}

.img-area p.imglink-side3 {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
}
p.img-right {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
}

p.img-center {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
}

p.img-left {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
}

.img-area {
    text-align: left;
    margin: 0 10px 0.56em 10px;
}
.menulist2 {
    display: block;
}

.m-box2 {
    width: 100%;
    margin: 0 0 0.85em 0;
}

.menulist {
    display: block;
}

.m-box3 {
    width: 100%;
    margin: 0 0 0.85em 0;
}



ul.info-list li{  
    padding: 15px 10px 15px 10px;
}
.info-list .date {
    float: none;
}

.info-list .link {
    width: 100%;
    margin: 0;
}
.site-li {
    margin: 0;
}

ul.site-li li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #ccc;
    background-image: none;
}

.m-title {
    margin: 0 10px 1px 10px;
}

ul.site-li li:before {
    right: 10px;
    left: auto;
    top: 50%;
}

ul.site-li li a {
    display: block;
    padding: 10px 25px 10px 15px;
}
ul.norcor li {
    display: block;
    padding: 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    background-image: none;
}

ul.norcor {
    padding: 0;
}

ul.norcor li a {
    display: block;
    padding: 10px 25px 10px 15px;
}

ul.norcor li:first-of-type {
    border-top: 1px solid #ccc;
}
/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.map-area .h3bg,
.img-area-l .h3bg {
	margin-left: 10px;
}
.map-area .h4bg,
.img-area-l .h4bg {
	margin-left: 10px;
}
.map-area p,
.img-area-l p {
	margin-left: 10px;
}
.map-area ul,
.img-area-l ul {
	margin: 0.3em 5px 0.3em 10px;
	padding: 0;
}
.map-area ol,
.img-area-l ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
.img-area-r ol {
	margin: 0.7em 5px 0.7em 10px;
	padding: 0;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
	margin: 0 0 0 2em;
}
.img-area-r ul {
    padding: 10px;
}
/* pdfバナー */
p.dladobereader {
    margin-right: 10px;
    margin-left: 10px;
}
/* インデックスメニュー
============================== */
ul.site-li li:before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #029BA1;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    width: 8px;
    right: 10px;
    left: auto;
    top: 50%;
}

ul.norcor li::before {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #029BA1;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    width: 8px;
    right: 10px;
    left: auto;
    top: 50%;
}
.bgnewinfo-box {
    display: block;
}

.osusume-box {
    width: auto;
    margin: 0 10px 0.85em 10px;
}

.bgnewinfo-box .newinfo-box {
    width: auto;
    margin: 0 10px 0.85em 10px;
}
.oshirase-box {
    margin: 0 10px 0.85em 10px;
}
.newinfo-box {
    margin: 0 10px 0.85em 10px;
}
.m-title {
    background-image: url(/images/st_c_h2_bg.gif);
}

.m-title a:link, 
.m-title a:visited, 
.m-title a:focus, 
.m-title a:hover, 
.m-title a:active {
    color: #333;
}
.CNavi2rd-left-img {
    text-align: center;
}
.CNavi3rd-left-img {
    text-align: center;
}
/* 地図パーツ
============================== */
.map-area .mapimg > iframe {
    width: 100% !important;
    max-height: 300px;
    margin: 0 auto;
}

.map-area {
    width: 100% !important;
    max-height: 300px;
    margin: 10px 10px;
}

.map-area .mapimg {
    width: auto;
}
/* 重要お知らせ
============================== */
.important_item {
    background-color: #FFEBEC;
    display: block;
}

.important_item .title {
    background-color: #C7241F;
    color: #FFF;
    text-align: center;
    padding: 20px 10px;
    font-size: 120%;
    font-weight: normal;
    margin: 0;
    width: 100%;
    max-width: none;
    min-width: auto;
}

.importants {
    width: 100%;
}
/* =======================
2026年3月　追加修正
======================= */
button.gsc-search-button.gsc-search-button-v2 {
    border-color: #FF6600 !important;
    background-color: #FF6600 !important;
}