@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.65;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 2rem;
  background: #fff url(../img/common_bg01.png) top center;
  color: #4D4D4D;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
header.top #header {
  background: transparent;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.h_inner {
  max-width: 1000px;
  padding: 0 1em;
}

.h_nav {
  display: table;
  max-width: 960px;
  margin: 0 auto;
}

.h_nav img {
  display: block;
}

.h_nav > li {
  display: table-cell;
  width: 10%;
}

.h_nav > li a {
  display: block;
}

.h_nav > li a:hover {
  position: relative;
  opacity: 1;
}

.h_nav > li a:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d6d5ce;
  background: rgba(177, 175, 165, 0.4);
}

.h_nav > li:hover ul {
  display: block;
}

.h_nav > li ul {
  position: absolute;
  display: none;
}

body.fixed #header {
  position: fixed;
  width: 100%;
  top: 0;
}

#footer {
  margin-top: 3em;
  border-top: solid 1px #000;
  padding-top: 1em;
  position: relative;
}

#footer p {
  font-size: 12px;
}

#footer .left {
  float: left;
  padding-left: 5.2em;
}

#footer .right {
  float: right;
  text-align: right;
}

#footer .f_copy {
  font-size: 11px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

#footer .logo {
  position: absolute;
  left: 0;
}

#footer li {
  display: inline-block;
}

#footer li + li {
  margin-left: .5em;
}

@media all and (min-width: 768px) {
  .h_sp_inner {
    height: auto !important;
  }
  #toggle_menu {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  header.top #header {
    opacity: 0;
    background: #fff;
  }
  #header {
    height: 4em;
    padding-top: 1.3em;
    position: fixed;
    top: 0;
    background: #fff;
  }
  .h_logo {
    text-align: center;
  }
  .h_logo img{
    width: 70%;
  }

  .h_nav {
    display: block;
  }
  .h_nav img {
    display: block;
  }
  .h_nav > li {
    display: block;
    width: auto;
  }
  .h_nav > li a img {
    width: 100%;
  }
  .h_nav > li ul {
    position: static;
    display: block;
  }
  body.fixed #header {
    opacity: 1;
    z-index: 1000;
  }
  .h_menu {
    position: absolute;
    right: 5%;
    top: .8em;
    cursor: pointer;
  }
  #toggle_menu {
    position: fixed;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    display: none;
    background: #F2F2F2;
  }
  #toggle_menu .h_menu {
    width: 6.25%;
  }
  .h_sp_inner {
    overflow-y: auto;
    margin: 3em 6.25% 0;
  }
  body.open {
    overflow-y: hidden;
  }
  #footer {
    margin-top: 2em;
    padding-top: 1.25em;
    text-align: center;
  }
  #footer .left {
    float: none;
    padding-left: 0;
  }
  #footer .right {
    float: none;
    text-align: center;
  }
  #footer .f_copy {
    font-size: 12px;
    position: static;
  }
  #footer .logo {
    position: static;
    display: block;
    margin: 0 auto .4em;
  }
  #footer p img {
    display: block;
    margin: 0 auto 1.4em;
  }
  #footer ul {
    margin: .8em 0 .3em;
  }
  #footer li + li {
    margin-left: .2em;
  }
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
#gototop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 100;
}

footer.top_event #gototop,
footer.privacy #gototop,
footer.form #gototop,
footer.event #gototop {
  display: none !important;
}

.evt {
  visibility: hidden;
}

.c_list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(100vw * 22 / 480);
}

.c_list li {
  flex-basis: 30%;
}

.c_anchor {
  padding-top: 3em;
  margin-top: -3em;
}

@media all and (max-width: 767px) {
  .c_anchor {
    padding-top: 3em;
    margin-top: -3em;
  }
  #gototop {
    width: 2.5em;
    right: .5em;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  padding-bottom: 10em;
}

.top_main a {
  display: inline-block;
}

.top_main .logo {
  text-align: center;
  bottom: 5em;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.top_main .logo img {
  width: 90%;
}

.top_main .sns {
  position: absolute;
  right: calc(50% - 50rem);
  bottom: 10%;
}

.top_main .sns a + a {
  margin-left: 1.5rem;
}

@media all and (max-width: 1200px) {
  .top_main .sns {
    right: 2%;
    bottom: 5%;
  }
}

@media all and (max-width: 767px) {
  .top_main .sns {
    bottom: -9%;
  }
}

.top_main .scroll {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: .8em;
}

.top_main .scroll a {
  display: inline-block;
}

.top_main.a li div:before {
  content: '';
  background: url(../img/main_bg.png) repeat-x center top;
  width: 100%;
  position: absolute;
  height: 2.65em;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.top_main li {
  position: relative;
}

.top_main li div {
  background: no-repeat center bottom;
  background-size: 1280px auto;
  height: 790px;
  position: relative;
}

.top_main li p {
  position: absolute;
  font-size: 41px;
  font-weight: bold;
  top: 68px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.5em;
}

.top_main li p.a {
  left: 50%;
  margin-left: -380px;
  background: #ed1252;
  padding: .3em .3em .1em;
}

.top_main li p.b {
  left: 50%;
  margin-left: -380px;
  background: #69a542;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  padding: .3em .2em;
}

.top_main li p.c {
  right: 50%;
  margin-right: -380px;
  background: #9c87cc;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  padding: .3em .2em;
}

.top_main li p.d {
  background: #b0d700;
  left: 50%;
  margin-left: -380px;
  padding: .3em .3em .2em;
}

.top_main li p.e {
  background: #009db8;
  left: 50%;
  margin-left: -380px;
  padding: .3em .3em .2em;
}

.top_main li + li {
  display: none;
}

.top_main .bx-pager {
  position: absolute;
  bottom: 4.6em;
  right: 50%;
  margin-right: -380px;
  z-index: 101;
  text-align: center;
}

.top_main .bx-pager a {
  display: inline-block;
  color: transparent;
  width: .4em;
  height: .4em;
  background: #808080;
  border-radius: 50%;
}

.top_main .bx-pager a:hover {
  background: #F15A24;
}

.top_main .bx-pager a.active {
  background: #F15A24;
}

.top_main .bx-pager-item {
  display: inline-block;
  padding: 0 .5em;
}

@media all and (min-width: 1280px) {
  .top_main li div {
    background-size: cover;
  }
}

@media all and (max-width: 767px) {
  .top_main {
    padding-bottom: 3%;
  }
  .top_main .logo {
    bottom: -2%;
  }
  .top_main .logo img {
    width: 58%;
  }
  .top_main .scroll {
    text-align: right;
    z-index: 101;
    bottom: -2%;
    padding-right: 6.25%;
  }
  .top_main .scroll a {
    width: 12%;
  }
  .top_main.a li div:before {
    content: none;
  }
  .top_main li div {
    background-size: cover;
  }
  .top_main li div:before {
    content: none;
  }
  .top_main li p {
    font-size: 30px;
    top: 6%;
  }
  .top_main li p.a {
    left: 0;
    margin-left: 6.25%;
  }
  .top_main li p.b {
    left: 0;
    margin-left: 6.25%;
  }
  .top_main li p.c {
    right: 0;
    margin-right: 8%;
  }
  .top_main li p.d {
    left: 0;
    margin-left: 6.25%;
  }
  .top_main li p.e {
    left: 0;
    margin-left: 6.25%;
  }
  .top_main .bx-pager {
    bottom: auto;
    top: 14%;
    right: 1%;
    margin-right: 0;
    z-index: 101;
  }
  .top_main .bx-pager a {
    width: .45em;
    height: .45em;
    background: #fff;
  }
  .top_main .bx-pager a:hover {
    background: #F15A24;
  }
  .top_main .bx-pager a.active {
    background: #F15A24;
  }
  .top_main .bx-pager-item {
    display: block;
    padding: .05em .6em;
  }
}

.top_ttl {
  text-align: center;
  position: relative;
}

.top_ttl .icon {
  position: absolute;
  left: 28%;
  top: -.7em;
}

.c_btn {
  text-align: right;
}

.c_btn a {
  display: inline-block;
  width: 204px;
  border: solid 1px #F15A24;
  color: #F15A24;
  font-size: 13px;
  padding: .6em 1.3em .4em 1em;
  background: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.c_btn img {
  position: absolute;
  right: 1em;
  top: .8em;
}

@media all and (max-width: 767px) {
  .top_ttl .icon {
    left: 5%;
    top: 1.2em;
    width: 3.7em;
  }
  .c_btn {
    text-align: center;
  }
  .c_btn a {
    width: 220px;
    padding: .6em 1.3em .4em 1em;
  }
}

.top_map {
  padding: 0 0 1.7em;
}

.top_map .map {
  position: relative;
  background: url(../img/top_illmap_pc0525.png) no-repeat center top;
  background-size: 1280px auto;
  width: 1280px;
  height: 785px;
  left: 50%;
  margin-left: -640px;
  margin-top: -6em;
}

.top_map .map span.e {
  display: block;
  position: absolute;
  top: 76.3%;
  left: 49.2%;
}

.top_map .map a {
  display: block;
  position: absolute;
}

.top_map .map a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.top_map .map a.a {
  left: 16.8%;
  top: 15.7%;
}

.top_map .map a.b {
  left: 57%;
  top: 13.3%;
}

.top_map .map a.c {
  left: 18.5%;
  top: 79%;
}

.top_map .map a.d {
  left: 47.4%;
  top: 83%;
}

.top_map .map a.none {
  cursor: default;
}

.top_map .map a.none:hover {
  animation: none;
}

.top_map .wrap2 {
  padding-top: 4.5em;
  overflow: hidden;
}

.top_map .data {
  position: relative;
  margin-top: 1em;
  padding-left: 10.5em;
}

.top_map .data .icon {
  position: absolute;
  top: -2.8em;
  left: -2.8em;
}

.top_map .data .c_btn {
  position: absolute;
  right: -2em;
  top: 0;
}

.top_map .data .c_btn a {
  width: 240px;
  padding-left: 0;
}

.top_map .data p {
  font-size: 17px;
}

.top_map .data p small {
  font-size: 14px;
  display: block;
}

.top_map .data ul {
  margin-top: 1em;
}

.top_map .data li {
  display: inline-block;
  margin-right: .8em;
}

.top_map .data li a {
  font-size: 15px;
  display: block;
  transition-property: color;
  -webkit-transition-property: color;
}

.top_map .data li a:hover {
  color: #f15a24;
  opacity: 1;
}

.top_map .data li p {
  position: absolute;
  color: #e60012;
  font-size: 12px;
  font-weight: bold;
  padding: .6em 1.3em .3em;
  line-height: 1.3;
  margin-left: .3em;
  border: solid 2px #e60012;
}

.top_map .data li img {
  vertical-align: middle;
  margin-right: .3em;
}

@media all and (max-width: 767px) {
  .top_map {
    padding: 0 0 1.7em;
    overflow: visible;
  }
  .top_map .c_anchor {
    padding-top: 5em;
    margin-top: -5em;
  }
  .top_map .wrap2 {
    padding-top: 1.5em;
  }
  .top_map .wrap {
    overflow: hidden;
  }
  .top_map .map {
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
    -webkit-transform-origin: top;
    transform-origin: top;
    margin-bottom: -16.5em;
    margin-top: 0;
  }
  .top_map .data {
    position: relative;
    margin-top: 1em;
    padding-left: 0;
  }
  .top_map .data .icon {
    top: auto;
    margin-top: 1em;
    left: -.5em;
    width: 7.15em;
  }
  .top_map .data .c_btn {
    position: static;
    right: 0;
    top: 0;
  }
  .top_map .data p {
    font-size: 14px;
    line-height: 1.35;
  }
  .top_map .data p small {
    display: inline;
    line-height: inherit;
  }
  .top_map .data ul {
    margin-top: .5em;
    float: right;
  }
  .top_map .data li {
    margin-right: 0;
    display: block;
    margin-bottom: 1em;
    white-space: nowrap;
  }
  .top_map .data li a {
    font-size: 15px;
  }
  .top_map .data li p {
    position: static;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    margin-left: 1.9em;
    margin-bottom: -.6em;
    margin-top: .2em;
    border: none;
  }
  .top_map .c_btn {
    clear: both;
    padding-top: .5em;
  }
}

@media all and (max-width: 520px) {
  .top_map {
    padding: 1.5em 0 10.7em;
    overflow: visible;
  }
  .top_map .wrap {
    overflow-x: auto;
  }
  .top_map .map {
    left: 0;
    margin-left: -390px;
    margin-left: -300px;
  }
}

.c_bg {
  background: url(../img/common_bg02.png) center top;
  height: 46px;
}

.c_bg2 {
  background: url(../img/common_bg02_b.png) center bottom;
  height: 46px;
}

.top_news .inner {
  background: #fff;
  padding-top: 1em;
}

.top_news ul {
  border-top: solid 1px #4D4D4D;
  margin: .8em 0 1.4em;
}

.top_news li {
  position: relative;
  font-size: 15px;
  border-bottom: solid 1px #4D4D4D;
}

.top_news li span {
  position: absolute;
  left: 1em;
}

.top_news li a {
  display: block;
  transition-property: background;
  -webkit-transition-property: background;
  padding: .6em 0 .5em;
  padding-left: 8em;
}

.top_news li a:hover {
  background: #feefd8;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .top_news .inner {
    padding-top: .5em;
  }
  .top_news ul {
    margin: .8em 0 2em;
    max-height: 14em;
    overflow: auto;
  }
  .top_news li {
    font-size: 14px;
  }
  .top_news li span {
    position: static;
    margin-right: 1em;
  }
  .top_news li a {
    padding: .6em .8em .5em;
  }
  .top_news .icon {
    margin: 1em 0 0 auto;
  }
}

.top_event {
  padding: 2.5em 0 2em;
  background: #fff;
}

.calendar .menu {
  margin-top: 1.5em;
  height: .9em;
  overflow: hidden;
}

.calendar .menu li {
  display: inline-block;
  vertical-align: top;
}

.calendar .date {
  float: left;
}

.calendar .date li {
  vertical-align: top;
  line-height: 1.4;
}

.calendar .date li * {
  line-height: inherit;
}

.calendar .date select {
  font-size: 10.5px;
  vertical-align: top;
  background: transparent;
}

.calendar .date a {
  font-size: 10px;
  display: block;
  padding: 0 .3em;
  position: relative;
}

.calendar .today a {
  background: #fff;
  border: solid 1px #000;
}

.calendar .prev a {
  background: #4E76B2;
  border: solid 1px transparent;
}

.calendar .prev a:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 25%;
  margin-right: -2px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
}

.calendar .next a {
  background: #4F8DB4;
  border: solid 1px transparent;
}

.calendar .next a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -2px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}

