@charset "utf-8";
/* CSS Document */

#workingtimewrap, #kyukawrap {
	max-width:1000px;
	width:90%;
	height:auto;
	margin:0 auto 150px auto;
	text-align:center;
}

/* タブ */
.typeA{
	display: flex;
	flex-wrap: wrap;
}
.typeA::after {
	content: '';
	width: 100%;
	height: 11px;
	order: -1;
	display: block;
	background: #0C4FB7; /* バー */
}
.typeA .tabLabel { /* タブ */
	margin-right: 3px;
	padding: 15px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #FFF;
	line-height:1.25em;
	background: #000; /* タブ元色 */
	transition: .5s ;
	cursor: pointer;
text-align:center;
}
.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.typeA input { /* ラジオボタン非表示 */
	display: none;
}

/*アクティブ設定*/
.typeA input:checked + .tabLabel {
	color: #FFF;
	font-weight:bold;
	font-size:110%;
	background: #0C4FB7; /* タブアクティブ */
}
.typeA input:checked + .tabLabel + .content {
	box-sizing:border-box;
	padding: 30px;
	height: auto;
	overflow: auto;
	background: #F9F9F9; /* 地色 */
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}

@media only screen and (max-width: 860px) {
	.typeA .tabLabel {font-size:90%;} /* タブ */ 
	.typeA input:checked + .tabLabel {font-size:95%;}
}

/* タブ内 */
.typeA .content { /* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;

}

.inner {
	padding-top:50px;
}
.inner h3 {
	text-align:center;
	font-size:2.0em;
	color:#0C4FB7;
	font-weight:bold;
	margin:0 auto 30px auto;

}
.inner ul {
	text-align:left;
	margin:0 auto 30px auto;
	display:inline-block;
}
.inner ul li {
	text-align:left;
	margin-bottom:10px;
	list-style-position: outside;
	list-style-type: square;
}
.kinmuwrap {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.kinmuwrap .halfbox {
	max-width:373px;
	width:42%;
	margin:0 3% 60px 3%;
}
.kinmuwrap .halfbox h4 {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	margin:0 auto 15px auto;
	border:#999999 1px solid;
	padding:15px 5px;
}
.kinmuwrap .halfbox img {
	width:100%;
	height:auto;
}
.kinmuwrap .halfbox p {
	margin-bottom:15px;
}

@media only screen and (max-width: 750px) {
	.kinmuwrap {flex-direction:column;}
	.kinmuwrap .halfbox {
		max-width:373px;
		width:85%;
		margin:0 auto 60px auto;
	}
}

/* 休日内容リンクボタン */
.yukyubtn {
	margin:20px auto;
	background:#0C4FB7;
	color:#FFF !important;
	font-weight:bold;
	transition:all 0.5s ease-out;
	padding:15px;
	display:block;
}
.yukyubtn:hover {background:#E50007;}

/* 有給休暇 未使用 */
#kyukawrap p {
	display:inline-block;
	margin:0 auto 50px auto;
	text-align:center;
	line-height:1.8;
}

/* 休日スポット */
.unit {position:relative;}

.unit .midashi {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
/* unitの直下のPに効く。見出しの中のpは直下じゃないので効かない */
.unit > p {margin-bottom:40px;}

.spotbox {
	width:90%;
	height:auto;
	max-width:1000px;
	margin:0 auto 250px auto;
}
@media only screen and (max-width: 800px) {.spotbox {margin:0 auto 125px auto;}}
@media only screen and (max-width: 600px) {.spotbox {margin:0 auto  70px auto;}}
@media only screen and (max-width: 500px) {.spotbox {margin:0 auto  35px auto; width:95%;}}

.spotbox h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:#CCC 1px solid;
	padding-bottom:9px;
	line-height: 2.0;
}

.spotbox h3 span {
	font-size:1.0em;
	font-weight:bold;
	margin-right:15px;
	background:#000;
	color:#FFF;
	padding:5px 15px;
	font-size:0.8em;
}

.spotph {
	width:100%;
	height:auto;
	margin:0 auto 100px auto;
	text-align:center;
	max-width:700px;
}
@media only screen and (max-width: 600px) {.spotph {margin:0 auto 50px auto;}}

.spotph img {
	width:100%;
	height:auto;
}

.spotbox .naiyo {
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:left;
	line-height:1.7;
	font-size:0.95em;
}
.spotbox .naiyo span {
	display:block;
	border:#CCC 1px dashed;
	background:#FFFFFF;
	padding:8px 15px;
	width:100%;
	box-sizing:border-box;
	margin-top:25px;
	text-align:left;
}

@media only screen and (max-width: 950px) {
	.spotbox .naiyo {
		line-height:1.9;
		font-size:0.95em;
	}
}

/* 写真のスライダー */
.slider {
	position:relative;
	height:330px;
	margin:0 auto;
	padding-top:0;
	padding-bottom:0;
	text-align: center;
}

.slider ul {
	margin:0;
	padding:0;
}

.slider ul img {/* スライドさせる画像の幅を設定 */
	width:100%;
	margin:0 auto 0;
	padding-top:0;
	padding-bottom:0;
}

.slider ul li {
	list-style:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:9s;  /* アニメーションの周期9秒 */
}

/* アニメーション開始時間の設定 */
.slider ul li:nth-child(1){
	animation-name:slider;
	/* 1秒後前からスタート */
	animation-delay:-1s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	/* 2秒後（3秒-1秒）からスタート */
	animation-delay:2s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	/* 5秒後（6秒-1秒）からスタート */
	animation-delay:5s;
	opacity:0;
}

/* フェードイン・フェードアウトの設定 */
@keyframes slider {
    0%{opacity:0;}
   25%{opacity:1;}
  100%{opacity:0;} 
}

/* 追加20211223　育児を支えます部分 */
.stylewrap {
	position:relative;
	box-sizing:border-box;
	background-color:#F7DED7;
	border-radius:40px;
	width:85%;
	max-width:1000px;
	margin:0px auto 50px auto;
	padding:110px 60px 30px 60px;
	text-align:left;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-start;
}
@media only screen and (max-width: 1000px) {
	.stylewrap {
		flex-direction:column;
		flex-wrap:wrap;
	}
}
@media only screen and (max-width: 620px) {
	.stylewrap {padding:100px 30px 30px 30px;}
}

.stylewrap h3 {
	position:absolute;
	top:25px;
	left:-25px;
	padding:15px 60px;
	font-size:1.7em;
	font-weight:bold;
	background-color:#E2886D;
	border-radius:30px;
	color:#FFFFFF;
}

.stylewrap p span {
	color:red;
	font-size:1.6em;
}

.stylewrap ul {display:block}

.stylewrap ul li {
	margin:5px 0;
	text-align:left;
	list-style:outside circle;	
}

@media only screen and (max-width: 620px) {
	.stylewrap h3 {
		left:20px;
		font-size:1.5em;
	}
}

.stylewrap p {
	line-height:1.8;
	margin-right:30px;
	text-align:left !important;
}

.stylewrap img {
	box-sizing:border-box;
	width:100%;
	max-width:307px;
	height:auto;
	margin:0 auto;
}
