*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  word-wrap: break-word;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover{
  text-decoration:underline;
}

table,
img {
  border: 0;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}


@media (min-width: 992px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

/* ====== Layout Wrapper ====== */
#wrap {
  text-align: left;
  width: min(950px, 100%);
  margin: 0 auto;
  position: relative;
}

/* ====== Header ====== */
header {
  background: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

h1 {
  width: auto;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  color: #666;
  padding-top: 2px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

#header {
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  height: auto;
  min-height: 94px;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: none;
  background-image: url(../images/head_top.png);
  background-repeat: repeat-x;
  background-position: top right;
  position: relative;
}

#header h1 {
  width: 100%;
  height: auto;
  text-indent: 15px;
  max-width: none;
  line-height: 1.4;
  margin: 0 0 6px 0;
  font-size: clamp(10px, 2.8vw, 11px);
}

#header>.wp-block-group.alignwide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
  margin-top: 10px;
}

#header a#logo {
  display: inline-block;
}

#header a#logo img {
  display: block;
  border: 0;
  margin-top: 0;
  max-width: 240px;
  width: 100%;
  height: auto;
}

#header #mNavi {
  position: static !important;
  margin-left: auto;
  padding-top: 0;
  margin-block-start: 0;
  align-self: flex-start;
}

#header #mNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#header #mNavi li {
  margin: 0;
  padding: 0;
}

#mNavi ul li a {
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#mNavi ul li a:hover,
#mNavi ul li a:focus-visible {
  background-position: left bottom !important;
}

#mNavi ul li a:active {
  background-position: left bottom !important;
}

#mNavi ul li#mmenu1 {
  width: 75px;
}

#mNavi ul li#mmenu2 {
  width: 120px;
}

#mNavi ul li#mmenu3 {
  width: 100px;
}

#mNavi ul li#mmenu4 {
  width: 100px;
}

#mNavi ul li#mmenu1 a {
  background: url(../images/mmenu1.png) no-repeat;
  width: 75px;
}

#mNavi ul li#mmenu2 a {
  background: url(../images/mmenu2.png) no-repeat;
  width: 120px;
}

#mNavi ul li#mmenu3 a {
  background: url(../images/mmenu3.png) no-repeat;
  width: 100px;
}

#mNavi ul li#mmenu4 a {
  background: url(../images/mmenu4.png) no-repeat;
  width: 100px;
}

/* ====== gNavi ====== */
#gNavi {
  background: #fff;
  height: auto;
  background-image: none;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: 3px solid #800040;
  margin-top: 12px;
  position: relative;
}

@media (min-width: 992px) {
  #gNavi {
    background: #fff;
    height: auto;
    background-image: url(../images/gnavi_back.png);
    border-top: 1px solid #d9d5c5;
    border-left: 1px solid #d9d5c5;
    border-right: 1px solid #d9d5c5;
    border-bottom: 3px solid #800040;
    margin-top: 12px;
    position: relative;
  }
}

#gNavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#gNavi ul li {
  float: none;
}

#gNavi ul li a {
  height: 40px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#gNavi ul li a:hover,
#gNavi ul li a:focus-visible {
  background-position: left bottom !important;
}

#gNavi ul li a:active {
  background-position: left bottom !important;
}

#gNavi ul li#menu1 {
  width: 135px;
}

#gNavi ul li#menu2 {
  width: 138px;
}

#gNavi ul li#menu3 {
  width: 135px;
}

#gNavi ul li#menu4 {
  width: 135px;
}

#gNavi ul li#menu5 {
  width: 135px;
}

#gNavi ul li#menu6 {
  width: 135px;
}

#gNavi ul li#menu7 {
  width: 135px;
}

#gNavi ul li#menu1 a {
  background: url(../images/menu1.png) no-repeat;
  width: 135px;
}

#gNavi ul li#menu2 a {
  background: url(../images/menu2.png) no-repeat;
  width: 138px;
}

#gNavi ul li#menu3 a {
  background: url(../images/menu3.png) no-repeat;
  width: 135px;
}

#gNavi ul li#menu4 a {
  background: url(../images/menu4.png) no-repeat;
  width: 135px;
}

#gNavi ul li#menu5 a {
  background: url(../images/menu5.png) no-repeat;
  width: 135px;
}

#gNavi ul li#menu6 a {
  background: url(../images/menu6.png) no-repeat;
  width: 135px;
}

#gNavi ul li#menu7 a {
  background: url(../images/menu7.png) no-repeat;
  width: 135px;
}



