body {
  color: #000;
  opacity: 0;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: opa1;
  animation-fill-mode: forwards;
}

@keyframes opa1 {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.top_header {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: grid;
  align-items: center;
  background-image: url(../image/scroll_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 93%;
  animation-name: ScrollMove;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

@keyframes ScrollMove {

  0% {
    background-position: 50% 88%;
  }

  100% {
    background-position: 50% 86%;
  }

}

.top_menu {
  list-style: none;
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-right: auto;
  margin-left: auto;
}

.top_menu li {
  color: #000;
  font-size: 90%;
  font-weight: 800;
  margin-top: 66px;
  text-align: center;
}

.top_menu li>a:link, .top_menu li>a:hover, .top_menu li>a:visited {
  color: #000000;
}

.anch {
  transform: rotate(0.05deg);
  -webkit-transform: scale(1.001, 1);
  -moz-transform: scale(1.001, 1);
  -ms-transform: scale(1.001, 1);
  -o-transform: scale(1.001, 1);
  transform: scale(1.001, 1);
  transform: rotate(0.05deg);
}

section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.top_menu li>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.top_menu li>a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.top_menu li>a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.top_prof {
  background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url("../image/ha_bg2.jpg");
  background-size: cover;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  line-height: 200%;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  background-position: 50% 50%;

}


.top_contents_topic {
  padding-top: 80px;
  padding-bottom: 50px;

  margin-right: auto;
  margin-left: auto;

  color: #000;
}

.top_topic {}

.more_button {
  width: 200px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 600;
  font-size: 90%;
  background-image: url(../image/hl_arrow.svg);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  padding-top: 6px;
}

.p2_button {
  width: 250px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 600;
  font-size: 90%;
  background-image: url(../image/hl_arrow.svg);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  padding-top: 6px;
}

.more_button a:link, .more_button a:hover, .more_button a:visited {
  color: #000000;
}

.topic_com a:link, .topic_com a:hover, .topic_com a:visited {
  color: #000000;
}

.topic_com {
  margin-top: -60px;

}

.top_topic_ch {
  font-size: 80%;
  font-weight: 500;
  color: #000;
}

.obj_center {
  margin-right: auto;
  margin-left: auto;
}

h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 20px;
}

.h_border {
  height: 2px;
  width: 40px;
  background-color: #000;
  margin-bottom: 15px;
}

.hc_border {
  height: 2px;
  width: 40px;
  background-color: #000;
  margin-bottom: 30px;
}

.top_topic {
  margin-top: 30px;
  margin-bottom: 30px;
}

.topic_date, .topic_com {
  padding-right: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}

.top_topic tr {
  margin-bottom: 15px;
}

.top_topic_right_contents {
  padding-top: 70px;
}

.topic_marche {
  margin-top: 90px;
}

.text_center {
  text-align: center;
}

.top_contents_bunjo {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto;

  color: #000;
}

.bunjo_img {
  max-width: 300px;
  height: 200px;
  display: block;
  background-size: cover;
  margin-top: 10px;
  background-position: 50% 50%;
}

.bunjo_item {
  padding: 30px;
  position: relative;

}

.bunjo_item2 {
  padding: 20px;
  position: relative;

}

.bunjo_item::before, .bunjo_item::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}

.bunjo_item::before {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  top: 0;
  left: 0;
}

.bunjo_item::after {
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  bottom: 0;
  right: 0;
}

.bunjo_com {
  margin-bottom: 35px;
  text-align: center;
}

.bunjo_h {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 100%;
}

.bunjo_item_com {
  font-size: 80%;
  text-align: left;
  line-height: 176%;
}

.bunjo_button {
  margin-top: 20px;

}

.bunjo_button a {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.bunjo_area {
  margin-bottom: 40px;
}

.twitter-timeline {
  width: 90%;
}

@media screen and (max-width:991px) {
  .twitter-timeline {
    width: 100%;
  }
}

.twit_button_mt {
  margin-top: 45px;
}


.gmap2 {
  height: 0;
  overflow: hidden;
  padding-bottom: 75.25%;
  position: relative;
  overflow: hidden;
}

.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: -170px;
}


.gmap2 iframe,
.gmap2 object,
.gmap2 embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.maps iframe,
.maps object,
.maps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gmap_bm {
  margin-top: -140px;
}

.top_shop_hd {
  font-weight: 600;
  padding-bottom: 20px;
}

.shop_com_lh {
  line-height: 130%;
}

.bfoot {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 15px;
}


.footer_menu {
  list-style: none;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}


.footer_menu li>a:link, .footer_menu li>a:hover, .footer_menu li>a:visited {
  color: #fff;
  font-size: 90%;
}

.fcredit {
  font-size: 70%;
}

.ffoot {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 50px;

}

.ffoot_inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width:992px) {
  .contact_icon {
    max-width: 240px;
  }
}

