body {
  color: #000;
  opacity: 0;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: opa1;
  animation-fill-mode: forwards;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@keyframes opa1 {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.top_header {
  width: 100%;
  height: 100%;

  display: grid;
  align-items: center;

  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;
  background-size: 40px;

}

.main-logo img {
  max-width: 400px;
}

@media screen and (max-width:767px) {
  .main-logo img {
    max-width: 80%;
  }
}

.thp {
  width: 100%;
  height: 100svh;
  background-image: url(../img/main_3.jpg);
  background-position: 50% 28% !important;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  animation-name: ScrollMoveThp;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-direction: alternate;
}




.tpst .thp {
  height: 480px;
}

.thpf {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.thpw {
  width: 100%;
  height: 100%;
  background-image: url(../img/top_logo.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 30px 50%;
  background-size: 500px;

  animation-name: ScrollMoveTT;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-direction: alternate;

}

@media screen and (min-width:990px) and (max-width:1100px) {

  .thpw {

    background-size: 500px;



  }

}

@media screen and (min-width:990px) {
  @keyframes ScrollMoveTT {

    0% {
      background-position: 94% 60%;
      opacity: 0;
    }

    100% {
      background-position: 94% 52%;
      opacity: 1;
    }

  }


  @keyframes ScrollMoveThp {

    0% {
      background-position: 50% 10%;

    }

    100% {
      background-position: 50% 50%;

    }

  }

}

@media screen and (min-width:768px) and (max-width:990px) {

  .thp {
    width: 100%;
    height: 100svh;
    background-image: url(../img/main_3.jpg);
    background-position: 20% 50% !important;
    /* 2つの画像の位置 */
    background-size: cover;
    /* 背景サイズの指定 */
    background-repeat: no-repeat, no-repeat;

    animation-fill-mode: forwards;
    animation-duration: 5s;
    animation-direction: alternate;


  }

  @keyframes ScrollMoveTTP {

    0% {
      background-position: 60% 50%;
    }

    100% {
      background-position: 70% 50%;
    }

  }

  .thpw {
    width: 100%;
    height: 100%;
    background-image: url(../img/top_logo.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 83%;
    background-size: 500px;

    animation-fill-mode: forwards;
    animation-duration: 5s;
    animation-direction: alternate;
  }


  @keyframes ScrollMoveTT {

    0% {

      opacity: 0;
    }

    100% {

      opacity: 1;
    }

  }

}





@media screen and (max-width:767px) {
  .thpw {
    width: 100%;
    height: 100%;
    background-image: url(../img/top_logo.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 150px;
    background-size: calc(520px - (767px - 100vw) * 0.6);
    animation-name: ScrollMoveTT;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-direction: alternate;
  }

  @keyframes ScrollMoveTT {

    0% {
      background-position: 50% 85%;
      opacity: 0;
    }

    100% {
      background-position: 50% 85%;
      opacity: 1;
    }

  }
}



.top_menu {
  list-style: none;
  max-width: 670px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-right: auto;
  margin-left: auto;
  font-size: 90%;
}

.top_menu li {
  color: #323232;
  font-size: 90%;
  font-weight: 800;
  margin-top: 30px;
  text-align: center;
  text-shadow: #fff 2px 2px 4px, #fff -2px -2px 4px, #fff -1px -1px 4px, #fff 1px 1px 4px;

}

.top_menu li>a:link,
.top_menu li>a:hover,
.top_menu li>a:visited {
  color: #323232;

}

.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);
}



.top_menu li>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}





.top_prof {
  background: linear-gradient(rgba(96, 170, 188, 0.0), 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: 30px;
  padding-bottom: 0px;

  margin-right: auto;
  margin-left: auto;

  color: #313131;
  line-height: 180%;
}

.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;
}

.minim {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.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-weight: bold;
  font-size: 130%;
  margin-bottom: 0px;
  font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}

.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: 60px;
}

.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: 100.25%;
  position: relative;
  overflow: hidden;
}

.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 0px;
}



.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%);
}

.gmap_bm {
  margin-top: -140px;
}

.top_shop_hd {
  font-weight: 600;
  padding-bottom: 20px;
}

.shop_com_lh {
  line-height: 130%;
}

.bfoot {
  background-color: #92C0E9;
  padding-top: 40px;
  padding-bottom: 15px;
}


.footer_menu {
  list-style: none;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-right: auto;
  margin-left: auto;
  color: #686868;
  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: #686868;
  font-size: 90%;
}

.footer_menu_sm li>a:link,
.footer_menu_sm li>a:hover,
.footer_menu_sm li>a:visited {
  color: #111;
  font-size: 90%;
}

.fcredit {
  font-size: 80%;
  padding-top: 20px;
}

.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: #363636;
}

@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_sm {
    grid-template-columns: 1fr;
    place-items: center;
    font-size: 100%;
    font-weight: 600;
    margin-top: 30px;
  }

  .footer_menu_sm li {

    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer_menu_sm {
  grid-template-columns: 1fr;
  place-items: center;
  font-size: 100%;
  font-weight: 600;
  margin-top: 30px;
}

.footer_menu_sm li {

  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: 15px;
  right: 15px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 1100000;



}

.menu-btnc {
  position: fixed;
  opacity: 0;
  display: none;
  z-index: 1099999;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
}


.curv {

  position: fixed;
  top: 0px;
  right: 60px;
  display: flex;
  height: 75px;
  width: 15px;
  justify-content: center;
  align-items: center;
  z-index: 899999;
  background: url("../image/curv.png");
}

@media screen and (max-width:990px) {
  .menu-btn {

    height: 40px;
    width: 40px;
    top: 30px;
    right: 30px;

  }

  .menu-btn img {
    width: 60px;
    height: 60px;
  }


  .menu-btnc {
    width: 20px;
    height: 20px;
  }


  .curv {

    position: fixed;
    top: 0px;
    right: 55px;
    display: flex;
    height: 55px;
    width: 15px;
    justify-content: center;
    align-items: center;
    z-index: 899999;
    background: url("../image/curv.png");
  }

}

.menu_logo img {
  width: 60%;
  max-width: 300px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 28px;
  border-radius: 3px;
  background-color: #fff;
  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 {
  opacity: 0;
}

#menu-btn-check:checked~.menu-btnc {
  opacity: 1;
  display: block;
}

#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;
}