.calendar .nav {
  float: right;
}

.calendar .nav li > * {
  display: block;
  font-size: 10.5px;
}

.calendar .nav a {
  background: #FEEFD8;
  padding: 0 .3em;
}

.calendar table {
  margin-bottom: 1em;
  width: 100%;
}

.calendar tr > * {
  width: 14.28%;
  border: solid 1px #000;
}

.calendar th {
  background: #FEEFD8;
  font-size: 10px;
  line-height: 1.2;
  padding-top: .1em;
}

.calendar td {
  line-height: 1.2;
}

.calendar td > div {
  min-height: 67px;
  margin-top: .2em;
  padding: 0 .25em .3em;
}

.calendar td > div div {
  position: relative;
  font-size: 12px;
}

.calendar td > div div + div {
  margin-top: .6em;
}

.calendar td > div div a {
  display: block;
}

.calendar td > div div:before {
  display: block;
  margin-bottom: .2em;
}

.calendar td > div div.shiba:before {
  content: url(../img/shiba_icon.svg);
}

.calendar td > div div.flower:before {
  content: url(../img/flower_icon.svg);
}

.calendar td > div div.umizuri:before {
  content: url(../img/umizuri_icon.svg);
}

.calendar td > div div.greenplaza:before {
  content: url(../img/greenplaza_icon.svg);
}

.calendar td > div div.dantai:before {
  content: url(../img/dantai_icon.svg);
}

.calendar td > div div.zenmen:before {
  content: url(../img/zenmen_icon.svg);
}

.calendar td > div div.event:before {
  content: url(../img/event_icon.svg);
}

.calendar td * {
  line-height: inherit;
}

.calendar td span {
  padding: .25em .3em 0 0;
  font-size: 11.5px;
  display: block;
  text-align: right;
}

@media all and (max-width: 767px) {
  .calendar .menu {
    height: auto;
    overflow: hidden;
    background: #FEEFD8;
    padding: .7em 0 0;
    border-top: solid 1px #000;
  }
  .calendar .date {
    margin-bottom: -.2em;
  }
  .calendar .date select {
    font-size: 12px;
  }
  .calendar dl {
    border-top: solid 1px #000;
    background: #fff;
    margin-bottom: 1.75em;
  }
  .calendar dt {
    position: absolute;
    font-size: 12px;
    margin-top: .5em;
  }
  .calendar dt span {
    width: 1.2em;
    margin-left: .3em;
    display: inline-block;
  }
  .calendar dd {
    border-bottom: solid 1px #000;
    min-height: 1.5em;
    padding: .3em 0;
    padding-left: 2.8em;
    line-height: 1.2;
  }
  .calendar dd * {
    line-height: inherit;
  }
  .calendar dd div {
    font-size: 12px;
    position: relative;
  }
  .calendar dd div br {
    display: none;
  }
  .calendar dd div + div {
    margin-top: .6em;
  }
  .calendar dd div:before {
    margin-right: .5em;
    vertical-align: middle;
  }
  .calendar dd div.shiba:before {
    content: url(../img/shiba_icon.svg);
  }
  .calendar dd div.flower:before {
    content: url(../img/flower_icon.svg);
  }
  .calendar dd div.umizuri:before {
    content: url(../img/umizuri_icon.svg);
  }
  .calendar dd div.greenplaza:before {
    content: url(../img/greenplaza_icon.svg);
  }
  .calendar dd div.dantai:before {
    content: url(../img/dantai_icon.svg);
  }
  .calendar dd div.zenmen:before {
    content: url(../img/zenmen_icon.svg);
  }
  .calendar dd div.event:before {
    content: url(../img/event_icon.svg);
  }
  .top_event {
    padding: 0 0 2em;
    background: transparent;
  }
}

.top_recom {
  margin: 2.2em 0;
}

.top_recom p {
  color: #ff450a;
  font-size: 11px;
  position: absolute;
  margin-top: -2.5em;
}

.top_recom ul {
  margin: 1.4em 0 1.4em;
  margin-left: -3%;
}

.top_recom li {
  float: left;
  width: 30.3%;
  margin-left: 3%;
  background: #fff;
  border-radius: .3em;
  padding: .66em;
}

.top_recom li .img {
  border-radius: .3em;
  background: no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 150px;
  margin-bottom: .2em;
}

.top_recom li small {
  display: block;
  text-align: right;
  font-size: 11px;
  transition-property: color;
  -webkit-transition-property: color;
}

.top_recom li a {
  display: block;
}

.top_recom li dt {
  font-size: 16px;
  height: 4.5em;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
}

.top_recom li dt span {
  display: block;
  font-size: 14px;
  margin-bottom: .3em;
}

.top_recom li dt:before {
  content: '';
  position: absolute;
  background: no-repeat right top;
  right: 0;
  top: .2em;
  width: 100%;
  height: 15px;
}

.top_recom li dd {
  font-size: 13px;
}

.top_recom li.shiba a:hover small {
  color: #87B33D;
}

.top_recom li.shiba dt span {
  color: #87B33D;
}

.top_recom li.shiba dt:before {
  background-image: url(../img/shiba_icon.svg);
}

.top_recom li.flower a:hover small {
  color: #D6847D;
}

.top_recom li.flower dt span {
  color: #D6847D;
}

.top_recom li.flower dt:before {
  background-image: url(../img/flower_icon.svg);
}

.top_recom li.umizuri a:hover small {
  color: #58AFB1;
}

.top_recom li.umizuri dt span {
  color: #58AFB1;
}

.top_recom li.umizuri dt:before {
  background-image: url(../img/umizuri_icon.svg);
}

.top_recom li.greenplaza a:hover small {
  color: #D88633;
}

.top_recom li.greenplaza dt span {
  color: #D88633;
}

