@charset "UTF-8";
.wp-block-freeform {
  background: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
  color: #444444;
  background: #f8f7f7 url(../img/body_bg.webp) 50% 0; }

a {
  word-wrap: break-word; }
  a:link {
    color: #d76b01;
    text-decoration: underline; }
  a:visited {
    color: #d76b01;
    text-decoration: underline; }
  a:hover {
    color: #ff4f4f;
    text-decoration: none; }
  a:active {
    color: #ff4f4f;
    text-decoration: none; }
  a img {
    border: none; }

#area_map {
  border: none; }

#Map {
  border: none; }

img {
  max-width: 100%; }

aera {
  outline: none;
  border: none; }

table {
  border-collapse: collapse; }

p {
  margin: 1em 0; }
  @media only screen and (max-width: 767px) {
    p {
      margin: 1em 5px; } }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignCenter > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.alignRight {
  text-align: right; }

.caution {
  color: #ff3300; }

.notice {
  color: #17930e; }

.catch {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin: 2em 0; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

iframe {
  width: 100%;
  border: none;
  position: relative; }

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }
.root {
  overflow: hidden; }

.root::after, .root::before {
  content: "";
  display: block;
  width: 760px;
  height: 450px;
  background: url(../img/bg_cloud.png) 50% 50% no-repeat;
  position: fixed;
  z-index: -1; }

.root::after {
  top: 200px;
  left: -30%; }

.root::before {
  top: 600px;
  right: -20%; }

/*** header ***/
header {
  position: relative;
  padding: 20px 0 1px;
  z-index: 10;
  background: #eeeeee; }
  @media only screen and (max-width: 1200px) {
    header {
      padding: 0 0 1px; } }
  @media only screen and (max-width: 768px) {
    header {
      padding: 0 0 1px; } }
  header::after {
    opacity: 30%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, black 0%, black 5%, rgba(0, 0, 0, 0) 50%);
    z-index: 0; }
  header > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0%;
    left: 0%;
    z-index: -1; }
  header .header_box {
    background: #ffffff;
    border-radius: 5px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    transition: 0.3s all; }
    @media only screen and (max-width: 1199px) {
      header .header_box {
        padding: 0 15px;
        border-radius: 0 0 5px 5px; } }
    @media only screen and (max-width: 767px) {
      header .header_box {
        padding: 50px 0 0;
        border-radius: 0; } }
    header .header_box .header_title {
      margin-left: 0 !important; }
    header .header_box .wp-block-site-logo {
      font-size: 100%;
      margin: 0;
      padding: 10px 0; }
      @media only screen and (max-width: 768px) {
        header .header_box .wp-block-site-logo {
          padding: 5px 0; } }
      header .header_box .wp-block-site-logo a {
        display: block; }
      header .header_box .wp-block-site-logo img {
        max-height: 40px;
        display: block; }
  header .header_body {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      header .header_body {
        position: fixed;
        width: 100%;
        top: 0;
        background: #ffffff; } }
  header .hmenu {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0 !important; }
    @media only screen and (max-width: 768px) {
      header .hmenu {
        display: none; } }
  header .hnav {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    header .hnav li {
      margin: 0 1em; }
      @media only screen and (max-width: 1199px) {
        header .hnav li {
          margin: 0 1.33vw; } }
      header .hnav li a {
        text-decoration: none;
        color: #7b7976;
        font-weight: 700; }
        @media only screen and (max-width: 1199px) {
          header .hnav li a {
            font-size: 1.33vw; } }
  header h1 {
    font-family: "Zen Old Mincho", serif;
    background: url(../img/h1_bg.png) 50% 50%/100% 100% no-repeat;
    font-weight: 900;
    font-size: 220%;
    color: #ffffff;
    text-align: center;
    display: table;
    margin: 3.5ex auto;
    padding: 1.25ex 1em;
    min-width: 520px;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.15ex; }
    @media only screen and (max-width: 768px) {
      header h1 {
        min-width: 60%;
        max-width: 90%;
        margin: 1.5ex auto;
        padding: 1ex 1em;
        font-size: 160%; } }

.header_search {
  border-radius: 1em;
  background: #f6f5f4;
  width: 180px;
  display: flex;
  margin-left: 2em; }
  @media only screen and (max-width: 1199px) {
    .header_search {
      margin-left: 2.67vw; } }
  .header_search > div {
    display: flex; }
  .header_search input[type="text"] {
    border: none;
    background: transparent;
    display: block;
    line-height: 30px;
    font-size: 100%;
    width: 150px;
    padding: 0 1ex;
    box-sizing: border-box; }

.mm-listview > li.spnav_search {
  padding: 1em 0; }
  .mm-listview > li.spnav_search .header_search {
    width: 280px;
    margin: auto; }
    .mm-listview > li.spnav_search .header_search input[type="text"] {
      width: 250px; }

header.fixed .gnav_body {
  position: fixed;
  top: 0;
  box-shadow: 3px 10px 10px #00000011; }

nav.gnav > div > ul > li.hover .subnav {
  -webkit-transform: perspective(2000px) rotateX(0deg);
  transform: perspective(2000px) rotateX(0deg);
  opacity: 1; }

@media only screen and (max-width: 768px) {
  nav.gnav {
    display: none; } }
nav.gnav > div.gnav_body {
  margin: 0 -40px;
  width: 1200px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1199px) {
    nav.gnav > div.gnav_body {
      width: 100%;
      margin: 0 0px;
      left: 0; } }
  nav.gnav > div.gnav_body > ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      nav.gnav > div.gnav_body > ul {
        margin: 0 0; } }
    nav.gnav > div.gnav_body > ul > li {
      flex-grow: 1;
      position: relative;
      padding: 0 0;
      flex-grow: 1; }
      nav.gnav > div.gnav_body > ul > li > a {
        font-size: 110%;
        letter-spacing: 0.15ex;
        display: block;
        text-decoration: none;
        color: #48433e;
        font-weight: 700;
        padding: 1em 0;
        text-align: center;
        transition: 0.3s all; }
        @media only screen and (max-width: 1199px) {
          nav.gnav > div.gnav_body > ul > li > a {
            padding: 1.33vw 0 1.33vw 1.33vw;
            font-size: 1.5vw; } }
        nav.gnav > div.gnav_body > ul > li > a > span {
          display: inline-block;
          background: url(../img/gnav_arrow.png) 0.5ex 50%/6px 6px no-repeat;
          vertical-align: middle;
          padding-left: 1em; }
        nav.gnav > div.gnav_body > ul > li > a:hover, nav.gnav > div.gnav_body > ul > li > a:active {
          background: #f8f3e9; }
  nav.gnav > div.gnav_body .subnav {
    position: absolute;
    top: 95%;
    width: 120%;
    left: -10%;
    z-index: 100;
    -webkit-transform-origin: 50% 0 0px;
    transform-origin: 50% 0 0px;
    -webkit-transform: perspective(2000px) rotateX(89.9deg);
    transform: perspective(2000px) rotateX(89.9deg);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    nav.gnav > div.gnav_body .subnav::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
      background: url(../img/subnav_arrow.png) 50% 0 no-repeat;
      background-size: 41px 20px; }
    nav.gnav > div.gnav_body .subnav > ul {
      background: #ffffff;
      margin: 13px 0 0;
      padding: 10px 10px;
      list-style-type: none;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      nav.gnav > div.gnav_body .subnav > ul > li {
        margin: 0;
        padding: 0;
        border-bottom: 1px dashed #f0e0c7; }
        nav.gnav > div.gnav_body .subnav > ul > li.subnav_head a {
          background: #493e36;
          color: #ffffff; }
        nav.gnav > div.gnav_body .subnav > ul > li:last-child {
          border: none; }
        nav.gnav > div.gnav_body .subnav > ul > li a {
          display: block;
          padding: 1ex 5px 1ex 18px;
          text-decoration: none;
          color: #6d3f0d;
          transition: 0.2s all; }
          nav.gnav > div.gnav_body .subnav > ul > li a:hover, nav.gnav > div.gnav_body .subnav > ul > li a:active {
            background-color: antiquewhite;
            color: #6d3f0d; }

#header_menubtn {
  display: none; }

@media only screen and (max-width: 767px) {
  #header_menubtn {
    display: block;
    width: 20px;
    height: 24px;
    position: relative;
    padding: 13px 13px;
    margin-right: 0 !important; }

  #header_menubtn > span {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 24px;
    margin-top: 5px;
    position: relative; }

  #header_menubtn > span span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb300;
    border-radius: 2px; }

  #header_menubtn > span span:nth-of-type(1) {
    top: 0; }

  #header_menubtn > span span:nth-of-type(2) {
    top: 6px; }

  #header_menubtn > span span:nth-of-type(3) {
    top: 12px; }

  #header_menubtn:hover > span span, #header_menubtn:active > span span {
    background-color: #ff6000; }

  #header_menubtn:hover > span span:nth-of-type(1), #header_menubtn:active > span span:nth-of-type(1) {
    -webkit-transform: translate3d(5px, 2px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(5px, 2px, 0) rotate(45deg) scale(0.7, 1); }

  #header_menubtn:hover > span span:nth-of-type(3), #header_menubtn:active > span span:nth-of-type(3) {
    -webkit-transform: translate3d(5px, -2px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(5px, -2px, 0) rotate(-45deg) scale(0.7, 1); } }
#sp_nav {
  z-index: 1000;
  background: #ffffff; }

header #sp_nav {
  display: none !important; }

@media only screen and (max-width: 767px) {
  #sp_nav_close {
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em; }

  #sp_nav_close > span {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 24px;
    margin-top: 5px;
    position: relative; }

  #sp_nav_close > span span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb300;
    border-radius: 2px; }

  #sp_nav_close > span span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(0.55, 1);
    transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(0.55, 1); }

  #sp_nav_close > span span:nth-of-type(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  #sp_nav_close > span span:nth-of-type(3) {
    top: 12px;
    -webkit-transform: translate3d(-3px, -3px, 0) rotate(-45deg) scale(0.55, 1);
    transform: translate3d(-3px, -3px, 0) rotate(-45deg) scale(0.55, 1); }

  #sp_nav_close:hover, #sp_nav_close:active {
    background: transparent !important; }

  #sp_nav_close:hover > span span, #sp_nav_close:active > span span {
    background-color: #ff6000; } }
