@charset "UTF-8";
/*
Theme Name: sarubinowp
Description: 社会福祉法人 恵成会 おおぞら WP テーマ
*/
body {
	color: #333333;
	background-color: #f1efe7;
	font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.content {
	max-width:960px;
	margin:60px auto;
	padding:30px 30px 60px 30px;
	background-color:#fff;
}

.container {
	max-width:1110px;
	padding: 0;
}


/* =Header
-------------------------------------------------------------- */

.header {
        background-image: url(img/sky_bg.jpg);
        background-position: top 100%;
        background-repeat: repeat-x;
	overflow:hidden;
	height:110px;
	position:relative;
}

a.navbar-brand {
	display:block;
	width:300px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.png);
	background-repeat:no-repeat;
	background-position:0%;
	background-size:100%;
	border-bottom:none;
	height:110px;
	margin-left:-150px;
	position:absolute;
	left:50%;
}

/* =Navbar
-------------------------------------------------------------- */

.navbar-main {
	font-family: 'Kosugi Maru', sans-serif;
	transform: rotate(0.001deg);
	background-color:#fff !important;
	padding:0;
}
.navbar-main .nav-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height:40px;
	color:#000 !important;
	padding:10px 0 !important;
	font-size:110%;
	text-align:center;
} 
.navbar-main .nav-item.active a {
	color:#333399 !important;
} 

@media (min-width: 768px) {

.navbar-main li.nav-item+li.nav-item a {
	padding:10px 0px 10px 10px !important;
}   
.navbar-main li.nav-item+li.nav-item a:before {
	content: '● ';
	color:#5e7ebf;
	font-size:80%;
	padding: 0 10px;
}


}

.navbar .nav-item a:hover {
	color:#5e7ebf !important;
} 

.navbar-toggler {
position:relative;
height:50px;
width:100%;
}

.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(51, 51, 102, 1 )' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
position:absolute;
right:20px;
bottom:10px;
}

/* =Footer
-------------------------------------------------------------- */

.footer {
	background-color:#333366;
	color:#fff;
	padding:20px 0;
}
.footer strong {
	color:#fff;
}
.footer p {
	margin:0 0 10px 0;
}
.footer ul a {
	color:#fff;
}
.footer a:hover {
	text-decoration:underline;
}

.footer-message {
	color:#d0defb;
	font-size:90%;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 90px;
	height: 115px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url(img/pagetop.png);
	background-repeat:no-repeat;
	background-size:100%;
}

