﻿@charset "UTF-8";

/*
Theme Name: ぴーす
Description: レスポンシブ用テーマ
*/

/**************************************************************************************************

共通

**************************************************************************************************/

/*.grecaptcha-badge { visibility: hidden; }*/

.header {
	padding:10px 0px;
	font-weight:bold;
	color:#eb75a9;
}

.ofset15 {
	padding-left:0 !important;
	padding-right:0 !important;
}

.nav-item {
	text-align: center !important;
}

.img-size-lg {
	width:80%;
}

h1 {
	font-size:24px;
	margin-bottom:20px;
}

h1 span {
	font-size:18px;
}


h2 {
	font-size:24px;
	margin-top:10px;
}

h3 {
	font-size:24px;
	margin-top:10px;
}

h3.blue {
	width:40%;
	margin:0 auto;
	padding:10px 30px;
	border:#0e68a9 solid 2px;
	color:#0e68a9;
}

h3.orange {
	width:60%;
	margin:0 auto;
	padding:10px 30px;
	border:#e79012 solid 2px;
	color:#e79012;
}

h3.black {
	width:30%;
	margin:0 auto;
	padding:10px 30px;
	border:#333 solid 2px;
	color:#333;
}

h4 {
	font-size:18px;
	margin:0 auto;
	padding:10px 30px;
	border-bottom:#888 solid 1px;
	color:#888;
}


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

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

section {
	margin:60px 0px 60px 0px;
}

.secBox {
	margin:30px 0px;
}

.secTitle {
	margin:30px 0px;
	font-weight:bold;
}

.blue {
	font-size:26px;
	color:#00aee2;
	padding-bottom:25px;
	background:url("images/blue.png") no-repeat bottom center;
}

.pink {
	font-size:26px;
	color:#eb75a9;
	padding-bottom:25px;
	background:url("images/pink.png") no-repeat bottom center;
}

.yellow {
	font-size:26px;
	color:#febc00;
	padding-bottom:25px;
	background:url("images/yellow.png") no-repeat bottom center;
}

.green {
	font-size:26px;
	color:#7fbe25;
	padding-bottom:25px;
	background:url("images/green.png") no-repeat bottom center;
}

.purple {
	font-size:26px;
	color:#a387bd;
	padding-bottom:25px;
	background:url("images/purple.png") no-repeat bottom center;
}

.pagetitle_l {
	margin:10px 0px 30px 0px;
	padding:20px 0px 20px 30px;
	font-weight:bold;
	font-size:26px;
	letter-spacing:3px;
	text-align:center;
}

.pagetitle_c {
	margin:10px 0px 30px 0px;
	padding:20px 20px 20px 0px;
	font-weight:bold;
	font-size:26px;
	letter-spacing:3px;
	text-align:center;
}
.pagetitle_r {
	margin:10px 0px 30px 0px;
	padding:20px 0px 20px 0px;
	font-weight:bold;
	font-size:26px;
	letter-spacing:3px;
	text-align:center;
}

.piece01 {
	background:#f5f5f5 url("images/piece01.png") no-repeat center center;
}

.piece02 {
	background:#f5f5f5 url("images/piece02.png") no-repeat center center;
}

.piece03 {
	background:#f5f5f5 url("images/piece03.png") no-repeat center center;
}

.piece04 {
	background:#f5f5f5 url("images/piece04.png") no-repeat center center;
}

.piece05 {
	background:#f5f5f5 url("images/piece05.png") no-repeat center center;
}

.piece06 {
	background:#f5f5f5 url("images/piece06.png") no-repeat center center;
}

.piece07 {
	background:#f5f5f5 url("images/piece07.png") no-repeat center center;
}


.bg-size50 {
	background-size:50%;
}

p.just {
	text-align:justify;
}

.fnavi {
	margin:60px auto 40px auto;
}

.fnavi li {
	display:inline-block;
	color:#fff;
	margin:0px 15px;
	padding:5px 20px;
	background:#28a03a;
}

.fotter {
	padding:30px 0px;
	background:#f6f6f6;
}

