@charset "utf-8";

/* 横浜市保土ケ谷区生活支援センター */

/*----------------------------------------------------------------------------
 SIDE
----------------------------------------------------------------------------*/

.header-contact .hour{
	font-size:1.2rem;
	display: inline-block;
	vertical-align:0px;
}

footer .footer-menu li:nth-of-type(6),
footer .footer-menu li:last-child{
	margin-right:0;
}
footer .footer-menu li:nth-of-type(7){
	margin-right:40px;
}
/*----------------------------------------------------------------------------
 SIDE
----------------------------------------------------------------------------*/

.side-block ul.side-nav li a{
	padding: 14px 0 16px 43px;
	line-height:1.5;
}

.side-block ul.side-nav li.intro {
	background:url(../img/icon_intro.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}

.side-block ul.side-nav li.info {
	background:url(../img/icon_info.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}
.side-block ul.side-nav li.event {
	background:url(../img/icon_calendar.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}
.side-block ul.side-nav li.dinner {
	background:url(../img/icon_menu.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}
.side-block ul.side-nav li.faq {
	background:url(../img/icon_faq.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}

.side-block ul.side-nav li.download {
	background:url(../img/icon_download.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}
.side-block ul li a .name-link{
	width: 80%;
    display: inline-block;
}
.side-block ul li a:link .name-link{
	text-decoration: underline;
}


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

#home #content .inner{
	padding:40px 0 280px;
}

/* トップ　テキスト */

#mainvisual.content-block{
	margin:0 0 30px;
	border-radius:6px;
	box-shadow:0 2px 6px 0 rgba(24,24,28,.15);
}
#mainvisual.content-block img{
	display:block;
	border-radius:6px;
	width:100%;
	height:auto;
}

#intro.content-block{
	margin:0 0 20px;
}
.text-introduction {
	margin:0 0;
	padding:20px 20px;
	border-radius:6px;
	box-shadow:0 2px 6px 0 rgba(24,24,28,.15);
	background:#fff;
}
.text-introduction h3 {
	margin:0 0 15px;
	padding:0 0 10px;
	font-size:2.0rem;
	font-weight:bold;
	border-bottom:2px solid #F35A10;
}
#intro.content-block img.pict-facility{
	float:left;
	margin-right:15px;
}
#intro.content-block .txt-right a{
	padding-left: 22px;
	display:inline-block;
	background-size:16px auto;
	background-position: left 0.5em;
}

/* お知らせ */

#news.content-block{
	margin-top:60px;
}
#home article .content-block .entry-list .closed{
	display:block;
	width:100%;
	height:100%;
	padding:16px 20px 15px;
	font-size:1.6rem;
	line-height:1;
}

/* 案内・様式ダウンロード */

.download p.download-link{
	margin-bottom:20px;
}

.download p.download-link a{
	padding-left: 22px;
    display: block;
    background-size: 18px auto;
    background-position: left 0.5em;
}

/* 施設案内 */
.block-facility{
	margin:0 0;
	padding:20px 20px;
	border-radius:6px;
	box-shadow:0 2px 6px 0 rgba(24,24,28,.15);
	background:#fff;
}
.block-facility h3{
	margin:0 0 15px;
	padding:0 0 10px;
	font-size:2.0rem;
	font-weight:bold;
	border-bottom:2px solid #F35A10;
}
#facility.content-block h4{
	margin:7px 0 15px;
	padding:0 0 0 10px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:22px;
	border-left:4px solid #F35A10;
}
table.table-content {
	width:100%;
	table-layout: fixed;
	margin-top:5px;
	border-radius:8px;
	border:1px solid #e6e6e6;
	border-collapse:separate;
  border-spacing: 0;
}
table.table-content tr:not(:last-child){
	border-bottom:1px solid #e6e6e6;
}
table.table-content th{
	padding:16px 20px;
	width:160px;
	font-size:1.6rem;
	line-height:1.75;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	background:#f6f6f6;
	border-bottom:1px solid #e6e6e6;
	box-sizing:border-box;
}
table.table-content td{
	padding:16px 20px;
	font-size:1.6rem;
	line-height:1.75;
	border-bottom:1px solid #e6e6e6;
}
table.table-content tr:last-child th,
table.table-content tr:last-child td {
	border-bottom:none;
}


.list-oval li{
	margin:0 0 15px;
	padding-left:12px;
	font-size:1.6rem;
	background:url(../img/icon_oval.png) no-repeat;
	background-size: 7px auto;
	background-position:left 0.6em;
}
.list-img li,
#second main .content-block .list-img li{
	display:inline-block;
	width:46.8%;
	margin-bottom:20px;
}
.list-img li:not(:nth-child(2n)){
	margin-right:36px;
}
.list-img li img{
	width:100%;
	height:auto;
}
.content-block .entry-block:not(:last-child),
#second .content-block .entry-block:not(:last-child){
	margin-bottom:50px;
}