.top_recom li.greenplaza dt:before {
  background-image: url(../img/greenplaza_icon.svg);
}

@media all and (max-width: 767px) {
  .top_recom {
    margin: 1em 0 0;
  }
  .top_recom p {
    position: static;
    margin-top: 1.5em;
    text-align: center;
  }
  .top_recom ul {
    margin: 1.4em 0 1.4em;
    margin-left: 0;
  }
  .top_recom li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: .5em;
  }
  .top_recom li .img {
    padding-top: 71.4%;
    margin-bottom: .2em;
  }
  .top_recom li a {
    font-size: 12px;
  }
  .top_recom li dt {
    height: 4.5em;
    height: auto;
    margin-bottom: .6em;
    min-height: 3.4em;
  }
  .top_recom li dt span {
    font-size: 15px;
    margin-bottom: .3em;
  }
  .top_recom .c_btn + .c_btn {
    margin-top: .75em;
  }
}

.top_insta {
  margin-bottom: 3.5em;
}

.top_insta p {
  font-size: 16px;
  position: relative;
  margin-top: 1.2em;
}

.top_insta p img {
  width: 45px;
  vertical-align: -60%;
  margin-right: .5em;
}

.top_insta ul {
  margin-top: .8em;
  margin-left: -.5%;
}

.top_insta li {
  float: left;
  width: 20%;
  padding-left: .5%;
  padding-bottom: .5%;
}

.top_insta li a {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
  background: no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .top_insta {
    margin: 2em 0 2em;
  }
  .top_insta p {
    font-size: 14px;
    padding-left: 0;
    margin-top: .5em;
    line-height: 1.4;
    text-align: center;
  }
  .top_insta p img {
    position: static;
    display: block;
    margin: 0 auto .6em;
  }
  .top_insta ul {
    margin: 1em -7.2% 0;
  }
  .top_insta li {
    width: 33.3%;
  }
}

.top_access .map {
  margin: .5em 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}

.top_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access p {
  font-size: 14px;
  margin-bottom: 2.5em;
}

.top_access .img {
  margin-top: 1.8em;
}

.top_access .img img {
  float: left;
}

.top_access .img img + img {
  float: right;
  margin-right: 2.2em;
}

@media all and (max-width: 767px) {
  .top_access .map {
    margin: .8em -7.2%;
    padding-top: 110%;
  }
  .top_access p {
    font-size: 13px;
    margin-bottom: 2em;
  }
  .top_access p + img {
    width: 100%;
  }
  .top_access .img {
    margin-top: 1em;
  }
  .top_access .img img {
    width: 100%;
    float: none;
  }
  .top_access .img img + img {
    margin-top: 1em;
    float: none;
    margin-right: 0;
  }
}

.low_header {
  background: #fff;
  text-align: center;
  padding: 2.5em 0 1.25em;
}

.low_header img {
  width: 246px;
}

section.low {
  margin-top: 5em;
}

.low_ttl {
  text-align: center;
  margin-bottom: 1em;
}

@media all and (max-width: 767px) {
  section.low {
    margin-top: 5.3em;
  }
  .low_ttl img {
    width: 100%;
  }
}

.news_list {
  margin-top: 2.5em;
  border-top: solid 1px #000;
}

.news_list dt {
  font-size: 15px;
  background: #FFEED7;
  position: relative;
  padding: 10px 20px 9px 135px;
}

.news_list dt span {
  position: absolute;
  left: 20px;
}

.news_list dt br {
  display: none;
}

.news_list dd {
  font-size: 14px;
  border-bottom: solid 1px #000;
  background: #fff;
  padding: 15px 20px 14px 135px;
}

@media all and (max-width: 767px) {
  .news_list {
    margin-top: 2.5em;
  }
  .news_list dt {
    font-size: 13px;
    padding: 10px 10px 9px;
  }
  .news_list dt span {
    font-size: 14px;
    position: static;
    display: block;
    margin-bottom: .5em;
  }
  .news_list dt br {
    display: block;
  }
  .news_list dd {
    font-size: 12px;
    padding: 13px 10px 10px;
  }
}

section.privacy .box {
  background: #fff;
  width: 600px;
  margin: 1.9em auto 0;
  padding: 1.75em 1.75em .1em;
}

section.privacy .ttl {
  font-size: 14px;
}

section.privacy p {
  font-size: 14px;
  margin-bottom: 1.8em;
}

section.privacy dt {
  font-size: 14px;
}

section.privacy dd {
  font-size: 14px;
  margin-bottom: 1.8em;
}

@media all and (max-width: 767px) {
  section.privacy .box {
    width: auto;
    margin: -.5em auto -.75em;
    padding: 1em .75em .1em;
  }
  section.privacy .ttl {
    font-size: 12px;
  }
  section.privacy p {
    font-size: 12px;
    margin-bottom: 1.6em;
  }
  section.privacy dt {
    font-size: 12px;
  }
  section.privacy dd {
    font-size: 12px;
    margin-bottom: 1.6em;
  }
}

.c_btn.qa {
  margin-bottom: 2.4em;
}

.c_btn.qa a {
  width: 350px;
  padding-right: 2.5em;
  border: solid 1px #58AFB1;
  color: #58AFB1;
}

.c_contact2 {
  text-align: center;
  margin-bottom: 2em;
}

.c_contact2 p {
  font-size: 17px;
  margin-bottom: 1em;
}

.c_contact2 .c_btn {
  text-align: center;
}

.c_contact2 .c_btn a {
  font-size: 18px;
  width: 270px;
}

.c_contact {
  text-align: center;
}

.c_contact dl {
  display: inline-block;
  text-align: left;
  position: relative;
}

.c_contact dt {
  text-align: center;
  font-size: 17px;
}

.c_contact li {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-left: 3em;
}

.c_contact li.tel {
  line-height: 1;
  margin: .3em 0;
}

.c_contact li.tel span {
  padding: .4em 0;
  top: .2em;
}

.c_contact li.tel small {
  font-size: 11px;
  font-weight: normal;
  left: 5.6em;
  bottom: -.2em;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: middle;
}

.c_contact li.tel em {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: .5em;
  line-height: 1.2;
}

.c_contact li span {
  position: absolute;
  left: 0;
  top: .3em;
  font-weight: normal;
  width: 70px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #000;
}

.c_contact li.mail a {
  font-size: 14px;
  text-decoration: underline;
  vertical-align: 30%;
}

.c_contact dd {
  white-space: nowrap;
}

.c_contact dd p {
  margin-top: .5em;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 6.3em;
  text-indent: -6.3em;
}

.c_contact dd p span {
  position: absolute;
  margin-left: 6em;
}

@media all and (max-width: 767px) {
  .c_btn.qa a {
    width: 100%;
  }
  .c_contact2 {
    margin-bottom: 1.5em;
  }
  .c_contact2 p {
    font-size: 13px;
    margin-bottom: 1.2em;
  }
  .c_contact2 .c_btn a {
    font-size: 13.5px;
    width: 202px;
  }
  .c_contact dt {
    font-size: 12.75px;
  }
  .c_contact li {
    font-size: 21px;
  }
  .c_contact li.tel span {
    padding: .5em 0 .3em;
  }
  .c_contact li.tel small {
    font-size: 10px;
    display: block;
    margin-top: -.5em;
  }
  .c_contact li.tel em {
    font-size: 11px;
    margin-top: .8em;
    line-height: 1;
    margin-bottom: -.2em;
  }
  .c_contact li span {
    width: 52px;
    font-size: 13.5px;
  }
  .c_contact li.mail a {
    font-size: 10.5px;
  }
  .c_contact dd {
    margin-left: 0;
  }
  .c_contact dd p {
    font-size: 10px;
  }
}

.qa_list {
  border-bottom: solid 1px #F15A24;
  margin: 2.5em 0 1.2em;
}

.qa_list dt {
  font-size: 17px;
  position: relative;
  padding: 15px 60px 14px 80px;
  background: #F7E9E2;
  cursor: pointer;
  border-top: solid 1px #F15A24;
}

.qa_list dt span {
  display: inline-block;
  position: absolute;
  right: .8em;
  margin: 0 15px 0 1px;
  padding: 0;
  width: 2px;
  height: 32px;
  background: #F15A24;
}

.qa_list dt span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  background: #F15A24;
}

.qa_list dt:before {
  content: 'Q';
  font-size: 20px;
  line-height: 1;
  padding-top: .2em;
  display: block;
  position: absolute;
  color: #fff;
  background: #F15A24;
  border: solid 1px #F15A24;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  left: 28px;
  top: 14px;
  font-family: 'Roboto', sans-serif;
}

.qa_list dt.open span {
  transform: rotate(45deg);
}

.qa_list dt.open + dd {
  display: block;
}

.qa_list dd {
  font-size: 14px;
  position: relative;
  background: #fff;
  padding: 20px 14px 14px 80px;
  display: none;
}

.qa_list dd:before {
  content: 'A';
  font-size: 20px;
  line-height: 1;
  padding-top: .2em;
  display: block;
  position: absolute;
  color: #F15A24;
  background: #fff;
  border: solid 1px #F15A24;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  left: 28px;
  top: 14px;
  font-family: 'Roboto', sans-serif;
}

.qa_list dd a {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .qa_list {
    margin: 1em 0;
  }
  .qa_list dt {
    font-size: 13px;
    padding: 13px 50px 11px 40px;
    background-size: 40px;
    background-position: right 5px;
  }
  .qa_list dt span {
    right: .6em;
    margin: 0 15px 0 1px;
    padding: 0;
    height: 22px;
    margin-top: -4px;
  }
  .qa_list dt span:before {
    left: -10px;
    width: 22px;
    margin-top: -1px;
  }
  .qa_list dt:before {
    font-size: 15px;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 11px;
  }
  .qa_list dd {
    font-size: 12px;
    padding: 16px 12px 12px 40px;
  }
  .qa_list dd:before {
    font-size: 15px;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 11px;
  }
}

section.about {
  overflow: hidden;
  margin-bottom: -1em;
}

.about_zone .ttl {
  text-align: center;
  font-size: 25px;
  margin-bottom: .7em;
  font-weight: bold;
}

.about_zone .lead {
  font-size: 17px;
  letter-spacing: -.02em;
  margin-bottom: 2em;
}