.fnaviend {
	margin-bottom:30px;
}

.copyright {
	margin:20px 0px;
	font-size:12px;
}


/**************************************************************************************************

GLOBAL NAVIGATION

**************************************************************************************************/

.navbar {
	padding:.5rem 0rem 0rem 0rem !important;
}

.nav-link {
	padding: left 6px !important;
	padding: right 6px !important;
	border-bottom:#fff solid 3px;
}

.nav-link:hover {
	border-bottom:#eb75a9 solid 3px;
}


/**************************************************************************************************

トップページ
home

**************************************************************************************************/

.slide{
	margin-top:10px;
}

.newsBox {
	
	padding:5px 15px;
	border:#d0d1d1 solid 1px;
}

.newsTbl {
	width:100%;
	letter-spacing:2px;
}

.newsTbl tr {
	border-bottom:#d0d1d1 solid 1px;
}

.newsTbl tr:last-child {
	border-bottom:none;
}

.newsTbl th {
	width:190px;
	padding:10px 10px;
}

.newsTbl td {
	padding:10px 10px;
}



/**************************************************************************************************

個別療育

**************************************************************************************************/

ul.individual li{
    position: relative;
    padding: 5px 0 5px 25px;
    font-size:18px;
    margin-left:10px;
  }
 
ul.individual li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 10px;
    height: 15px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
  }


.indivBox01 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #00a0e8;
    border-radius: 8px;
}
.indivBox01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #00a0e8;
    font-weight: bold;
}

.indivBox02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #21ab38;
    border-radius: 8px;
}
.indivBox02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #21ab38;
    font-weight: bold;
}

.indivBox03 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ea5414;
    border-radius: 8px;
}
.indivBox03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #ea5414;
    font-weight: bold;
}



/**************************************************************************************************

活動内容

**************************************************************************************************/

ul.activelist {
	margin-bottom:20px;
}

ul.activelist li {
	font-size:18px;
	padding-left: 24px;
	line-height: 1.8em;
	background: url(images/listicon-g.png) left 0px top 10px no-repeat;
	background-size: 15px auto;
}

