@charset "UTF-8";
/*///////////////////////////////////////////////
/*reset.scss
///////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, form {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

br {
  letter-spacing: normal;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a, a:link, a:active, a:visited {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/*///////////////////////////////////////////////
/*setting.scss
///////////////////////////////////////////////*/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 140%;
  color: #333;
}

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;
}

body {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a {
  color: #333;
}
a:hover {
  color: #47AAE1;
  text-decoration: none;
}

.clearfix, .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;
}
.clearfix:after, .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;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body::before {
  background: url("../common/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-k (footer)
---------------------------------------------*/
.block-a-k {
  padding: 30px 0 0 0;
  text-align: center;
}
.block-a-k__inner {
  background: url(../common/images/bg_foot01.png) no-repeat;
  background-position: bottom center;
  background-size: 352px auto;
  padding: 0 0 50px 0;
}
.block-a-k__sns {
  margin: 0 auto;
  width: 205px;
}
.block-a-k__sns__child {
  float: left;
  margin: 0 15px 0 0;
}
.block-a-k__sns__child:last-child {
  margin: 0;
}
.block-a-k__link01 {
  padding: 20px 0 0 0;
  background: url(../common/images/bg_foot02.png) no-repeat #CAEFFF;
  background-position: top center;
  background-size: 352px auto;
  font-size: 88%;
}
.block-a-k__link02 {
  padding: 5px 0 20px 0;
  background: #CAEFFF;
  font-size: 88%;
}
.block-a-k__copy {
  background: #47AAE1;
  color: #fff;
  padding: 10px 0;
  font-size: 75%;
}

/* block-a-l (pagetop)
---------------------------------------------*/
.block-a-l {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/*///////////////////////////////////////////////
/*page layout
///////////////////////////////////////////////*/
/* block-a-a (header)
---------------------------------------------*/
.block-a-a {
  padding: 13px 10px;
  border-bottom: 1px solid #bdbdbd;
  border-top: 3px solid #47AAE1;
}
.block-a-a__logo {
  float: left;
}
.block-a-a__btn {
  float: right;
}

/* 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(../common/images/btn_open01.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__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 .acMenu01 .acMenu01__open {
  display: none;
}
.block-a-b__box__title.active {
  background: #D43D1A url(../common/images/btn_close01.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;
}
.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(../img/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(../img/bukken_btn02.png) no-repeat right center;
  background-size: 21px auto;
  width: 21px;
  height: 20px;
  border: 0;
  cursor: pointer;
}

.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate3d(0, 0, 2px);
}

/* 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(../common/images/btn_cl.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__title_02 {
  display: block;
  height: 50px;
  line-height: 24px;
  padding: 3px 10px;
  background: #30afd0 url(../common/images/btn_cl.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__title2 {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #30afd0 url(../common/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(../common/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(../img/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(../img/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(../img/bukken_tab.png) no-repeat;
  background-position: -104px -47px;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(3) {
  background: url(../img/bukken_tab.png) no-repeat;
  background-position: -208px -47px;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(1).select {
  background: url(../img/bukken_tab.png) no-repeat;
  background-position: 0 0;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(2).select {
  background: url(../img/bukken_tab.png) no-repeat;
  background-position: -104px 0;
  background-size: 300px auto;
}
.block-a-e__child:nth-child(3).select {
  background: url(../img/bukken_tab.png) no-repeat;
  background-position: -208px 0;
  background-size: 300px auto;
}

.hide {
  display: none;
}

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

.mod__btn-a {
  margin: 0 auto;
  cursor: pointer;
  width: 260px;
  height: 40px;
}
.mod__btn-a a {
  color: #fff;
  width: 260px;
  height: 40px;
  background: url(../common/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__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(../common/images/btn_open02.png) no-repeat right center;
  background-size: 23px auto;
  border-right: 10px solid transparent;
}
.block-a-f__list__title__ico-a, .block-a-f__list__title__ico-b {
  /*width: 40px;*/
  padding: 0 0 10px 0;
  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(../common/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 {
  width: 100%;
  padding: 10px 20px 20px 20px;
  display: none;
  border-bottom: 1px solid #bdbdbd;
}
.block-a-f__list__content__text-a {
  line-height: 1.2;
}
.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;
}

/* 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 {
  border: 1px solid #bdbdbd;
  padding: 5px;
  font-size: 88%;
  width: 70%;
}
.block-a-g__inner td a {
  color: #47AAE1;
}

/* 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: 258px;
  height: 38px;
  background: url(../common/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: 10px;
  border-right-style: solid;
  border-right-color: transparent;
}

.block-a-h__map {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 320px;
}
.block-a-h__map__inner {
  margin: 10px 0 0 0;
}

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

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

/* 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(../img/bukken_ico02.png) no-repeat #d8f1ff left center;
  background-size: 29px auto;
  border-left: 10px solid transparent;
}

/* 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(../common/images/btn_cl.png) no-repeat right center;
  background-size: 23px auto;
  border-right: 10px solid transparent;
}
.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;
}
.link{
  color: white;
}
.link:hover{
  color:white;
}
.seo_next_system{display:none;}