/* ====== Hamburger Button (exists in HTML) ====== */
.gnavi-toggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d9d5c5;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  margin: 8px auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gnavi-toggle__icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 24px 2px;
}

.gnavi-toggle__icon::before,
.gnavi-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #333;
  transition: transform .2s ease, top .2s ease;
}

.gnavi-toggle__icon::before {
  top: 3px;
}

.gnavi-toggle__icon::after {
  top: 13px;
}

#gNavi.is-open .gnavi-toggle__icon {
  background-size: 0 0;
}

#gNavi.is-open .gnavi-toggle__icon::before {
  top: 8px;
  transform: rotate(45deg);
}

#gNavi.is-open .gnavi-toggle__icon::after {
  top: 8px;
  transform: rotate(-45deg);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ====== Auto Hamburger Mode ====== */
#gNavi.is-collapsed .gnavi-toggle {
  position: absolute;
  top: -48px;
  right: 12px;
  margin: 0;
  display: flex;
  z-index: 10;
}

#gNavi.is-collapsed:not(.is-open) .gnavi-menu {
  display: none;
}

#gNavi.is-collapsed.is-open .gnavi-menu {
  /*
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  background: #fff;
  */

  display: block;
  margin: 0;
  padding: 56px 12px 12px;
  /* 右上のボタンと被らない用に上余白つき */
  background: transparent;
  /* 背景画像を見せたい場合は透明 */
  border-top: 1px solid rgba(217, 213, 197, .9);
  /* ←ここがリスト全体の上線 */

}

#gNavi.is-collapsed ul li#menu1,
#gNavi.is-collapsed ul li#menu2,
#gNavi.is-collapsed ul li#menu3,
#gNavi.is-collapsed ul li#menu4,
#gNavi.is-collapsed ul li#menu5,
#gNavi.is-collapsed ul li#menu6,
#gNavi.is-collapsed ul li#menu7 {
  width: auto !important;
  float: none !important;
}

/*
#gNavi.is-collapsed ul li a {
  width: 100% !important;
  height: 48px;
  border: 1px solid #d9d5c5;
  border-radius: 8px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}*/

#gNavi.is-collapsed ul li a {
  text-indent: 0 !important;
  /* -9999px を解除 */
  overflow: visible !important;
  /* 念のため */
  background-image: none !important;
  background: none !important;
  /* 個別 background 指定を強制解除 */
  width: 100% !important;
  /* 1列いっぱい */
  height: auto !important;
  /* 文字に合わせる */
  min-height: 44px;
  /* タップしやすさ */
  display: flex;
  /* 縦中央に */
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  /* 余白 */
  border: 1px solid #d9d5c5;
  border-radius: 8px;
  background-color: #fff !important;
  color: #333;
  /* 文字色 */
  font-size: 16px;
  /* 読みやすく */
  line-height: 1.2;
}


/* 各項目（aタグ）：中央揃え＋下に1本線 */
#gNavi.is-collapsed.is-open .gnavi-menu>li>a {
  text-indent: 0 !important;
  /* 文字を表示する */
  overflow: visible !important;

  /* 通常メニューの画像背景は消す */
  background: transparent !important;
  background-image: none !important;

  /* センタリング */
  display: flex;
  align-items: center;
  justify-content: center;
  /* ←中央寄せ */
  text-align: center;

  /* サイズ */
  width: 100% !important;
  min-height: 48px;
  padding: 12px 10px;

  /* 下線のみ */
  border-bottom: 1px solid rgba(217, 213, 197, .9);

  /* 余分なラインを消す */
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;

  /* 文字スタイル */
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .03em;
}

/* hover/focus 時：背景を少し明るくしてアクセント */
#gNavi.is-collapsed.is-open .gnavi-menu>li>a:hover,
#gNavi.is-collapsed.is-open .gnavi-menu>li>a:focus-visible {
  background-color: #80004033 !important;
}

/* スマホのタップ時 */
#gNavi.is-collapsed.is-open .gnavi-menu>li>a:active {
  background-color: #80004033 !important;
}



/* hover / focus の見た目（色変更など） */
#gNavi.is-collapsed ul li a:hover,
#gNavi.is-collapsed ul li a:focus-visible {
  background-color: #f3f3f3 !important;
  border-color: #bfb9a3;
}

/* 既存の hover（background-position: bottom）を無効化（念のため） */
#gNavi.is-collapsed ul li a:hover {
  background-position: initial !important;
}