.contact_com {
  font-size: 80%;
  color: #000;
  margin-top: 15px;
}

.ffoot_contact_area {
  border-right: solid 1px #666;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft_tel_h, .ft_mail_h {
  border-bottom: solid 1px #000;
  color: #000;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.ft_tel_com {
  font-size: 160%;
  font-weight: 700;
  color: #000;
  float: left;


}

.ft_tel_icon {
  float: left;
  padding-top: 9px;
  padding-right: 5px;
}

.footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000 !important;
}

.ft_time_com {
  font-size: 80%;
  padding-left: 30px;
}


.p3_button {
  width: 100%;
  height: 40px;
  text-align: left;
  display: block;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 600;
  font-size: 70%;
  background-image: url(../image/hl_arrow.svg);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  padding-top: 9px;
  padding-left: 20px;
}

.fcredit {
  color: #999;
}

@media screen and (max-width:768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mail_mt_xs {
    margin-top: 30px;
  }

  .obj_center_xs {
    margin-right: auto;
    margin-left: auto;
  }

  .footer_menu {
    grid-template-columns: 1fr;
    place-items: center;
    font-size: 100%;
    font-weight: 600;
    margin-top: 30px;
  }

  .footer_menu li {
    border-top: 1px solid #666666;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .gmap2 {
    padding-bottom: 100%;
  }
}


@media screen and (max-width:991px) {
  .text_center_sm_shop {
    text-align: center;

  }

  .mb_sm_shop {
    margin-bottom: 20px;
  }
}


.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 900000;

}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 1);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 1);
}


#menu-btn-check {
  display: none;
}



.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 800px;
  z-index: 800000;
  background-color: #3584bb;
}

.menu-content ul {
  width: 90%;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 1000;
  z-index: 800000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s;
  /*アニメーション設定*/
  opacity: 0;
}

#menu-btn-check:checked~.menu-content {
  left: 0;
  /*メニューを画面内へ*/
  opacity: 1;
}

.menu_logo {
  margin-top: 60px;
}

#fh5co-header {
  height: 110px !important;
  background-color: #fff;
}


#bread {
  margin-top: 110px;
  background-color: #f1f1f1;
  height: 40px;
  padding-top: 10px;
  font-size: 90%;
}

h6 {
  border-bottom: solid 2px rgba(33, 33, 33, 0.2);
  position: relative;
  padding-bottom: 7px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 150% !important;
}

h6::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #333333;
  bottom: -2px;
  width: 18%;

}

.subtop_mt {
  margin-top: 35px;
}

.h_inner_start {
  padding-top: 20px;
}

.submenu_a {
  color: #000 !important;
  font-size: 80% !important;
  font-weight: 600;
}

.sub_mainmenu_com {
  font-size: 70%;
  float: left;
  margin: 25px 0 0 25px;
}

#fh5co-header h1 {
  margin-top: 29px;
}

#fh5co-header nav {
  margin-top: 50px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #fh5co-header h1 {
    margin-top: 34px;
  }

  .submenu_a {
    color: #000 !important;
    font-size: 75% !important;
    font-weight: 600;
  }



  .maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 90% !important;
    position: relative;
  }

}