.ffl {
  max-width: 260px;
}

.ffr {
  max-width: 260px;
}



.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 2000px;
  z-index: 800000;
  background-color: #92C0E9;


}

.menu-content ul {
  width: 100%;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 1000;
  z-index: 1090000;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background: #92C0E9;
  transition: all 0.5s;
  /*アニメーション設定*/
  opacity: 0;
}

#menu-btn-check:checked~.menu-content {
  left: 0;
  /*メニューを画面内へ*/
  opacity: 1;
}

.menu_logo {
  margin-top: 60px;
}

#fh5co-header {
  height: 75px !important;
  background-color: linear-gradient(to right, #F8F8EF, #F8F8EF 50%, #FFFFFF 50%) !important;
}


#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: #111 !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: 10px;
  margin-left: 40px;
}

#fh5co-header nav {
  margin-top: 0px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #fh5co-header h1 {
    margin-top: 30px;
  }

  .submenu_a {
    color: #636363 !important;
    font-size: 65% !important;
    font-weight: 600;
  }



  .maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 90% !important;
    position: relative;
  }

}

@media screen and (max-width:990px) {
  #fh5co-header {
    height: 50px !important;
  }
}



@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;
  }



  #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 {}

.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: #fff;
  opacity: 0.5;
  border-radius: 15px;

  z-index: 600000;

}

#Topage_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#Topage_top a::before {

  font-weight: 900;

  font-size: 20px;
  color: #000;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -11px;
  bottom: 0;
  right: 0px;
  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%;
  }

  .thp {
    height: 100svh;
    background-position: 35% 50% !important;
    animation-name: ScrollMoveTTPX;
    animation-fill-mode: forwards;
    animation-duration: 5s;
    animation-direction: alternate;
  }




}

@keyframes ScrollMoveTTPX {

  0% {
    background-position: 70% 50%;
  }

  100% {
    background-position: 74% 50%;
  }

}
}

.sec1_img img {
  max-width: 420px;
  width: 100%;
}

.sec1_img_sm img {
  max-width: 250px;
  width: 80%;
}

.flogo img {
  max-width: 200px;
  width: 100%;
}

.fbtn img {
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}



.subp .thp {
  height: 400px;
}

.subp .thpf {
  height: 350px;
}

.subp .thpw {
  height: 350px;
}

.subp .top_header {
  height: 350px;
  background-image: none;
}

.top_contents_kumiai table td {
  line-height: 165% !important;
}

.top_contents_contact {
  margin-top: 40px;
}



.sub_pri {
  background-image: url(../image/pri.jpg);

}

.sub_qa {
  background-image: url(../image/fn_76.png);

}

.sub_sl {
  background-image: url(../image/kigaku_main.png);

}


.sub_hc {
  background-image: url(../image/guest.png);

}

.sub_hc {
  background-image: url(../image/guest.png);
}

.sub_sui {
  background-image: url(../image/suisonia_main.png );
}

.sub_kyu {
  background-image: url(../image/kigaku_pc.png);
  background-position: 50% 0%;
}


@media screen and (min-width:1600px) {
  .sub_kyu {
    height: calc(630px + (100vw - 1600px) / 3);
  }
}



.kyusei_midashi {
  text-align: left !important;
  width: 100% !important;

}

.kyusei_com {
  text-align: center !important;
  width: 100% !important;
}

.kyusei_g {
  text-align: center;
}





@media screen and (max-width:767px) {
  .subp .thp {
    height: 200px;
  }

  .subp .thpf {
    height: 200px;
  }

  .subp .thpw {
    height: 200px;
  }

  .subp .top_header {
    height: 200px;
    background-image: none;
  }

  .subt {
    font-size: 140%;
    padding-top: 45px;
  }

  .kyusei_midashi {
    text-align: center !important;
    width: 100% !important;

  }

  .kyusei_com {
    text-align: left !important;
    width: 100% !important;
  }

}

@media screen and (max-width:640px) {
  .sub_kyu {
    height: calc(550px - (640px - 100vw) / 2);
    background-image: url(../image/kigaku_sm.jpg);
  }
}

.top_contents_infoart .container {
  max-width: 990px;

}

.top_contents_infoart {
  margin-top: 60px;
}

.top_contents_infoart {
  img {
    max-width: 100%;
  }
}