#home article #dinner-menu.content-block .entry-list a{
	display:block;
	width:100%;
	height:100%;
	font-size:1.8rem;
	font-weight:bold;
}
#home article #dinner-menu.content-block .entry-list a:link{ text-decoration:underline;}

#home article #dinner-menu ul li a.link-permalink{
	padding:22px 20px 22px 22px;
	background:url(../img/icon_arrow_right.png) no-repeat;
	background-size: 16px auto;
	background-position:right 20px top 50%;
}
#home article #dinner-menu ul li a[href$=".pdf"] {
	padding:22px 20px 22px 62px;
	background-size: auto 32px;
	background-position:left 20px top 15px;
}

/*----------------------------------------------------------------------------
 2nd 共通
----------------------------------------------------------------------------*/

#second.archive main article .content-block{
	padding-top:22px;
	padding-bottom:40px;
	margin-bottom:20px;
}
#second main .content-block h3{
	margin:0 0 15px;
	padding:0 0 5px;
	font-size:2.0rem;
	font-weight:bold;
	border-bottom:2px solid #F35A10;
}
#second main .content-block p{
	font-size:1.6rem;
	line-height:1.75;
}
#second main .content-block p:not(:last-child){
	margin-bottom:35px;
}
#second main .content-block li:not(:last-child) {
	margin-bottom: 3px;
}
#second.archive main article .content-block table{
	margin-bottom:20px;
}

#second article .content-block ul.entry-list{
	margin-top:-10px;
	margin-bottom:20px;
}
#second article .content-block .entry-list li{
	border-bottom:1px solid #e6e6e6;
}
#second article .content-block .entry-list a{
	display:block;
	width:100%;
	height:100%;
	padding:16px 0 15px;
	font-size:1.6rem;
	line-height:1;
}
#second article .content-block .entry-list a .entrydate{
	font-weight:normal;
	margin-right:20px;
	display:inline-block;
	vertical-align:top;
}
#second article .content-block .entry-list a:link{
	text-decoration:none;
}
#second article .content-block .entry-list a:hover{
	color:#222;
	text-decoration:none;
}
#second article .content-block .entry-list a:link .title{
	text-decoration:underline;
}
#second article .content-block .entry-list a:hover .title{
	color:#F35A10;
	text-decoration:underline;
}

#second article .content-block #eventlist{
	margin-bottom:30px;
}


/* ================================================================================================================
Smart Phone 768 break point
================================================================================================================ */

@media only screen and (max-width:768px){

#home #content .inner{
	padding:0 0 180px;
}
#home .inner{
	width:100%;
}
#home main .menu-block,
#home main .content-block#news,
#home main .content-block#intro,
#home main .content-block#consult,
#home main .content-block#dinner-menu,
#home main .content-block#facility,
#home main .caution,
#home aside,
#home footer .inner{
	width:94.666%;
	margin-left:auto;
	margin-right:auto;
}

#mainvisual.content-block img{
	border-radius:0;
}

ul.main-menu li.intro {
	background:url(../img/icon_intro_wh.png) #F35A10 no-repeat;
	background-size: 11.2vw auto;
	background-position:left 50% top 15px;
}

ul.main-menu li.info {
	background:url(../img/icon_info_wh.png) #F35A10 no-repeat;
	background-size: 11.2vw auto;
	background-position:left 50% top 15px;
}
ul.main-menu li.event {
	background:url(../img/icon_calendar_wh.png) #F35A10 no-repeat;
	background-size: 11.2vw auto;
	background-position:left 50% top 15px;
}
.menu-block ul.main-menu li.event a{
	padding:16vw 0 0;
	font-size:1.4rem;
	line-height:1.285;
	font-weight:bold;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
}
.menu-block ul.sub-menu li.dinner {
	background:url(../img/icon_menu.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}

.menu-block ul.sub-menu li.faq {
	background:url(../img/icon_faq.png) no-repeat;
	background-size: 24px auto;
	background-position:left 10px top 15px;
}


#home .caution {
	margin-bottom:10.66vw;
}

#intro.content-block img.pict-facility{
	float:none;
	width:100%;
	height:auto;
	margin-right:0;
	margin-bottom:10px;
}

table.table-content th{
	width:100%;
	display:block;
}
table.table-content td{
	width:100%;
	display:block;
}

/* 下層ページ コンテンツ内画像 */

#second .content-block .text img{
	width:100%;
	height:auto;
}
#second .content-block .text .ex-win img{
	width:16px;
	height:auto;
}



}/* media */