/* tawaradai_bus内の共通cssを読み込む */
@import url("/tawaradai_bus/inc/style.css");　
/* tawaradai_bus内の共通cssを読み込むここまで */

/*wp読み込み部分のcss　-------------------------------------------------------------*/

/*お知らせ*/
.news-list{
  list-style: none outside;
  margin: 0 20px;
  padding: 10px; 
overflow:auto;
overflow-y:scroll;
	height: 300px;
}

.news-list dt{
	border-top: 1px solid #CCC;
	margin-top: 5px;
	padding: 10px 0;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  padding: 10px auto 5px 0;
}

.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
	color: #999;
  /*padding: 0 20px 0 0;*/
}
.news-list .item .title{
  margin: 0 20px 0 10px;
	white-space: nowrap;
	min-width: 150px;
	text-align: left;
}

@media (max-width:480px) {

.news-list .item{
	display: block;
}

.news-list .item .title{
	margin: 5px 0;
	font-size: 1.8rem;
	display: block;
}

.news-list{
	margin: 0 10px;
	padding: 10px;
	}

.nowr{
		white-space: nowrap
	}
}



/*newマーク*/
em.newicon{
	background: #085;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	margin: 2px;
	border-radius: 2px;
	font-style: normal;
}
/*　/お知らせ -------------------------------------------------------------------------*/



.tawarainfo em{
	display: none;/*日付*/
}
.tawarainfo p{
	margin: 0;
	padding: 0;
}
.tawarainfo h4{
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	border-left: 6px solid #999;
	padding-left: 6px;
	color: #666;
}

.tawarainfo table{
	color: #333;
}
.tawarainfo table tr:nth-child(2n+1){
	background: rgba(243,243,243,0.5)
	
}

/*テーブル6行目の要支援2*/
.tawarainfo tr:nth-child(6) td{
	border-top: 2px solid #999;
}

/*毎日のことだから、一つひとつ丁寧に真心を込めて。部分ここから*/
.pickup-service ol{
		list-style: none;
		width: 100%;
		margin: 10px;
	}
.pickup-service ol li h5{
	font-size: 1.0em;
	font-weight: bold;
	margin: 2px 0;
	padding: 2px 0;
	color: rgba(0,136,85,0.8);
	display: block;
}
.pickup-service ol li h5:first-letter {
  font-size: 1.5em;
  color: #fff;
  background: rgba(0,136,85,0.8);
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px; 
}
.pickup-service ol li{
	padding-left: 120px;
	padding-bottom: 10px;
	width: 90%;
	margin: 25px 0;
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */
	background-position:left;                     /* 画像の表示位置を指定  */
    background-size:110px auto;                               /* 画像のサイズを指定    */      
	}

/*1行目画像*/
	.pickup-service ol li:nth-child(1){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-01.jpg)
}
/*2行目画像*/
		.pickup-service ol li:nth-child(2){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-02.jpg)
}
/*3行目画像*/
		.pickup-service ol li:nth-child(3){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-03.jpg)
}
/*4行目画像*/
		.pickup-service ol li:nth-child(4){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-04.jpg)
}
/*5行目画像*/
		.pickup-service ol li:nth-child(5){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-05.jpg)
}
/*6行目画像*/
		.pickup-service ol li:nth-child(6){
		background-image:url(https://www.wakoucai.or.jp/tawara/images/pickup-service-06.jpg)
}



/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pickup-service ol li h5{
		display: block;
		margin-left: -130px!important;
		padding-bottom: 20px;
		background: #fff;
		line-height: 2rem;
		font-size: 1.2rem
	}
	.pickup-service ol li h5:first-letter {
  font-size: 1.2em;
}
	.pickup-service ol li{
      /*background-position:top 100px left; */                    /* 画像の表示位置を指定  */
	  background-size:80px auto;
	}
	.pickup-service{
	margin: 0;
		padding: 0;
		font-size: 90%
	}
}

/*毎日のことだから、一つひとつ丁寧に真心を込めて。部分ここまで*/