.top_contents_infoart h3 {
  border-bottom: #323232 2px solid;
  font-size: 120%;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.top_contents_infoart .date {
  text-align: right;
  font-size: 80%;
}

.entry_coms {
  margin-bottom: 70px !important;
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .cslogo {
    padding: 0;
  }
}

.containers img {
  height: 55px;
  padding-top: 14px;
  padding-left: 18px;
}

@media screen and (max-width:990px) {
  .containers img {
    height: 50px;


  }
}

.midashi_menu {}

.midashi_menu2 img {
  width: 160px;
}

.mbox {
  margin-top: 25px;
}

.bgs {
  background-image: url(../image/bgs.png);
  background-size: contain;
  background-repeat: no-repeat;

}

.bgsf {
  padding-right: 0;
  padding-left: 0;
}

.minim2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.minim3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.salonh {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #333;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.salon_table {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 90%;
}


.bgsfa {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bgsfa img {
  max-width: 100px;
}


.salon_com {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.salon_table td {
  vertical-align: top;
}


.salon_table tr>td:nth-child(1) {
  width: 20%;
}

.salon_table tr>td:nth-child(2) {
  width: 80%;
}

.salon_com {
  font-size: 80%;
  text-align: center;
  line-height: 180%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.m3btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.insta img {
  max-width: 200px;
}

.sm_pic_salon {
  background-image: url(../image/imgf.png);
  width: 100wh;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.ss img {
  width: 120px;
}

.ss {
  text-align: center;
  margin-top: 50px;
}

.xsc td {
  width: 100% !important;
}

.abtn img {
  width: 120px;
}

.abde img {
  width: 120px;
}

.abtn,
.abde {
  text-align: center;
  margin-top: 10px;
}

.accessh img {
  width: 300px;
}

.accessh {
  width: 100%;
  border-bottom: 2px dotted #333;
}

.access_tt {
  font-size: 120%;
  font-weight: 600;
}

.access_zip {
  font-size: 90%;
}

@media screen and (max-width:767px) {
  .salonh {
    width: 100%;
  }

  .salon_table {
    width: 100%;
    text-align: center;
  }

  .salon_table div {
    margin-bottom: 15px;
  }

  .salon_com {
    width: 100%;
  }
}


.access_add {
  img {
    height: 24px;
  }
}

.access_cn>span:nth-child(1)>img {
  width: 90px;
}

.access_cn>span:nth-child(2) {
  margin-left: 10px;
  font-size: 90%;
}

.access_cn {
  padding-top: 6px;
}

.acc {
  margin-top: 10px;
}

.acc_o {
  margin-top: 10px;
  font-size: 80%;
}

.fcredit {
  color: #111;
}

.inq_h {
  color: #d09d15;
  font-size: 120%;
}

@media screen and (max-width:990px) {
  .accessh img {
    width: 180px;
    padding-bottom: 5px;
  }

  .accessh,
  .access_tt,
  .access_zip,
  .access_add {
    text-align: center;
  }

  .allr img {
    width: 100px;
  }

  .abtn {
    margin-bottom: 30px;
    padding-top: 150px;
  }

}

.fhh {
  color: #d09d15;
  font-weight: 600;
  font-size: 80%;
}

.fhc {
  color: #000;
  font-size: 70%;
}

.fhc a {
  color: #000;
}

.fhf {
  font-size: 60%;
}

#ear {

  position: fixed;
  right: 0px;
  top: 200px;
  opacity: 1;

  z-index: 600000;
}

.tpst #ear {
  top: 170px;
}

#ear a:nth-child(1) {
  background-image: url(../image/line.jpg);
  width: 59px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  line-height: 110%;
  padding-top: 44px;
  padding-left: 19px;
  font-size: 65%;
  font-weight: 600;
  display: block;



}

#ear a:nth-child(2) {
  background-image: url(../image/yoyaku.jpg);
  width: 59px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  line-height: 110%;
  padding-top: 44px;
  padding-left: 19px;
  font-size: 65%;
  font-weight: 600;
  display: block;

}

#ear a:nth-child(3) {
  background-image: url(../image/ask.jpg);
  width: 59px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  line-height: 110%;
  padding-top: 44px;
  padding-left: 19px;
  font-size: 65%;
  font-weight: 600;
  display: block;
}

#ear a:hover {
  text-decoration: none;
}

@media screen and (max-width:767px) {
  #ear {
    top: 150px;
  }
}



.midashi_sub {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: #98A6B5 2px solid;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.midashi_sub span {
  font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
  font-size: 70%;
}

#sbp .sec1_com {
  text-align: left;
  font-size: 90%;
  padding-bottom: 30px;
}

.srow {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}