@media screen and (max-width:767px) {
  .gmap2 {
    padding-bottom: 550px;
  }

  .ffoot_contact_area {
    border: none;
  }

  .contact_icon {
    max-width: 240px;
  }

  .fh5co-nav-toggle {
    display: none;
  }

  .header-logo {
    padding-top: 13px;
  }

  #fh5co-header {
    height: 60px !important;
  }

  #bread {
    margin-top: 60px;
  }

  .maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 100% !important;
    position: relative;
  }
}



.home a:link, .home a:hover, .home a:visited {
  color: #000;
  font-size: 90%;
}

.home span {
  color: #000 !important;

}

.map_com {
  font-weight: 600;
  padding-bottom: 30px;
}

.maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.p6em {
  padding-top: 6em !important;
}


#fh5co-offcanvas {
  display: none;
}

.contact_com {
  font-weight: 600;
  font-size: 100%;
}

.oldh {
  display: none;
}

.nwvh {
  display: block !important;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #f1f1f1;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 90%;
  padding-right: 10px;
  padding-left: 10px;
}

#best-deal {
  background: #fff;
}

.panel-primary {
  border-color: #707070;

}

.panel-primary>.panel-heading {
  background-color: #707070;
  border-color: #707070;
}

tr, td, th {
  border-top: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {

  background-color: #f1f1f1;
}

.company_h {
  margin-bottom: 40px;
}

.company_inner {
  font-weight: 600;
}

.ceona {
  font-size: 120%;
  font-weight: 600;
}

.table-responsive {
  border: none;
}

.city_inner {
  min-height: 100vh;
}

.city_com, .dl_com, .wpcf7 {
  font-weight: 600;
}

.olda {
  display: none;
}

.newa {
  display: inline !important;
}

.post-password-form p {
  font-weight: 600;
}

#pwbox-633 {
  border: solid 1px #aaa !important;
  border-radius: 5px;
}

.tablebasic {
  border-top: solid 1px #ccc !important;
}

.post-password-form {
  min-height: 300px;
}

.dl_com_inner, .info_com_inner {
  font-weight: 600;
}

h7 {
  font-weight: 600;
  font-size: 130%;
  border: none;
}

.info_hd {
  font-size: 150%;
  margin-bottom: 70px;
}

.info_archive_date {
  font-size: 90%;
}

.info_com_inner {
  margin-top: 20px;
  font-size: 90%;
}

.bunjo_com_inner {
  margin-top: 0px;
  font-size: 130%;
  font-weight: 600;
}

.offsetrow_inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.info_archive_hr {
  border-style: none;
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
  margin-top: 40px;

}

.info_pager {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {

  h7 {
    font-size: 120% !important;
  }

  .bunjo_com_inner {
    margin-top: 0px;
    font-size: 110%;
    font-weight: 600;
  }

}

.pages, .nextpostslink, .previouspostslink {
  display: none;
}

.smaller, .larger {
  color: #fff;
  background-color: #ccc;
  border: none;

}

.current {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 5px 7px;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 7px;
  border: none !important;
}

@media screen and (min-width:1200px) {
  .bunjo_item {
    height: 417px;
  }

  .bunjo_item2 {
    height: 385px;
  }
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .bunjo_item {
    height: 439px;
  }

  .bunjo_item2 {
    height: 405px;
  }
}

@media screen and (min-width:768px) and (max-width:990px) {
  .bunjo_item {
    height: 463px;
  }

  .bunjo_item2 {
    height: 385px;
  }
}

@media screen and (max-width:767px) {
  .bunjo_item {
    height: 417px;
  }
}

.zoomimg {
  max-width: 340px;
}

.info_hd_bunjo {
  margin-bottom: 20px !important;
}



.youtube {
  position: relative;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

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

.mih {
  min-height: 60vh;
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}


.my-insta-box {
  width: 100%;
  overflow: hidden;
}

.my-insta-box .bx-viewport {
  overflow: visible !important;
}

.my-insta-box #sb_instagram {
  max-width: 100% !important;
  width: 100% !important;
}

@media screen and (max-width:479px) {
  .my-insta-box .sbi_item {
    width: 50vw !important;

  }

  #sb_instagram {
    height: 50vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 50vw !important;
  }
}