/* ====== hero ====== */
#hero {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}

@media (min-width: 576px) {
  #hero {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
}

#topArea {
  display: grid;
  gap: 15px;
  align-items: stretch;
  justify-self: center;
  max-width: 1024px;
}

@media (min-width: 992px) {
  #topArea {
    grid-template-columns: 240px 1fr 240px;
  }
}

#topArea #selectArea {
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: url(../images/area_back.png) no-repeat center top !important;
  background-size: contain !important;
  box-sizing: border-box;
}

#topArea>#topicsJQuery {
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#topArea>#topAdSpace {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#topArea #topicsJQuery h3 {
  height: 25px;
  background: url(../images/headingTopics.png) no-repeat;
  text-indent: -999em;
}

#topArea img {
  max-width: 100%;
  height: auto;
}

#selectArea {
  grid-area: select;
}

#topicsJQuery {
  grid-area: topics;
}

#topAdSpace {
  grid-area: topad;
}

#topArea {
  display: grid;
  gap: 25px;

  grid-template-columns: 1fr;
  grid-template-areas:
    "topics"
    "select"
    "topad";
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #topArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;

    grid-template-areas:
      "topics topics"
      "select topad";
  }

  #topArea #topicsJQuery h3 {
    margin-left: 19px;
  }
}

@media (min-width: 992px) {
  #topArea {
    display: grid;
    grid-template-columns: 240px 1fr 240px;
    gap: 25px;

    grid-template-areas:
      "select topics topad";
  }
}

@media (min-width: 992px) {
  #topArea {
    grid-template-columns: 240px 1fr 240px;
    grid-template-areas:
      "select topics topad";
  }
}

/* ====== Contents ====== */
#wrap2 {
  width: 740px;
  float: left;
  padding-bottom: 10px;
}

#leftSide {
  width: 380px;
  float: left;
}

#mainContents {
  float: right;
  width: 350px;
}

#rightSide {
  float: right;
  width: 200px;
}


/* ====== baywave-color ====== */
/* イベント */
.label-event {
  background: #990000;
  color: #fff;
}

/* スポット */
.label-spot {
  background: #67a30f;
  color: #fff;
}

/* レポート */
.label-report {
  background: #d955b1;
  color: #fff;
}

/* プチレポ */
.label-petitreport {
  background: #f2be22;
  color: #fff;
}