.srow_kyu {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.priv_h {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: #2C2C2C 2px dotted;
  font-size: 110%;
}

.thpw .midashi_sub {
  border: none;
  text-align: center;
  padding-top: 60px;
  width: 100%;
}

.qa_table {
  margin-bottom: 15px;

  img {
    width: 35px;
  }
}

.qa_table td:nth-child(1) {
  vertical-align: top;
}

.qa_table tr {
  margin-bottom: 60px;
}

.underbar {
  padding-bottom: 40px;
  border-bottom: #707070 2px dotted;
  padding: 15px;
}

.QAH {
  padding-right: 13px;
}

.midashi_qa {
  margin-top: 30px;
  background-color: #C982B6;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  font-size: 100%;
}

.sec1_qa {
  padding-bottom: 0 !important;
}

.sui {
  background-color: #4583B9 !important;
}

.sabsa {
  color: #9ACCD0 !important;
  font-size: 90% !important;
}

.Porfh {
  margin-bottom: 10px;
}

.profh {
  color: #CC6E00 !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.pronamefh {
  font-weight: 600;
}

.prof_com {
  padding-top: 0;
  width: 80%;
}

.bkbox {
  border: #707070 1px solid;

}

@media screen and (max-width:767px) {

  .profh,
  .pronamefh {
    margin-top: 25px;
  }
}

.minc {
  font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}

.seav {
  text-align: center !important;

}

.vbox {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
  font-size: 110%;
  padding: 25px;
  box-shadow: 3px 3px 3px #ccc;
}

.vbox {
  width: 100%;

}

.vbox div span {
  border-bottom: #707070 1px dotted;
  width: 100%;
  padding-bottom: 5px;
  line-height: 260%;
}

.vb_p {
  border: #C41DA4 1px solid;
  background-color: #FFFCFE;
}

.vb_y {
  border: #AD630D 1px solid;
  background-color: #FFFEFA;
}

.vb_b {
  border: #113883 1px solid;
  background-color: #F5FAFD;
}

.autherguest {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;

  text-align: right;
}

.kyusei_table1 {

  min-width: 450px;
  margin-right: auto;
  margin-left: auto;
  border: #C69C0F 1px solid;
  font-size: 70%;
}

.sui_table1 {

  min-width: 450px;
  margin-right: auto;
  margin-left: auto;
  border: #22439A 1px solid;
  font-size: 70%;
}

.sui_table2 {

  min-width: 450px;
  margin-right: auto;
  margin-left: auto;

  font-size: 70%;
}

.sui_table1 tr>td:nth-child(1) {
  width: 34%;
  background-color: #F2EFEF;
}

.sui_table1 tr>td:nth-child(2) {
  width: 33%;
}

.sui_table1 tr>td:nth-child(3) {
  width: 33%;
}

.sui_table1 tr {
  border: #22439A 1px solid;
  padding: 5px;
}

.sui_table1 td {
  border: #22439A 1px solid;
  padding: 5px;
}

.kyusei_table1 tr>td:nth-child(1) {
  width: 40%;
}

.kyusei_table1 tr>td:nth-child(2) {
  width: 60%;
}

.kyusei_table2 {

  min-width: 450px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  font-size: 70%;
}

.kyusei {
  font-size: 90%;
  min-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.kyusei_table1 tr {
  border: #C69C0F 1px solid;
  padding: 5px;
}

.kyusei_table1 td {
  border: #C69C0F 1px solid;
  padding: 5px;
}

.thde {
  background-color: #FCEED0;
  text-align: center;
}

.sui_table1 .thde {
  background-color: #D0EDFC !important;
  text-align: center;
}

.kyusei td,
tr.kyusei {
  border: none !important;
}

.kyusei_table1,
.kyusei_table2,
.kyusei,
.sui_table1,
.sui_table2 {
  min-width: 95%;

}

.suiatt {
  background: #E5F0F8;
  border: #4F80ED 1px solid;
  color: #22439a;
  font-weight: 600;
  font-size: 70%;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;

}

.suisoni div {
  background-image: url(../image/suiso.png);
  background-repeat: no-repeat;
  background-size: 35px;
  font-size: 120%;
  font-weight: 700;
  padding-left: 45px;
  color: #22439A;
  margin-bottom: 7px;
}

h4.suis {
  color: #22439a;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  line-height: 130%;
}


.sui2 {
  background-image: url(../image/suiso02.png);
  width: 100%;
  height: 400px;
  background-size: cover;
  margin-top: 40px;
}


.sui3 {
  background-image: url(../image/suisonia_base.jpg);
  width: 100%;
  height: 800px;
  background-size: cover;
  margin-top: -200px;
  background-position: 50% 50%;
}


.suisom2 {
  text-align: center;
  padding: 50px;

  div {
    font-size: 80%;
    margin-top: -15px;
  }
}

.sui1 {
  margin-top: 40px;

  h4 {
    font-size: 120%;
  }

  div {
    line-height: 200%;
  }
}

@media screen and (min-width:768px) and (max-width:990px) {
  .sui1 {


    h4 {
      text-shadow: -3px -3px 3px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.5), 3px 3px 3px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.5);
    }

    div {
      text-shadow: -3px -3px 3px rgba(255, 255, 255, 0.5), 0px 0px 3px rgba(255, 255, 255, 0.5), 3px 3px 3px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.5);
    }
  }
}

@media screen and (max-width:767px) {
  .sui3 {
    height: calc(430px - (767px - 100vw) / 2.0);
    margin-top: calc(-140px + (767px - 100vw) / 8);
    ;
  }
}

.hive_logo {
  max-height: 56px;
}

.centeritem {
  display: grid;
  place-items: center;
  height: 100svh;
  text-align: center;
}

.menu_mainlogo img {
  max-width: 350px;
  width: 80%;

}

.menu_btn img {
  max-width: 280px;
  width: 80%;
}

.hummenu div {
  padding-bottom: 28px;
}

.hummenu div>a {
  color: #fff;
}

.menu_btn {
  margin-top: 30px;
}

.notosan {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;

}

.midashi_top {
  text-align: center;
  font-size: 120%;
}

.midashi_com {
  font-size: 100%;
  margin-top: 30px;
  font-weight: 600;
}

.sec1_bg {
  background-image: url(../img/tex.jpg);
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #313131 !important;
}

.sec2_bg {
  background-image: url(../img/tex.jpg);

  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;

}

.sec2_haikei {
  background-attachment: fixed;
  background-image: url(../image/naiso.jpg);
  background-size: cover;
  width: 100%;
  height: 230px;
}

.sec3_bg {
  background: linear-gradient(to bottom, rgba(191, 168, 122, 0.12) 0%, rgba(191, 168, 122, 0.12) 90%, rgba(191, 168, 122, 0) 100%) !important;
  padding-top: 60px;
  padding-bottom: 0px;
}

.midashi_menu {
  font-weight: 400;
  font-size: 140%;
}

.underline img {
  width: 300px;
}

.underline {
  text-align: center;
}

.sec2_midashi {
  margin-top: 20px;
  line-height: 140%;
  margin-bottom: 20px;

}

.sec2_com {
  font-size: 100%;
}

.fas_btn a {
  color: #fff;
  background-color: rgba(113, 113, 113, 1);
  padding: 12px;
  border-radius: 30px;

}

.fas_btn {
  margin-top: 30px;
  font-size: 80%;
}