.programBox{
	padding:0px 0px 20px 0px;
	background-image:url("images/fumira_hello.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.programBox h3{
	padding:48px 0px 20px 150px;
	font-size:22px;
}

.programInnr {
	padding:50px 0px 0px 240px;
}

.programInnr th {
	vertical-align:top;
	padding:5px 10px;
	border: 1px solid #333;
	white-space:nowrap;
}

.programInnr thead td {
	background-color:#eee;
	text-align:center;
}

.programInnr td {
	vertical-align:top;
	padding:5px;
	border: 1px solid #333;
}

.trpink { background-color:#fce9f9; }
.trblue { background-color:#e9f3fc; }
.tryellow { background-color:#fcfce9; }
.trgreen { background-color:#effce9; }
.trpurple { background-color:#f6e9fc; }

.pinkBox { background-color:#fce9f9;border-radius:15px;padding:15px 25px; }
.yellowBox { background-color:#fcfce9;border-radius:15px;padding:15px 25px; }



/**************************************************************************************************

事業所紹介

**************************************************************************************************/

.infoTbl {
	width:100%;
	margin:20px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 8px 15px;
	background: url(images/service-img03.png) right 15px top 20px no-repeat;
	background-size: 320px auto;
}

.infoTbl th {
	width:25%;
	padding:5px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background:#ec75a9;
}

.infoTbl td {
	width:75%;
	padding:5px 20px;
}

.baseTbl {
	width:100%;
	margin:5px 0px;
	border-collapse: separate;
	border-spacing: 8px 5px;
}

.baseTbl th {
	padding:5px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background:#ec75a9;
}

.baseTbl td {
	padding:5px 5px;
}

.baseTbl img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.useflow_title {
	font-size:20px;
	padding:5px 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	letter-spacing:2px;
	background:#71bc51;
}

.useflow_contents {
	padding:20px 40px;
}


/**************************************************************************************************

お知らせ

**************************************************************************************************/

.blogBox {
	margin:0 auto 60px auto;
	padding:20px 30px;
}

.blogDate {
	padding:10px 20px 10px 10px;
	color:#333;
	text-align:right;
}

.blogTitle {
	font-size:20px;
	padding:15px 70px 15px 60px;
	background-image:url("images/blogtitle2.png") ,url("images/blogtitle.png");
	background-repeat:no-repeat, no-repeat;
	background-position:left, right;
	border-top:#ccc dashed 1px;
	border-bottom:#ccc dashed 1px;
}

.blogContents {
	padding:20px 20px 20px 20px;
}

.blogContents img {
	margin:5px;
}


/**************************************************************************************************

サービス（発達支援・放課後等デイサービス）

**************************************************************************************************/

.serviceTbl {
	width:100%;
	margin:20px 0px;
	border-collapse: separate;
	border-spacing: 8px 15px;
}

.serviceTbl th {
	width:25%;
	padding:5px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background:#b28146;
}

.serviceTbl td {
	width:75%;
	padding:5px 20px;
}

.time {
	text-align:center;
	letter-spacing:1px;
	font-size:24px;
}

.flowTbl {
	width:100%;
	margin:20px 0px;
	border-collapse: separate;
	border-spacing: 8px 7px;
}

.flowTbl caption {
	color:#b28146;
	font-size:20px;
}

.flowTbl th {
	width:25%;
	padding:5px 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	white-space:nowrap;
	background:#71bc51;
}

.flowTbl td {
	width:75%;
	padding:5px 20px;
}

/**************************************************************************************************

訪問支援

**************************************************************************************************/

.details dd {
	margin-bottom:15px;
	padding:10px 15px;
}

.details span {
	color:#eb75a9;
	padding-right:5px;
}

/**************************************************************************************************

運動療育

**************************************************************************************************/

.Box_Green {
    margin:20px 0px;
    background: #fff;
    border: #009139 solid 3px;
}
.Box_Green-Title {
    font-size: 1.1em;
    background: #009139;
    padding: 4px 6px;
    text-align: center;
    color: #FFF000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.Box_Green p {
    padding:5px 10px;
}

.Box_Yellow {
    margin:20px 0px;
    background: #fff;
    border: #FFE100 solid 3px;
}
.Box_Yellow-Title {
    font-size: 1.1em;
    background: #FFE100;
    padding: 4px 6px;
    text-align: center;
    color: #006834;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.Box_Yellow p {
    padding:5px 10px;
}


.exerciseTbl {
	width:100%;
	margin:0px 0px 20px 0px;
	border-collapse: separate;
	border-spacing: 8px 15px;
}

.exerciseTbl th {
	width:28%;
	padding:5px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background:#b9ae14;
}

.exerciseTbl td {
	width:72%;
	padding:5px 20px;
}

/**************************************************************************************************

お問い合わせ

**************************************************************************************************/

.telno {
	font-size:40px;
	margin-bottom:20px;
	color:#ec75a9;
}

caption {
	caption-side:top;
}
.mailTbl {
	margin:20px auto;
	width:100%;
	border-collapse: separate;
	border-spacing: 8px 15px;
}

.mailTbl th {
	width: 220px;
	padding:5px 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	background:#00aee2;
}

.mailTbl td {
	text-align:left;
	padding:5px;
}


input[type="text"]
{
	padding:3px;
	font-size:1.3em;
	width: 100%;
}

input[type="email"]
{
	padding:3px;
	font-size:1.3em;
	width: 100%;
}

textarea {
	padding:3px;
	font-size:1.3em;
	width: 100%;
}


.sendbtn {
  margin:20px auto;
  display       : block;
  font-size     : 16px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 40px;   /* 余白       */
  background    : #00aee2;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /*box-shadow    : 6px 6px 3px #666666;*/  /* 影の設定 */
  border        : 2px solid #1993cb;    /* 枠の指定 */
}
.sendbtn:hover {
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


/**************************************************************************************************



**************************************************************************************************/


