@charset "UTF-8";
/*///////////////////////////////////////////////
/*reset.scss
///////////////////////////////////////////////*/
h1, h2, h3, h4, h5, h6, form {
  font-weight: normal;
}
td, dd{
 line-height: 22px;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button, input {
  font-size: 100%;
  vertical-align: baseline;
}

img {
  vertical-align: middle;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, a:active, a:visited {
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #47AAE1;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/*///////////////////////////////////////////////
/*setting.scss
///////////////////////////////////////////////*/

body {
  font-size: 100%;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.block-a-k__sns, .block-a-a, .block-a-f__time, .block-a-f__list__title, .block-a-f__list__title__inner, .block-a-f__list__title.active .block-a-f__list__title__inner, .mod__title-b, .block-a-m__list li, .block-a-m__list__child__inner {
  *zoom: 1;
}
.block-a-k__sns:after, .block-a-a:after, .block-a-f__time:after, .block-a-f__list__title:after, .block-a-f__list__title__inner:after, .block-a-f__list__title.active .block-a-f__list__title__inner:after, .mod__title-b:after, .block-a-m__list li:after, .block-a-m__list__child__inner:after {
  content: "";
  display: table;
  clear: both;
}
.btn-wide-blue {
  padding-bottom: 5px;
}


/*///////////////////////////////////////////////
/*common
///////////////////////////////////////////////*/
.wrapper {
  overflow: hidden;
  -webkit-appearance: none;
}

body::before {
  background: url("../images/bg.png") no-repeat right top;
  background-size: 120px auto;
  display: block;
  position: fixed;
  top: 200px;
  right: 30px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

/* block-a-b (emergency)
---------------------------------------------*/
.block-a-b {
  padding: 15px 10px;
}
.block-a-b__box__title {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #D43D1A url(../images/btn_close01.png) right center no-repeat;
  background-size: 22px auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}
.block-a-b__box__title p{
  font-weight: bold;
}
.block-a-b__box__title__time {
  font-size: 75%;
  margin: 0 0 0 10px;
  font-weight: normal;
}
.block-a-b__box__content {
  padding: 10px;
  background: #ffe5e2;
  font-size: 88%;
}
.block-a-b .acMenu00 .acMenu00__open {
  display: none;
}
.block-a-b__box__title.active {
  background: #D43D1A url(../images/btn_open01.png) right center no-repeat;
  background-size: 22px auto;
  color: #fff;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}

/* block-a-c (bukken name)
---------------------------------------------*/
.block-a-c {
  padding: 15px 20px;
  font-weight: bold;
  background: #47AAE1;
  color: #fff;
  display: block;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:999;
}
.block-a-c__inner {
  display: table;
  width: 100%;
}
.block-a-c__name {
  display: table-cell;
  width: 93%;
  vertical-align: middle;
  font-size: 113%;
}
.block-a-c__btn {
  display: table-cell;
  vertical-align: middle;
  width: 7%;
  text-align: right;
}
.block-a-c__btn__img {
  background: url(../images/bukken_btn03.png) no-repeat right center;
  background-size: 21px auto;
  border: 0;
  cursor: pointer;
  text-indent: 99999px;
  white-space: nowrap;
  overflow: hidden;
  width: 21px;
  height: 20px;
}
.block-a-c__btn__img.active {
  background: url(../images/bukken_btn02.png) no-repeat right center;
  background-size: 21px auto;
  width: 21px;
  height: 20px;
  border: 0;
  cursor: pointer;
}

/* contents
---------------------------------------------*/
.contents {
  width: 100%;
}

/* block-a-d (news)
---------------------------------------------*/
.block-a-d {
  padding: 15px 10px;
}
.block-a-d__box__title {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #30afd0 url(../images/btn_close01.png) right center no-repeat;
  background-size: 22px auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}
.block-a-d__box__content {
  padding: 10px;
  background: #d5f6ff;
  font-weight: normal;
  font-size: 88%;
}
.block-a-d__box__title.active {
  background: #30afd0 url(../images/btn_open01.png) right center no-repeat;
  background-size: 22px auto;
  color: #fff;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}

/* block-a-e (tab)
---------------------------------------------*/
.block-a-e {
  background: url(../images/bukken_bg.png) repeat-x bottom;
  background-size: 1px auto;
  width: 100%;
}
.block-a-e__inner {
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
}
.block-a-e__child {
  float: left;
  cursor: pointer;
  width: 92px;
  height: 47px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.block-a-e__child:nth-child(1) {
  margin-right: 12px;
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: 0 -47px;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(2) {
  margin-right: 12px;
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: -104px -47px;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(3) {
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: -208px -47px;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(1).select {
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: 0 0;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(2).select {
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: -104px 0;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(3).select {
  background: url(../images/bukken_tab.png) no-repeat;
  background-position: -208px 0;
  background-size: 300px auto;
}

.block-a-e li#li-kihon-car {
  margin-right: 12px;
  background: url(../images/bukken_tab2.png) no-repeat;
  background-position: -104px -47px;
  background-size: 300px auto;
}
.block-a-e li#li-kihon-car.select {
  background: url(../images/bukken_tab2.png) no-repeat;
  background-position: -104px 0;
  background-size: 300px auto;
}

li.hide {
  display: none;
}

/* block-a-f (tab1)
---------------------------------------------*/
.mod__text__red {
  color: #D43D1A;
  font-weight: bold;
}

.mod__btn-a {
  margin: 0 auto;
  cursor: pointer;
  width: 260px;
  height: 40px;
}
.mod__btn-a a {
  color: #fff;
  height: 40px;
  background: url(../images/ico_arrow01.png) no-repeat #47AAE1 right center;
  background-size: 7px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  line-height: 40px;
  padding: 0 0 0 10px;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}

.block-a-f__time {
  padding: 10px;
}
.block-a-f__time__text {
  float: left;
  font-weight: bold;
  font-size: 88%;
  margin: 3px 0 0 0;
}
.block-a-f__time__btn {
  float: right;
}
.block-a-f__table {
  width: 100%;
}
.block-a-f__table th {
  background: #eaeaea;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
}
.block-a-f__table td {
  background: #FFF;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
}
.block-a-f__table td.icon { 
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; 
}
.block-a-f__list {
  border-top: 1px solid #bdbdbd;
}
.block-a-f__list__title {
  display: block;
  width: 100%;
  cursor: pointer;
  display: table;
  border-bottom: 1px solid #bdbdbd;
}
.block-a-f__list__title__inner {
  display: table;
  width: 100%;
  padding: 0 0 0 15px;
  background: #f5f3f3 url(../images/btn_open02.png) no-repeat right center;
  background-size: 23px auto;
  border-right: 10px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-a-f__list__title__ico-a, .block-a-f__list__title__ico-b {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.block-a-f__list__title__ico-c {
  width: 40px;
  padding: 0 0 10px 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.block-a-f__list__title__name {
  width: 90%;
  padding: 12px 30px 12px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.block-a-f__list__title.active .block-a-f__list__title__inner {
  background: #f5f3f3 url(../images/btn_close02.png) no-repeat right center;
  background-size: 23px auto;
  border-right: 10px solid transparent;
  display: table;
  width: 100%;
  padding: 0 0 0 15px;
}
.block-a-f__list__content {
  padding: 10px 20px 20px 20px;
  display: none;
  border-bottom: 1px solid #bdbdbd;
  background: #FFF;
}
.block-a-f__list__content__text-a {
  line-height: 2.0;
}
.block-a-f__list__content__text-b {
  font-size: 188%;
  font-weight: bold;
}
.block-a-f__list__content__text-c {
  font-size: 125%;
  font-weight: bold;
}
.block-a-f__list__content__text-d {
  font-size: 75%;
  margin: 5px 0 15px 0;
  line-height: 1.5;
}
.td_word-break{
  word-break: break-all;
}

/* block-a-g (tab2)
---------------------------------------------*/
.block-a-g {
  margin: 20px 10px 0 10px;
}
.block-a-g__inner {
  width: 100%;
}
.block-a-g__inner th {
  background: #F5F3F3;
  border: 1px solid #bdbdbd;
  padding: 5px;
  vertical-align: middle;
  font-size: 88%;
  width: 30%;
}
.block-a-g__inner td {
  background: #FFF;
  border: 1px solid #bdbdbd;
  padding: 5px;
  font-size: 88%;
  width: 70%;
}
.block-a-g__inner td a {
  color: #47AAE1;
}
.block-a-g__map {
  margin: 0 auto;
  width: 320px;
}
.block-a-g__map {
  margin: 0 auto;
  width: 320px;
}
.block-a-g__map iframe {
  width: 320px;
}

/* block-a-h (tab3)
---------------------------------------------*/
.mod__btn-b {
  margin: 0 auto;
  cursor: pointer;
  width: 260px;
  height: 40px;
  border: 1px solid #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
}
.mod__btn-b a {
  width: 243px;
  height: 38px;
  background: url(../images/ico_arrow02.png) no-repeat #fff right center;
  background-size: 7px auto;
  display: block;
  padding: 0 0 0 10px;
  line-height: 38px;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: transparent;
}
.block-a-h__map {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 320px;
}

/* block-a-i (weather)
---------------------------------------------*/
.mod__text__blue {
  color: #005da5;
  font-weight: bold;
}

.block-a-i {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  background: #FFF;
}
.block-a-i__wrap {
  margin-bottom: 20px;
  font-weight: bold;
}
.block-a-i__text-a {
  margin: 0 0 0 5px;
  font-weight: bold;
}

/* block-a-j (near info)
---------------------------------------------*/
.mod__title-a {
  color: #005da5;
  border-top: 1px solid #005da5;
}
.mod__title-a__text {
  padding: 11px 10px 11px 40px;
  font-size: 113%;
  font-weight: bold;
}

.block-a-j__title__text {
  background: url(../images/bukken_ico02.png) no-repeat #d8f1ff left center;
  background-size: 29px auto;
  border-left: 10px solid transparent;
}
.block-a-j__inner{
  width: 340px;
  margin: 0 auto;
  padding-top: 10px;
}
.block-a-j__section{
  padding: 0 0 10px;
}
.block-a-j__table {
  box-shadow: 2px 2px 10px #888888;
  min-height: 160px;
}
.block-a-j__table tr {
  border: 1px solid #d8d8d8;
}
.block-a-j__table td {
  border: 0 !important;
  padding: 5px !important;
  position: relative;
}
.block-a-j__table a {
  color: #47AAE1;
  text-decoration: underline;
}
.block-a-j__table p:nth-child(2) {
  cursor: pointer;
  text-decoration: underline;
}
.block-a-j__table td:nth-child(2) > p:nth-child(3), 
.block-a-j__table td:nth-child(2) > p:nth-child(4) {
    width: 208px;
    overflow-wrap: break-word;
}
.block-a-j__table p {
  padding: 5px;
}
.block-a-j__img{
  vertical-align: middle !important;
}
.block-a-j__ctg{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/* block-a-m (favorite list)
---------------------------------------------*/
.mod__title-b {
  color: #005da5;
  display: table;
  width: 100%;
  border-top: 1px solid #005da5;
}
.mod__title-b__text {
  padding: 11px 10px 11px 35px;
  font-size: 113%;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.mod__title-b__btn {
  display: table-cell;
  vertical-align: middle;
  padding: 11px 10px 11px 0;
  text-align: right;
  background: #d8f1ff;
}

.block-a-m__title__text {
  background: url(../images/favorite_ico01.png) no-repeat #d8f1ff left center;
  background-size: 18px auto;
  border-left: 15px solid transparent;
}
.block-a-m__list {
  border-top: 1px solid #bdbdbd;
}
.block-a-m__list li {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  display: table;
}
.block-a-m__list__child__inner {
  width: 100%;
  display: table;
  padding: 0 0 0 15px;
  background: #f5f3f3 url(../images/btn_cl.png) no-repeat right center;
  background-size: 23px auto;
  border-right: 10px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-a-m__list__child__check {
  width: 35px;
  display: table-cell;
  vertical-align: middle;
}
.block-a-m__list__child__check input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.block-a-m__list__child__ico-a, .block-a-m__list__child__ico-b {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 6px 0;
}
.block-a-m__list__child__ico-c {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 6px 3px;
}
.block-a-m__list__child__name {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.block-a-m__list__child__name a {
  padding: 12px 20px 12px 0;
  display: block;
  width: 100%;
}
.block-a-m__btn__child:nth-child(1) {
  margin: 20px 0 0 0;
}
.block-a-m__btn__child:nth-child(2), .block-a-m__btn__child:nth-child(3) {
  margin: 15px 0 0 0;
}
.block-a-m__btn__child-a {
  margin: 0 auto;
  width: 300px;
  height: 40px;
  display: block;
  background: #777;
  border: 1px solid #777;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.block-a-m__btn__child-b, .block-a-m__btn__child-c {
  margin: 0 auto;
  width: 300px;
  height: 40px;
  display: block;
  background: #fff;
  border: 1px solid #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}
.block-a-m__btn input[type="button"] {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block-a-n{
  width: 260px;
  margin: 0 auto;
}
.block-a-n .notice{
  font-size:12px; 
  text-align: right; 
  padding-top: 8px; 
}

.label-sub{
  margin-bottom: 10px;
}
/* 地図
---------------------------------------------*/
.block-a #map, .block-a #map_g {
    position:absolute;
    margin-bottom: auto;
    overflow:hidden;
    width: 320px;
    height: 320px
}
.block-a div#client {
    visibility:hidden;
    position:relative;
    width :320px;
    height:60px;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    overflow:hidden;
    display:table;
    table-layout:fixed;
}
.block-a div#details {
    display:table-cell;
    height :inherit;
    vertical-align: middle;
}
.block-a div#name {
    cursor: pointer;
    font-size: 0.9em;
    color: #47AAE1;
    text-decoration: underline;
}
.block-a div#imaiku {
    cursor: pointer;
    display:table-cell;
    height :inherit;
    width :60px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size:auto 70%;
    background-size:auto 70%;
    background-image:url(/src/view/assets/images/icons/imaiku.png);
} 
.block-a div#name p{
    font-size: 1em;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-a div#message p{
    font-size: 0.7em;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}