.sec4_haikei {
  background-attachment: fixed;
  background-image: url(../img/sec4_bg.jpg);
  background-size: auto;
  width: 100%;
  height: 80px;
}

.sec4_midashi {
  margin-top: 30px;
  line-height: 140%;
  margin-bottom: 20px;

}

.sec4_bg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.atred {
  color: rgb(160, 34, 34);
}

.sec5_haikei {}

.btred {
  background-color: rgb(160, 34, 34) !important;
  font-weight: 600;
}

.sec9_com {
  font-size: 85%;
  margin-top: 30px;
  font-weight: 600;
}


.sec9_midashi {
  margin-top: 0px;
  line-height: 140%;
  margin-bottom: 20px;

}

.sec9_bg {
  margin-bottom: 40px;
}

.foot_com {
  font-size: 75%;
}

.foot_shop {
  font-size: 130%;
  color: #fff !important;
}

.foot_add {
  color: #fff;
}

.foot_icon img {
  width: 40px;
}

.foot_icon {
  padding-top: 15px;
  padding-bottom: 10px;
}

.homecare_img img {
  max-width: 500px;
  width: 90%;
}

.homecare_img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.itemcom {
  font-size: 70%;
}

.itemhd {
  background-color: rgba(188, 211, 209, 1);
  font-weight: 600;
  margin-bottom: 15px;
}

.itemhd span:nth-child(1) {
  font-size: 75%;
}

.itemhd span:nth-child(2) {
  font-size: 66%;
}

.itempic {
  padding-left: 0;
  padding-right: 0;
}

.kamiitem {
  margin-top: 20px;
  padding: 10px;
}

.kamiitem .row {
  margin-right: 0;
  margin-left: 0;
}

.sec8_com {
  font-size: 90%;
  margin-top: 30px;
}

.sec8_com_box {
  background-color: rgb(59, 192, 230);
  color: #fff;
  font-size: 90%;
  max-width: 400px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  font-size: 75%;
  font-weight: 600;
  margin-top: 20px;
}

.sec8_com_box_outer {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
}

.price_outerbox {
  background-color: #fff;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;

}

.price_outerbox h3 {
  font-weight: 600;
  font-size: 120%;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20% 50%;
  height: 40px;
  padding-top: 10px;
}

.price_com {
  font-size: 90%;

}

.midashi_price {
  margin-bottom: 20px;
}