/*=====kihon settei=====*/
p {
	margin-top:1em;
}
img {
	border-style: none;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: 'Kosugi Maru', sans-serif;
	transform: rotate(0.001deg);
	background-image:url(img/icon_h1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100px;
	padding-bottom:40px;
	font-weight:bold;
    text-align: center;
	margin:40px 0;
	color:#000;
	fonr-size:224%;
}
.content h2 {
	color:#333366;
	padding:0 0 20px 0;
	margin:30px 0 30px 0;
	font-weight:bold;
	font-size:186%;
	border-bottom:2px dotted #5e7ebf;
}
.content h3 {
	margin:20px 0;
	padding:15px 0;
	font-weight:bold;
	color:#000;
	font-size:143%;
}
.content h3:before {
	content: '● ';
	color:#5e7ebf;
	font-size:80%;
	padding: 0 5px 0 0;
}

.content h4 {
	font-size:120%;
	margin:0 0 30px 0;
	color:#000;
}

/*=====text=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #000;
}

.lead {
	font-size:143%;
}

.catch {
	font-size:120%;
}

.text_ll {
	font-size:143%;
}
.text_l {
	font-size:128%;
}

.card {
	border-radius:0;
	border-color:#ccc;
	background-color:#fefefe;
}
.card p {
	margin:10px 0;
}

/*=====list=====*/
.content ul {
	margin: 0;
	margin-left:1em;
	padding-left: 2em;
}
ul ul {
	margin: 0;
}
ol {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ol ol {
	margin: 0;
}
ol ul {
	margin: 0;
}

/* Link */
a {
	color:#333399;
	text-decoration:none;
}

a:hover {
	color:#5e7ebf;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.table  {
	margin:30px 0;
	border-bottom: 1px solid #ccc;
}

.table th {
  border-top: 1px solid #ccc;
    position: relative;
}
.table td {
  border-top: 1px solid #ccc;
}
.table-bordered {
  border: 1px solid #627ebe; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #627ebe; }
  .table-bordered th {
    background-color:#f8f9fa; }

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url(img/pagetop.png);
	background-repeat:no-repeat;
	background-size:100%;
}


/* =内部コンテンツ用
-------------------------------------------------------------- */

.boxlink:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.btn {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding:10px 30px;
	font-weight:bold;
}

.btn-dark {
	background-color:#333366;
	border-color:#333366;
	color:#fff;
}
.btn-dark:hover {
	background-color:#5e7ebf;
	border-color:#5e7ebf;
	color:#fff;
}
.btn-light {
	background-color:#cfd9ec;
	border-color:#cfd9ec;
	color:#333366;
}
.btn-light:hover {
	background-color:#dbe3f3;
	border-color:#dbe3f3;
}

.googlemap {
position: relative;
padding-bottom: 30.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*内部コンテンツ*/

.content .shisetu-box h3 {
	font-size:100%;
}
.content .shisetu-box h3:before {
	content:"";
}

.row-qa .qa-q {
	font-size:126%;
	color:#993333;
}
.row-qa .qa-a {
	font-size:126%;
	color:#333399;
}


/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {  

}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) { 

 }

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {

 }

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) { 

}

/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1199.98px) {  

}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) { 

body {
	font-size: 14px;
}

.header {
	height:80px;
        background-position: top center;
}

a.navbar-brand {
	display:block;
	width:200px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.png);
	background-repeat:no-repeat;
	background-position:0%;
	background-size:100%;
	border-bottom:none;
	height:80px;
	margin-left:-100px;
	position:absolute;
	left:50%;
}

.navbar-main .nav-item a {
	line-height:30px;
}

.navbar-main li a:before {
	content: '● ';
	color:#5e7ebf;
	font-size:80%;
	padding: 0 5px 0 20px;
}

.container {
	padding: 0 20px;
}

.content {
	margin:20px auto;
}

h1 {
	font-size:180%;
	margin:20px 0;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:120%;
}

.lead {
	font-size:126%;
}

}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) { 

 }

/* 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) { 

}

@media (max-width: 320px) { 

a.navbar-brand {
	height:50px;
	margin-top:10px;
}

}

/* 情報公開追加による変更 2411*/
.jyouhou_menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	place-content: center;
	list-style: none;
	max-width: 270px;
	margin: 0 auto 50px auto;
	padding: 0;
}

.jyouhou_menu ul li a {
	font-size: 1.1rem;
}

.jyouhou_content ul {
	display: grid;
	grid-template-columns: 1fr;
	place-content: center;
	gap: 10px;
	margin: 0 0 0 1.5rem;
	padding: 0;
}

.jyouhou_content ul li {
	font-size: 1.1rem;
}

.jyouhou_content ul li a[href$=".pdf"]:after {
	content:"";
	display: inline-block;
	width: 23px;
	height: 37px;
	vertical-align: -12px;
	margin-left: 5px;
	background: url(img/pdf_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (max-width: 1099.98px) {
  .navbar-expand-oozora > .container,
  .navbar-expand-oozora > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
	.jyouhou_menu ul {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: 550px;
	}

	.jyouhou_content ul {
		grid-template-columns: 1fr 1fr;
		margin: 0 0 0 2rem;
	}

	.jyouhou_content ul li {
		font-size: 1.2rem;
	}
}

@media (min-width: 1100px) {
  .navbar-expand-oozora {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	}
	
  .navbar-expand-oozora .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}
	
  .navbar-expand-oozora .navbar-nav .dropdown-menu {
    position: absolute;
	}
	
  .navbar-expand-oozora .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
	}
	
  .navbar-expand-oozora .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
	}
	
  .navbar-expand-oozora > .container,
  .navbar-expand-oozora > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	}
	
  .navbar-expand-oozora .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
	}
	
  .navbar-expand-oozora .navbar-toggler {
    display: none;
	}
	
  .navbar-expand-oozora .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}