@media screen and (min-width: 480px) and (max-width:767px) {
  .my-insta-box .sbi_item {
    width: 40vw !important;

  }

  #sb_instagram {
    height: 40vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 40vw !important;
  }
}


@media screen and (min-width: 768px) and (max-width:990px) {
  .my-insta-box .sbi_item {
    width: 33.33333vw !important;

  }

  #sb_instagram {
    height: 33.33333vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 33.33333vw !important;
  }
}



@media screen and (min-width: 991px) and (max-width:1200px) {
  .my-insta-box .sbi_item {
    width: 25vw !important;

  }

  #sb_instagram {
    height: 25vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 25vw !important;
  }
}



@media screen and (min-width: 1201px) and (max-width:1499px) {
  .my-insta-box .sbi_item {
    width: 20vw !important;

  }

  #sb_instagram {
    height: 20vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 20vw !important;
  }
}

@media screen and (min-width: 1500px) {
  .my-insta-box .sbi_item {
    width: 16.666666vw !important;

  }

  #sb_instagram {
    height: 16.666666vw !important;
    overflow: hidden;
  }

  .my-insta-box .sbi_photo {
    height: 16.666666vw !important;
  }
}






@media (min-width: 768px) {}

#sb_instagram #sbi_images .sbi_item {
  margin: 0 10px !important;
}

.inst_btn {
  margin-top: 60px;
}

.zoom_com {
  margin-top: 30px;
  font-size: 60%;
}

.zoom_h_lh {
  line-height: 130%;
}

.xs_sns {
  width: 100vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 45px !important;
}

.xs_sns_icon {
  margin-left: 5px;
  margin-right: 5px;

}

.xs_sns_icon img {
  max-width: 30px;
  width: 100%;
}

#sr {
  margin-right: auto;
  margin-left: auto;
  margin-top: -110px;
  text-align: center;
  width: 100%;
}

#srcicon {

  width: 90vw;
  height: 110px;
  display: block;

  text-align: center;
}


#Topage_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  opacity: 0.8;

  z-index: 600000;

}

#Topage_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#Topage_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#zicon, #micon {
  width: 34px;
  height: 65px;
  position: fixed;
  background: #000;
  opacity: 0.8;

  z-index: 600001;
  right: 0;

}


#micon {
  bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}

#zicon {
  bottom: 180px;
  margin-right: auto;
  margin-left: auto;
}

#micon a {
  width: 34px;
  height: 65px;
  display: block;
}