/*wp読み込み部分のcssここまで --------------------------------------------------------*/

body {
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: initial!important;/*継承しない*/
	/*color:#828282;*/
	background-color:#fff;
	margin:0;
	padding:0;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased
}
#main{
	margin: auto 10px;
}
ul {
	margin:0;
	padding:0;
	list-style:none
}
h1 {
	font-size:60px
}
h2 {
	/*color:#F90;*/
	font-weight:300;
	margin:30px auto;
}
h3, h4, h5 {
	color:#333c4d;
	font-weight:400;
	margin-bottom:20px
}
p {
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height:23px;
	/*color:#828282;*/
	padding-bottom:15px
}
@font-face {
font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul li {
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height:27px;
	list-style-type:none;
	/*color:#828282*/
}
a {
	color:#828282
}
a:hover {
	color:#0785f2
}
a h4:hover {
	text-decoration:underline
}
img {
	max-width:100%;
	height:auto
}
.branding img#logo {
	/*max-width:initial;
	margin-left:-25px*/
}
.clear {
	clear:both
}
.container {
	/*padding-right:15px;
	padding-left:15px;*/
	margin-right:auto;
	margin-left:auto
}
.caption {
	text-align:center;
	margin-bottom:70px
}
.btn-cta-primary {
	color:#fff!important;
	padding:15px 30px!important;
	border-radius:0;
	font-size:12px;
	letter-spacing:2px;
transition:all .2s ease-in-out;
	position:relative;
	margin-top:25px;
	text-transform:uppercase;
	font-weight:500
}
.btn-cta-blue {
	background-color:#0785f2
}
.btn-cta-blue:hover {
	background-color:#fff;
	color:#0785f2!important
}

.flexlayout{
	display: flex;
}
.flexlayout img{
	width: 300px;
	height: auto;
}

/*アンカーずれ*/
hr{
padding-top: 60px;
margin-top: -60px;
height: 60px;
	border: none;
}
a.more {
transition:all .2s ease-in-out;
	font-size:14px!important;
	margin-top:10px;
	font-weight:400
}
a.more:hover * {
	color:#0785f2;
	padding-left:10px
}
a.more i.fa {
	font-size:15px!important;
	font-weight:700;
	border:none;
	cursor:pointer;
	margin-right:5px;
transition:all .2s ease-in-out
}
a.more i.fa:hover {
	color:#009be3
}
#top-nav {
transition:all .2s linear 0s
}
.navbar-fixed-top {
	background-color:transparent;
	border:none
}
a.jump_point {height: 1px;
display: block;
padding-top: 40px;
margin-top: -40px;
}
.navbar-fixed-top li a {
	color:#fff;
	font-size:14px;
	font-weight:400;
transition:color .3s, border .3s
}
.navbar-fixed-top .navbar-nav .activenav a {
	color:#fff;
	border-bottom:1px solid #fff
}
.navbar-nav>li>a {
	border-bottom:1px solid transparent;
transition:color .3s, border .3s
}
.navbar-fixed-top .navbar-nav>li>a:hover {
	border-bottom:1px solid #fff
}
.fixed-header {
	background:rgba(255,255,255,0.8)!important;
	box-shadow:0 6px 4px -4px rgba(0, 0, 0, .1)
}
.fixed-header .navbar-nav>li>a {
	color:#828282;
	opacity:1
}
.fixed-header .navbar-nav .activenav a {
	color:#222!important;
	border-bottom:1px solid #0785f2
}
.fixed-header .navbar-nav .activenav a:hover {
	border-bottom:1px solid #0785f2
}
.fixed-header .navbar-nav>li>a:hover {
	border-bottom:1px solid #111
}
#top-nav.navbar-scroll-changed {
	background:0 0;
	margin:0 auto;
	border:0;
	padding-top:15px;
	padding-bottom:15px
}
.hero-overlay {
	background:rgba(0, 0, 0, .4);
	height:300px;
	top:0;
	left:0;
	bottom:0;
	right:0
}

