@charset   "UTF-8";
@media all and (min-width:960px){

h1{
  margin:0px 0px 0px 0px;
}
h2{
  margin:0px 0px 0px 0px;
}
h3{
  margin:0px 0px 0px 0px;
}

/* 画像・タイトル・バナー・レスポンシブ */
img.p-100{
  width: 100%;
}
img.s-100{
  width: 100%;
    display: none;
}
img.mw-100{
  width: 100%;
}
     
/* トップ横長画像(wide)用 */
.box {
  position   : relative;
  max-width  : 100%;
  height     : 400px;
  margin     : auto;
  overflow   : hidden;
}
/* トップ横長画像(smart)用 */
.s-top-gazo{
  display: none;
}

/* ワンセルフとは */
#what-oneself{
 width: 80%;
 max-width: 1100px;
 height: auto;
 margin-top: 40px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 text-indent: 1em;
 line-height: 2.5em;
}

/* グループホームとは */
#kyoudou{
 width: 90%;
 max-width: 1100px;
 height: auto;
 margin-top: 40px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
 text-align: left;
 text-indent: 1em;
 line-height: 2em;
 border: solid #ff7e91 2px;
 color: #ff7e91;
 margin-bottom: 50px;
}

.gaiyou-title{
 width: 100%;
 max-width: 1100px;
 height: auto;
 margin-top: 30px;
 margin-left: auto;
 margin-right: auto;
}

/* 事業所概要・地図 フレーム */
#overview-map-frame{
 width:90%;
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
}

/* 事業所概要(タイトル・バナー) */
.overview-title{
  width: 90%;
  max-width: 1100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* 事業所概要(左)親BOX */
#overview{
 width: 46%;
 height: auto;
 float: left;
 margin-top: 20px;
 margin-left: 2%;
 margin-right: 2%;
}

/* 事業所概要(table) 親BOX */
.overview-box{
  word-break: keep-all;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cccccc;
}
/* 事業所概要 (table・左側) */
.midashi{
 width: 35%;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.5em;
  background-color: #ffe6e6;
}
/* 事業所概要 (table・左側・責任者) */
.midashi-2{
 width: 35%;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5em;
  background-color: #ffe6e6;
}
/* 事業所概要 (table・左側・TEL・FAX) */
.midashi-3{
 width: 35%;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5em;
  background-color: #ffe6e6;
}
/* 事業所概要 (table・右側) */
.naiyo{
  width: 65%;
  line-height: 2em;
  text-align: left;
  padding-left: 15px;
  padding-right: 10px;
  background-color: white;
}
/* 地図 */
.map{
  width: 46%;
  float: right;
  margin: 20px 2% 20px 2%;/* 設定順番:上・右・下・左; */
  vertical-align: top;
 }

/* グループホーム紹介 */
#overviewframe{
 width: 100%;
 height: auto;
 margin-top: 50px;
 padding-top: 5px;
 padding-bottom: 30px;
 background-image : url(news-kami.jpg);   /* 背景の画像を指定 */
 overflow: hidden;
}

/* グループホーム(タイトル・バナー) */
.gh-title{
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* グループホーム(写真・名前・定員・説明) 親BOX */
.gh-box{
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-top: 15px;
  border-bottom: dotted 1px;
  overflow: hidden;
}
/* グループホーム(写真) */
.gh-gazo{
  width: 30%;
  float: left;
}
/* グループホーム(写真・レスポンシブ) */
img.p-gazo{
  width: 100%;
  max-width: 350px;
}

/* グループホーム(名前・定員・説明) 親BOX */
.gh-naiyo{
  width: 60%;
  float: right;
  padding-left: 5%;
  padding-right: 5%;
}
/* グループホーム(名前) */
.gh-name{
  text-align: left;
  font-size: 18pt;
  color: #dc8213;  
}
/* グループホーム(定員) */
.gh-teiin{
  margin-left: 30px;
  text-align: left;
  font-size: 12pt;
  color: black;
}
/* グループホーム(説明) */
.gh-setsumei{
  text-indent: 1em;
  display: block;
}
    
/* ホーム内風景・横長画像 */
.home-pic{
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #feb6b7;
}
.home-pic img{
  width: 100%;
  max-width: 2560px;  
}

/* グループホームの日課 全体BOX */
#daily{
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 30px;
  overflow: hidden;
}
/* グループホームの日課(タイトル・バナー) */
.daily-title{
  width: 90%;
  max-width: 1100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.daily-gazo{
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Q&A 背景 */
#qa-bg{
  width: 100%;
  height: auto;
  background-color: #fffdef;
}
/* Q&A 全体BOX */
#qa{
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
}
/* Q&A(タイトル・バナー) */
.qa-title{
  width: 100%;
  margin-bottom: 40px;
}
/* 各Q&A 親BOX */
.q-a{
  border-bottom: dashed 1px black;
  margin-bottom: 40px;
}
 