#micon a {
  width: 34px;
  height: 65px;
  display: block;
  background-image: url(../image/m_con.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

#zicon a {
  width: 34px;
  height: 65px;
  display: block;
  background-image: url(../image/z_con.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

#micon:hover, #zicon:hover, #Topage_top:hover {
  opacity: 0.5;
}

.ownspace {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.top_txt {
  text-align: center;
}

.top_txt h7 {
  font-size: 150% !important;
}

.top_txt p {
  font-size: 115%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.con_txt h6 {
  display: block;
  font-size: 130% !important;
  border-bottom: 1px solid #aaa;
  width: 100%;
  margin-bottom: 20px;
}

.con_txt h6::before {
  border: none;
}

.con_txt h6::after {
  border: none;
}

.con_txt {
  margin-bottom: 40px;
}


.con_txt p {
  font-size: 115%;
  font-weight: 400;
  line-height: 220%;
}

.bt_txt h6 {
  font-size: 110% !important;

}

.bt_txt h6::after {
  border-bottom: 4px solid #000 !important;
}

.bt_txt .p2_button {
  padding-top: 10px;
}

.bt_txt td {
  width: 40%;
}

.ch_img_t {
  position: relative;
}

.ch_img_t img {



}

.ch_img_t p {
  color: #000;
  background-color: #fff;
  font-size: 180%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 2px;

}

@media screen and (max-width:620px) {
  .ch_img_t p {
    color: #000;
    background-color: #fff;
    font-size: 180%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 2px;
    width: calc( 55% + (620px - 100vw ) / 3.3 );
  }

}


@media screen and (max-width:510px) {
  .ch_img_t p {
    font-size: 135%;
  }

}

.bunjo_link div{
  color: #000 !important;
}

.SLC_com {
  padding-bottom: 25%;
}

.SLC_com2 {
  padding-bottom: 25%;
}
@media screen and (max-width:767px) 
{
  .SLC_com {
    padding-bottom: 23%;
  }

}

.bunjo_item a:hover , .bunjo_item2 a:hover {
  text-decoration: none;
}

.bunjo_item_com a {
  color: #000 !important;
}

.bh_wh {
  background-color: #fff;
}

.city-txt {
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 250%;
  font-size: 130%;
}

.city-subtxt {
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 200%;
  font-size: 100%;
}

.mainimg {
  max-width: 630px;
}

.mainimg_sub {
  max-width: 430px;
  padding-bottom: 30px;
}

.cityhr {
  border-top: 2px solid #222;
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:767px) {

  .city-txt {
    font-size: 100%;
    line-height: 200%;
  }

  .city-subtxt { 
    font-size: 90%;
  }
}

.sna {
  font-size: 120% !important;
}



@media screen and (max-width:767px) {

  .sna {
    font-size: 80% !important;
  }

  .asd p {
    top:35%;
  }

  .sx {
    font-size: 130% !important;
  }

  .sna {
    margin-top: 60px !important;
  }

}

.company_inner h7 {
  border-bottom: 1px solid #333 !important;
  width: 100%;


}

.cityimg {
  max-width: 90%;
}

.comin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.comhd {
  font-size: 130%;
  padding-bottom: 5px;
}

.cominner {
 padding-bottom: 15px; 
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  border: 1px solid #c0d4f7;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;

}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.shazehd {
  font-weight: 700;
  font-size: 140%;
  text-align: center;
  padding-top: 15px;

}

.shazecom {
  text-align: center;
}

.hosei {
  padding-top: 15px;
  margin-top: 30px;
}

.hosei2 {
  text-align: center;
  font-weight: 600;
  font-size: 120%;

}

.keieirinenhd {
border: 1px solid #000;
text-align: center;
width: 280px;
font-weight: 600;
margin-top: 30px;
margin-right: auto;
margin-left: auto;

}

.keieirinenhdh2 {
border: 2px solid #000;

padding: 2px;
font-weight: 600;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
  font-size: 90%;
  padding-left: 10px;
}

.keieirinencom {
  font-size: 90%;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 600;
}

.hosei3{
  border: 2px solid #000;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 5px;
}

.hosei4 {
padding-top: 10px;
font-weight: 500;

}

@media screen and (max-width:991px) {
  .hosei5 {
margin-top: 0;
  }

}

.topichosei {
  padding-top: 0;
  padding-bottom: 0;
}

.hosei6 {
  font-size: 110%;
}

.coreb {

padding-left: 10px;

}

.core3 {
   
  height: 30px;
    line-height :30px;
  
}

.mim {
  background-color: #333;
  color: #fff;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 2px;
    padding-bottom: 3px;
    margin-right: 10px;

}

.mim2 {
  background-color: #333;
  color: #fff;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 4px;
    padding-bottom: 2px;
    margin-right: 10px;
}

.hosei7 , .hosei8 {
  text-align: center;
  font-weight: 600;
}

.hosei7 {
  font-size: 120%;
  padding-top: 25px;
}

.hosei8 {
  font-size: 140%;
  padding-top: 5px;
  padding-bottom: 15px;
}

.pushhd {
  font-weight: 600;
  font-size: 120%;
}

.akiya_com {
  font-weight: 500;
  font-size: 80%;
  padding-top: 15px;
}

.akiya_title {
  padding-top: 7px;
}

.akiya_title a {
  color: #111;
}

.akiya_chart_inner {
  text-align: left;
  font-size: 90%;
  padding-top: 5px;

}

@media screen and (max-width:767px) {
.akiya_img {
  height: calc(390px - (767px - 100svw) * 0.6);
  max-width: 100%;
}
}

@media screen and (min-width:1200px) {
.akiya_img {
  height: 190px;

}
}

@media screen and (min-width:991px) and (max-width:1199px) {
.akiya_img {
  height: 170px;

}
}

.akiya_chart_a {
    color: #111;
}

.akiya_chart_a:hover {
    color: #111;
}

.slider-for img {
  height: 400px ;
  object-fit: cover;
  width: 100%;
}


.slider-for {
  margin-bottom: 30px;
}

.slider-nav img {
    height: 120px ;
  object-fit: cover;
  width: 90%;
}

.slider-nav  {
  margin-bottom: 40px;
}

.slick-next::before {
  content: "→";
  font-size: 24px;
  color: black;
}

.slick-prev::before {
  content: "←";
  font-size: 24px;
  color: black;
}

.slick-dots {
  display: block !important;
  position: relative;
  z-index: 10;
  bottom: 10px;
}

@media screen and (max-width:767px) {
  .slider-for img {
    height: calc(400px - ( 767px - 100svw) * 0.60);
  }

    .slider-nav img {
    height: calc(200px - ( 767px - 100svw) * 0.30);
  
  }
}

@media screen and (max-width:580px) {
  .slider-for  {
   margin-bottom: 20px;
  }


}


.footer_menunw {
  list-style: none;
  max-width: 580px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
   place-items: center;
}

.footer_menunw li{
text-align: center;
}

.footer_menunw li>a:link, .footer_menunw li>a:hover, .footer_menunw li>a:visited {
  color: #fff;
  font-size: 90%;
}


@media screen and (max-width:768px) {


  .footer_menunw {
    grid-template-columns: 1fr;
    place-items: center;
    font-size: 100%;
    font-weight: 600;
    margin-top: 30px;
     place-items: center;
  }

  .footer_menunw li {
    border-top: 1px solid #666666;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    
  }
}



.top_menunw {
  list-style: none;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-right: auto;
  margin-left: auto;
}

.top_menunw li {
  color: #000;
  font-size: 85%;
  font-weight: 800;
  margin-top: 66px;
  text-align: center;
}

.top_menunw li>a:link, .top_menunw li>a:hover, .top_menunw li>a:visited {
  color: #000000;
}


.top_menunw li>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.top_menunw li>a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.top_menunw li>a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.sub_mainmenu_com2 {
  font-size: 60%;
  float: left;
  margin: 25px 0 0 25px;
  line-height: 200%;
}

.sub_mainmenunw {
  font-size: 90%;
}

@media screen and (max-width:991px) {


  .sub_mainmenunw {
    font-size: 85%;
  }

  .sub_mainmenunw ul li a {
    padding: 5px !important;
  }
  
}

.landpict {
  width: 27px;
}

.pictcom {
  vertical-align: middle;   /* ベースラインではなく中線で揃える */
  display: inline-block;    /* 幅・高さを扱いやすくする */
  font-size: 120%;
  font-weight: 550;
  padding-top: 1px;

}

.akiya_com {
  margin-top: 6px;
}

.secnd {
  margin-top: 0px;
}

.pictprice {
  font-size: 200%;
    font-weight: 550;
}

.pictyen {
    vertical-align: middle;   /* ベースラインではなく中線で揃える */
  display: inline-block;    /* 幅・高さを扱いやすくする */
  margin-top: 7px;
    font-weight: 600;
}

.price_akiya {
  font-size: 300%;
    font-weight: 600;
        vertical-align: middle;   /* ベースラインではなく中線で揃える */
  display: inline-block;    /* 幅・高さを扱いやすくする */
}

.akiya_yen {
    vertical-align: middle;   /* ベースラインではなく中線で揃える */
  display: inline-block;    /* 幅・高さを扱いやすくする */
  margin-top: 10px;
    font-weight: 700;
    font-size: 110%;
}