.mm-menu {
  background: #ffffff;
  border-color: #d1c0a5; }

.mm-menu a {
  color: #421203; }

.mm-menu .mm-navbar {
  border-bottom: none; }

.mm-menu .mm-navbar a.mm-title {
  color: #421203; }

.mm-menu .mm-listview {
  border-bottom: 1px solid #d1c0a5; }

.mm-menu .mm-listview > li {
  border-top: 1px solid #d1c0a5; }

.mm-menu .mm-listview > li a:not(.mm-next) {
  padding: 1.3em 20px;
  color: #421203;
  text-decoration: none; }

.mm-menu .mm-listview > li a:not(.mm-next):hover, .mm-menu .mm-listview > li a:not(.mm-next):active {
  background-color: #fffcd0 !important; }

.mm-menu .mm-listview > li a:not(.mm-next) span {
  color: #88592c;
  font-size: 90%;
  font-family: Arial, Helvetica, "sans-serif"; }

.mm-menu .mm-listview > li a.mm-next {
  padding: 0 0.1em;
  background: #f0e0c7; }

.mm-menu .mm-listview > li a.mm-next:hover, .mm-menu .mm-listview > li a.mm-next:active {
  background-color: #ffd99e !important; }

.mm-menu .mm-listview > li a.mm-next:before {
  content: none; }

.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #ffffff; }

.mm-menu .mm-listview > li:not(.mm-divider):after {
  content: none; }

.mm-menu #sp_nav_first {
  text-align: center;
  border: none; }

#hmenu_overlay {
  display: none; }

@media only screen and (max-width: 767px) {
  #hmenu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
    z-index: 4000;
    /* nappa */ } }
.breadcrumb {
  margin: 0 auto;
  padding: 2em 0;
  list-style-type: none;
  color: #757575;
  max-width: 1200px;
  line-height: 150%;
  font-size: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      width: auto;
      padding: 1em 10px 1ex;
      font-size: 95%;
      min-width: 300px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .breadcrumb li {
    margin: 0;
    padding: 0 0; }
    .breadcrumb li::before {
      content: "";
      display: inline-block;
      margin: 0 1ex;
      background: url(../img/breadcrumb_arrow.png) 50% 50%/6px 6px no-repeat;
      width: 1em;
      height: 1em;
      vertical-align: -5%; }
    .breadcrumb li:first-of-type::before {
      content: none; }
    .breadcrumb li a {
      text-decoration: none;
      color: #333333;
      font-weight: 700;
      transition: 0.3s all; }
      .breadcrumb li a:hover, .breadcrumb li a:active {
        text-decoration: underline;
        color: #be7300; }

/*** main ***/
.main {
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .main {
      width: auto;
      margin: 0 auto 0px;
      padding: 0px 0 0;
      min-width: 300px; } }
  .main::after {
    content: "";
    display: block;
    clear: both; }

.main_content {
  background: #ffffff;
  border-radius: 5px;
  padding: 80px 100px;
  box-sizing: border-box;
  min-height: 640px;
  margin: 0 0 60px; }
  @media only screen and (max-width: 1199px) {
    .main_content {
      width: auto;
      padding: 3.3333333333vw 4.1666666667vw; } }
  @media only screen and (max-width: 767px) {
    .main_content {
      padding: 15px; } }
  .main_content::after {
    content: "";
    display: block;
    clear: both; }

.main_content ul {
  list-style-image: url(../img/list_style_img.png); }

.main_content h2 {
  color: #aa8735;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 240%;
  margin: 2.5em 0 1ex;
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .main_content h2 {
      font-size: 180%; } }

.columned .main_content h2 {
  font-size: 130%; }

.main_content h2 + h2,
.main_content h2:first-child {
  margin-top: 0; }

.main_content h3 {
  color: #48433e;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 150%;
  margin: 2em 0 1em;
  padding: 0 0 0.7ex;
  display: table;
  position: relative;
  letter-spacing: 0.1ex; }
  .main_content h3::after {
    content: "";
    display: block;
    background: #e0cb94;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0; }

.columned .main_content h3 {
  font-size: 130%; }

.main_content h2 + h3,
.main_content h3:first-child {
  margin-top: 0; }

.main_content h4 {
  font-size: 105%;
  padding: 0.2ex 1.2ex;
  margin: 2.5em 0 1.5em;
  font-weight: normal;
  background: #f0e0c7;
  clear: both; }

@media only screen and (max-width: 767px) {
  .main_content h4 {
    font-size: 115%; } }
.main_content h4:first-child,
.main_content h2 + h4 {
  margin-top: 0; }

.main_content h5 {
  position: relative;
  padding: 0.15ex 1.0ex;
  margin: 1.5em 0 1em;
  font-size: 100%;
  color: #555555;
  border-bottom: 3px solid #f0e0c7;
  clear: both; }

@media only screen and (max-width: 767px) {
  .main_content h5 {
    font-size: 110%; } }
.main_content h5:first-child,
.main_content h4 + h5 {
  margin-top: 0; }

.main_content h6 {
  margin: 1ex 0 1ex;
  font-size: 105%;
  color: #a1887f; }

.main_content h6:first-child,
.main_content h5 + h6 {
  margin-top: 0; }

.side {
  width: 225px;
  float: right; }

@media only screen and (max-width: 767px) {
  .side {
    width: auto;
    margin: 15px;
    float: none; } }
.side .snav_head {
  background: #6b4305;
  padding: 10px; }

@media only screen and (max-width: 767px) {
  .side .snav_head {
    padding: 0; } }
.side .snav_head img {
  display: block;
  margin: auto; }

@media only screen and (max-width: 767px) {
  .side .snav_head img {
    max-height: 57px; } }
.side .snav {
  background: #ffffff;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.side .snav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.side .snav li {
  margin: 0;
  padding: 0; }

.side .snav a {
  color: #421203;
  text-decoration: none;
  display: block;
  background: #f0e0c7;
  padding: 1.5em 10px 1.5em 35px;
  border-bottom: 1px solid #ffffff;
  background-image: url(../img/side_arrow_right.png);
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 9px 9px; }

.side .snav a:hover, .side .snav a:active {
  color: #e77200;
  background-color: #ffe7ad; }

.side .snav a.selected {
  color: #e77200;
  background-color: #ffe7ad; }

.side .snav a.anchor {
  background-image: url(../img/side_arrow_down.png); }

@media only screen and (max-width: 767px) {
  .side .snav a {
    padding: 1.0em 10px 1.0em 35px; } }
.side .side_banners {
  margin: 20px 0;
  padding: 0;
  list-style-type: none; }

.side .side_banners li {
  margin: 0 0 10px;
  padding: 0;
  text-align: center; }

.side .side_banners li a:hover img, .side .side_banners li a:active img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.8; }

.side .side_banners li img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle; }

/*** footer ***/
footer {
  background: #ffffff;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  position: relative;
  z-index: 20;
  background: #e6dbc2 url(../img/footer_bg.webp) 50% 0 repeat; }
  @media only screen and (max-width: 767px) {
    footer {
      min-width: auto; } }
  footer .fnav {
    font-weight: 700;
    padding: 1em 0;
    letter-spacing: 0.12ex; }
    @media only screen and (max-width: 767px) {
      footer .fnav {
        padding: 0 0; } }
    footer .fnav ul {
      justify-content: center;
      list-style-type: none;
      display: flex;
      margin: 0;
      padding: 1em 0; }
      @media only screen and (max-width: 767px) {
        footer .fnav ul {
          display: block;
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        footer .fnav ul li {
          text-align: left;
          border-top: 1px solid #a9846f;
          padding: 0;
          margin: 0; }
          footer .fnav ul li:first-child {
            border: none; } }
      footer .fnav ul a {
        text-decoration: none;
        color: #48433e;
        padding-left: 1em;
        margin: 0 1em;
        background: url(../img/fnav_arrow.png) 0 50%/6px 6px no-repeat; }
        @media only screen and (max-width: 767px) {
          footer .fnav ul a {
            display: block;
            padding: 1.5ex 1em; } }
  footer .footer_body {
    position: relative;
    display: table;
    margin: 1em auto;
    min-width: 685px; }
    @media only screen and (max-width: 767px) {
      footer .footer_body {
        min-width: 0;
        padding: 0 0; } }
    footer .footer_body > div {
      background: url(../img/footer_frame_body.png) 50% 50%/100% 100% repeat-y; }
    footer .footer_body::before, footer .footer_body::after {
      content: "";
      position: relative;
      display: block;
      aspect-ratio: 137 / 7; }
    footer .footer_body::before {
      background: url(../img/footer_frame_top.png) 50% 100%/100% 100% no-repeat;
      margin-bottom: -1px; }
    footer .footer_body::after {
      background: url(../img/footer_frame_bottom.png) 50% 0%/100% 100% no-repeat;
      margin-top: -1px; }
    footer .footer_body .footer_title {
      font-family: "Zen Old Mincho", serif;
      font-weight: 900;
      font-size: 200%;
      letter-spacing: 0.16ex;
      color: #2f2b27;
      line-height: 1.8;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        footer .footer_body .footer_title {
          font-size: 5vw; } }
    footer .footer_body .footer_address {
      color: #797571;
      letter-spacing: 0.16ex;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        footer .footer_body .footer_address {
          font-size: 2.7vw;
          padding: 0 1em; } }
      footer .footer_body .footer_address span {
        display: inline-block; }
  footer .footer_copy {
    color: #6c5827; }
    @media only screen and (max-width: 767px) {
      footer .footer_copy {
        margin-bottom: 120px; } }

.totop {
  z-index: 100;
  position: relative;
  padding: 0 10px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .totop {
      width: auto;
      height: 0px; } }
  .totop > div {
    max-width: 1200px;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 767px) {
      .totop > div {
        margin: 0 auto;
        width: auto; } }
    .totop > div p {
      width: 125px;
      display: block;
      padding: 0;
      margin: 0 0 0 auto !important; }
      @media only screen and (max-width: 767px) {
        .totop > div p {
          width: 43px; } }
  .totop a {
    display: block;
    position: fixed;
    bottom: -80px;
    margin: 0 0 0 auto;
    width: 125px;
    border-radius: 50%;
    transition: background 0.2s; }
    @media only screen and (max-width: 767px) {
      .totop a {
        margin: 0 auto;
        width: 43px; } }
    .totop a img {
      width: 100%;
      display: block;
      margin: auto; }
    .totop a.finished {
      position: absolute;
      bottom: 20px !important; }

@media print {
  #totop {
    display: none; } }
/*** column ***/
.floatImgR, .floatImgL, .floatColumnR, .floatColumnL {
  max-width: 270px;
  display: block; }

.mini_column.floatImgR, .mini_column.floatImgL, .mini_column.floatColumnR, .mini_column.floatColumnL {
  max-width: 180px; }

.floatImgR {
  margin: 0 0 15px 15px;
  float: right;
  text-align: center; }

.floatImgR img {
  display: block; }

.floatImgL {
  margin: 0 15px 15px 0px;
  float: left;
  text-align: center; }

.floatImgL img {
  display: block; }

.floatColumnR {
  margin: 0 0 15px 15px;
  float: right; }

.floatColumnR img {
  display: block; }

.floatColumnL {
  margin: 0 15px 15px 0px;
  float: left; }

.floatColumnL img {
  display: block; }

@media only screen and (max-width: 767px) {
  .floatImgR,
  .floatImgL,
  .floatColumnR,
  .floatColumnL {
    max-width: 100%;
    float: none;
    margin: 1ex auto; } }
.wp_wrapper img {
  height: auto !important; }

.red_text {
  color: #d76b01; }

.enclosure_important {
  display: inline-block;
  color: #fff;
  background: #d76b01;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bold {
  font-weight: bold; }

/*** table ***/
.fixed_th th {
  width: 25%; }

.wp_wrapper table,
.bordered_table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #7d7d7d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .wp_wrapper table,
  .bordered_table table {
    margin: 1ex 0; } }
.wp_wrapper table td,
.bordered_table table td {
  padding: 1.2ex 1ex;
  vertical-align: top;
  border: 1px solid #7d7d7d;
  background: #ffffff; }

.wp_wrapper table th,
.bordered_table table th {
  color: #5c3b06;
  padding: 1.2ex 1ex;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #7d7d7d;
  background: #fff9e3; }

.wp_wrapper table th.alignRight,
.bordered_table table th.alignRight {
  text-align: right; }

.wp_wrapper table th.alignCenter,
.bordered_table table th.alignCenter {
  text-align: center; }

.wp_wrapper table thead th,
.bordered_table table thead th {
  color: #333333;
  padding: 1em 1em;
  background: #f0e0c7;
  text-align: center;
  border: 1px solid #7d7d7d;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.wp_wrapper table caption,
.bordered_table table caption {
  text-align: right;
  caption-side: bottom; }

.wp_wrapper table td.icon-cell,
.bordered_table table td.icon-cell {
  vertical-align: middle; }

.wp_wrapper table td.icon-cell img,
.bordered_table table td.icon-cell img {
  width: 60px;
  display: block;
  margin: 2px auto; }

.wp_wrapper table td.num-cell,
.bordered_table table td.num-cell {
  text-align: right; }

.wp_wrapper table.simple th,
.bordered_table table.simple th {
  width: 45%; }

@media only screen and (max-width: 767px) {
  .wp_wrapper table.simple,
  .bordered_table table.simple {
    width: auto; }

  .wp_wrapper table.simple th,
  .bordered_table table.simple th {
    width: auto; } }
.wp_wrapper table.standard tbody th,
.bordered_table table.standard tbody th {
  width: 30%; }

@media only screen and (max-width: 767px) {
  .wp_wrapper table.standard tbody th,
  .bordered_table table.standard tbody th {
    width: auto; } }
.wp_wrapper table table,
.bordered_table table table {
  margin: 0;
  width: 100%; }

.wp_wrapper table table th,
.bordered_table table table th {
  background: #f1f2f2; }

@media only screen and (max-width: 767px) {
  .wp_wrapper table.responsive_table_nojs,
  .bordered_table table.responsive_table_nojs {
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .wp_wrapper table.responsive_table_nojs thead,
  .wp_wrapper table.responsive_table_nojs tbody,
  .wp_wrapper table.responsive_table_nojs tr,
  .bordered_table table.responsive_table_nojs thead,
  .bordered_table table.responsive_table_nojs tbody,
  .bordered_table table.responsive_table_nojs tr {
    display: block;
    width: 100%; }

  .wp_wrapper table.responsive_table_nojs th,
  .wp_wrapper table.responsive_table_nojs td,
  .bordered_table table.responsive_table_nojs th,
  .bordered_table table.responsive_table_nojs td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: none;
    white-space: normal; }

  .wp_wrapper table.responsive_table_nojs.simple th, .wp_wrapper table.responsive_table_nojs.standard th,
  .bordered_table table.responsive_table_nojs.simple th,
  .bordered_table table.responsive_table_nojs.standard th {
    width: 100%; } }
.wp_wrapper table ul,
.bordered_table table ul {
  margin: 1ex 0;
  padding: 0 0 0 2em; }

.wp_wrapper table .cell_middle,
.bordered_table table .cell_middle {
  vertical-align: middle; }

.table_wrapper {
  margin: 0 0 1em; }

.table_wrapper .bordered_table table {
  width: 100%;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .table_wrapper {
    width: auto;
    padding: 0;
    margin: 1ex 0 1em;
    overflow-x: auto; }

  .table_wrapper .bordered_table table {
    margin: 0; } }
ol {
  padding-left: 1.5em;
  list-style: none;
  counter-reset: num;
  overflow: hidden; }

ol > li {
  line-height: 1.7;
  position: relative;
  top: 0;
  left: 0; }

ol > li:before {
  counter-increment: num;
  content: counter(num) ". ";
  margin-left: -1.75em;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1.7em; }

ol.roman > li:before {
  counter-increment: num;
  content: counter(num,lower-roman) ". "; }

/*** misc ***/
div.link_list {
  margin: 0; }

div.link_list > ul {
  padding: 0 0 0 10px; }

.link_list {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  line-height: 140%; }

@media only screen and (max-width: 767px) {
  .link_list {
    border-bottom: 1px dotted #666666; } }
.link_list ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none; }

ul .link_list {
  margin: 0 0 1ex;
  padding: 0;
  list-style-type: none; }

.link_list li {
  margin: 1ex 0;
  padding: 0 15px;
  list-style-type: none; }

@media only screen and (max-width: 767px) {
  .link_list li {
    margin: 0 0;
    border-top: 1px dotted #666666; } }
.link_list a {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../img/arrow_circle_black.svg) 0 50% no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  text-decoration: none; }

.link_list a:hover, .link_list a:active {
  background-image: url(../img/arrow_circle.svg); }

@media only screen and (max-width: 767px) {
  .link_list a {
    display: block;
    padding: 1.2ex 0 1.2ex 20px; } }
.link_list-02 ul {
  overflow: hidden; }

.ext::after,
.pdf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-left: 0.5ex; }

.ext::after {
  width: 15px;
  height: 15px;
  background: url(../img/icon_ext.svg) 50% 50% no-repeat; }

.pdf::after {
  width: 15px;
  height: 15px;
  background: url(../img/icon_pdf.svg) 50% 50% no-repeat; }

.icon_new {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 17px;
  background: url(../img/icon_new.png) 50% 50% no-repeat;
  background-size: cover;
  margin-left: 1ex;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap; }

.anchor_link {
  margin: 1em 0;
  padding: 1.0ex 0 1.0ex 2em;
  list-style-type: none;
  background: #fafff3;
  border-radius: 5px;
  text-align: center;
  background: url(../img/anchor_link_bg.png);
  border: 3px solid #e8ddcf; }
  .anchor_link::after {
    display: block;
    clear: both;
    content: ""; }
  .anchor_link li {
    margin: 0 2em 0 0;
    padding: 0;
    display: inline-block; }
  .anchor_link a {
    padding: 0 0 0 15px;
    background: url(../img/arrow_down.png) 0 50%/8px 8px no-repeat;
    text-decoration: none;
    font-weight: bold; }
    .anchor_link a.ext {
      background-image: url(../img/icon_ext.png); }
    .anchor_link a.normal {
      background-image: url(../img/arrow_tryangle.png); }
    .anchor_link a:hover, .anchor_link a:active {
      text-decoration: underline; }

.youtube {
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  position: relative; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.tabled_list {
  margin: 1ex 0;
  padding: 0;
  list-style-type: none;
  display: table; }

.tabled_list > li {
  margin: 0;
  padding: 0;
  display: table-row; }

.tabled_list > li > span {
  display: table-cell; }

.tabled_list > li > span:first-child {
  width: 1ex;
  white-space: nowrap;
  padding-right: 1ex; }

.columned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  list-style-type: none; }

.columned > * {
  margin: 0 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden; }

.pc_column1,
.pc_column2,
.pc_column3,
.pc_column4,
.pc_column5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pc_column2 > * {
  width: 50%; }

.pc_column3 > * {
  width: 33.33%; }

.pc_column4 > * {
  width: 25.00%; }

.pc_column5 > * {
  width: 20.00%; }

@media only screen and (max-width: 767px) {
  .sp_column1,
  .sp_column2,
  .sp_column3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .sp_column1 > * {
    width: 100%; }

  .sp_column2 > * {
    width: 50%; }

  .sp_column3 > * {
    width: 33.33%; }

  .sp_column4 > * {
    width: 25.00%; }

  .sp_column5 > * {
    width: 20.00%; } }
/*** decoration ***/
img.round_img,
.round_img img {
  border-radius: 5px; }

.btn, .btn.pdf, .btn.ext {
  display: inline-block;
  margin: 2px;
  padding: 0.9em 2.4em;
  line-height: 150%;
  -webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: bold;
  border: 1px solid #6b4305; }

.btn:link, .btn:visited {
  text-decoration: none;
  color: #222222;
  background-color: #ffffff; }

.btn:hover, .btn:active {
  background-color: #faf5d6; }

.btn::before, .btn.pdf::before, .btn.ext::before {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1ex;
  width: 5px;
  height: 9px;
  background: url(../img/arrow_right.png) 50% 50% no-repeat;
  background-size: 5px 9px; }

.btn::after, .btn.pdf::after, .btn.ext::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1ex;
  width: 20px;
  height: 20px; }

.btn::after, .btn.pdf::after, .btn.ext::after {
  background-image: url(../img/arrow_btn.svg);
  background-size: 20px 20px; }

.btn.pdf::after {
  background-image: url(../img/icon_pdf.svg);
  content: ""; }

.btn.ext::after {
  background-image: url(../img/icon_ext.svg);
  background-size: 20px 20px;
  content: ""; }

.boxed {
  border: 5px solid #dddddd;
  padding: 15px; }

.boxed h5:first-child {
  margin-top: 0; }

.huge_tel_number {
  font-size: 180%;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #38b44f;
  white-space: nowrap; }

.freedial {
  background: url(../img/logo_freedial.svg) 0 100% no-repeat;
  background-size: 1.75em 1em;
  padding-left: 2em;
  display: inline-block; }

.critical {
  color: #ff1111;
  font-size: 400%;
  letter-spacing: -0.1ex;
  font-family: "Arial Black","Arial Bold", Arial, Gadget, sans-serif;
  line-height: 100%; }

img.shadowed,
.shadowed img {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  margin-bottom: 1em; }

a:hover img.shadowed,
a.shadowed:hover img {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.em_free,
.em_reserve {
  border-radius: 0.5ex;
  padding: 0.3ex 0.6ex;
  margin: 0 0 0 0.5ex;
  border: 2px solid #ff3300; }

.em_extra {
  font-size: 180%;
  font-weight: bold;
  color: #55bab5;
  line-height: 150%; }

.em_free {
  background: #ff3300;
  color: #ffffff; }

.sinker a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.sinker a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .sinker a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
ruby {
  ruby-align: center; }

ruby rt {
  font-size: 12px;
  line-height: 1.3; }

.box_border {
  display: inline-block;
  border: 2px solid #dddddd;
  padding: 2px 0.5em 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.box_border + .box_border {
  margin-left: 0.5em; }

.gmap_embedded iframe {
  min-height: 350px; }

@media only screen and (max-width: 767px) {
  .gmap_embedded iframe {
    min-height: 250px; } }
.sasayuri_club {
  float: right;
  display: block;
  width: 135px;
  margin: 0 0 15px 15px; }

@media only screen and (max-width: 767px) {
  .sasayuri_club {
    float: none;
    width: 100%;
    max-width: 135px;
    margin: 0 auto; } }
.gmap {
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .gmap {
    min-height: 300px; } }
.store_list + .store_list,
.rent_list + .store_list {
  margin-top: 2.5em; }

.store_list .bordered_table table th,
.store_list .bordered_table table td,
.rent_list .bordered_table table th,
.rent_list .bordered_table table td {
  vertical-align: middle; }

.store_list .bordered_table table thead th:nth-child(3),
.rent_list .bordered_table table thead th:nth-child(3) {
  width: 100px; }

.store_list .bordered_table table thead th:nth-child(4),
.rent_list .bordered_table table thead th:nth-child(4) {
  width: 70px; }

.store_list .bordered_table table tbody tr td:last-child,
.rent_list .bordered_table table tbody tr td:last-child {
  text-align: center; }

.store_list .atm,
.rent_list .atm {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.0;
  color: #fff;
  background: #40aaef;
  border-radius: 5px;
  margin-left: 0.5em;
  padding: 4px 0.75em 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.store_list .map,
.rent_list .map {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.0;
  color: #fff;
  background: #e77200;
  border-radius: 5px;
  padding: 6px 0.75em 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.store_list .map:link,
.rent_list .map:link {
  text-decoration: none; }

.store_list .map:visited,
.rent_list .map:visited {
  text-decoration: none; }

.store_list .map::before,
.rent_list .map::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 5px;
  background: url(/store/img/arrow_up.png) no-repeat;
  background-size: 100% auto;
  margin-top: -5px;
  margin-right: 8px; }

.rent_list-house .bordered_table table thead th:nth-child(3), .rent_list-house .bordered_table table thead th:nth-child(4) {
  width: 60px; }

.rent_list-house .bordered_table table thead th:nth-child(5) {
  width: 70px; }

.rent_list-house .bordered_table table tbody td span {
  font-weight: bold;
  color: #e77200; }

.rent_list-house .bordered_table table tbody td span.td_comment {
  font-weight: normal;
  color: #444; }

.rent_list-parking .bordered_table table thead th {
  word-wrap: break-word;
  white-space: pre-wrap; }

.rent_list-parking .bordered_table table thead th:nth-child(3) {
  width: 90px; }

.rent_list-parking .bordered_table table thead th:nth-child(4), .rent_list-parking .bordered_table table thead th:nth-child(5) {
  width: 30px; }

.rent_list-parking .bordered_table table thead th:nth-child(6) {
  width: 70px; }

.rent_list-parking .bordered_table table tbody td span {
  font-weight: bold;
  color: #e77200; }

.rent_list-parking .bordered_table table tbody td span.td_comment {
  font-weight: normal;
  color: #444; }

.map_comment {
  list-style-image: none;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  line-height: 1.3;
  background: #fff9e3;
  margin-bottom: 20px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.map_comment li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.map_comment li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.map_comment li span {
  position: relative; }

.map_comment li + li {
  margin-left: 25px; }

@media only screen and (max-width: 767px) {
  .map_comment {
    text-align: left;
    padding: 15px 20px; }

  .map_comment li {
    width: 50%;
    padding-left: 23px; }

  .map_comment li img {
    width: 16px;
    height: auto; }

  .map_comment li + li {
    margin-left: 0; }

  .map_comment li:nth-child(n + 3) {
    margin-top: 15px; } }
.store {
  display: block;
  min-height: 285px; }

@media only screen and (max-width: 767px) {
  .store {
    min-height: 778px; } }
.rent {
  display: block;
  min-height: 780px; }

@media only screen and (max-width: 767px) {
  .rent {
    min-height: 778px; } }
.store_tab,
.rent_tab {
  position: relative;
  margin-bottom: 22px; }

@media only screen and (max-width: 767px) {
  .store_tab,
  .rent_tab {
    margin-bottom: 16px; } }
.store_tab ul,
.rent_tab ul {
  list-style-image: none;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  padding-left: 0; }

.store_tab li,
.rent_tab li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  border-radius: 5px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.store_tab li:before,
.rent_tab li:before {
  display: none; }

.store_tab li:hover, .store_tab li.active,
.rent_tab li:hover,
.rent_tab li.active {
  z-index: 1;
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

@media only screen and (min-width: 768px) {
  .store_tab li,
  .rent_tab li {
    width: 103px; }

  .store_tab li:first-child, .store_tab li:last-child,
  .rent_tab li:first-child,
  .rent_tab li:last-child {
    width: 104px; }

  .store_tab li + li,
  .rent_tab li + li {
    margin-left: 10px; } }
@media only screen and (max-width: 767px) {
  .store_tab li,
  .rent_tab li {
    width: 32%;
    font-size: 13px; }

  .store_tab li + li,
  .rent_tab li + li {
    margin-left: 2%; }

  .store_tab li:nth-child(3n +1),
  .rent_tab li:nth-child(3n +1) {
    margin-left: 0; }

  .store_tab li:nth-child(n + 4),
  .rent_tab li:nth-child(n + 4) {
    margin-top: 10px; } }
.store_tab-all,
.rent_tab-all {
  background: #9caf12; }

.store_tab-farmstand,
.rent_tab-farmstand {
  background: #1d9656; }

.store_tab-office,
.rent_tab-office {
  background: #ea497f; }

.store_tab-life,
.rent_tab-life {
  background: #ffa91f; }

.store_tab-atm,
.rent_tab-atm {
  background: #40aaef; }

.store_tab-ss,
.rent_tab-ss {
  background: #dd7352; }

.store_tab-house,
.rent_tab-house {
  background: #ea497f; }

.store_tab-parking,
.rent_tab-parking {
  background: #ffa91f; }

@media only screen and (min-width: 768px) {
  .store_tab li {
    position: relative;
    height: 46px; }

  .store_tab li span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media only screen and (max-width: 767px) {
  .store_tab li {
    position: relative;
    height: 42px; }

  .store_tab li span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.store_detail .bordered_table table {
  width: 100%;
  margin: 0; }

.store_detail .bordered_table table th {
  width: 30%;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .store_detail .bordered_table table th {
    width: 100%; } }
.store_detail .bordered_table table td {
  text-align: left; }

.store_detail-atm {
  margin-top: 2.5em; }

.store_detail-atm .bordered_table table tbody th,
.store_detail-atm .bordered_table table tbody td {
  vertical-align: middle;
  width: 50%;
  text-align: center;
  white-space: pre-wrap; }

.rent_detail h5 {
  text-align: left; }

@media only screen and (min-width: 768px) {
  .rent_detail-price thead th {
    width: 20%; } }
.columned.business_list {
  clear: both; }

.columned.business_list > li p {
  line-height: 1.3;
  margin: 0 0 1em; }

.hohoemi_price_block + .hohoemi_price_block {
  margin-top: 40px; }

.about_list {
  list-style-image: none !important;
  list-style-type: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.about_list li {
  width: 100%;
  font-size: 0; }

.about_list li + li {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .about_list {
    margin-top: 3em;
    padding: 0 40px; }

  .about_list .heading,
  .about_list .content {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .about_list .heading {
    width: 108px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.0;
    background: #3498db;
    border-radius: 17px;
    padding: 8px 0; }

  .about_list .content {
    width: calc(100% - 108px);
    font-size: 14px;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (max-width: 767px) {
  .about_list {
    margin-top: 2em;
    padding: 0; }

  .about_list li + li {
    margin-top: 25px; }

  .about_list .heading,
  .about_list .content {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .about_list .heading {
    width: 8em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.0;
    background: #3498db;
    border-radius: 17px;
    margin: 0 auto 10px;
    padding: 8px 0; }

  .about_list .content {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.m0 {
  margin: 0; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m1em {
  margin: 1em; }

.m2em {
  margin: 2em; }

.m3em {
  margin: 3em; }

.m4em {
  margin: 4em; }

.m5em {
  margin: 5em; }

.mt0 {
  margin-top: 0; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt1em {
  margin-top: 1em; }

.mt2em {
  margin-top: 2em; }

.mt3em {
  margin-top: 3em; }

.mt4em {
  margin-top: 4em; }

.mt5em {
  margin-top: 5em; }

.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb1em {
  margin-bottom: 1em; }

.mb2em {
  margin-bottom: 2em; }

.mb3em {
  margin-bottom: 3em; }

.mb4em {
  margin-bottom: 4em; }

.mb5em {
  margin-bottom: 5em; }

.ml0 {
  margin-left: 0; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml1em {
  margin-left: 1em; }

.ml2em {
  margin-left: 2em; }

.ml3em {
  margin-left: 3em; }

.ml4em {
  margin-left: 4em; }

.ml5em {
  margin-left: 5em; }

.mr0 {
  margin-right: 0; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr1em {
  margin-right: 1em; }

.mr2em {
  margin-right: 2em; }

.mr3em {
  margin-right: 3em; }

.mr4em {
  margin-right: 4em; }

.mr5em {
  margin-right: 5em; }

.p0 {
  padding: 0; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p1em {
  padding: 1em; }

.p2em {
  padding: 2em; }

.p3em {
  padding: 3em; }

.p4em {
  padding: 4em; }

.p5em {
  padding: 5em; }

.pt0 {
  padding-top: 0; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt1em {
  padding-top: 1em; }

.pt2em {
  padding-top: 2em; }

.pt3em {
  padding-top: 3em; }

.pt4em {
  padding-top: 4em; }

.pt5em {
  padding-top: 5em; }

.pb0 {
  padding-bottom: 0; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb1em {
  padding-bottom: 1em; }

.pb2em {
  padding-bottom: 2em; }

.pb3em {
  padding-bottom: 3em; }

.pb4em {
  padding-bottom: 4em; }

.pb5em {
  padding-bottom: 5em; }

.pl0 {
  padding-left: 0; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl1em {
  padding-left: 1em; }

.pl2em {
  padding-left: 2em; }

.pl3em {
  padding-left: 3em; }

.pl4em {
  padding-left: 4em; }

.pl5em {
  padding-left: 5em; }

.pr0 {
  padding-right: 0; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr1em {
  padding-right: 1em; }

.pr2em {
  padding-right: 2em; }

.pr3em {
  padding-right: 3em; }

.pr4em {
  padding-right: 4em; }

.pr5em {
  padding-right: 5em; }

.magazine_column {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .magazine_column {
      display: block;
      width: 100%; } }
  .magazine_column > * {
    padding: 0 10px;
    box-sizing: border-box; }
  .magazine_column .image {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .magazine_column .image {
        text-align: center;
        margin: 0 auto;
        width: 80%; } }
    .magazine_column .image img {
      width: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      transition: all .2s; }
      .magazine_column .image img:hover {
        opacity: 0.8; }
  .magazine_column .contents {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .magazine_column .contents {
        width: auto; }
        .magazine_column .contents > .bordered_table > table {
          width: 100%; } }
  @media only screen and (max-width: 767px) {
    .magazine_column .pdf_btn {
      text-align: center; } }

.backnumber {
  margin-top: 2rem; }
  .backnumber ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .backnumber ul li {
      list-style: none;
      width: 33.333%;
      padding: 0 10px 0 30px;
      box-sizing: border-box;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .backnumber ul li {
          width: 50%; } }
      .backnumber ul li:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        transform: translateX(-10px) translateY(-1px);
        background-color: #6b4305;
        border-radius: 50%; }

a.arrowed {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/link_arrow.png) 0 50%/6px 6px no-repeat;
  text-decoration: none;
  color: #333333; }
  a.arrowed:hover, a.arrowed:active {
    text-decoration: underline; }

.brand_img {
  aspect-ratio: 1 / 1;
  position: relative;
  background: url("../img/brand_mask_shadow.png") 50% 50%/contain no-repeat; }
  .brand_img img {
    mask-image: url("../img/brand_mask.png");
    mask-size: contain;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.brand_section {
  position: relative;
  margin: 1em -100px;
  padding: 50px 100px; }
  @media only screen and (max-width: 767px) {
    .brand_section {
      padding: 20px 100px; } }
  .brand_section:nth-child(odd) {
    background: url(../img/brand_section_edge.png) 50% 0/20px 20px repeat-x, #fbfaf8 url(../img/brand_section_edge.png) 50% 100%/20px 20px repeat-x;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .brand_section:nth-child(odd) {
        padding: 20px 100px; } }
  @media only screen and (max-width: 767px) {
    .brand_section .brand_img {
      max-width: 75%;
      margin: auto; } }
  .brand_section .brand_head_sub {
    margin: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    letter-spacing: 0.2ex;
    font-size: 100%; }
    .brand_section .brand_head_sub strong {
      color: #aa8735; }
  .brand_section h3 {
    position: relative;
    font-size: 250%;
    font-weight: 700;
    letter-spacing: 0.1ex;
    padding: 0 1ex 0.5ex;
    margin: 0 -1ex 0;
    line-height: 1.6;
    z-index: 0; }
    .brand_section h3::after {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/brand_h3.png) 0 100%/contain no-repeat;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0; }

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