/* Q(丸Q・文字) */
.question{
  margin-top: 20px;
  display: inline-block;
}
/* Q(丸Q) */
.q-maru{
  float: left;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #719531;
  text-align:center;
  line-height: 60px;
  vertical-align: middle;
  font-weight: bold;
  font-size : 20pt;
  color: white;
  display: inline-block;
}
/* Q(文字) */
.q-moji{
  font-weight: bold;
  font-size : 16pt;
  text-align: left;
  color: #719531;
  border-bottom: solid 2px #719531;
  overflow: auto;
}

/* A(丸A・文字) */
.answer{
  width: 96%;
  margin-bottom: 20px;
  line-height: 1.8em;
}
/* A・左側 */
.an-l{
  float: left;
  width: 8%;
}
/* A(丸A) */
.an-maru{
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #ff7d92;
  text-align:center;
  line-height: 60px;
  vertical-align: middle;
  font-weight: bold;
  color: white;
  display: inline-block;
  font-size : 20pt;
}
/* A・右側(文字) */
.an-moji{
  float: right;
  width: 92%;
  font-size : 14pt;
  text-align: left;
  text-indent: 1em;
  display: block;
}
/*** 注意書き ***/
.an-kome{
  font-size : 14pt;
  text-align : left;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
/* A(例) */
.an-rei{
  height: 70px;
  margin-top: 10px;
  margin-bottom: 1px;
  display: inline-block;
  text-align : left;
  padding-left: 1em;
  text-indent: -1em;
}

/* グループホーム１ヶ月の費用概算 */
.gh-hiyou{
float: left;
width: 44%;
}
/* グループホーム１ヶ月の収入概算 */
.gh-syunyu{
float: right;
width: 44%;
}
/* answer(table) 親BOX */
.an-box{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: rgba(214, 217, 219, 0.92);
}
/* answer (table・左側) */
.an-midashi{
  width: 50%;
  height: 30px;
  text-align: center;
  letter-spacing: 1em;
  color: #fff;
  background-color: rgb(152, 159, 141);
}
/* answer (table・右側) */
.an-hiyou{
  width: 50%;
  height: 30px;
  text-align: center;
  background-color: white;
}
/* answer (table・合計) */
.an-goukei{
  text-align: center;
  color: #fff;
  background-color: rgba(91, 124, 113, 0.99);
}
.shokuhi{
 display: none;
}

/* Q＆A 内容動き */
ul.qa-menu{
 margin: 1em auto;
 padding: 0;
}

.qa-menu li {
 list-style: none;
}
 
.qa-menu li a {
 display: block;
 margin-top: 1px;
 padding: 14px 10px;
 width: 100%;
 text-decoration: none;
 text-align: left;
 vertical-align: middle;
 overflow: hidden;
 transition:all .5s ease-out;
}
 
.qa-menu > li:first-child a {
 margin-top: 0;
}
 
.qa-menu li a:hover {
 transition:all .5s ease-out;
}
 
.qa-menu li ul {
 margin: 0;
 padding: 0;
}
 
.qa-menu li li a {
 display: block;
 margin-top: 0;
 padding: 0 10px;
 height: 0;
 color: #000;
 transition:all .5s ease-out;
}
 
.qa-menu > li:hover li a {
 display: table;
 margin-top: 1px;
 padding: 10px;
 width: 100%;
 height: 1em;
 transition:all .5s ease-out;
}
 
.qa-menu > li:hover li a:hover {
 transition:all .5s ease-out;
}

/* Q＆A medium・smart非表示用 */
.qa-ms{
  display: none;
}

}