/* ====== new-list ====== */
.new-list-header {
  background: url(../images/title_info.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
}

.new-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

.new-list-block {
  background: #fff;
  border-top: none;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: 1px solid #d9d5c5;
  padding: 0 0 30px 0;
  margin-top: 0;
}

.new-list-item {
  text-align: left;
}

.new-list-block li {
  padding: 7px 0 2px 0;
  margin: 0 20px;
  border-bottom: dotted #666 1px;
  /*font-size:0.875rem;*/
  font-size: 0.75rem;
}

.new-list-date {
  font-weight: bold;
  margin-right: 2px;
}

.new-list-title {
  color: #333;
}

.new-list-label {
  display: inline-block;
  font-size: 10px;
  padding: 2px 6px 0px 6px;
  border-radius: 3px;
  margin: 0 6px 0 0;
}

/* ====== event ====== */
.event-list-header {
  background: url(../images/title_event.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width: 781px) {
  .event-list-header {
    height: 30px;
  }
}

.event-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

.event-list-block {
  background: #fff;
  border-top: none;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: 1px solid #d9d5c5;
  padding: 0 0 30px 0;
  margin-top: 0;
}

/* ====== spot ====== */
.spot-list-header {
  background: url(../images/title_wave.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

.spot-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

/* ====== kuchikomi ====== */
.kuchikomi-list-header {
  background: url(../images/title_kuchikomi.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

.kuchikomi-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

/* ====== report ====== */
.report-list-header {
  background: url(../images/title_repo.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

.report-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

/* ====== petitreport ====== */
.petitreport-list-header {
  background: url(../images/title_info.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;

}

.petitreport-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

/* ====== zoomchiba ====== */
.zoomchiba-list-header {
  background: url(../images/title_etcContents.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

.zoomchiba-list-header a {
  display: block;
  width: 378px;
  height: 24px;
  text-indent: -9999em;
}

.topPickUp h2 {
  background-size: 100% auto !important;
  background: url(../images/pick.jpg) no-repeat;
  width: 100%;
  height: 30px;
  padding: 10px 5px;
  text-indent: -9999em;
}

/* ====== chibaarea ====== */
.chibaarea h2 {
  margin-top: 15px;
  background-size: 100% auto !important;
  background: url(../images/modulesLogo.gif) no-repeat;
  width: 100%;
  height: 28px;
  border-radius: 10px;
  color: #fefef7;
  font-size: 16px;
  padding-top: 5px;
  padding-left: 15px;
}

/* ====== petitreport ====== */
.petitreport-list-block {
  background: #fff;
  padding: 10px 0 30px 0;
}

.petitreport-item {
  text-align: left;
}

.petitreport-list-block li {
  padding: 7px 0 2px 0;
  margin: 0 20px;
  border-bottom: dotted #666 1px;
  /*font-size:0.875rem;*/
  font-size: 0.75rem;
}

.petitreport-date {
  font-weight: bold;
  margin-right: 6px;
}

.petitreport-title {
  color: #333;
}

/* ====== present ====== */
div .present h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  background: url(../images/present_title.png) no-repeat;
  background-size: 100% auto;
  font-size: 20px;
  width: 100%;
  height: 50px;
  padding: 20px 10px 2px 40px;
}

/* ====== oyakudachi ====== */
.oyakudachi-list-header {
  background: url(../images/title_oyakudachi.png) no-repeat, #fff;
  background-size: 100% auto;
  border-top: 1px solid #d9d5c5;
  border-left: 1px solid #d9d5c5;
  border-right: 1px solid #d9d5c5;
  border-bottom: none;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}



/* ====== Event ====== */
.logoEvent {
  display: block;
  width: 700px;
  max-width: 100%;
  height: 50px;
  background-position: center;
  background: url(../images/logo_event.jpg) no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .logoEvent {
    background-position: left;
  }
}

/* ====== baywaveiro ====== */
.baywaveiro h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  background: url(../images/baywaveiro_title.png) no-repeat;
  background-size: 100% auto;
  font-size: 1.2rem;
  width: 100%;
  height: 50px;
  padding: 20px 10px 2px 40px;
}

/* カテゴリでサーチ */
ul#genreSelect li.gnr1 a {
  background: url(../img/wave/wave_pick1.jpg);
}

ul#genreSelect li.gnr2 a {
  background: url(../img/wave/wave_pick2.jpg);
}

ul#genreSelect li.gnr3 a {
  background: url(../img/wave/wave_pick3.jpg);
}

ul#genreSelect li.gnr4 a {
  background: url(../img/wave/wave_pick4.jpg);
}

ul#genreSelect li.gnr5 a {
  background: url(../img/wave/wave_pick5.jpg);
}

ul#genreSelect li.gnr6 a {
  background: url(../img/wave/wave_pick6.jpg);
}

ul#genreSelect li.gnr7 a {
  background: url(../img/wave/wave_pick7.jpg);
}

ul#genreSelect li.gnr8 a {
  background: url(../img/wave/wave_pick8.jpg);
}

/* 色々な条件でサーチ */
#waveTopSearch form dd#searchBtn1 {
	margin-left:5px;
	margin-right:22px;
	background:url(../img/wave/search_btn1.png);
}
#waveTopSearch form dd#searchBtn2 {
	margin-right:22px;
	background:url(../img/wave/search_btn2.png);
}
#waveTopSearch form dd#searchBtn3 {
	xmargin-right:20px;
	background:url(../img/wave/search_btn3.png);
}


/* ====== member-about ====== */
.member-about a {
  text-decoration: underline;
}

/* ====== Footer ====== */
#footer {
  clear: both;
  background: #fff;
  width: min(948px, 100%);
  border: 1px #ccc solid;
  height: auto;
  min-height: 70px;
  margin-top: 10px;
  position: relative;
}

#footer p {
  margin: 15px 0 0 30px;
  font-size: 12px;
  line-height: 1.3;
}

#footer address {
  width: auto;
  font-style: normal;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 3px 20px 3px 20px;
  color: #730F32;
  background: #eee;
  font-size: 12px;
}

/* ====== Responsive: columns stack on small screens ====== */
@media (max-width: 960px) {

  #wrap2,
  #leftSide,
  #mainContents,
  #rightSide {
    float: none;
    width: 100%;
  }

  #footer p {
    margin-left: 12px;
    margin-right: 12px;
  }

  #footer address {
    position: static;
    text-align: right;
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  #header a#logo img {
    max-width: 200px;
  }

  #gNavi.is-collapsed ul li a {
    height: 52px;
    background-size: 85% auto;
  }
}