.about_zone .box {
  position: relative;
  margin-bottom: 3em;
}

.about_zone .box img {
  display: block;
}

.about_zone .box .img {
  position: absolute;
  bottom: 0;
}

.about_zone .box .icon1 {
  position: absolute;
}

.about_zone .box .icon2 {
  position: absolute;
}

.about_zone .box .zone {
  margin-bottom: .4em;
}

.about_zone .box p {
  font-size: 14px;
  width: 210px;
}

.about_zone .box.a .icon1 {
  left: -2.6em;
  top: 2.7em;
}

.about_zone .box.a .icon2 {
  right: 3em;
  top: 5em;
}

.about_zone .box.a .zone {
  height: 14.2em;
  width: 2.95em;
  margin-left: auto;
  border-bottom: solid 2px #58AFB1;
}

.about_zone .box.a p {
  margin: 0 0 0 auto;
}

.about_zone .box.b .img {
  right: 0;
}

.about_zone .box.b .icon1 {
  right: 0;
  top: -2.5em;
}

.about_zone .box.b .icon2 {
  left: 4em;
  top: -.5em;
}

.about_zone .box.b .zone {
  height: 10em;
  width: 3.05em;
  border-bottom: solid 2px #87B33D;
}

@media all and (max-width: 767px) {
  section.about {
    margin-bottom: 0;
  }
  .about_zone .ttl {
    font-size: 18px;
  }
  .about_zone .lead {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 3em;
  }
  .about_zone .box {
    margin-bottom: 2.5em;
  }
  .about_zone .box .img {
    position: static;
    width: 100%;
    margin-bottom: 1em;
  }
  .about_zone .box .zone {
    margin-bottom: 1em;
  }
  .about_zone .box p {
    font-size: 14px;
    width: auto;
    line-height: 1.35;
  }
  .about_zone .box.a {
    margin-bottom: 1.5em;
  }
  .about_zone .box.a .icon1 {
    left: -.7em;
    top: -1.5em;
    width: 5.75em;
  }
  .about_zone .box.a .icon2 {
    right: auto;
    top: auto;
    margin-top: -.7em;
    width: 9.05em;
  }
  .about_zone .box.a .zone {
    height: 7.5em;
    width: 2.7em;
  }
  .about_zone .box.b .img {
    margin-bottom: 1.5em;
  }
  .about_zone .box.b .icon1 {
    right: 0;
    top: -2.5em;
    width: 4em;
  }
  .about_zone .box.b .icon2 {
    left: auto;
    top: auto;
    margin-left: 30%;
    margin-top: -1em;
    width: 6em;
  }
  .about_zone .box.b .zone {
    height: 7.5em;
    width: 2.77em;
  }
}

.about_mana {
  background: #F1EFE3;
  padding: 2.7em 0 2.5em;
}

.about_mana dt {
  position: absolute;
  font-size: 17px;
}

.about_mana dd {
  font-size: 17px;
  margin-left: 10em;
}

.about_mana p {
  font-size: 17px;
}

.about_mana p.site {
  text-align: right;
  font-size: 14px;
  margin-bottom: 3em;
}

.about_mana p.site a {
  text-decoration: underline;
}

.about_mana .box {
  margin: 1em 1em 0;
}

.about_mana li {
  background: #fff;
  width: 17em;
  margin-bottom: 1em;
  border: solid 1px #000;
  position: relative;
  overflow: hidden;
}

.about_mana li a {
  display: block;
  padding-left: 6em;
  padding-top: 1em;
  height: 100px;
  transition-property: color;
  -webkit-transition-property: color;
}

.about_mana li a:hover {
  color: #f15a24;
  opacity: 1;
}

.about_mana li a:hover img {
  opacity: .7;
}

.about_mana li div {
  display: block;
  padding-left: 6em;
  padding-top: 1em;
  height: 100px;
  transition-property: color;
  -webkit-transition-property: color;
}

.about_mana li img {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}

@media all and (max-width: 767px) {
  .about_mana {
    padding: 1.75em 0 1.5em;
  }
  .about_mana dl {
    margin-bottom: 1em;
  }
  .about_mana dt {
    position: static;
    font-size: 16px;
    text-align: center;
    margin-bottom: .5em;
  }
  .about_mana dd {
    font-size: 14px;
    margin-left: 0;
    line-height: 1.35;
  }
  .about_mana p {
    font-size: 15px;
    line-height: 1.35;
  }
  .about_mana p.site {
    font-size: 12px;
    margin-bottom: 2em;
  }
  .about_mana .box {
    margin: .75em 0 0;
  }
  .about_mana li {
    width: auto;
    margin-bottom: .75em;
  }
  .about_mana li a {
    padding-left: 4.5em;
    padding-top: .8em;
    height: 75px;
  }
  .about_mana li div {
    padding-left: 4.5em;
    padding-top: .8em;
    height: 75px;
  }
  .about_mana li img {
    width: 75px;
  }
}

.about_faci {
  padding-top: 1.8em;
}

.about_faci .box {
  margin: 1em 1em 0;
}

.about_faci ul {
  width: 50%;
}

.about_faci li + li {
  margin-top: .5em;
}

.about_faci li a {
  background: url(../img/arrow02.svg) no-repeat left center;
  font-size: 15px;
  padding-left: 1.4em;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .about_faci {
    padding-top: 1.6em;
  }
  .about_faci .box {
    margin: -.75em 1em 0;
  }
  .about_faci li {
    margin-bottom: .4em;
  }
  .about_faci li + li {
    margin-top: 0;
  }
}

.event_list {
  margin: 2.2em 0;
  position: relative;
}

.event_list .icon {
  position: absolute;
}

.event_list .ttl {
  text-align: center;
  font-weight: bold;
}

.event_list .ttl span {
  font-size: 19px;
  border-bottom: solid 2px;
  padding: 0 .3em .1em;
}

.event_list .wrap {
  margin: 1.4em 0 1.4em;
}

.event_list ul {
  margin-left: -3%;
}

.event_list li {
  float: left;
  width: 30.3%;
  margin-left: 3%;
  background: #fff;
  border-radius: .3em;
  padding: .66em;
}

.event_list li .img {
  border-radius: .3em;
  background: no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 150px;
  margin-bottom: .2em;
}

.event_list li small {
  display: block;
  text-align: right;
  font-size: 11px;
  transition-property: color;
  -webkit-transition-property: color;
}

.event_list li a {
  display: block;
}

.event_list li dt {
  font-size: 16px;
  height: 4.5em;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}

.event_list li dt span {
  display: block;
  font-size: 14px;
  margin-bottom: .3em;
}

.event_list li dt:before {
  content: '';
  position: absolute;
  background: no-repeat right top;
  right: 0;
  top: .2em;
  width: 100%;
  height: 15px;
}

.event_list li dd {
  font-size: 13px;
}

.event_list .more {
  text-align: right;
}

.event_list .more a {
  display: inline-block;
  border: solid 1px;
  font-size: 13px;
  background: #fff;
  width: 145px;
  text-align: center;
  padding: .4em 0;
  position: relative;
  font-weight: bold;
}

.event_list .more img {
  position: absolute;
  right: 1em;
  top: .65em;
}

.event_list.shiba .icon {
  right: 2em;
  top: -5.2em;
  width: 147px;
}

.event_list.shiba li a:hover small {
  color: #87B33D;
}

.event_list.shiba .more a {
  color: #87B33D;
  border-color: #87B33D;
}

.event_list.shiba .ttl span {
  color: #87B33D;
  border-bottom-color: #87B33D;
}

.event_list.shiba dt span {
  color: #87B33D;
}

.event_list.shiba dt:before {
  background-image: url(../img/shiba_icon.svg);
}

.event_list.flower .icon {
  top: -4em;
  left: .5em;
  width: 190px;
}

.event_list.flower li a:hover small {
  color: #D6847D;
}

.event_list.flower .more a {
  color: #D6847D;
  border-color: #D6847D;
}

.event_list.flower .ttl span {
  color: #D6847D;
  border-bottom-color: #D6847D;
}

.event_list.flower dt span {
  color: #D6847D;
}

.event_list.flower dt:before {
  background-image: url(../img/flower_icon.svg);
}

.event_list.greenplaza .icon {
  top: -4em;
  left: 2em;
  width: 144px;
}

.event_list.greenplaza li a:hover small {
  color: #D88633;
}

.event_list.greenplaza .more a {
  color: #D88633;
  border-color: #D88633;
}

.event_list.greenplaza .ttl span {
  color: #D88633;
  border-bottom-color: #D88633;
}

.event_list.greenplaza dt span {
  color: #D88633;
}

.event_list.greenplaza dt:before {
  background-image: url(../img/greenplaza_icon.svg);
}

.event_list.umizuri .c_btn {
  margin-top: 2em;
  text-align: center;
}

.event_list.umizuri .icon {
  bottom: -1.5em;
  left: 1em;
  width: 195px;
}

.event_list.umizuri li a:hover small {
  color: #58AFB1;
}

.event_list.umizuri .more a {
  color: #58AFB1;
  border-color: #58AFB1;
}

.event_list.umizuri .ttl span {
  color: #58AFB1;
  border-bottom-color: #58AFB1;
}

.event_list.umizuri dt span {
  color: #58AFB1;
}

.event_list.umizuri dt:before {
  background-image: url(../img/umizuri_icon.svg);
}

.event_note {
  font-size: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #ff450a;
  font-size: 11px;
  position: absolute;
  margin-top: 1.5em;
}

@media all and (max-width: 767px) {
  .event_list {
    margin: 1.7em 0;
  }
  .event_list .icon {
    display: none;
  }
  .event_list .wrap {
    overflow: auto;
  }
  .event_list ul {
    width: 780px;
  }
  .event_list .ttl {
    text-align: center;
  }
  .event_list .ttl span {
    font-size: 19px;
    border-bottom: solid 2px;
    padding-bottom: .1em;
  }
  .event_list .more {
    text-align: center;
    border-bottom: solid 1px #000 !important;
    padding-bottom: 2em;
    margin: 0 -7%;
  }
  .event_note {
    position: static;
    margin-top: 1.5em;
  }
}

body.shiba {
  background-image: url(../img/common_bg03.png);
}