.hero-image #home {
	background:url(../images/home-hero-2.jpg) center no-repeat;
	position:relative;
	width:100%;
	background-size:cover;
	overflow:hidden
}

/*ヘッダー内*/

h1#subtit{
	font-size: 6px;
}
.main-message h1 {
	list-style: none;
	font-size: 5rem;
	color: #fff!important;
	text-align: right;
	margin-top: 200px;
	z-index: 1000;
	position: absolute;
	right: 0;
}

/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* /下から */

.main-message .container h1 span{
	display: block;
}
.main-message .container h1 span#s-name{
font-size:20%;
color: #fff;
}
.main-message .container h1 span{
font-size:30%;
color:#ffd700;
margin-top: 10px;
}

h4.fkai {
  position: relative;
  padding: 1rem 2rem;
	margin-top: 15px;
  border-bottom: 6px solid #094;
	font-size: 23px;
	font-weight: bold;
}

h4.fkai:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
body{
	font-size: 14px;
	}
.main-message h1 ul{
	list-style: none;
	display: flex;
		top: 0;
	right: 0;
	position: fixed;
	font-size: 8px;
}
.branding img#logo{
		margin-left: 10px;
		margin-right: auto;
	width: 100px;
	height: auto;
	}
	.hero-image {
  margin-bottom: 0;
}
h3, .h3 {
  font-size: 18px;
}
.title h2,h2 {
	font-size: 1.5rem;
	margin: 30px auto 10px auto;
	text-align: center;
	}
.hero-overlay {
height:120px
}
.navbar-fixed-top {
background:rgba(255,255,255,0.6)!important;
box-shadow:0 6px 4px -4px rgba(0, 0, 0, .1)
}
.navbar-default .navbar-nav>li>a {
/*color:#828282;*/
opacity:1;
line-height:20px!important;
margin-left:0!important
}
.navbar-fixed-top .navbar-toggle .icon-bar {
 background-color:#085!important;
 row-gap: 0.5rem;
	box-shadow: 2px 2px 4px #999;
}
.navbar-fixed-top .navbar-nav .activenav a {
color:#222;
border-bottom:3px solid #fff;
}
	span.br{
	display: block;
	margin: 5px;
}
}
/* /480px以下に適用されるCSS（スマホ用）ここまで */

h2,
.title h2,
main h2,
.tawarainfo h2{
	border-radius: 100vh;
	border: 3px solid rgba(0,136,85,0.6); 
	color: #333;
	padding: 20px;
	margin: 30px 8px 20px 4px;
	text-align: center;
}
body.sakuraen .title h2 {
border: 3px solid #ffb6c1 ; 
}
body.tawaraen .title h2 {
border: 3px solid #32cd32 ; 
}
h2.access-mean-title {
  color: #fff !important;
  border: 3px solid #fff !important;
}

.flexbox{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


@media (min-width:1024px) {
.hero-overlay {
/*height:750px*/
height:250px
}
}

p.copyright {
float:none!important;
margin-left:0!important
}


 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*テーブル*/
table{
	width: 100%!important;
	table-layout: fixed;/*幅均等*/
	margin: 10px 0;
	overflow-x: scroll;/*横スクロール*/
    -webkit-overflow-scrolling: touch;/*横スクロール*/
}

th,td{
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}
th{
	text-align: center;
	background: #f5f5f5;
}

th.shien {
  background-color:rgba(112,128,144,0.5)  ;
  font-weight: normal;
}

table.one tr td:nth-of-type(5),
.jihi table tr td:nth-of-type(2){text-align: left;}

/* 「土」の文字色 */
th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
th.sun {
  color: #e66a6a;
}

/*dl.list_table*/
.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background-color: #778899 ;
    color: #fff;
}

.list_table > dd {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .list_table > dd {
        border: 1px solid #ddd;
        border-top: none;
    }
    .list_table > dt,
    .list_table > dd {
        text-align: center;
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ddd;
    }
    .list_table > dt {
        width: 20%;
    }
    .list_table > dd {
        width: 80%;
        border-right: 1px solid #ddd;
    }
}



