@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/




@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
header,footer {
	color: #454545;
	font-size: 14px;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
}
/

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
/*body {background: url(https://katsushikabashi.jp/images/wall.png) 50% 0 repeat-y;}

a:link {
	color:#2642d0;
	text-decoration: none;
}
a:visited {
	color:#2642d0;
	text-decoration: none;
}
a:hover {
	color:#74B3FF;
	text-decoration: underline;
}
a:active {
	color:#8ad5ff;
	text-decoration: none;
}*/


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 5px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
.PD-1 { padding: 2px !important; }
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0;
}

#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
}
#headerDescArea h2 {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	color: #4D61EF;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding: 5px 5px 0 0;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 8px;
	background: url(https://katsushikabashi.jp/images/list-arw.png) no-repeat 0 50%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: url(https://katsushikabashi.jp/images/navi_bg.png) no-repeat 50% 12px;
}

#navi #gNav li {
	float: left;
	text-align: center;
	padding-top:12px;
}
/* navi text */
#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 44px;
	padding-top: 12px;
	background: url(https://katsushikabashi.jp/images/gNav_li_bg.png) 100% 50% no-repeat;
	color:#2642d0;
}

#navi #gNav span {
	color:#3B56DA;
	font-size: 12px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
}

#footer ul a{
	color:#FFFFFF;
}

#footer .copyright {
	text-align: center;
	padding: 5px;
	font-size:10px;
	color:#666;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li{
	display: inline;
	border-right: solid 1px #bbdbf0;
	padding: 0 10px 0 10px;
	color: #FFF;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	padding:20px 10px;
	margin: 0 auto;
	background-image: url(https://katsushikabashi.jp/images/bg_footer.png);
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 300px;
}
#imgArea {
	width: 960px;
	margin: 20px auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px -15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 290px;
	height: 90px;
	float: left;
	margin-left: 15px;
	padding:10px;
	background: #fff;
}




 /* お知らせコーナー */
.box-notice {
	width:678px;
	height:320px;
	padding:10px;
	margin:10px 0 30px 0;
	background:none;
	border:#d5d5d5 1px solid;
	border-radius:4px;
}


.notice-header {
	width:100%;
	height:auto;
	font-size:15px;
	font-weight:bold;	
}

.notice-header h3 {
	background:none !important;
	color:#333 !important;
	border-bottom:solid 3px #2555c2;
	}

.box-container {
	width:678px;
	height:auto;
	float:left;	
}

.notice-det {
	width:214px;
	height:250px;
	float:left;
	border:#d5d5d5 solid 1px;
	margin:10px 5px 10px 5px;
		
}

.n-image {
	width:214px;
	height:180px;
	float:left;	
}

.n-image img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.n-text a {
	width:200px;
	height:50px;	
	display:block;
	font-size:13px;
	color:#94E9FB !important;
	text-decoration:none;
	padding:10px 7px;
	float:left;
	background:#2555c2;		
}

.n-text a:hover {
	background:#466fcc;
	color:#94E9FB;
}
/* お知らせコーナー ここまで */



/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(https://katsushikabashi.jp/images/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 8px 0 0 16px;
}

#sub ul {
	margin: -10px 0 2px;
	font-size: 14px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 10px;
}
/* side text */
#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(https://katsushikabashi.jp/images/list-arw.png) no-repeat 0 50%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}
/* side text link-color */
#sub ul li a:link,
#sub ul li a:visited,
#nsub ul li a:active {
	color:#2642d0;
}

#sub ul li a{display:block;}
/* side column */
#sub .sectionBorder{
	font-size: 10px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	background-color: #FEFFD1;
}

#sub .box {
	padding: 5px 0;
	clear: both;
}






.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.l-header,#before_footer_widget{
	display:none;
}
#navi #gNav li{
	padding-bottom:12px;
}
@media(max-width:800px){
	.l-header,#before_footer_widget{
	display:block;
}
#naviArea{
		display:none !important;
	}
	#header{
		width:100%;
	}
	#main_visual{
		display:none;
	}
	#sub{
		float:none;
		width:100%;
	}
	#sub img{
		width:100%;
	}
	
	#sub h3{
		width:100%;
		background-size:cover;
	}
	#footerContents{
		width:100%;
	}
	.contentsBox{
		margin:0;
	}
	.contentsBox .box{
		float:none;
		width:calc(100% - 32px);
		margin:3px 16px;
		box-sizing: border-box;
	}
}

body{
	background:#fff;
}
#sidebar1{
	order:1
}
#main{
	order:2;
}
@media(max-width:768px){
	#sidebar1{
	order:2
}
#main{
	order:1;
}
}