body.shiba .event_side .ttl {
  color: #87B33D;
}

body.shiba .event_list2 li a:hover small {
  color: #87B33D;
}

body.shiba .event_list2 dt span {
  color: #87B33D;
}

body.shiba .event_list2 dt:before {
  background-image: url(../img/shiba_icon.svg);
}

body.shiba .pager .btn a {
  background: #87B33D;
}

body.shiba .event_body .ttl span {
  color: #87B33D;
}

body.shiba .event_body .ttl:before {
  background-image: url(../img/shiba_icon.svg);
}

body.shiba .event_body .article span {
  color: #87B33D;
}

body.flower {
  background-image: url(../img/common_bg04.png);
}

body.flower .event_side .ttl {
  color: #D6847D;
}

body.flower .event_list2 li a:hover small {
  color: #D6847D;
}

body.flower .event_list2 dt span {
  color: #D6847D;
}

body.flower .event_list2 dt:before {
  background-image: url(../img/flower_icon.svg);
}

body.flower .pager .btn a {
  background: #D6847D;
}

body.flower .event_body .ttl span {
  color: #D6847D;
}

body.flower .event_body .ttl:before {
  background-image: url(../img/flower_icon.svg);
}

body.flower .event_body .article span {
  color: #D6847D;
}

body.greenplaza {
  background-image: url(../img/common_bg05.png);
}

body.greenplaza .event_side .ttl {
  color: #D88633;
}

body.greenplaza .event_list2 li a:hover small {
  color: #D88633;
}

body.greenplaza .event_list2 dt span {
  color: #D88633;
}

body.greenplaza .event_list2 dt:before {
  background-image: url(../img/greenplaza_icon.svg);
}

body.greenplaza .pager .btn a {
  background: #D88633;
}

body.greenplaza .event_body .ttl span {
  color: #D88633;
}

body.greenplaza .event_body .ttl:before {
  background-image: url(../img/greenplaza_icon.svg);
}

body.greenplaza .event_body .article span {
  color: #D88633;
}

body.umizuri {
  background-image: url(../img/common_bg06.png);
}

body.umizuri .event_side .ttl {
  color: #58AFB1;
}

body.umizuri .event_list2 li a:hover small {
  color: #58AFB1;
}

body.umizuri .event_list2 dt span {
  color: #58AFB1;
}

body.umizuri .event_list2 dt:before {
  background-image: url(../img/umizuri_icon.svg);
}

body.umizuri .pager .btn a {
  background: #58AFB1;
}

body.umizuri .event_body .ttl span {
  color: #58AFB1;
}

body.umizuri .event_body .ttl:before {
  background-image: url(../img/umizuri_icon.svg);
}

body.umizuri .event_body .article span {
  color: #58AFB1;
}

.event_inner {
  background: #fff;
  max-width: 960px;
  margin: -1em auto;
  padding: 1.5em 0 1em;
  border-radius: .5em;
}

.event_cont {
  margin-top: 2.2em;
}

.event_cont .u_left {
  width: 21.71%;
}

.event_cont .u_right {
  width: 72.63%;
}

.event_list2 ul {
  margin-bottom: 1.5em;
}

.event_list2 li {
  padding-bottom: 1.5em;
  border-bottom: solid 1px #000;
  margin-bottom: 1.5em;
}

.event_list2 li .img {
  float: left;
  width: 235px;
  border-radius: .3em;
  background: no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 190px;
  margin-bottom: .2em;
}

.event_list2 li a {
  display: block;
}

.event_list2 li small {
  display: block;
  font-size: 12px;
  margin-top: .8em;
  transition-property: color;
  -webkit-transition-property: color;
}

.event_list2 dl {
  float: right;
  width: 287px;
}

.event_list2 dt {
  position: relative;
  margin-bottom: .5em;
  line-height: 1.2;
  font-weight: bold;
}

.event_list2 dt span {
  display: block;
  font-size: 16px;
  margin-bottom: .7em;
}

.event_list2 dt:before {
  content: '';
  position: absolute;
  background: no-repeat right top;
  right: 0;
  top: .2em;
  width: 100%;
  height: 15px;
}

.event_list2 dd {
  font-size: 14px;
}

.pager {
  text-align: center;
}

.pager span {
  display: inline-block;
  font-size: 12px;
}

.pager .current {
  padding: 0 1em;
}

.pager .btn {
  width: 72px;
  color: #fff;
}

.pager .btn a {
  display: block;
  padding: .5em 0 .4em;
  border-radius: 1.5em;
}

.event_side .ttl {
  font-size: 15px;
}

.event_side dl {
  margin-top: 2em;
}

.event_side dt {
  font-size: 13px;
  background: url(../img/arrow06.svg) no-repeat right center;
  border-bottom: solid 1px #000;
  padding: .4em 0 .3em;
  cursor: pointer;
}

.event_side dt + dd {
  display: none;
}

.event_side dt.open + dd {
  display: block;
}

.event_side dd {
  padding: 1em 0 .5em;
  border-bottom: solid 1px #000;
}

.event_side dd li {
  margin-bottom: .3em;
  font-size: 12px;
}

.event_side #dummy {
  display: none;
}

@media all and (max-width: 767px) {
  .event_inner {
    margin: 6em auto -.8em;
    padding: 1.2em 0 1em;
    border-radius: 0;
  }
  .event_cont {
    margin-top: 1.2em;
  }
  .event_list2 ul {
    margin-bottom: .75em;
  }
  .event_list2 li {
    padding-bottom: 1.5em;
    border-bottom: none;
    margin-bottom: 1em;
    background: #fff;
    padding: .75em;
  }
  .event_list2 li .img {
    float: none;
    width: 100%;
    padding-top: 80.85%;
    margin-bottom: .7em;
  }
  .event_list2 dl {
    float: none;
    width: auto;
  }
  .event_list2 dt {
    margin-bottom: .75em;
    border-bottom: solid 1px #000;
    font-size: 17px;
  }
  .event_list2 dt span {
    margin-bottom: .3em;
  }
  .event_list2 dd {
    font-size: 13px;
  }
  .event_side {
    background: #fff;
    margin: 2em -7% 0;
    padding: 1.25em 0;
  }
  .event_side .ttl {
    width: 165px;
    margin: 0 auto;
  }
  .event_side dl {
    width: 165px;
    margin: 1.25em auto 0;
  }
  .event_side dt {
    font-size: 13px;
    background: url(../img/arrow06.svg) no-repeat right center;
    border-bottom: solid 1px #000;
    padding: .4em 0 .3em;
    cursor: pointer;
  }
  .event_side dt + dd {
    display: none;
  }
  .event_side dt.open + dd {
    display: block;
  }
  .event_side dd {
    padding: 1em 0 .5em;
    border-bottom: solid 1px #000;
  }
  .event_side dd li {
    margin-bottom: .3em;
    font-size: 12px;
  }
}

.event_body .ttl {
  position: relative;
  border-bottom: solid 1px #000;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.event_body .ttl span {
  display: block;
  font-size: 18px;
  margin-bottom: 1em;
}

.event_body .ttl:before {
  content: '';
  position: absolute;
  background: no-repeat right top;
  right: 0;
  top: .2em;
  width: 100%;
  height: 15px;
}

.event_body .sns {
  margin-top: 2.5em;
}

.event_body .sns li {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.event_body .sns li + li {
  margin-left: .7em;
}

.event_body .sns li:first-child {
  margin-right: 1em;
}

.event_body .article {
  font-size: 14px;
}

.event_body .article p {
  margin-bottom: 2em;
}

.event_body .article h2 {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: .3em;
}

.event_body .article h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: .3em;
}

.event_body .article h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: .3em;
}

.event_body .img:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.event_body .img {
  margin: .8em 0;
}

.event_body .img p {
  margin-bottom: 0;
}

.event_body .img > * {
  float: left;
}

.event_body .img > * + * {
  margin-left: 1em;
}

.event_body .img img {
  display: block;
}

.event_body .img br {
  display: none;
}

@media all and (max-width: 767px) {
  .event_body .ttl {
    margin-bottom: 1.2em;
    font-size: 17px;
  }
  .event_body .ttl span {
    font-size: 16px;
    margin-bottom: .5em;
  }
  .event_body .sns {
    margin-top: 2em;
  }
  .event_body .sns li {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .event_body .sns li + li {
    margin-left: 0;
    margin-top: 1em;
  }
  .event_body .sns li:first-child {
    margin-right: 0;
  }
  .event_body .article {
    font-size: 13px;
  }
  .event_body .img {
    margin: .7em 0 .8em;
  }
  .event_body .img > * {
    float: none;
  }
  .event_body .img > * + * {
    margin-left: 0;
    margin-top: .8em;
  }
  .event_body .img img {
    width: 100%;
  }
}

section.form .lead {
  font-size: 17px;
  text-align: center;
  margin-top: 1.55em;
}

section.form .note {
  font-size: 15px;
  color: #FF5A19;
  margin: 3em 0 2.5em;
  font-weight: bold;
}

section.form .msg {
  font-size: 15px;
  background: #FBE9E2;
  padding: .3em .5em;
  margin-top: 1.1em;
}

section.form .inner {
  width: 562px;
  margin: 0 auto;
}

section.form table {
  width: 100%;
  font-weight: bold;
}

section.form th {
  text-align: left;
  font-size: 17px;
  width: 10em;
  line-height: 1.2;
  vertical-align: top;
}

section.form th em {
  color: #FF5A19;
  margin-left: .3em;
}

section.form td {
  font-size: 17px;
  padding-bottom: 1.5em;
}

section.form td p {
  text-align: right;
  font-size: 14px;
}

section.form input[type="text"],
section.form input[type="email"],
section.form input[type="tel"],
section.form textarea {
  background: #fff;
  width: 100%;
  border: solid 1px #000;
  padding: .1em .3em;
}

section.form .name input {
  width: 140px;
}

section.form .name label {
  width: 3em;
  display: inline-block;
}

section.form .name input + label {
  margin-left: .3em;
}

section.form .name span + label {
  margin-left: .5em;
}

section.form input[type="checkbox"] {
  margin-right: .3em;
}

section.form textarea {
  height: 13em;
}

section.form .method label {
  margin-right: 1em;
}

section.form .type label {
  display: block;
}

section.form .pp {
  margin-top: .5em;
}

section.form .pp dt {
  color: #FF5A19;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: .5em;
}

section.form .pp dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: .2em;
  box-sizing: border-box;
  border: .5em solid transparent;
  border-left: .7em solid #FF5A19;
}