/*テーブルここまで*/

/*_blank*/
a[target="_blank"]::after {
   font-family: "Material Icons";
  content: "\e89e";
}

h3.noman{
	text-align: center;
	margin: 20px;
}
h3.noman span{
	background:linear-gradient(transparent 60%, #ff6 60%);/*マーカー*/
	display: inline-block;
}

/*順番*/
.flow ol{
	list-style: none;
	font-weight:bold;
}

body.tawara .flow ol li span{
 	background: rgba(0,136,85,0.8);
}
body.sakuraen .flow ol li span{
 	background: #ff69b4;
}

.flow ol li span{
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	padding: 4px;
	margin-right: 3px;
}
.flow ol li p{
	margin: 10px;
	padding: 10px;
	font-weight: normal;
}

/*.gallery*/
.gallery{
  padding:10px;
  display : flex;
  flex-wrap : wrap;
}
.gallery div h1,
.gallery div h2{
	font-display: initial!important;
	font-family: "Kosugi Maru", sans-serif!important;
color: #fff!important;}

.gallery div{
	width : calc(100% / 4) ;
	white-space: nowrap;
	margin: 10px 15px;
	text-align: center;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.gallery{
		display: block;
	}
	.gallery div{
		width:90%;
		height: auto;
		overflow: hidden;
	}
}

.fullscreen-image {
   cursor: url("../gallery/img/plus_cursor.png"), pointer; /* マウスポインタを指定 */
   display: inline-block;   /* 横方向に並べる指定 */
   margin: 0px 5px 5px 0px; /* 周囲の余白量(右と下に5pxずつ) */
}

figcaption h2{
	border: inherit!important;
	border: none!important;
}
figcaption{
	background: rgba(0,0,0,0.5);
	color: #333;
	width: 100%;
}
.fullscreen-image h5[data-sub]:after{
	content:attr(data-sub);
text-align: center;
	margin: 5px;
font-size: 14px;
display: block;}
	
@media screen and (max-width: 480px) {

.fullscreen-image{
	pointer-events: none;/*リンク無効*/
}
.gallery li{
		width : 100%;
		display: block;
}
}

/*チェック*/
ol.check {
  list-style-type: none;
}
ol.check li {
  position: relative;
  line-height: 1.8;
}
ol.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

/* .faqここから */
ol.accordion {
margin: 3em auto;
max-width: 90vw;
}

ol.accordion li{

}

.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.faqtitle:hover {
cursor: pointer;
}
.faqtitle,
.faqcontent {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.faqtitle {
/*border: solid 1px #ccc;*/
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.faqtitle::after,
.faqtitle::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.faqtitle::after {
transform: rotate(90deg);
}
.faqcontent {
max-height: 0;
overflow: hidden;
}
.faqcontent p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .faqtitle + .faqcontent {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .faqtitle::before {
transform: rotate(90deg) !important;
}
/* .faqここまで */

/* .faqの装飾ここから*/
ol.accordion {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

ol.accordion li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	border-bottom: dashed 1px gray;
}

ol.accordion li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.tawara ol.accordion li:before{
	  background: rgba(0,136,85,0.8);
}
body.sakuraen ol.accordion li:before{
	  background: #ff69b4;
}
/*　装飾ここまで*/


/*アクセス部分（/tawaradai-bus/inc/style.cssが基本）*/
.access{
	font-family: "Kosugi Maru";
	background: #085;
    justify-content: right;
}
.access-description{
	background: #085;
	padding: 20px;
	color: #fff;
}
h2.access-title{
	color: #fff!important;
	font-weight: bold;
	font-size: 2.8rem
}

.access a{
	color: #fff;
}

.access-map {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.access-address{
	display: flex;
}
.access-address span{
	margin: 10px;
}

/*継承させない*/
p,
.content p{
	font-size: initial;
	color: initial;
}