.price_box {
  color: rgb(0, 75, 177);
  font-weight: 700;
  line-height: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 5px;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.price_box div:nth-child(2) {
  font-size: 70%;
}

.salon_res {
  margin-bottom: 15px;
}

.sc_com {
  padding-top: 15px;
  padding-bottom: 30px;
}

.echo_area {
  font-size: 80%;
  margin-top: 30px;

}

.echo_btn {
  border-top: 15px;
}



.mw80 {
  max-width: 80%;
}

div.vid_contents2 {
  max-width: 75%;
  text-align: center;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 45px;
  height: 100%;

}

.echo_hd {
  margin-top: 100px;
}

.za {
  margin-top: 15px;
}

.hidden-area {
  display: none;
}

@media screen and (max-width:767px) {

  .midashi_top {
    font-size: 100%;
  }

  .midashi_com {
    font-size: 90%;
  }

  .price_outerbox h3 {
    font-size: 100%;
    background-position: 5% 50%;
  }

  .price_com {
    font-size: 80%;
  }

  .sec9_com {
    font-size: 70%;
  }

  .menu_mainlogo img {
    max-width: 350px;
    width: 60%;

  }

  .menu_btn img {
    max-width: 280px;
    width: 60%;
  }

  .menu_btn {
    margin-top: 30px;
  }

  .sec2_com {
    font-size: 90%;
  }

  .containers img {
    padding-left: 0;
  }

  .itemhd span:nth-child(1) {
    font-size: 100%;
  }

  .itemhd span:nth-child(2) {
    font-size: 90%;
  }
}

.cright {
  color: #fff;
  font-size: 80%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.salon_sec {
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
}

.salon_sec a {
  color: #fff;
}

.salon_sec h2 {
  color: #fff;
}

.hive_btn {
  background-color: #1586AF;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  text-align: center;
}

.topic_area .hive_btn a {
  color: #fff;
}

.topic_box h2 {
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #2a6479;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-top: 50px;
}

.topic_box li {
  list-style: none;
  font-size: 80%;
  padding: 8px;
  border-bottom: 1px dotted #333;
}

.topic_box .hive_btn {
  margin-top: 40px;
  margin-bottom: 20px;
}


.yumi_h2 {
  font-family: "Noto Serif", serif !important;
  color: #313131 !important;
  font-size: 200%;
}

.yumi_h2 img {
  max-width: 450px;
  width: 96%;
}


.info_h2 {
  font-family: "Noto Serif", serif !important;
  color: #333 !important;
  font-size: 110%;
  font-weight: 600 !important;
  border: 1px solid #707070;
  width: 90px;
  padding: 3px;
  margin-right: auto;
  margin-left: auto;
}

.info_midashi_com {
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 500 !important;
  line-height: 250%;
}

.pick_midashi_com {
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 500 !important;
  line-height: 175%;
  color: #333 !important;
}

.info_midashi_com a {
  color: #333;
  border-bottom: 1px solid #333;
}

.lhst {
  line-height: 160%;
}

.info_midashi_margin {
  height: 30px;
}

.info_midashi_margin2 {
  height: 50px;
}

.novelgrid {
  display: grid;
  grid-template-columns: 250px 120px;
  place-items: center;
  justify-content: center;
  text-align: center;

}

.blh {
  line-height: 210% !important;
}


@media screen and (max-width:767px) {
  .novelgrid {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    justify-content: center;
    text-align: center;

  }

  .novelgrid div {
    justify-self: center !important;
  }

  .novelgrid div img {
    justify-self: center !important;
    width: 100%;
  }

  .novelgrid div:nth-child(2) {
    padding-top: 15px;
  }
}

.pick_h2 {
  font-family: "Noto Serif", serif !important;
  color: #BF9A7A !important;
  font-size: 160%;
  font-weight: 600 !important;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}


.news_h2 {
  font-family: "Noto Serif", serif !important;
  color: rgb(51, 51, 51) !important;
  font-size: 160%;
  font-weight: 600 !important;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.about_box .hive_btn a {
  color: #fff;
}

.notog {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.about_box {
  padding-top: 40px;
  padding-bottom: 60px;

}

.about_box .midashi_com {
  font-size: 90%;
}

.intro_box {
  padding-top: 60px;
  padding-bottom: 80px;

}

.intro_box .midashi_com {
  font-size: 130%;
  line-height: 200%;
}

.info_box {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #333333;
}

.info_box .midashi_com {
  font-size: 110%;
  line-height: 200%;
}

.hive_eng {
  color: #2A6479;
  font-size: 80% !important;
}

.w90 {
  width: 70%;
}

.btn_m {
  padding-top: 5px;
  padding-bottom: 5px;
}

.about_box .midashi_com {

  margin-top: 15px;

}

.about_box .hive_eng {
  margin-top: 15px !important;
}

.yumi_h2 span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;

  color: #fff;
  font-size: 70%;

}

.map_box .yumi_h2 {
  padding-bottom: 50px;
}

.salon-innerbox {
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid#707070;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 90%;
  line-height: 100%;
  padding: 10px;

}

.shop_com {
  margin-top: 30px;
  display: grid;
  align-items: center;
  height: 100%;
}


.haikei {
  margin-top: 40px;
  margin-bottom: 40px;

}

.menu_main li {
  float: left;
  list-style: none;

}

.menu_m a {
  color: #6A4D0C;
}

.menu_m span {
  font-size: 70%;
  color: #7B7B7B;
}

.menu_main li a {
  font-size: 92%;
}

.menu_m {
  text-align: center;
  line-height: 110%;
  font-size: 88%;
}

.menu_main img {
  width: 40px;
}

.menu_m {
  margin: 15px;
  padding-top: 7px;
}

.menu_i {
  padding-top: 15px;
}

.menu_main {
  padding-left: calc(1090px - (1920px - 100vw));
}

@media screen and (max-width:1199px) {
  .menu_m {
    font-size: 81%;
  }

}

@media screen and (max-width:990px) {
  .hive_logo {
    max-height: 51px;
    padding-top: 6px;
  }

  .thpw {}

  .shoplogo {

    margin-right: auto;
    margin-left: auto;
    text-align: center;

  }

  .shoplogo img {
    max-width: 300px;
    width: 70%;
  }

  .shop_add {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .shop-margin {
    height: 50px;
    width: 100%;
  }
}

.ear_area {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 1000000;
}

.ear_area img {
  width: 60px;
}

.tpicon {
  margin-bottom: 20px;
}

.menu_lg {
  width: 80%;
  margin-right: auto;
  margin-left: auto;

}

.Menu_s div:nth-child(1) {
  font-family: "Noto Serif", serif !important;
  text-align: left;
  color: #707070;
  font-size: 120%;
}

.Menu_s div:nth-child(2) {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  color: #707070;
  font-size: 80%;
}

.Menu_s div:nth-child(2) span {
  width: 40px;
  height: 3px;

}

.Menu_s {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.Menu_b {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.Menu_ic img {
  width: 50px;
}

.Menu_b {
  background: #2A6479;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.Menu_ic {
  margin-top: 30px;
}

@media screen and (min-width:991px) and (max-width:1400px) {
  .Menu_s div:nth-child(2) {
    font-size: 60%;
  }
}

.p0 {
  padding: 0;
  margin-top: 0px;
}

.topimg img {
  object-fit: cover;
  height: 22vh;
  width: 100%;
}

@media screen and (max-width:990px) {
  .menu_lg {
    padding-top: 30px;
  }

  .Menu_s {
    text-align: center;
    margin-top: 10px;
  }

  .Menu_s div:nth-child(1) {
    text-align: center;
    font-size: 90%;
  }

  .Menu_s div:nth-child(2) {
    text-align: center;
    font-size: 70%;
  }

  .Menu_b {
    text-align: center;
    font-size: 70%;
  }

  .Menu_ic img {
    width: 35px;
  }

  .hivem {
    width: 70%;
    max-width: 500px;
  }

  .centeritem {
    display: grid;
    height: 0;
    padding-top: 50px;
  }

  .menu_lg {
    width: 100%;
  }

  .sec1_bg {
     background-image: url(../img/tex.jpg);
  }
}


a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.salon-innerbox a {
  color: #000;
}


.menub {
  width: 80px;
  height: 80px;
}

.slick-slide {
  margin: 0 20px;
}

.hlogo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
}


.hlogo img {
  height: 45px;
}


@media screen and (max-width:767px) {
  .slick-slide {
    margin: 0 10px;
  }

  .bfoot img {
    width: 80%;
  }

  .bxs img {
    max-width: 250px;
  }

  .bfoot {
    padding-top: 20px;
  }



  .intro_box .midashi_com {
    font-size: 100%;
    line-height: 200%;
  }

  .info_h2 {
    font-size: 110% !important;
  }

  .info_midashi_com {
    font-size: 90%;
    line-height: 180%;
  }

  .pick_h2 {
    font-size: 140% !important;
  }

  .news_h2 {
    font-size: 140% !important;
  }

  .pick_midashi_com {
    font-size: 90% !important;
  }

  .hummenu div {
    padding-bottom: 0.6svh;
  }

  .hummenu {
    padding-top: 45px;
  }
}


@media screen and (max-width:767px) and (max-height:570px) {

  .hummenu div {
    padding-bottom: 2svh;
    font-size: 90%;
  }
}

@media screen and (max-width:767px) and (min-height:571px) {

  .hummenu div {
    padding-bottom: 2svh;
  }
}


.snsicon {
  padding-top: 10px;
}

.snsicon img {
  width: 30px;
}

.footsns img {
  width: 25px;
}

.footsns {
  margin-top: 10px;
  padding-bottom: 30px;

}

.centericon {
  text-align: center;
}

.novel_com {
  line-height: 150%;
  margin-top: 40px;
}

.novel_box {
  background: rgba(255, 255, 255, 0.6);
}

.sub_hdm {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}


.hslogo {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}


.hslogo img {
  height: 45px;
}

@media screen and (max-width:990px) {
  .hslogo {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

}

.sub_c {
  padding-top: 10px;
}

.npicbox {
  margin-bottom: 20px;
}

.sub_com a {
  background-color: transparent;
  border: none;

}

.bpic img {
  width: 350px;
  height: 270px;
  object-fit: cover;
  object-position: 50% 50%;
}

.bpicbox {
  margin-bottom: 30px;
  margin-top: 15px;
}

@media screen and (max-width:1200px) {
  .bpic img {
    width: 300px;
    height: 205px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

@media screen and (max-width:990px) {
  .bpic img {
    width: 330px;
    height: 330px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

@media screen and (max-width:767px) {
  .bpic img {

    height: calc(330px - (767px - 100vw) / 2);
    object-fit: cover;
    object-position: 50% 50%;
  }
}


.pagerd {
  border: 1px solid #999;
  margin-top: 20px;
  padding: 10px;
}

.activepage {
  border: 1px solid #999;
  color: #333;
  padding: 10px;
  margin-top: 20px;
}

.bpicbox {
  line-height: 370%;
}

.other_stores_japan h2 {
  border-top: 2px solid #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 110%;
  font-weight: 600;
  padding-top: 20px;
  margin-top: 19px;

}

.store-list li:nth-child(1) .row {
  border-top: 2px solid #000;
}

.store-list li:nth-child(n+2) .row {
  border-top: 1px solid #cbcbcb;
}

.store-list h3 a {
  color: #a78e5f;
  font-size: 70%;
  font-weight: 600;
}

.store-list h3 {
  padding-top: 15px;
}

.store-list .row .col-sm-5:nth-child(2) {
  color: #333;
  font-size: 90%;
  line-height: 150%;
  padding-top: 18px;
  padding-bottom: 18px;
}


.store-list .text-right a {
  color: #333;
  font-size: 80%;
  margin-top: 15px;
  border: 1px solid #666;
  padding-right: 5px;
  padding-left: 5px;
}

.other_stores_japan .area-list a {
  color: #fff;

}

.other_stores_japan .area-list {
  text-align: center;
}

.other_stores_japan .area-list div a {
  background-color: #999;
  font-size: 75%;
  width: 100%;
}

@media screen and (min-width:992px) {


  .col-md-1-7 {
    float: left;
    width: 14.2857142857%;
    position: relative;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.other_stores_japan .btn {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.store-list li {
  list-style-type: none;
}

.store-list ul {
  margin-top: 19px;
}

.hcmd {
  font-size: 90%;
}

.his__year h3 {
  font-family: freight-display-pro, serif;
  font-size: min(14vw, 60px);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #bba375;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.his__body {

  color: #444;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  height: 100%;

}

.his__body h4 {
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-weight: 600;
}

.his__body .caption {
  font-size: 80%;
  line-height: 140%;
  max-width: 300px;
}

.his__body img {
  max-width: 300px;
  width: 100%;
}

.his__year h3::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  flex: 1;
}

.l_title {
  font-size: 110%;
  font-weight: 600;
  padding-top: 5px;
  line-height: 120%;
  padding-bottom: 5px;
}

.l_com {
  font-size: 80%;
  line-height: 130%;
  height: 70px;
}

.l_hd {
  font-size: 110%;
  border: 1px solid #333;
  width: 200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:767px) {

  .l_title {
    font-size: 70%;
    font-weight: 600;
    padding-top: 5px;
    line-height: 120%;
    padding-bottom: 5px;
  }

  .l_com {
    font-size: 60%;
    line-height: 130%;
    height: 50px;
  }

  .hummenu {
    font-size: 100%;
  }

  .menu_lg {
    height: 100%;
  }

  .tph {
    font-size: 100% !important;
  }

}


.centeritem2 {
  display: grid;
  place-items: center;
  height: 80svh;
  text-align: center;
}

@media screen and (min-width:768px) {


  .tph {
    font-size: 130% !important;
  }

}


@media screen and (min-width:991px) {
  .centeritem2 {

    height: 100svh;
    text-align: center;
  }

}


div.vid_contents {
  width: 100%;
  /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;

}



video.vid_main {
  width: 100%;
  max-width: 900px;
  /*PC版での最大幅*/
}

.apic img {
  height: 540px;
}

.ac_com {
  height: 190px;
  text-align: left;
  font-size: 90%;
  line-height: 140%;
}

.ac_title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 130%;
}

.acline {
  width: 50%;
  height: 1px;
  background-color: #999;
  margin-right: auto;
  margin-left: auto;
}

.ac_price {
  font-size: 95%;
  margin-top: 5px;
  margin-bottom: 45px;
}

.ac_comm {
  font-size: 90%;
}

.moushi {
  background-color: #cbb34e;
  width: 20%;
  min-width: 240px;
  color: #fff !important;
  margin-right: auto;
  margin-left: auto;
}


.moushi_en {
  background-color: #cbb34e;
  width: 50%;
  min-width: 240px;
  color: #fff !important;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.moushi_k {

  width: 100%;
  min-width: 270px;
  color: #333f !important;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333;
}

.ac_enc {
  height: 220px;
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .apic img {
    height: 430px;
  }

  .ac_com {
    height: 215px;
  }

  .ac_enc {
    height: 300px;
  }
}


@media screen and (min-width:768px) and (max-width:990px) {
  .apic img {
    height: 510px;
  }

  .ac_enc {
    height: 220px;
  }
}

@media screen and (max-width:767px) {
  .apic img {
    width: 100%;
    height: 100%;
  }

  .ac_com {
    height: 100%;
    padding-bottom: 20px;
    font-size: 80%;
  }
}

.text-center {
  text-align: center;
}

.ac a {
  border: none !important;
  background-color: transparent;
  color: #C43500;
  font-size: 110%;
}

.langicon {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.langicon a {
  border: 1px solid #999;
  border-radius: 50%;
  color: #C43500;
  padding: 10px;

}

.sub_com a {
  padding: 0;
  text-decoration: underline !important;
}

.auct {
  height: 500px;
}

.auc_h {
  color: #BF9A7A !important;
  font-size: 130%;
}

.auc_m a {
  color: #333 !important;
  font-size: 80%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  padding-left: 35px;
  border: 1px solid #999;
}

.auc_m {
  margin-top: 20px;

}


@media screen and (min-width:768px) and (max-width:990px) {

  .auct {
    height: 432px;
  }
}

@media screen and (min-width:991px) {

  .auct {
    height: 460px;
  }
}


@media screen and (max-width:767px) {

  .auct {
    height: 200px;
  }
}



.st3 img {
  max-width: 500px;
  width: 90%;
}

.mximg400 img {
  max-width: 400px;
}

.mximg120 img {
  max-width: 120px;
}

.spt {
  padding-top: 50px;
  padding-bottom: 30px;
}

.bfoot_com {
  width: 300px;
  margin-right: auto;
  margin-left: auto;

}

.camp_h3 {
  text-align: center;
  margin-top: 25px;

}

.camp_com {
  font-weight: 400 !important;
  line-height: 200%;
  font-size: 100%;
  margin-top: 20px;
}

@media screen and (max-width:990px) {
  .camp_com {
    font-size: 80% !important;
  }

  .camp_hd div {
    font-size: 80%;
  }
}

.camp_hd div {
  background-color: #fff;
  border: 1px solid #999;
  text-align: center;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (max-width:767px) {

.camp_hd div  {
  margin-top: 30px;
}

.piimg {
  margin-bottom: 0 !important;
}

.hivem {
  max-width: 350px;
}

.sns_com {
  font-size: 70% !important;
  line-height: 150%;
  margin-top: 20px;
}


}


@media screen and (max-width:1199px) {
  .mov_com {
    font-size: 85% !important;
  }


}


@media screen and (max-width:767px) {



.sns_com {
  font-size: 80% !important;
  line-height: 150% !important;
  margin-top: 20px !important;
}

.mximg120 img {
  max-width: 100px;
}

.snsrt {
  margin-top: 20px;
}
}

.snsrt {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:1199px) {

    .sns_com {
    font-size: 80% !important;
  }
}

.stc {
  margin-bottom: 20px;
}

.stspace {
  height: 30px;
}

.copyrights {
  font-size: 70%;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_link {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  text-align: center;
    padding-top: 25px;
}

.footer_link a {
  color: #fff;


}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}

.modal-content {
  max-width: 90%;
  max-height: 80vh;
  margin-top: 5vh;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 5%;
  right: 5%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

#imageModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;

}
#imageModal img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


#imageModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  padding: 20px;

}

.modal-inner {
  position: relative;
  display: inline-block;
}

#modalImage {
  max-width: 90vw;
  max-height: 80vh;
  display: block;
  border-radius: 8px;
}

.closeBtn {
  position: absolute;
  top: -44px;   
  font-size: 24px;
  color: white;
  background: rgba(0,0,0,0.6);

  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  z-index: 10000;
}

#imageModal {
  position: fixed;
  display: grid;
  place-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); /* 画面全体を暗くする */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



.modal-inner {
  display: grid;
  place-content: center;
    max-width: 100vw;
  max-height: 100vh;
}
.closeBtn {
  position: absolute;

  font-size: 24px;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

@media screen and (min-width:1150px) {
  .closeBtn {
  right:calc(384px - (1920px - 100vw) / 2);

  }
  
}

@media screen and (max-width:1149px) {
  .closeBtn {
  right:0;

  }
  
}

@media screen and (max-width:767px) {
  .stc img {
max-width: 180px;

  }
  
  .stc {
    margin-bottom: 10px;
  }

  .campnews {
    max-width: 360px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  
}

.camp_mhd {
  margin-top: 40px;
}

.sns_com {
  font-weight: 500;
}

.pickup_sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;

}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube_section {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.xsfoot {
  line-height: 200%;
  padding-top: 10px;
  
}

.copyrights {
  padding-top: 10px;
}

.mov_margin {
  margin-top: 70px;
}

@media screen and (min-width:991px) {
  .mov_margin {
  margin-top: 100px;
}
}

@media screen and (max-width:767px){
  .sec3_bg {
    padding-top: 30px;
  }

  .youtube {
    margin-bottom: 0;
  }

  .blh {
    line-height: 170% !important;
  }

  .camp_com {
    line-height: 175%;
  }
}