section.form .pp dd {
  background: #FBE9E2;
  font-size: 14px;
  padding: .6em .8em .5em;
}

section.form .btn {
  text-align: center;
  margin: 2.5em 0 2em;
}

section.form .btn input {
  display: inline-block;
  width: 270px;
  border: solid 1px #F15A24;
  color: #F15A24;
  font-size: 18px;
  padding: .6em 1.3em .4em 1em;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
}

section.form .btn .back {
  margin-bottom: 1em;
  display: block;
}

section.form .btn .ajax-loader {
  position: absolute;
}

@media all and (min-width: 768px) {
  section.form input::-webkit-input-placeholder {
    color: transparent;
  }
  section.form input:-ms-input-placeholder {
    color: transparent;
  }
  section.form input::-moz-placeholder {
    color: transparent;
  }
  section.form textarea::-webkit-input-placeholder {
    color: transparent;
  }
  section.form textarea:-ms-input-placeholder {
    color: transparent;
  }
  section.form textarea::-moz-placeholder {
    color: transparent;
  }
}

@media all and (max-width: 767px) {
  section.form .lead {
    font-size: 14px;
    margin-top: -.8em;
  }
  section.form .lead.b {
    text-align: left;
  }
  section.form .note {
    font-size: 12px;
    margin: 1.5em 0 2em;
  }
  section.form .msg {
    font-size: 12px;
    padding: .5em .6em;
  }
  section.form .inner {
    width: auto;
  }
  section.form th {
    font-size: 14px;
    float: left;
    width: 100%;
    padding-bottom: .5em;
  }
  section.form th br {
    display: none;
  }
  section.form td {
    float: left;
    width: 100%;
    font-size: 12px;
    padding-bottom: 1.8em;
  }
  section.form td label {
    font-size: 14px;
  }
  section.form td p {
    display: none;
  }
  section.form input[type="text"],
  section.form input[type="email"],
  section.form input[type="tel"],
  section.form textarea {
    padding: .3em 1em .2em;
  }
  section.form .name input {
    width: 49%;
  }
  section.form .name label {
    display: none;
  }
  section.form .name input + label {
    margin-left: 0;
  }
  section.form .name span + label {
    margin-left: 0;
  }
  section.form .pp {
    margin-top: .1em;
  }
  section.form .pp dt {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
  }
  section.form .pp dt:before {
    left: 50%;
    margin-left: -8em;
  }
  section.form .pp dd {
    font-size: 12px;
  }
  section.form .btn {
    margin: 1.7em 0 1.5em;
  }
  section.form .btn input {
    width: 202px;
    font-size: 13.5px;
  }
}

section.choka .low_ttl img {
  width: auto;
}

body.choka {
  background: #fff;
}

body.choka .pager .btn a {
  background: #58AFB1;
}

.choka_list.u_right {
  width: 66.6%;
}

.choka_list > ul > li {
  background: repeat-x url(../img/choka_line.png) left bottom;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}

.choka_list .date {
  font-size: 18px;
  color: #58AFB1;
  font-weight: bold;
}

.choka_list .info {
  border: solid 1px #58AFB1;
  border-left: none;
  background: #fff;
  margin-top: .3em;
}

.choka_list .info li {
  float: left;
  width: 25%;
  font-size: 14px;
  border-left: solid 1px #58AFB1;
  padding: .3em .5em .2em;
  font-weight: bold;
}

.choka_list .img {
  margin: .8em 0 .3em;
}

.choka_list .img li {
  float: left;
  width: 49%;
  margin-bottom: 2%;
}

.choka_list .img li:nth-child(even) {
  float: right;
}

.choka_list .img li:nth-child(odd) {
  clear: both;
}

.choka_list .img img {
  border-radius: .5em;
  display: block;
}

.choka_list .txt {
  font-size: 14px;
}

.choka_list .data {
  margin-top: .5em;
  display: table;
  width: 100%;
}

.choka_list .data.col {
  width: 50%;
}

.choka_list .data + .data {
  margin-top: 0;
}

.choka_list .data + .data li {
  border-top: none;
}

.choka_list .data li {
  display: table-cell;
  width: 50%;
  font-size: 14px;
  padding: .3em .6em;
  border: solid 1px #58AFB1;
  font-weight: bold;
}

.choka_list .data li + li {
  border-left: none;
}

@media all and (max-width: 767px) {
  .choka_list > ul > li {
    background: repeat-x url(../img/choka_line.png) left bottom;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .choka_list .date {
    font-size: 16px;
  }
  .choka_list .info {
    border-top: none;
  }
  .choka_list .info li {
    width: 50%;
    border-top: solid 1px #58AFB1;
  }
  .choka_list .img li {
    float: none;
    width: auto;
  }
  .choka_list .img li:nth-child(even) {
    float: none;
  }
  .choka_list .img img {
    width: 100%;
  }
  .choka_list .txt {
    font-size: 13px;
  }
  .choka_list .data {
    display: block;
  }
  .choka_list .data.col {
    width: auto;
  }
  .choka_list .data li {
    display: block;
    width: auto;
  }
  .choka_list .data li + li {
    border-top: none;
    border-left: solid 1px #58AFB1;
  }
}

.map_choka .inner {
  background: #fff;
  padding: 1.5em 0 3.5em;
}

.map_choka .list {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin: .6em 0 2em;
}

.map_choka .list > li {
  padding: 1.8em 0 1.5em;
  min-height: 250px;
}

.map_choka .list > li + li {
  background: repeat-x url(../img/choka_line.png) left top;
}

.map_choka .list > li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  border-radius: .3em;
}

.map_choka .list > li small {
  display: block;
  font-size: 11px;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

.map_choka .list > li a {
  display: block;
  position: relative;
  padding-left: 260px;
}

.map_choka .list > li a:hover small {
  color: #58AFB1;
}

.map_choka .date {
  font-size: 18px;
  color: #58AFB1;
  font-weight: bold;
}

.map_choka .info {
  border: solid 1px #58AFB1;
  border-left: none;
  background: #fff;
  margin: .3em 0 .5em;
  display: table;
  width: 100%;
}

.map_choka .info li {
  display: table-cell;
  width: 25%;
  font-size: 14px;
  border-left: solid 1px #58AFB1;
  padding: .3em .5em .2em;
  font-weight: bold;
  white-space: nowrap;
}

.map_choka .data {
  margin: 0;
  display: table;
  width: 100%;
}

.map_choka .data.col {
  width: 50%;
}

.map_choka .data + .data li {
  border-top: none;
}

.map_choka .data li {
  display: table-cell;
  width: 50%;
  font-size: 14px;
  padding: .3em .6em;
  border: solid 1px #58AFB1;
  font-weight: bold;
}

.map_choka .data li + li {
  border-left: none;
}

.map_choka .txt {
  font-size: 14px;
  margin-top: .7em;
}

.map_choka .c_btn + .c_btn {
  margin-top: .5em;
}

@media all and (max-width: 767px) {
  .map_choka .inner {
    padding: 0 0 3.5em;
  }
  .map_choka .list {
    margin: .6em 0 2em;
  }
  .map_choka .list > li {
    padding: 1em 0 .5em;
  }
  .map_choka .list > li img {
    position: static;
    width: 100%;
    border-radius: .3em;
  }
  .map_choka .list > li a {
    font-size: 12px;
    margin-top: 1em;
    padding-left: 0;
  }
  .map_choka .date {
    font-size: 16px;
  }
  .map_choka .info {
    border-left: none;
    border-top: none;
    margin: .3em 0 .8em;
  }
  .map_choka .info li {
    border-top: solid 1px #58AFB1;
    width: 50%;
  }
  .map_choka .data {
    display: block;
  }
  .map_choka .data.col {
    width: auto;
  }
  .map_choka .data li {
    display: block;
    width: auto;
  }
  .map_choka .data li + li {
    border-top: none;
    border-left: solid 1px #58AFB1;
  }
  .map_choka .txt {
    font-size: 13px;
  }
}

.map_fish {
  padding: 2em 0;
}

.map_fish .lead {
  text-align: center;
  font-size: 16px;
  margin: 1em 0 2.5em;
}

.map_fish ul {
  width: 600px;
  margin: 0 auto;
}

.map_fish li {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 1.7em;
}

.map_fish li:nth-child(odd) {
  clear: both;
}

.map_fish li dl {
  width: 180px;
  margin: 0 auto;
}

.map_fish li dd {
  background: #fff;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  display: table;
}

.map_fish li dd p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 3em;
}

.map_fish .icon {
  position: absolute;
  z-index: 1;
}

.map_fish .icon1 {
  top: 1.5em;
  left: -2em;
}

.map_fish .icon2 {
  top: 5em;
  left: 60%;
}

.map_fish .icon3 {
  top: 6.5em;
  left: 55%;
}

.map_fish .icon4 {
  top: 6em;
  left: 80%;
}

.map_fish dt {
  color: #58AFB1;
  text-align: center;
  font-size: 17px;
}

.map_fish dt span {
  position: relative;
  display: inline-block;
  width: 1em;
}

.map_fish dt span:before {
  content: '';
  position: absolute;
  left: .2em;
  top: -.7em;
  box-sizing: border-box;
  border: .3em solid transparent;
  border-left: .5em solid #58AFB1;
}

.map_fish i {
  font-style: normal;
  color: #58AFB1;
}

.map_fish .box {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

.map_fish .box dl {
  width: 285px;
  float: left;
  margin-bottom: 1.3em;
}

.map_fish .box dl + dl {
  float: right;
}

.map_fish .box dd {
  font-size: 13px;
  text-align: left;
  background: #fff;
  padding: 1em 1em 1em 2em;
}

.map_fish .box dd span {
  display: block;
  width: 48%;
  float: left;
}

.map_fish .box p {
  clear: both;
  border: dotted 2px #58AFB1;
  background: #fff;
  font-size: 13px;
  color: #58AFB1;
  padding: .5em;
  text-align: center;
}

@media all and (max-width: 767px) {
  .map_fish {
    padding: 2em 0;
  }
  .map_fish .lead {
    text-align: left;
    margin: .8em 0 1em;
    font-size: 14px;
  }
  .map_fish ul {
    width: auto;
  }
  .map_fish li {
    float: none;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 1.2em;
  }
  .map_fish li dl {
    width: 144px;
    margin: 0 auto;
  }
  .map_fish li dd {
    width: 144px;
    height: 144px;
  }
  .map_fish li dd p {
    font-size: 13px;
    padding-left: 3em;
  }
  .map_fish li dd p.l {
    font-size: 15px;
    padding-left: 2em;
  }
  .map_fish .icon1 {
    top: 2em;
    left: 0;
    width: 100px;
  }
  .map_fish .icon2 {
    top: 5.5em;
    width: 133px;
  }
  .map_fish .icon3 {
    top: 5.5em;
    left: 50%;
    width: 150px;
  }
  .map_fish .icon4 {
    top: 7em;
    left: 0;
    width: 140px;
  }
  .map_fish dt {
    font-size: 16px;
  }
  .map_fish .box {
    width: auto;
  }
  .map_fish .box dl {
    width: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: .3em;
  }
  .map_fish .box dl + dl {
    float: none;
  }
  .map_fish .box p {
    margin-top: 2em;
    font-size: 12px;
  }
}

.map_guide {
  background: #fff;
  margin-bottom: 1em;
  padding: 2em 0 1em;
}

.map_guide .lead {
  text-align: center;
  margin: 1em 0 2.5em;
  font-size: 16px;
}

.map_guide dt {
  color: #58AFB1;
  font-size: 18px;
  margin-bottom: .2em;
}

.map_guide th {
  background: #BCDFE0;
  font-weight: bold;
}

.map_guide table {
  width: 100%;
  margin-bottom: .3em;
}

.map_guide tr > * {
  border: solid 1px #000;
  font-size: 17px;
}

.map_guide th {
  padding: .5em .8em;
}

.map_guide th span{
  font-size: 15px;
}

.map_guide td {
  background: #fff;
  padding: .5em 1.5em;
}

.map_guide li {
  width: 47.5%;
  float: left;
  margin-bottom: 2em;
}

.map_guide li:nth-child(odd) {
  clear: both;
}

.map_guide li:nth-child(even) {
  float: right;
}

.map_guide li p {
  font-size: 13px;
}

.map_guide li.c {
  margin-top: -4em;
  margin-top: -11.5em;
}

.map_guide li.c td {
  text-align: center;
}

.map_guide li.e {
  margin-top: -11.2em;
  margin-top: -18em;
}

.map_guide li.e p {
  font-size: 14px;
}

.map_guide li.e p.tel {
  font-size: 17px;
  font-weight: bold;
}

.map_guide li.e dd + dt {
  margin-top: 2em;
}

.map_guide li .kaisu {
  margin-top: 2em;
}

.map_guide li .kaisu th {
  padding: .5em .5em;
}

.map_guide li .kaisu td {
  padding: .5em 1em;
}

.map_guide .btn {
  text-align: center;
}

.map_guide .btn a {
  display: block;
  border: solid 1px #58AFB1;
  color: #58AFB1;
  font-size: 13px;
  padding: .6em 1.3em .5em 0;
  background: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 1em;
}

.map_guide .btn img {
  position: absolute;
  right: 2em;
  top: .8em;
}

@media all and (max-width: 767px) {
  .map_guide {
    margin-bottom: 1em;
    padding: 2em 0 1em;
  }
  .map_guide .lead {
    text-align: left;
    margin: .8em 0 1em;
    font-size: 14px;
  }
  .map_guide dt {
    font-size: 16px;
    margin-bottom: .1em;
  }
  .map_guide table {
    margin-bottom: .3em;
  }
  .map_guide tr > * {
    border: solid 1px #000;
  }
  .map_guide th {
    padding: .5em 0 .5em .8em;
    font-size: 14px;
  }
  .map_guide td {
    background: #fff;
    padding: .5em 1em;
    font-size: 15px;
  }
  .map_guide li {
    width: auto;
    float: none;
    margin-bottom: .8em;
  }
  .map_guide li:nth-child(even) {
    float: none;
  }
  .map_guide li p {
    font-size: 12px;
  }
  .map_guide li.c {
    margin-top: 0;
  }
  .map_guide li.e {
    margin-top: 0;
  }
  .map_guide li.e p.tel {
    font-size: 14px;
  }
  .map_guide li.e dd + dt {
    margin-top: 1.2em;
  }
  .map_guide li .kaisu {
    margin-top: .8em;
  }
  .map_guide li .kaisu th {
    padding: .5em .5em .5em .5em;
    font-size: 13px;
  }
  .map_guide li .kaisu td {
    padding: .5em .8em;
    font-size: 14px;
  }
  .map_guide .btn img {
    right: .5em;
  }
}

.map_ban {
  margin-top: -1em;
}

.map_ban dl {
  margin-bottom: 1em;
}

.map_ban dt {
  font-size: 18px;
  color: #58AFB1;
  margin-bottom: .3em;
}

.map_ban dd {
  font-size: 14px;
}

.map_ban dd em {
  color: #58AFB1;
}

.map_ban p {
  border: dotted 2px #58AFB1;
  background: #fff;
  font-size: 14px;
  color: #58AFB1;
  padding: .3em;
  display: inline-block;
}

.map_faci {
  padding-top: 2.5em;
}

.map_faci dl {
  margin-top: 1.5em;
}

.map_faci dt {
  font-size: 18px;
  color: #58AFB1;
  margin-bottom: .3em;
}

.map_faci ul {
  width: 33.3%;
  float: left;
}

.map_faci li {
  margin-bottom: .5em;
}

.map_faci li a {
  background: url(../img/arrow02.svg) no-repeat left center;
  font-size: 15px;
  padding-left: 1.4em;
  text-decoration: underline;
}

.map_faci li p{
  background: url(../img/arrow02.svg) no-repeat left center;
  font-size: 15px;
  padding-left: 1.4em;
}

@media all and (max-width: 767px) {
  .map_ban {
    margin-top: .4em;
  }
  .map_ban dl {
    margin-bottom: .6em;
  }
  .map_ban dt {
    font-size: 16px;
  }
  .map_ban dd {
    font-size: 13px;
  }
  .map_ban p {
    font-size: 12px;
    padding: .3em .6em;
  }
  .map_faci {
    padding-top: 1.5em;
    margin-bottom: -1em;
  }
  .map_faci dl {
    margin-top: -.5em;
  }
  .map_faci dt {
    font-size: 16px;
  }
  .map_faci ul {
    width: auto;
    float: none;
  }
  .map_faci li {
    margin-bottom: .2em;
  }
}

.map_lead {
  margin: 6.2em 0 1.5em;
}

.map_lead p {
  font-size: 17px;
}

.map_note {
  max-width: 960px;
  margin: -1.5em auto 3.5em;
  border: solid 3px #e60012;
}

.map_note p {
  max-width: 760px;
  margin: 0 auto;
  padding: .7em 0 .5em;
}

.map_note span {
  display: block;
  color: #e60012;
  font-size: 14px;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}

.map_cal .inner {
  background: #fff;
  padding: 1.5em 0;
}

.map_cal .u_inner {
  position: relative;
}

.map_cal .icon1 {
  position: absolute;
  top: -4.5em;
}

.map_cal .icon2 {
  position: absolute;
  right: 1em;
  top: -1.5em;
}

.map_cal p {
  font-size: 13px;
  position: relative;
  padding-left: 8em;
  margin-top: -.5em;
}

.map_cal p + p {
  margin-top: .3em;
}

.map_cal p img {
  position: absolute;
  left: 0;
  top: .3em;
}

.map_qa {
  padding-top: 1em;
}

.map_qa .u_inner {
  position: relative;
}

.map_qa .icon1 {
  position: absolute;
  right: 1em;
  top: -4em;
}

.map_qa .qa_list {
  margin-top: 1.6em;
}

.map_doc {
  margin-top: 3.7em;
}

.map_doc p {
  font-size: 16px;
  margin-top: 1em;
}

.map_doc .btn {
  text-align: center;
  margin-top: 2.5em;
}

.map_doc .btn a {
  display: inline-block;
  width: 300px;
  border: solid 1px #87B33D;
  color: #87B33D;
  font-size: 16px;
  padding: 1em 1.3em .8em 0;
  background: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin: 0 1.2em;
}

.map_doc .btn img {
  position: absolute;
  right: 1em;
  top: .8em;
}

@media all and (max-width: 767px) {
  .map_lead {
    margin: 2em 0 1em;
  }
  .map_lead p {
    font-size: 14px;
  }
  .map_lead .c_anchor {
    margin-top: -5em;
    padding-top: 5em;
  }
  .map_note {
    margin: 1em 6.25% 1.8em;
    border: solid 2px #e60012;
  }
  .map_note p {
    padding: .7em 1em .5em;
  }
  .map_note span {
    margin-left: 0;
    text-indent: 0;
  }
  .map_cal .inner {
    padding: 5em 0 2em;
  }
  .map_cal .icon1 {
    top: -8em;
    left: -.5em;
    width: 160px;
  }
  .map_cal .icon2 {
    right: -.5em;
    top: -3.5em;
    width: 95px;
  }
  .map_cal p {
    padding-left: 0;
    margin-top: -1.4em;
  }
  .map_cal p img {
    position: static;
    display: block;
    margin-bottom: 1em;
  }
  .map_cal.calendar .menu {
    margin-top: 1em;
  }
  .map_qa {
    padding-top: 3.5em;
  }
  .map_qa .icon1 {
    right: 1em;
    top: -7em;
    width: 155px;
  }
  .map_qa .qa_list {
    margin-top: 1.2em;
  }
  .map_doc {
    margin-top: 2em;
  }
  .map_doc p {
    font-size: 14px;
    margin-top: .8em;
  }
  .map_doc .btn {
    margin: 1em 0 2.5em;
  }
  .map_doc .btn a {
    display: block;
    width: auto;
    font-size: 14px;
    margin: 0;
  }
  .map_doc .btn a + a {
    margin-top: 1.4em;
  }
}

body.shiba .top_main .ttl {
  position: absolute;
  right: 50%;
  margin-right: -350px;
  top: 3.5em;
}

body.shiba .map_lead p {
  color: #87B33D;
}

body.shiba .calendar .nav a {
  background: #E6ECD8;
  padding: 0 .3em;
}

body.shiba .calendar th {
  background: #E6ECD8;
}

body.shiba .qa_list {
  border-bottom: solid 1px #87B33D;
}

body.shiba .qa_list dt {
  background-color: #E7ECD7;
  border-top: solid 1px #87B33D;
}

body.shiba .qa_list dt span {
  background: #87B33D;
}

body.shiba .qa_list dt span:before {
  background: #87B33D;
}

body.shiba .qa_list dt:before {
  background: #87B33D;
  border: solid 1px #87B33D;
}

body.shiba .qa_list dd:before {
  color: #87B33D;
  border: solid 1px #87B33D;
}

body.flower .top_main .ttl {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 3.5em;
}

body.flower .map_lead p {
  color: #D6847D;
}

body.umizuri .top_main .ttl {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  bottom: 3em;
}

body.umizuri .map_lead p {
  color: #58AFB1;
}

body.umizuri .calendar .nav a {
  background: #E6ECD8;
  padding: 0 .3em;
}

body.umizuri .calendar th {
  background: #E6ECD8;
}

body.umizuri .qa_list {
  border-bottom: solid 1px #58AFB1;
}

body.umizuri .qa_list dt {
  background-color: #E0EEEF;
  border-top: solid 1px #58AFB1;
}

body.umizuri .qa_list dt span {
  background: #58AFB1;
}

body.umizuri .qa_list dt span:before {
  background: #58AFB1;
}

body.umizuri .qa_list dt:before {
  background: #58AFB1;
  border: solid 1px #58AFB1;
}

body.umizuri .qa_list dd:before {
  color: #58AFB1;
  border: solid 1px #58AFB1;
}

body.umizuri .c_btn a {
  border: solid 1px #58AFB1;
  color: #58AFB1;
}

@media all and (max-width: 767px) {
  body.shiba .top_main .ttl {
    right: 6.25%;
    margin-right: 0;
    top: 1em;
    width: 2.5em;
  }
  body.shiba .calendar .menu {
    background: #E6ECD8;
  }
  body.umizuri .top_main .ttl {
    left: 6.25%;
    margin-left: 0;
    width: 2.5em;
    bottom: auto;
    top: 1em;
  }
  body.flower .top_main .ttl {
    left: 6.25%;
    margin-left: 0;
    top: 1em;
    width: 7.7em;
  }
}

.map_flower_bg .inner {
  background: #fff;
  padding: 1.5em 0;
}

.map_flower dl {
  position: relative;
}

.map_flower .img2 {
  position: absolute;
}

.map_flower .img {
  position: absolute;
}

.map_flower .bg {
  position: absolute;
}

.map_flower .icon {
  position: absolute;
}

.map_flower dt {
  position: absolute;
}

.map_flower p {
  font-size: 14px;
  position: absolute;
  width: 250px;
}

.map_flower .d {
  height: 400px;
  position: relative;
}

.map_flower .d .img2 {
  left: 3.75em;
  top: 1.5em;
}

.map_flower .d .img {
  right: 0;
}

.map_flower .d .bg {
  right: 2.5em;
  top: 4em;
}

.map_flower .e {
  height: 360px;
  position: relative;
}

.map_flower .e .img2 {
  left: 2.25em;
}

.map_flower .e .img {
  right: 0;
  top: 2em;
}

.map_flower .e .bg {
  right: 2.5em;
}

.map_flower .a {
  height: 340px;
}

.map_flower .a dt {
  left: 21em;
  top: 1.4em;
}

.map_flower .a .img {
  left: 6.75em;
  top: 1.75em;
}

.map_flower .a .bg {
  left: 5em;
  top: 0;
}

.map_flower .a .icon {
  left: 26.5em;
  top: 4em;
}

.map_flower .a p {
  left: 30em;
  top: 15.2em;
}

.map_flower .b {
  height: 430px;
}

.map_flower .b dt {
  left: 0;
}

.map_flower .b .img2 {
  right: 0;
}

.map_flower .b .img {
  left: 10.5em;
  top: 1.6em;
}

.map_flower .b .bg {
  left: 8.5em;
}

.map_flower .b .icon {
  top: 7.5em;
}

.map_flower .b p {
  left: 10.5em;
  top: 21em;
}

.map_flower .c {
  height: 450px;
}

.map_flower .c dt {
  right: 2.5em;
}

.map_flower .c .img2 {
  right: 2.5em;
  top: 5.5em;
}

.map_flower .c .img {
  top: .5em;
}

.map_flower .c .bg {
  left: 3em;
  top: 5em;
}

.map_flower .c .icon {
  right: 5em;
  top: -1em;
}

.map_flower .c p {
  left: 27.2em;
  top: 23.5em;
}

@media all and (max-width: 767px) {
  .map_flower_bg {
    overflow: hidden;
  }
  .map_flower_bg .inner {
    background: #fff;
    padding: 1.5em 0;
  }
  .map_flower {
    margin-bottom: 3em;
  }
  .map_flower li {
    margin-bottom: 2em;
  }
  .map_flower dl {
    width: 280px;
    margin: 0 auto;
  }
  .map_flower p {
    width: auto;
  }
  .map_flower .d {
    height: 510px;
    width: 280px;
    margin: 0 auto;
  }
  .map_flower .d .img2 {
    left: 2.5em;
    top: 13em;
    width: 180px;
  }
  .map_flower .d .img {
    right: 0;
  }
  .map_flower .d .bg {
    right: auto;
    left: -1em;
    top: 2.5em;
    width: 270px;
  }
  .map_flower .e {
    height: 570px;
    width: 280px;
    margin: 0 auto;
  }
  .map_flower .e .img2 {
    left: 1em;
    top: 256px;
    width: 245px;
  }
  .map_flower .e .img {
    right: 0;
    top: 1em;
    width: 260px;
  }
  .map_flower .e .bg {
    right: auto;
    left: 0;
    width: 253px;
  }
  .map_flower .a {
    height: 490px;
  }
  .map_flower .a dt {
    left: 1.5em;
    top: 0;
    width: 45px;
  }
  .map_flower .a .img {
    left: auto;
    right: 0;
    top: 230px;
  }
  .map_flower .a .bg {
    left: 0;
    top: 195px;
  }
  .map_flower .a .icon {
    left: 130px;
    top: -.5em;
  }
  .map_flower .a p {
    left: 0;
    top: 115px;
  }
  .map_flower .b {
    height: 590px;
  }
  .map_flower .b dt {
    left: 1em;
    width: 70px;
  }
  .map_flower .b .img2 {
    right: 0;
    top: 290px;
  }
  .map_flower .b .img {
    left: auto;
    right: 0;
    top: 1.25em;
    width: 119px;
  }
  .map_flower .b .bg {
    left: 136px;
    height: 168px;
    width: 111px;
  }
  .map_flower .b .icon {
    top: 4.5em;
    left: .5em;
    width: 135px;
  }
  .map_flower .b p {
    left: 0;
    top: 215px;
  }
  .map_flower .c {
    height: 660px;
  }
  .map_flower .c dt {
    right: 1em;
    width: 20px;
  }
  .map_flower .c .img2 {
    right: 1.5em;
    top: 5em;
    width: 224px;
  }
  .map_flower .c .img {
    top: 17em;
  }
  .map_flower .c .bg {
    left: auto;
    top: 21.3em;
    right: -1em;
    widht: 240px;
    height: 240px;
  }
  .map_flower .c .icon {
    right: 3em;
    top: -.5em;
    width: 180px;
  }
  .map_flower .c p {
    left: 0;
    top: 256px;
  }
}

.map_fb {
  padding: 2em 0 1em;
  position: relative;
}

.map_fb .lead {
  text-align: center;
  font-size: 16px;
  margin: 1em 0 2.5em;
}

.map_fb .lead img {
  margin-right: .5em;
}

.map_fb .icon1 {
  position: absolute;
  right: 10%;
  top: 1em;
}

.map_fb .box {
  text-align: center;
}

@media all and (max-width: 767px) {
  .map_fb {
    padding: 2em 0 3em;
  }
  .map_fb .lead {
    text-align: left;
    margin: .8em 0 1em;
    font-size: 14px;
  }
  .map_fb .lead img {
    margin-right: 0;
    display: block;
    margin: 0 auto 1em;
    width: 25px;
  }
  .map_fb .icon1 {
    top: -1.5em;
    right: 1em;
    width: 100px;
  }
  .map_fb .box {
    text-align: center;
    margin: 0 -6.5%;
  }
}

.map_fcal {
  padding: 2em 0;
}

.map_fcal .lead {
  text-align: center;
  font-size: 16px;
  margin: 1em 0 2.5em;
}

.map_fcal .u_inner {
  position: relative;
}

.map_fcal .icon1 {
  position: absolute;
  right: 0;
  top: -6.5em;
}

.map_fcal i {
  font-style: normal;
  color: #D6847D;
}

.map_fcal ul {
  text-align: center;
  margin-bottom: .5em;
}

.map_fcal li {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0 2em 1.5em;
}

.map_fcal li p {
  margin-top: .5em;
  font-size: 13px;
  text-align: left;
}

.map_fcal .txt {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  font-size: 13px;
  text-align: center;
  border: dotted 2px #D6847D;
  color: #D6847D;
  padding: .5em 0;
}

@media all and (max-width: 767px) {
  .map_fcal {
    padding: 2em 0 1em;
  }
  .map_fcal .lead {
    text-align: left;
    margin: .8em 0 1em;
    font-size: 14px;
  }
  .map_fcal .icon1 {
    top: -8em;
    width: 135px;
  }
  .map_fcal ul {
    margin-bottom: 0;
  }
  .map_fcal li {
    display: block;
    width: auto;
    max-width: 280px;
    vertical-align: top;
    margin: 0 auto 1.5em;
  }
  .map_fcal li p {
    margin-top: .5em;
  }
  .map_fcal li img {
    width: 160px;
  }
  .map_fcal .txt {
    width: auto;
    font-size: 12px;
    padding: .7em .8em;
    text-align: left;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 6.25%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */