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: 100vh;

  display: grid;
  align-items: center;
  background-image: url(../images/arw.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;
  background-size: 40px;

}

.ykflogo img {
  width: 230px;
}

.ykflogo {
  margin-top: -8px;
}


.main-logo img {
  max-width: 400px;
}

.top_ac {
  background: url(../images/arto.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: auto !important;
}

@media screen and (max-width:767px) {
  .main-logo img {
    max-width: 80%;
  }
}

.thp {
  width: 100%;
  height: 635px;

  background-position: 100% 100%, 50% 100%;
  background-size: 40%, cover;
  background-repeat: no-repeat, no-repeat;



}

.menus {

  color: #525050 !important;
}

.top_ac {
  width: 100%;
  height: 100svh;


}

.thpf {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4);
}

.thpw {
  width: 100%;
  height: 100vh;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}

@keyframes ScrollMove {

  0% {
    background-position: 50% 94%;
  }

  100% {
    background-position: 50% 92%;
  }

}

.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(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-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: 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: 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: #31518B;
  padding-top: 40px;
  padding-bottom: 15px;
}


.footer_menu {
  list-style: none;
  max-width: 450px;
  display: grid;
  grid-template-columns: 1fr;
  margin-right: auto;
  margin-left: auto;
  color: #fff !important;

  padding-top: 20px;
  padding-bottom: 20px;



  place-items: center;
  font-size: 100%;
  font-weight: 600;
  margin-top: 30px;
}

.footer_menu li {

  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}


.footer_menu li>a:link,
.footer_menu li>a:hover,
.footer_menu li>a:visited {
  color: #fff;
  font-size: 90%;
  font-weight: 500;

}

.fcredit {
  font-size: 80%;
}

.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: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 70%;
}

@media screen and (max-width:768px) {


  .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;
  }


}

@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 div {
  border: #fff 1px solid;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  position: fixed;
  top: 0;
  right: 0;
}


.menu-btn {


  justify-content: center;
  align-items: center;


}

.menu_logo img {
  width: 60%;
}



.menu-btn span:nth-child(1) {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: rgba(255, 255, 255, 0.6) 2px solid;
  position: absolute;
}

.menu-btn span:nth-child(1):before {
  bottom: 8px;
}

.menu-btn span:nth-child(1):after {
  top: 8px;
}


#menu-btn-check:checked~.menu-btn span:nth-child(1) {
  border: none;
}














.menu-btn span:nth-child(2),
.menu-btn span:nth-child(2):before,
.menu-btn span:nth-child(2):after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
}

.menu-btn span:nth-child(2):before {
  bottom: 8px;
}

.menu-btn span:nth-child(2):after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span:nth-child(2)::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 1);
}

#menu-btn-check:checked~.menu-btn span:nth-child(2)::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 1);
}


#menu-btn-check {
  display: none;
}





.menu-content ul {
  width: 90%;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 3000px;
  z-index: 1000000;
  background: #fbdfe3;
  transition: all 0.1s;
  /*アニメーション設定*/
  opacity: 0;
}

#menu-btn-check:checked~.menu-content {
  left: 0px;
  /*メニューを画面内へ*/
  opacity: 1;
}

.menu_logo {
  margin-top: 60px;
}

#fh5co-header {
  height: 90px !important;
  background-color: rgba(255, 255, 255, 0.6);
}


#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: #636363 !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: 20px;
}

#fh5co-header nav {
  margin-top: 40px;
}

@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: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;
  }

  .top_ac {
    width: 100%;
    height: 100svh;

    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;

  }
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.shopme {
  font-family: "Sawarabi Mincho" !important;
  color: #221714 !important;
  font-size: 130%;
  font-weight: 500;

}

.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;
}















#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: #e07282;
  opacity: 0.5;
  border-radius: 30px;
  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 {}

.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%;
  }
}

.sec1_img img {
  max-width: 880px;
  width: 95%;
}

.flogo img {
  max-width: 360px;
}

.fbtn img {
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subp .thp {
  height: 200px;
}


.sublogo {
  height: 200px;
  width: 100%;
  background-image: url(image/sub_logo.png);
}

.subp .main-logo {
  padding-left: 40px;
}

.subp .top_contents_news {
  height: 40px;
  width: 100%;
}

.subp .top_header {
  height: 200px;
  background-image: none;
}

.subs {
  font-family: "Sawarabi Mincho" !important;
  font-size: 170%;
  color: #fff;
  font-weight: 300 !important;
  padding-top: 80px;
  padding-left: 400px;
  opacity: 0.8;
}

.sublogo {
  height: 200px;
  width: 100%;
  background-image: url(../image/subm.png), url(../image/suba.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 350px;
  background-position: 50px 50%, 98% 100%;
}

@media screen and (max-width:990px) {
  .sublogo {
    height: 200px;
    width: 100%;
    background-image: url(../image/subm.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 50px 50%;
  }
}

@media screen and (max-width:767px) {
  .sublogo {
    height: 90px;
    width: 100%;
    background-image: url(../image/subm.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: 20px 50%;
  }


}

.subp .topmi {
  background-image: none;
}

.top_contents_kumiai table td {
  line-height: 165% !important;
}

.top_contents_contact {
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .subp .thp {
    height: 90px;
  }

  .subp .thpf {
    height: 90px;
  }

  .subp .thpw {
    height: 90px;
  }

  .subp .top_header {
    height: 90px;
    background-image: none;
  }

  .subt {
    font-size: 140%;
    padding-top: 45px;
  }

  .subs {
    font-family: "Sawarabi Mincho" !important;
    font-size: 100%;
    color: #fff;
    font-weight: 300 !important;
    padding-top: 33px;
    padding-left: 150px;
    opacity: 0.8;
  }
}

.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;
}


.tpc_img img {
  object-fit: contain;
  width: 100%;
  height: 154px;
  border-radius: 15px;
}




.news_inner {
  display: flex;
  align-items: center;
  height: 154px;

}

@media screen and (max-width:767px) {
  .main-logo {
    width: calc(500px - (767px - 100vw) /1.8);

  }
}


@media screen and (min-width:992px) and (max-width:1199px) {
  .tpc_img img {
    object-fit: contain;
    width: 100%;
    height: 120px;
    border-radius: 15px;
  }

  .news_inner {
    height: 120px;
  }

}

@media screen and (min-width:768px) and (max-width:991px) {
  .tpc_img img {
    object-fit: contain;
    width: 100%;
    height: 84px;
    border-radius: 5px;
  }

  .news_inner {
    height: 84px;
    font-size: 75%;
  }

}


@media screen and (max-width:767px) {
  .col-lg-6 {
    padding-top: 10px;
  }

  .tpc_img img {
    height: calc(198px - (767px - 100vw) /3.7);
    width: calc(198px - (767px - 100vw) /3.7);
    border-radius: 10px;
  }

  .news_inner {
    height: calc(198px - (767px - 100vw) /3.7);
    font-size: 80%;
  }

  .infomoreb {
    margin-top: 30px;
  }

  .top_contents_news h2 {
    margin-top: 50px;
    margin-bottom: 15px;
  }

}

.carv {
  background-image: url(../image/carv.png);
  width: 100%;
  height: 77px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;

}

.topmi h2:nth-child(1) {
  font-family: "Sawarabi Mincho";
  color: #777;
  font-weight: 500;
}

.topmi h2:nth-child(2) {

  color: #777;
  font-weight: 600;
}

.topmi div {
  color: #777;
  font-size: 100%;
  font-weight: 600;
}

.topmi img {
  width: 160px;
  padding-top: 60px;
  padding-bottom: 45px;
}

.topmi {
  background-repeat: no-repeat, no-repeat;
  background-image: url(../image/bgu.png), url(../image/bgt.png);
  background-size: contain, contain;
  background-position: 50% 0%, 50% 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}

.top_contents_main {
  background: #f6f4ef;
  background-image: url(../image/carv.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .topmi {
    background-image: url(../image/bgus.png), url(../image/bgts.png);
  }
}

.instagram_btn img {
  width: 200px;
}

.instagram_btn {
  text-align: center;
}

.top_contents_instagram h2 {
  font-family: "Sawarabi Mincho";
}

.top_contents_instagram {
  padding-top: 70px;
}

.slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

.slicks {
  margin-top: 30px;
}










.bd span:nth-child(1) {

  border: rgba(30, 30, 30, 0.6) 2px solid;

}













.bd span:nth-child(2),
.bd span:nth-child(2):before,
.bd span:nth-child(2):after {

  background-color: rgba(30, 30, 30, 0.6);

}

.subheader h2 {
  color: #231815 !important;
  font-size: 220%;
  margin-top: -30px;
  margin-bottom: 0;
}

.ibar {
  margin-top: 0;
}

.ibar img {
  padding: 0;
  width: 45px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.subp .topmi div {
  color: #231815 !important;
  font-size: 90%;
}

.subp .topmi h2 {
  color: #231815 !important;
  line-height: 140%;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  /*縦横幅指定*/

  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

#video_wrapper {
  position: absolute;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.main_h_m {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 80%;
  line-height: 220%;
}

.main_h_m a {
  color: #fff;
}

.contactbtn {
  border: #fff 1px solid;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.contactbtn a {
  color: #fff;
}

.komari {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(49, 81, 139, 1) 30%, rgba(49, 81, 139, 1) 100%);
  margin-top: 40px;
  padding-bottom: 60px;
}

.komari .container {
  background: #fff;
  max-width: 900px;
}

.komari h2 {
  background: #31518B;
  text-align: center;
  color: #fff;
  font-size: 270%;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nomargin {

  padding-right: 0;
  padding-left: 0;


}

.komaritable {
  margin: 30px;

}

@media screen and (max-width:767px) {

  .komaritable {
    margin: 10px;
  }

  .komari h2 {
    font-size: 150%;
    font-weight: 500;
  }

  .komarishadow {
    width: 90%;
  }

  .hmd {
    text-align: center;
    font-size: 160%;
  }

  .hmc {
    text-align: center;
  }

  .hmdf {
    text-align: center;
    font-size: 170%;
  }
}

.komaritable a>img {
  width: 80%;
}

.komaritable div {
  padding: 10px;
}

.komarishadow {
  box-shadow: 0px 5px 8px -3px #222;
  padding-bottom: 20px;
}

.headerm1 {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;

}

.headerm2 {
  padding-top: 4px;
}

/* pc anim */

.tbg {
  background-image: url(../images/tbg.jpg);
  min-height: 400px;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}


.mount {
  background-image: url(../im/mount.png);
  width: 100%;
  height: 100svh;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  position: absolute;
  background-size: auto;

  overflow: hidden;
  opacity: 0;
}

.house {
  background-image: url(../im/fukusuke.png);
  width: 100%;
  height: 100svh;
  background-position-y: 90%;
  background-position-x: -100%;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;

  opacity: 0;

}

.menu_grid {

  display: grid;
  grid-template-columns: 30px calc(100% - 30px);
  padding: 40px;
  padding-top: 22px;
  width: 100svw;
  padding-right: 0;
  padding-left: 0;

  align-items: center;
  padding-bottom: 15px;

}

.fukumenu {
  text-align: right;

  padding-right: 10px;
}

.hd1,
.hd2 {
  opacity: 0;
}

.hdmain {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100svw;
  height: 100svh;
  text-align: center;

}

.centerlogo {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100svw;
  height: 100svh;
  text-align: center;
  opacity: 0;

}

@media screen and (max-width:1400px) {}

.centerlogo {
  position: absolute;

}


.hd2 img {
  width: 500px;
}

.hdcoms {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100svw;
  height: 100svh;
  padding-top: 22%;
  opacity: 0;
}

.hdc img {
  width: 500px;
}

.centerlogo {
  animation: centerlogoanim 2s forwards 0s;
}

.hd1 {
  animation: hdanim 0.5s forwards 2.5s;
}

.hd2 {
  animation: hdanim 0.5s forwards 3.5s;
}

.mount {
  animation: mountup 1.5s forwards 4.5s, mountmove 100s infinite;
}

.hdmain {
  animation: hdmainanim 1.5s forwards 4.5s;
}

.house {
  animation: houseslide 1.5s forwards 6.0s;
}

.hdcoms {
  animation: hdcomsanim 1.5s forwards 6.5s;
}

.menu_grid {}

.ear_area {
  opacity: 0;
  animation: hdanim 0.5s forwards 6.8s;
}


@keyframes centerlogoanim {

  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@keyframes hdanim {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes mountmove {

  0% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: 600%;
  }
}


@keyframes mountup {

  0% {
    opacity: 0;
    background-position-y: 300%;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position-y: 100%;
    opacity: 1;
  }
}

@keyframes houseslide {

  0% {
    opacity: 1;
    background-position-x: -100%;
  }

  100% {
    opacity: 1;
    background-position-x: -2%;
  }
}

@keyframes hdmainanim {

  0% {
    height: 100svh;
  }

  100% {
    height: 64svh;
  }
}

@keyframes hdcomsanim {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* sm anim */

@media screen and (max-width:767px) {
  .hd1_sm img {

    width: 60%;
  }

  .hd2_sm img {

    width: 80%;
  }

  .hdc img {
    width: 80%;
    max-width: 500px;
  }

  .hdc {
    text-align: center;
  }

  .menu_grid {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 20px;
    width: 100svw;

    align-items: center;

  }

  .fukumenu img {
    width: 55px;
  }

}

@media screen and (max-width:991px) {
  .fukumenu img {
    width: 47px;
  }

}

.mount_sm {
  background-image: url(../im/mount.png);
  width: 100%;
  height: 100svh;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  position: absolute;
  background-size: auto;

  overflow: hidden;
  opacity: 0;
}

.mount_sm {
  animation: mountup_sm 1.5s forwards 4.5s, mountmove 100s infinite;
}




.house_sm {
  background-image: url(../im/fukusuke.png);
  width: 100%;
  height: 100svh;
  background-position-y: 98%;
  background-position-x: -100%;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  background-size: 300px;

  opacity: 0;

}

.house_sm {
  animation: houseslide_sm 1.5s forwards 6.0s;
}



.hd1_sm,
.hd2_sm {
  opacity: 0;
}

.hd1_sm {
  animation: hdanim_sm 0.5s forwards 2.5s;
}

.hd2_sm {
  animation: hdanim_sm 0.5s forwards 3.5s;
}

.hdmain_sm {
  animation: hdmainanim_sm 1.5s forwards 4.5s;
}


.hdmain_sm {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100svw;
  height: 100svh;
  text-align: center;

}

@keyframes mountup_sm {

  0% {
    opacity: 0;
    background-position-y: 300%;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position-y: 161%;
    opacity: 1;
  }
}

@keyframes houseslide_sm {

  0% {
    opacity: 1;
    background-position-x: -100%;
  }

  100% {
    opacity: 1;
    background-position-x: -2%;
  }
}

@keyframes hdmainanim_sm {

  0% {
    height: 100svh;
  }

  100% {
    height: 59svh;
  }
}


@keyframes hdanim_sm {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



}

@media screen and (min-width:992px) and (max-width:1200px) {
  .menu_grid {

    grid-template-columns: 30fr 120fr 30fr;
    padding: 40px;
    width: 100svw;

    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fukulogo {
    padding-top: 5px;
  }

  .iconss {
    width: 28%;
  }

  .menus {
    font-size: 90%;
  }

}

.notosan {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.alpf {

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 70%;
}

.menus div {
  line-height: 100%;
  font-weight: 500 !important;
}

@media screen and (max-width:991px) {

  .menuss {
    width: 60px;
  }

  .menus2 {
    justify-items: right;
  }

}

@media screen and (max-width:991px) {
  .menu_grid {
    position: absolute;
    display: grid;
    grid-template-columns: 45fr 90fr;
    padding: 20px;
    width: 100svw;

    align-items: center;
    padding-top: 20px;
    padding-bottom: 11px;

  }
}

.topic {
  background-color: #ffffff;


}

.topic h2 {
  color: #707070 !important;
}

.topic h2,
.sub h2 {
  text-align: center;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 210%;
  color: #4B7355 !important;
  font-weight: 400;
  line-height: 90%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.topic h2 {
  font-size: 280%;
}

.sub h2 {
  font-size: 280% !important;
}


.tptable {
  color: #fff;

  font-optical-sizing: auto;
  font-style: normal;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.tptable td {
  border-top: 1px solid #707070 !important;
}

.prof {
  margin-top: 0;
}



.morebtn {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}

.morebtn img {
  width: 90%;
  max-width: 210px;
}

.servicesec {
  padding-bottom: 60px;
}

.servicesec h3 {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 160%;
}

.servicecom {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.serviceouter {
  margin-top: 50px;
}

.whoweare {
  background-color: #fff;
  background-image: url(../img/tcb.png);
  padding-bottom: 10px;
  background-size: cover;

  h2 {
    font-family: "Noto Serif JP", serif;
  }

  .more {
    margin-top: 30px;
    text-align: center;
  }
}



.customer,
.instg {
  background-color: #fff;
}



.mx700 {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.cv_m {
  margin-top: 15px;
  margin-bottom: 20px;
}


.prices,
.accessbox {
  background: url(../im/stone-texture.png);

}

.prices h2,
.accessbox h2 {
  text-align: center;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 210%;
  color: #000;
  font-weight: 400;
  line-height: 90%;
}

.prices h2 span,
.accessbox h2 span {
  font-size: 50%;
}

.prices h3,
.accessbox h3 {
  color: #080f40;
  font-size: 110%;
}

.prices table td {
  line-height: 200% !important;
}

.prices table tr:nth-child(1) td {
  border-top: 2px solid #080f40;
  padding-top: 15px;
}

.prices table td:nth-child(1) {
  color: #080f40;
  font-weight: 600;
}


@media screen and (max-width:450px) {
  .prices table {
    font-size: 70%;
  }
}

.pricebar {
  text-align: center;
  border-bottom: 2px solid #080f40;
  max-width: 400px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
}


.pricebarsp {
  font-size: 140%;
  font-weight: 600;
}

.pricecom {
  max-width: 400px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 80%;
  margin-top: 15px;
}

.pricecom span:nth-child(1) {
  color: #840517 !important;
}

.pricebout {
  margin: 30px;
  margin-bottom: 60px;
}

#pricebtn {
  max-width: 270px;
  width: 100%;
}

.instout {
  margin-top: 15px;
  margin-bottom: 20px;
}


.instout img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
}

.quallityimg {
  background-image: url(../image/quality.jpg);
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.quallityimg div {
  display: grid;
  place-content: center;
  height: 450px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 300%;
}


.accesscom {
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}



.accessdata div {
  text-align: center;
  font-weight: 600;
}

.wbox {
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #000;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  min-width: 270px;
  max-width: 500px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 77.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .map {
    padding-top: 78.25%;
  }
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .map {
    padding-top: 78.25%;
  }
}

@media screen and (max-width:990px) {
  .map {
    padding-top: 78.25%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.accessbox {
  padding-bottom: 60px;
}


footer {
  background-color: #fbdfe3;
  width: 100%;
  min-height: 30px;
}

.footerlogo {
  max-width: 260px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  width: 100%;
}



.footermenu .footerinner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 15px;
  place-items: center;
  max-width: 400px;

  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  font-size: 70%;
}

.footerinner a,
.footerinnerbtm a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.footerinnerbtm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5px;
  place-items: center;
  font-size: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.aboutt {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to bottom, #D9DED3 90%, white 90%);
  background-repeat: no-repeat;
  background-size: 100% 100%;



}

.abcc {
  margin-top: 30px;
}

.abouttti {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to left, #fff 10%, transparent 10%);
  background-repeat: no-repeat;
  background-size: 100% 100%;



}

@media screen and (max-width:1199px) {
  .aboutti {
    linear-gradient(to left, #fff 10%, transparent 10%);
  }

  .aboutt {
    font-size: 80%;
  }


}

.commentab {
  font-size: 160%;
}

.aboutt h2 {
  padding-top: 0;
  margin-top: -20px;
}

.snsfooter img {
  width: 30px;
}

.servicebox {
  margin-top: 30px;
}

.servicebox div {
  margin-bottom: 20px;
}

.snsfooter {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footercp {
  color: #525050;
  font-size: 80%;
  text-align: center;
  margin-bottom: 20px;
}

.headerfix {
  position: fixed;
  z-index: 99999999999;
}


.headerscl {
  background-color: #fbdfe3;
  z-index: 9990;
}

#menu-btn-check:checked~.menu-btn {
  opacity: 0;
  display: none;
}

.menu-btnc {
  display: none;
  opacity: 0;
}

#menu-btn-check:checked~.menu-btnc {
  opacity: 1;
  display: block;
  z-index: 1000010;
}



#menu-btn-check:not(:checked)~.menu-btn {

  opacity: 1;
}

#menu-btn-check:not(:checked)~.menu-btnc {
  display: none;
  opacity: 0;
}

.centermenu {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;

}

.centermenu a {
  color: #fff;
}

.centerlogos {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;

}

.centerlogos img {
  max-width: 90%;
  width: 240px !important;
}

.centermenusubs {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 65%;
  margin-top: 5px;
}

.centermenusubs a {
  color: #fff;
}

.centermenu img {
  width: 30px;
}

.topicbox {
  display: grid;
  grid-template-columns: 1fr;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
  font-size: 80%;
}

.topicbox img {
  object-fit: cover;
  aspect-ratio: 25/17;
  width: 100%;
}

.tpcontent {
  padding: 0px;
}

.tpcdate {
  font-size: 90%;
}

.profs {
  font-size: 70%;
}

.prof h3 span {
  background-color: #4B7355 !important;
  border-radius: 0 !important;
  padding: 8px !important;
  font-size: 90%;

}

.prof h3 {
  margin-bottom: 0 !important;
  margin-top: 15px;
}

.weco {
  font-size: 90%;
}

.textleft {
  text-align: left;
}

.gcom {
  font-size: 80%;
  margin-bottom: 20px;
}



@media screen and (min-height:650px) {
  .centermenu {

    font-size: 110%;
  }

  .centermenusubs {
    font-size: 80%;
    line-height: 200%;
  }

  .centermenu img {
    width: 40px;
  }
}

@media screen and (min-height:700px) {
  .centermenu {

    font-size: 120%;
  }

  .centermenusubs {
    font-size: 90%;
    line-height: 200%;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .centermenu img {
    width: 50px;
  }
}

@media screen and (min-height:800px) {
  .centermenu {

    font-size: 130%;
  }

  .centermenusubs {
    font-size: 110%;
    line-height: 200%;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .centermenu img {
    width: 50px;

  }
}

.ear_area {
  position: fixed;
  top: 250px;
  right: 0px;
  z-index: 999999;
}

.ear_area img {
  width: 50px;
}

.ear_area div:nth-child(1) {
  background-color: #840517;
  padding: 5px;
}

.ear_area div:nth-child(2) {
  background-color: #21C13A;
  padding: 5px;
}



.sub_menu {
  opacity: 1;
}

.thpsub {
  width: 100%;
  height: 40vh;
  background-image: url(../im/priv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

}

.shogu h2 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 130%;
  border-bottom: 2px solid #999;
  padding-bottom: 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 600px;
  line-height: 130%;


}

.notos {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.shogucom {
  margin-bottom: 30px;
  font-size: 85%;
}

.shogu h3 {
  margin-bottom: 5px;
}

.shoguname {
  text-align: right;
  font-size: 85%;
}

.shogubox {
  border-bottom: 1px dotted #333;
}

.pricesubcom {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 80%;
}

.pricehd {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.pricehd img {
  width: 180px;
}

h3.kaigos {
  border-bottom: 2px solid #080f40;
  padding-bottom: 10px;
}

.kaigo h4 {
  font-weight: 600;
  font-size: 100%;
  margin-top: 40px;
  padding-bottom: 7px;
  margin-bottom: 0;

}

.kaigo h4 span {
  color: #080f40;
}

.kaigotab tr,
.kaigotab td,
.kaigotab th {

  vertical-align: middle !important;
  text-align: center;
  border: 5px solid #f3f3f3 !important;

  border-spacing: 5px;
}

.kaigotab th {
  background-color: rgba(8, 15, 64, 0.75);
  color: #fff;
  font-weight: 600;
  font-size: 90%;
}

.kaigotab {
  border-spacing: 10px;
  margin-bottom: 10px;

}

.kaigotab td {
  background-color: rgba(221, 220, 194, 1);
}

.kaigocom2 td:nth-child(3) {
  font-size: 70%;
  text-align: left;
}

.kaigocom2 td:nth-child(1) {
  font-size: 90%;
}

.kaigocom2 td:nth-child(2) {
  font-size: 80%;
}

.kaigocom3 {
  font-size: 80%;
}

.kaigocom4 {
  text-align: center;
  font-size: 80%;
  margin-bottom: 50px;
}

.voicecom {
  text-align: center;
  font-size: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.prices h3 {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.prices h3 span {
  background-color: #840517;
  padding: 15px;
  border-radius: 30px;
}

.voicebox {
  display: grid;
  grid-template-columns: 95% 5%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .voicebox {

    grid-template-columns: 93% 7%;

  }
}

.maxheight {
  max-height: 230px;
}

.voiceinner {
  background-color: #fff;
  border: 1px solid #666;

  padding: 30px;
  min-height: 260px;
  box-shadow: #ccc 6px 6px 0px;
}

.voiceauthor {
  text-align: right;
}

.voiceinner h4 span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 130%;

  background-image: linear-gradient(135deg, #FFF 0%, #F5E4CF 15%, #F5E4CF 50%, #F5E4CF 85%, #FFF 100%);
  background-size: 100% 13px;
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 140%;
}

.shogu h3 {
  text-align: left;
  color: #000;
  font-weight: 600;
}

.shumi {
  color: #080f40 !important;
  font-size: 110% !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin-bottom: 5px !important;
}

.tdate {
  text-align: right;
  font-size: 80%;
}

.topiccom {
  margin-top: 20px;
  font-size: 90%;
}

.topiccom {
  max-width: 100%;
}

.serv1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 110%;
  font-weight: 600;
  color: #840517;
}

.serv2 {
  text-align: center;
}

.serv2 span {
  background-image: linear-gradient(135deg, #FFF 0%, #CFE6F5 15%, #CFE6F5 50%, #CFE6F5 85%, #FFF 100%);
  background-size: 100% 13px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  font-weight: 600;
}

.serv3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 5px;

}

.serv3 span {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;

}

.serv4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 90%;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;

}

.serv5 {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.ziritsu_bg {
  background-image: linear-gradient(0deg, #FFF 0%, #E8E7D5 30%, #E8E7D5 50%, #E8E7D5 70%, #FFF 100%);
}


.serv6 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 110%;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;

}

.serv7 {
  text-align: center;
  color: #080f40;
  font-size: 110%;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  max-width: 200px;
  border: 1px solid #000;
  line-height: 110%;
  margin-right: auto;
  margin-left: auto;
}

.serv71 {
  text-align: center;
  color: #840517;
  font-size: 110%;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  max-width: 200px;
  border: 1px solid #000;
  line-height: 110%;
  margin-right: auto;
  margin-left: auto;
}

.ex1 img {
  max-width: 270px;
  width: 100%;
}

.ex11 img {
  max-width: 300px;
  width: 100%;
}

.ex11 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ext img {
  max-width: 250px;
  width: 100%;
}

.ext {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ex21 img {
  max-width: 320px;
  width: 100%;
}

.ex21 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.radiu {
  background-color: #FFFCF5;
  margin-top: -25px;
  margin-bottom: 40px;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.radiu img {
  max-width: 500px;
  width: 80%;
}

.radiclip img {
  max-width: 200px;
  width: 40%;
}

.radiclip {
  margin-top: 30px;
}

.slicks {
  margin-bottom: 60px;
}

.alink {
  color: #707070;
}

.facebooklogo {
  padding-top: 5px;
  padding-right: 0 !important;
}

.facebooklogo img {
  width: 30px !important;
}

.storesection {
  padding-bottom: 60px;
}


.whoweare h2,
.instg h2,
.storesection h2 {
  color: #000 !important;
}

.whoweare h2,
.instg h2,
.storesection h2 {
  text-align: center;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 210%;
  color: #fff;
  font-weight: 400;
  line-height: 90%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.whoweare h2,
.instg h2,
.storesection h2 {
  font-size: 280%;
}

.whoweare .comment {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 40px;
}

.whoweareimg {
  max-width: 900px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 40px;
}

.whocomment,
.storecom {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.qualitysection .whocomment,
.storecom {


  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 180%;
}

.galleryimage img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.storecom2 {
  padding-top: 20px;
  font-size: 80%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.telb img {
  max-width: 210px;
}

.telb {
  margin-top: 20px;
  margin-bottom: 30px;
}

.galleryimage {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}

.galleryimage div:nth-child(2) {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.gallerysection h2 {
  padding-top: 10px;
}

.mediasection h2 {
  padding-top: 0px;
}

.mediasection .container {
  max-width: 850px;
}

.mediabox {
  margin-bottom: 40px;
}

.mediabox div:nth-child(1) {
  font-size: 80%;
  border-bottom: 1px solid #707070;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
}

.mediabox div:nth-child(2) {
  font-size: 80%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
}

.galleryimage div:nth-child(3) {
  font-size: 80%;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
}

.galleryimage div:nth-child(4) {
  font-size: 80%;
  margin-left: 10px;
  margin-right: 10px;
  height: 30px;
  text-align: center;
  border: 1px solid #707070;
  padding-top: 3px;
}

.galleryimage div:nth-child(4) a {
  color: #000;
  text-decoration: none;
}

.btnouter {
  margin-top: 30px;
}

.storecom {
  margin-top: 0;
}

.subthpwho {
  height: 70vh !important;
  background-image: url(../image/whowearebg.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.subthpqua {
  height: 70vh !important;
  background-image: url(../image/quality.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.subthpgal {
  height: 80vh !important;
  background-image: url(../image/garelly0001.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 0% !important;
}

.subtitle {
  display: grid;
  place-content: center;
  height: 70vh !important;
  color: #fff;
  padding-top: 80px;
  font-size: 330%;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  margin-left: 10%;



  text-shadow:
    3px 3px 4px rgba(0, 0, 0, 0.6),
    /* メインの影 */
    0px 0px 2px rgba(0, 0, 0, 0.4),
    /* ぼかし補助 */
    -3px -3px 4px rgba(0, 0, 0, 0.8);
  /* 輪郭強調 */

}

.subtitle div:nth-child(1) {
  font-size: 100%;
}

.subtitle div:nth-child(2) {
  font-size: 50%;
}

.whowe img {
  width: 100px;
}

.whowecom {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.whowecomh {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 150%;
  margin-bottom: 30px;
}

.whowecomhs {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 110%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.whobtn {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;

}

.whobtn img {
  max-width: 100%;
}

.whomeimg img {
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.whomeimg {
  margin-top: 40px;
  margin-bottom: 0px;
}

.subthbprv {
  height: 0;
  background: none;
}

.whopry {
  font-size: 150%;
  padding-top: 60px;
  line-height: 70%;

  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
}

.prof div:nth-child(1) {
  font-size: 140%;
}

.prycom {
  text-align: left;
  color: rgb(112, 112, 112) !important;
  font-family: "Noto Serif JP", serif;
}

.whopry h2 {
  border-bottom: 1px solid rgb(112, 112, 112);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  margin-bottom: 50px;
}

.whopry h2 span:nth-child(1) {
  font-size: 50% !important;
  display: block;
}

.whopry h2 span:nth-child(2) {
  font-size: 30% !important;
  display: block;
  margin-top: -15px;
}

.pryh3 {
  color: rgb(112, 112, 112) !important;
  text-align: left !important;
  border-bottom: 1px dotted rgb(112, 112, 112);
  font-family: "Noto Serif JP", serif;
  padding-bottom: 5px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.subpryh {
  font-size: 120%;
  margin-bottom: 25px;
}

.underl img {
  max-width: 250px;
}

.subprycom {
  margin-top: 25px;
  line-height: 200%;
}

.scol div {
  padding-right: 5px;
  padding-left: 5px;
}

.quatitle {
  padding-right: 500px;
  color: #766e6e;
  height: 80vh !important;
}

.subgallery {
  margin-top: 60px;
  margin-bottom: 30px;
}

.subgallery .galleryimage {
  margin-bottom: 30px;
}

article .whowecomh {
  text-align: left;
  font-size: 100%;
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

article .date {
  text-align: right;
  font-size: 70%;
}

.spacer {
  width: 100%;
  height: 50px;
}

article .whowecom {
  text-align: unset;
  margin-top: 30px;
  font-size: 80%;
  margin-bottom: 40px;
}

.c5 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 130%;
}


@media screen and (max-width:991px) {
  .subtitle {
    display: grid;
    place-content: center;
    height: 70vh !important;
    color: #fff;
    padding-top: 80px;
    font-size: 250%;
    font-family: "Noto Serif JP", serif;
  }

  .quatitle {
    padding-right: calc(500px - ((991px - 100svw) / 2));
    color: #766e6e;
    height: 80vh !important;
  }


  .subtitle {
    display: grid;
    place-content: center;
    height: 70vh !important;
    color: #fff;
    padding-top: 80px;
    font-size: 330%;
    font-family: "Noto Serif JP", serif;
    justify-content: center;
    margin-left: 0%;
    text-align: center;



    text-shadow:
      3px 3px 4px rgba(0, 0, 0, 0.6),
      /* メインの影 */
      0px 0px 2px rgba(0, 0, 0, 0.4),
      /* ぼかし補助 */
      -3px -3px 4px rgba(0, 0, 0, 0.8);
    /* 輪郭強調 */

  }

  .subtitle div:nth-child(1) {
    font-size: 80%;
  }

  .subtitle div:nth-child(2) {
    font-size: 50%;
  }


}


.linelogo {

  margin-left: 0 !important;
}

.facebooklogo {

  margin-left: 0 !important;
}

.instagramlogo {

  margin-left: 15px !important;
}

.topic .comment {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}


@media screen and (max-width:767px) {

  .subgallery .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
  }


  .galleryimage div:nth-child(4) {
    font-size: 50%;
    padding-top: 7px;
  }

  .quatitle {
    padding-right: calc(500px - ((991px - 100svw) / 2));
    color: #766e6e !important;
    height: 80vh !important;
  }

  .subthpwho {
    height: 50vh !important;
  }

  .subthpqua {
    height: 50vh !important;
  }

  .subthpgal {
    height: 60vh !important;
  }

  .prycom {
    font-size: 80% !important;
  }

  .subtitle {
    display: grid;
    place-content: center;
    height: 50vh !important;
    color: #fff;
    padding-top: 80px;
    font-size: 250%;
    font-family: "Noto Serif JP", serif;
  }

  .whowecom {
    font-size: 80%;
  }

  .whowecomh {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 110%;
    margin-bottom: 30px;
  }

  .whowecomhs {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .whowe img {
    width: 70px;
  }

  .ear_area img {
    width: 40px !important;
  }

  .ear_area {
    bottom: 100px;
    top: auto;
  }

  .mediabox {
    margin-bottom: 10px;
  }

  .galleryimage div:nth-child(2) {
    font-size: 80%;
  }



  .gallerysection {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .mediasection {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .morebtnouter {
    margin-top: 15px;
  }

  .whomeimg {
    margin-top: 0px;
    margin-bottom: 0px;
  }


}

.insth img {
  width: 280px;
}

.insth {
  margin-bottom: 30px;
  margin-top: 60px;
}



@media screen and (max-width:1199px) {
  .menus div {
    font-size: 80% !important;
    margin-top: 3px;
  }

  .instagramlogo img {
    width: 20px;
  }

  .instagramlogo {
    margin-top: 0px;
  }

  .headerm2 {
    margin-top: -0px;
  }

  .headerm2 img {
    height: 25px !important;
  }

  .thp {
    background-position: 50% 50%, 50% 50%;
    background-size: 70%, cover;
  }



}

@media screen and (max-width:991px) {
  #subthpwho {
    height: 60vh !important;
    background-image: url(../image/whowearebg.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  #subthpqua {
    height: 60vh !important;
    background-image: url(../image/quality.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  #subthpgal {
    height: 70vh !important;
    background-image: url(../image/garelly0001.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

}

@media screen and (max-width:767px) {

  .fukumenu {
    margin-top: -5px;
  }

  .thp {
    height: calc(100svh - (767px - 100svw) / 2);
    background-size: 90%, cover;
    background-position: 50% 94%, 50% 50%;
  }

  #subthpwho {
    height: 60vh !important;
    background-image: url(../image/whowearebg.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  #subthpqua {
    height: 60vh !important;
    background-image: url(../image/quality.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  #subthpgal {
    height: 70vh !important;
    background-image: url(../image/garelly0001.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  .insth img {
    width: 230px;
  }

  .topic h2,
  .whoweare h2,
  .instg h2,
  .sub h2 {
    font-size: 240% !important;
    margin-top: 30px;
  }

  .whoweare .comment {
    font-size: 90% !important;
  }

  .whoweare .whocomment,
  .storecom {
    font-size: 80%;
  }

  .qualitysection .whocomment,
  .storecom {
    font-size: 80% !important;
  }

  .quallityimg,
  .quallityimg div {

    height: 300px;
  }

  .tptable {
    font-size: 90% !important;
  }

  .ykflogo img {
    width: 170px;
  }

  .fukumenu img {
    width: 45px;
  }

  .menu_grid {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
  }

  #c5h2 {
    font-size: 200% !important;
  }

  .c5 {
    font-size: 100%;
  }

  .tpcontent {
    font-size: 110%;
  }

}


@media screen and (max-width:1199px) {

  .headerm1 {
    margin-top: 4px;
  }


  .headerm2 {
    margin-top: -2px;
    margin-right: -10px !important;
  }
}


.tpmenu {
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}

.tpmenuc {
  width: 100svw;
  margin-right: auto;
  margin-left: auto;

}

.menu_grid {
  margin-right: auto;
  margin-left: auto;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

.mainimginner {
  background-image: url(../image/main.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 100% calc(50% + 30px);
}

.mainimg {
  background: url(../image/sec_top.png), #fffaf1;
  height: 100%;
  background-repeat: repeat-x, no-repeat;
  background-position: 50% 100%, 100% 50%;
}



.mainbtns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mainsection {
  margin-top: 130px;

}

.mainsection h2 {
  font-size: 180%;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 500;
  color: #534741;
  line-height: 160%;
}

.mainsection h3 {
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 500;
  color: #534741;
  mtargin-top: 20px;
}

.phd {
  color: #e1586f;
  font-size: 150%;
}

.cath img {
  width: 90%;
}

.diaryimg {
  background-image: url(../image/sub4.svg) !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 100% calc(50% + 30px);
}


@media screen and (max-width:1199px) {
  .menu_grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .menus div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .headerm1 {
    margin-top: 10px !important;

    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;

  }

  .tpmenu {
    width: 100%;
  }

  .linelogo img {
    width: 125px !important;
  }

  .facebooklogo {
    margin-top: 0 !important;
    padding-top: 0 !important;

  }

  .ykflogo {
    padding-top: 4px;

  }

  .linelogo {
    margin-top: 0 !important;


  }

}


@media screen and (max-width:990px) {

  .headerfix {
    width: 100%;
  }

  .ykflogo {
    padding: 20px;
    padding-left: 14px;
  }

  .menu-btn {
    position: fixed;
    top: 16px;
    right: 18px;
  }

  .sm_inq {
    position: fixed;
    top: 21px;
    right: 80px;
  }

  .sm_inq img {
    width: 120px;
  }
}


@media screen and (max-width:1199px) {

  .thp {
    height: 600px;
  }

}

@media screen and (max-width:767px) {

  .menu-btn {
    position: fixed;
    top: 14px;
    right: 18px;
  }

  .menu-btn img {
    width: 35px;
  }

  .sm_inq {
    position: fixed;
    top: 16px;
    right: 60px;
  }

  .sm_inq img {
    width: 100px;
  }

  .thps {
    height: 68px;
  }
}

.centermenu {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  color: #534741 !important;
}

.centermenu a {
  color: #534741 !important;
}

.centermenusubs img {
  width: 150px;
}

.centermenu div {
  margin-bottom: 15px;
  font-size: 120%;
}

@media screen and (max-width:990px) {


  .thp {
    height: 540px;
  }


  .mainsection {
    margin-top: 100px;
  }

  .mainimginner {
    background-position: 100% calc(44% + 30px);
    background-size: 63%;
  }

}


@media screen and (max-width:767px) {


  .thp {
    height: 100%;
  }


  .mainsection {
    margin-top: calc(740px - (767px - 100svw) / 1.1468);
    text-align: center;
    margin-bottom: 90px;
    font-size: 80%;
  }




  .mainimginner {
    background-image: url(../image/main_sm.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 60px;
  }

  .mainbtns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mainbtns {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 20px;
  }


  .cath img {
    max-width: 350px;
    width: 95%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .cath {
    margin-right: auto;
    margin-left: auto;
  }

  .mainsection h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mainsection h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .diaryimg {
    background-image: url(../image/sub4.svg) !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50% !important;
    background-position: 100% calc(50% + 30px);
  }



}

.footermenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;

  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  color: #534741 !important;
}

.footermenu a {
  color: #534741 !important;
}

.footercom {
  text-align: center;
  color: #534741 !important;
  font-size: 80%;
  margin-top: 20px;
  margin-bottom: 40px;

}

.logosection {

  padding-top: 30px;
  padding-bottom: 30px;
}

.footermenu {
  line-height: 250%;
}

.telsection {

  margin-top: 30px;
}

.telcomment {
  font-size: 65%;
  padding-top: 10px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.diaryhd {
  background: none !important;
  padding-left: 0 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #534741 !important;
  padding-bottom: 8px;
  justify-content: normal !important;
  margin-top: 10px !important;
}

.diarydate {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  text-align: right;
}


@media screen and (max-width:1199px) {
  .footermenu {
    font-size: 80% !important;
  }
}

@media screen and (max-width:990px) {
  .footermenu {
    font-size: 70% !important;
  }
}

@media screen and (max-width:767px) {
  .footermenu {
    font-size: 100% !important;
    grid-template-columns: 1fr;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
    gap: 10px;
    margin-top: 0px;
    line-height: 200%;
  }

  .logosection img {
    max-width: 500px;
    width: 90%;
  }

  .snsfooter {
    text-align: left;
    max-width: 480px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }




  .smftbg {
    background: url(../image/footer_bg_sm.png), #fbdfe3;
    width: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 80% 50%, 100% 50%;
    background-size: contain, 100%;
  }

  .diaryhd {

    padding-bottom: 24px;
    justify-content: normal !important;
    margin-top: 10px !important;
    margin-bottom: 3px !important;
  }


}

.sec1_hd {
  text-align: center;
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 500;
  color: #534741;
}

.section1 {
  background-color: #f8ecea;
}

.secinner {
  border-left: 1px solid #563b00;
}

.secinner2 {
  border-left: 1px solid #563b00;
  border-right: 1px solid #563b00;
}

.sec1_hd {
  color: #e16e78;
  font-size: 130%;
  padding-bottom: 5px;
}

.sec1_img img {
  width: 70%;
}

.sec1_com {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  color: #534741 !important;
  line-height: 140%;
  margin-top: 10px;
}

.sec1_btn img {
  width: 130px;
}

.sec1_btn {
  margin-top: 10px;
  margin-bottom: 30px;

}

.section1 .container {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width:990px) {
  .sec1_hd {
    font-size: 100%;
  }

  .sec1_com {

    font-weight: 600;
    font-style: normal;
    font-size: 80%;

  }

  .sec1_btn img {
    width: 100px;
  }

}


@media screen and (max-width:767px) {
  .sec1_hd {
    font-size: 100%;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }

  .sec1_com {

    font-weight: 600;
    font-style: normal;
    font-size: 80%;

  }

  .sec1_btn img {
    width: 100px;
  }

  .secinner3 {
    border-right: none;
  }

}

.section2 {
  margin-top: 50px;
}


.sec2right {
  width: 80% !important;
}

.powh {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 170%;
  color: #534741 !important;
  background: url(../image/pow.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  padding-left: 40px;
  margin-bottom: 0px;
}

.section2 h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 150%;
  color: #534741 !important;
  margin-top: 15px;
}

.section2 .com {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  color: #534741 !important;
}

.cbtn img {
  width: 60% !important;
  max-width: 200px;
}

.cbtn {
  margin-top: 25px;
}

.powh img {
  height: 30px;
}

.spsec div {
  padding-right: 0;
  padding-left: 0;
}

.spsec {
  margin-top: 15px;
}



.section3_bf {
  background: url(../image/sec2_top.png);
  width: 100%;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.section3 {
  background: #fffaf1;
}

.section3 .com {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  color: #534741 !important;
}





.sec3_h {
  padding-top: 30px;
}


.ista .rowinner {}

.ista .row {
  text-align: center;
}




@media screen and (max-width:1199px) {
  .powh {
    font-size: 150%;
    padding-left: 40px;
  }

  .section2 h3 {
    font-size: 120%;
  }

  .section2 .com {
    font-size: 75%;
  }

  .cbtn img {
    width: 70% !important;
  }
}

@media screen and (max-width:991px) {
  .powh {
    font-size: 140%;
    padding-left: 35px;
    margin-top: 10px;
  }

  .section2 h3 {
    font-size: 100%;
  }

  .section2 .com {
    font-size: 80%;
  }

  .cbtn img {
    width: 70% !important;
  }
}

@media screen and (max-width:767px) {
  .powh {
    font-size: 140%;
    background: none;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    /* ← 画像と文字を上下中央に揃える */
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0;


  }

  .powh img {
    height: 30px;

  }

  .powhc {
    padding-left: 5px;
  }

  .section2 h3 {
    font-size: 130%;
    text-align: center;
    margin-top: 15px;

  }

  .section2 .com {
    font-size: 80%;
    text-align: center;
  }

  .cbtn img {
    width: 70% !important;
    max-width: 250px;
  }

  .powhouter {

    text-align: center;
  }

  .section2 {
    margin-top: 0;
  }

  .cbtn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .powhouter {
    margin-top: 30px;
  }

  .spsec {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sec3_h {
    margin-top: -10px;
  }


  .cbtn_sm {
    margin-top: 0;
  }


  .topicbox {
    display: grid;
    grid-template-columns: 1fr 2fr;

    margin-bottom: 20px;
  }

  .topicbox img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 5px;
    width: 100% !important;
    height: auto !important;
  }
}

.powf .powh {
  background: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  /* ← 画像と文字を上下中央に揃える */
  justify-content: center;
}

.powf .powhc {
  padding-left: 10px;
}



/* ピンクの角丸ボックス（常に1つだけ） */
.faq-box {
  background: #f8dfe5;
  border-radius: 14px;
  padding: 15px 15px;
  position: relative;
  margin-bottom: 12px;
}

/* Q のテキスト */
.faq-q {
  margin: 0;
  font-weight: 500;
  color: #534741;
  padding-right: 40px;
  font-family: "Zen Maru Gothic", sans-serif;

  font-style: normal;
  font-size: 100%;
  color: #534741 !important;
}

/* A のテキスト（伸びる部分） */
.faq-a {
  margin-top: 12px;
  color: #534741;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 90%;
  color: #534741 !important;
  margin-bottom: 0;
}

/* ＋／− の丸アイコン（常に1つだけ） */
.faq-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  background: #f08aa5;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}

/* 初期状態：＋ */
.faq-toggle.collapsed .faq-icon:before {
  content: "+";
}

/* 開いた状態：− */
.faq-toggle:not(.collapsed) .faq-icon:before {
  content: "−";
}

/* クリック領域を広くする */
.faq-toggle {
  display: block;
  text-decoration: none;
  color: inherit;
}

.faq-sec {

  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.faq-item {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:767px) {

  .tpinner {

    align-self: center;
    justify-self: start;
    padding-left: 20px;
  }

  .tpcontent {
    display: grid;
  }

  .bft {
    background: #eff2e6;
    border-radius: 15px;
    margin-bottom: 60px;
  }

  .bft div {
    padding: 25px;
  }

  .qaf {
    margin-bottom: 0 !important;
  }
}

.section-title {
  text-align: center;
  margin: 10px 0 0 0;
  position: relative;
  font-family: "Zen Old Mincho", serif !important;
}

.section-title span {
  font-size: 22px;
  font-weight: 600;
  color: #788e71;
  /* 落ち着いたブラウン系 */
  padding: 0 20px;
  background: #fffaf1;
  /* 画像のような薄いベージュ背景 */
  position: relative;
  z-index: 2;
}

/* 点線ライン */
.section-title:before,
.section-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  border-top: 2px dotted #788e71;
}

.section-title:before {
  left: 0;
}

.section-title:after {
  right: 0;
}


.title-line {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.title-text {
  font-size: 22px;
  font-weight: 600;
  color: #4a8f5a;
  /* 画像の緑に近い色 */
  margin-right: 15px;
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif !important;
}

.title-dots {
  flex: 1;
  border-top: 2px dotted #788e71;
  /* 画像に近い淡いブラウン */
  height: 0;
  margin-top: 6px;
  /* 文字と線の高さを合わせる */
}



.subpage .thp {
  width: 100%;
  height: 825px;

  background-position: 100% 100%, 50% 100%;
  background-size: 40%, cover;
  background-repeat: no-repeat, no-repeat;
}

.subpage .aboutimg {
  background: url(../image/sub_wave.png), url(../image/subimg_3.jpg);
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
}

.subpage .mainimg {
  background: url(../image/sub_wave.png), url(../image/subimg_1.jpg);
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
}

.subpage .mainimginner {
  background-image: url(../image/sub1.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 0% calc(50% + 30px);
}

.subpage .img_contact {
  background: url(../image/sub_wave_wh.png), url(../image/subimg_2.jpg);
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%, 50% 50%;
  background-size: contain, cover;
}

.subpage .img_contact .mainimginner {
  background-image: url(../image/sub2.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 0% calc(50% + 30px);
}

.subpage .aboutimg .mainimginner {
  background-image: url(../image/sub5.svg), url(../image/sub5_2.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30%, 25%;
  background-position: 0% calc(50% + 30px), 100% 90%;
}

.subpage .qa_img .mainimginner {
  background-image: url(../image/sub6.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 0% calc(50% + 30px);
}

.subbox {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 15px 0 rgba(244, 226, 201, 0.5);
}

.subbox {
  margin-top: 25px;
  padding: 25px;

}

.forprice {
  background-color: #e07282;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 40px;
}

.forprice img {
  max-width: 250px;
}


/* 全体の表 */
.schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  color: #534741;
  border: 1px solid #e0d8cf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 見出し */
.schedule-table th {
  text-align: center;
  background: #f7f4ed;
  /* 画像のような薄いベージュ */
  border: 1px solid #e0d8cf;
  font-weight: 600;
  vertical-align: middle;
}

/* 時間の左列 */
.time-col {
  width: 100px;
  background: #fdf9f8;
  font-weight: 600;
}

.time-range {
  font-weight: normal;
  font-size: 13px;
}

/* セル */
.schedule-table td {
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #e0d8cf;
  height: 55px;
  background: #fdf9f8;
}


.schedule-table tr {

  border: none;


}

/* 緑の丸 */
.circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #788e71;
  /* 優しい緑 */
  border-radius: 50%;
}

/* 休診 */
.closed {
  color: #d9534f;
  font-weight: bold;
}

.timeatt {
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #e07282;
  margin-bottom: 25px;


}

.timeatt span {
  border: 1px solid #e07282;
  padding: 5px;
  border-radius: 20px;
  padding-left: 15px;
}

.daybg {
  background-image: url(../image/daybg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  margin-top: 50px;
  display: grid;
  place-items: center;
}

.daybginner {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;

}

.koudou img {
  width: 230px;
}

.koudou {
  margin-bottom: 20px;
}



.koucom {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;

}

.koudou2 img {
  width: 100%;
  max-width: 300px;
}

.koudou2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.dlbtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.dlbtn div {
  margin: 5px;
}

.dlabel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.khd img {
  max-width: 500px;
}

.khd {
  margin-top: 10px;
  margin-bottom: 15px;
}

.khdsm {
  margin-top: 10px;
  margin-bottom: 15px;
}

.khdsm img {
  max-width: 200px;
}

.khdsm {
  margin-top: 30px;
}

.kmd img {
  max-width: 260px;
  width: 100%;
}

.kmd {
  margin-top: 10px;
}

.kc {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 80%;
  padding-top: 5px;

}

.ka {
  max-width: 260px;
  width: 100%;
  text-align: center;
}

.ka img {
  width: 20px;
}

.ksection {
  margin-top: 15px;
}


.erap {
  background-image: none;
  padding-left: 0;
  align-items: center;
  display: flex;
  font-size: 110%;

}

.erap .powhc {
  padding-left: 10px;
  color: #788e71;
  font-family: "Noto Serif JP", serif;


}

.abcom {
  font-size: 90%;
  padding-top: 20px;
  line-height: 180%;
}


.aboutbox {
  background: #f8ecea;
}

@media screen and (max-width:1199px) {
  .daybg {
    background-image: url(../image/daybg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 160px;
    margin-top: 85px;
    display: grid;
    place-items: center;
  }

  .abimg {
    padding-top: 30px;
  }
}

@media screen and (max-width:991px) {
  .daybg {
    background-image: url(../image/daybg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    margin-top: 110px;
    display: grid;
    place-items: center;
  }

  .ssec {
    margin-top: 0 !important;
  }

  .subbox {
    margin-top: 15px;
    padding: 15px;

  }
}

@media screen and (max-width:767px) {

  .daybg {
    background-image: url(../image/daybg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(400px - (767px - 100svw)*0.5282);
    margin-top: 0px;
    display: grid;
    place-items: center;
  }

  .section-title {
    text-align: center;
    margin: -10px 0 0 0;
    position: relative;
    font-family: "Zen Old Mincho", serif !important;
  }

  .subpage .thp {
    width: 100%;
    height: 600px;

    background-position: 100% 100%, 50% 100%;
    background-size: 40%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .subpage .mainimginner {
    background-image: url(../image/sub1_sm.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 10% calc(50% + 30px);
  }

  .subpage .img_contact .mainimginner {
    background-image: url(../image/sub2.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 10% calc(10% + 30px);
  }

  .subpage .aboutimg .mainimginner {
    background-image: url(../image/sub5.svg), url(../image/sub5_2.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50%, 35%;
    background-position: 10% calc(50% + 30px), 90% 90%;
  }

  .subpage .img_contact {
    background: url(../image/sub_wave_wh.png), url(../image/subimg_2.jpg);
    height: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 70% 34%;
    background-size: contain, auto;
  }



  .subbox {
    margin-top: 15px;
    padding: 10px;

  }

  .dlabel {
    margin-top: calc(50px - (767px - 100svw) *0.13);
  }

  .kmd {
    text-align: center;
  }

  .ka {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .khcom {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 80%;
    text-align: center;
  }

  .koucom {
    font-size: 80%;
  }

  .koubox {
    padding-top: 0;
  }

  #sbi_images {
    width: 96svw !important;

  }

  #sb_instagram {
    text-align: center;
  }


  /* Instagramの画像一覧を中央寄せにする */
  .instagram-feed,
  .sbi_photo_wrap,
  #sb_instagram .sbi_images {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .diaryhd {
    border-bottom: none !important;
  }

  .erap {
    padding-top: 15px;
  }

  .abimg {
    width: 90%;
    margin-right: auto;
    margin-left: auto;

  }
}

.articlecom {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.articlecom img {
  max-width: 100%;
}

.tpccom a {
  color: #000;
}

.form-lead {
  margin-bottom: 25px;
  color: #534741;
  font-size: 15px;
}

.contact-form .form-group {
  margin-bottom: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.contact-form {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #534741;
}

.required-label {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  background: #e25c5c;
  border-radius: 3px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8cfc4;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
}

.contact-form textarea {
  min-height: 160px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b0a79c;
  font-size: 13px;
}

.radio-wrap .wpcf7-list-item {
  margin-right: 15px;
}

.contact-form input[type="submit"] {
  background: #e07282;
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 30px;
  font-size: 16px;
}


/* ラジオボタンとテキストの縦位置を中央で揃える */
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  /* 選択肢間の横の隙間 */
}

/* ラジオボタン自体の余計な余白をリセット */
.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  margin: 0 5px 0 0;
  /* 右側にだけ少し隙間を空ける */
}

a:hover,
a:active,
a:focus {

  outline: none !important;
}


.cb {

  padding-top: 60px;
  line-height: 200%;

}

.hc {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  font-size: 160%;
}

.bbhc {
  font-size: 100% !important;
}

.bp {
  margin-top: 40px;
}

.bpr {
  padding-top: 50px;
}

.mecom {
  text-align: left;
}

.abbox {
  margin-top: -60px;
  margin-bottom: -100px;
}

.mesbox {
  margin-top: 20px;
  margin-bottom: 70px;
  background-color: #f8f3ee;
  box-shadow: none;
}

.vc {
  font-size: 160%;
}

.dcbox {
  background: #f9f6f5;
  border-radius: 10px;
}


@media screen and (max-width:1199px) {

  .bbhc {
    font-size: 120% !important;
  }

  .cb {
    padding-top: 90px;
  }

}


@media screen and (max-width:990px) {

  .subpage .mainimginner {
    background-image: url(../image/sub1.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .diaryimg {
    background-image: url(../image/sub4.svg) !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 300px !important;
    background-position: 100% calc(50% + 30px);
  }

    .subpage .qa_img .mainimginner {
    background-image: url(../image/sub6.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .section1 .container [class*="secinner"] {
    padding: 0;
  }

  .abimg {
    padding-bottom: 15px;
  }

  .cb {
    padding-top: 40px;
  }

  .bbhc {
    font-size: 95% !important;
  }

  .abbox {
    margin-top: -10px;
  }


}


@media screen and (max-width:767px) {
  .bbhc {
    text-align: center;
  }

  .bpc {
    padding-top: 0px;
  }

  .bpr {
    padding-top: 10px;
  }
}

@media screen and (max-width:500px) {

  .subpage .mainimginner {
    background-image: url(../image/sub1_sm.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 210px;
  }

  .subpage .aboutimg .mainimginner {
    background-image: url(../image/sub5.svg), url(../image/sub5_2.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 210px, 180px;
    background-position: 10% calc(50% + 30px), 90% 90%;
  }



  .diaryimg {
    background-image: url(../image/sub4.svg) !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 210px !important;
    background-position: 100% calc(50% + 30px);
  }

  .mainsection h2 {
    font-size: 8vw !important;
  }

  .mainsection h3 {
    font-size: 5vw !important;
  }

  .mainbtns {
    width: 70%;
    gap: 10px;
  }
}


.profile-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}

.doctor-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.profile-desc {
  line-height: 1.8;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

.profile-list li {
  margin-bottom: 5px;
}

.profile-photo-wrap {
  margin-top: 0px;
  padding-right: 0;
}

.profile-photo {

  margin: 0 auto;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.profile-text {
  text-align: left;
  padding: 20px;
}

.profile-text .powhc {
  font-size: 130%;
}

.subts {
  font-size: 80%;
  font-family: "Noto Serif JP", serif;
}

.doctor-name {
  font-size: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.doctor-name span {
  font-size: 110%;
}

.profile-section .sub-title {
  font-size: 90%;
  font-weight: 500;
}

.powicon {
  width: 20px;
}

.profile-list {
  font-size: 80%;
}

.rks {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #788d71;
  padding: 10px;
  font-size: 120% !important;
  margin-bottom: 0;
}

.dcsub {
  background: #f8f2eb;
  border-radius: 10px;
  margin-top: 30px;


}

.profile-desc {
  padding: 10px;
}

.dcbox {
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width:1199px) {

  .dcbox {
    font-size: 80%;
  }

  .profile-text {
    text-align: left;
    padding: 25px;
  }

}


@media screen and (max-width:990px) {
  .dcbox {
    font-size: 100%;
  }

  .profile-photo-wrap img {
    object-fit: cover;
    aspect-ratio: 32/29;
    object-position: 50% 0%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .profile-photo-wrap {
    padding-left: 0;
  }

  .mesbox {
    margin-bottom: 90px;
  }
}


/* ボタンのデザイン（サイトに合わせて調整してください） */
.accordion-btn {

}

/* アコーディオンの中身（最初は隠す） */
.accordion-content {
  display: none;
  text-align: center;
  margin-top: 15px;
}

/* 画像のレスポンシブ対応 */
.price-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}




/* 画像のレスポンシブ対応 */
.price-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.faqpage .faq-item{
  max-width: 900px;
}

.qhd {
  color: #fff;
  background-color: #e1586f;
  padding:3px 8px 4px 8px;
  border-radius: 5px;
  margin-right: 5px;
}

.ahd {
  font-size: 100%;
  line-height:190%;
}

.ahds {
  color: #fff;
  background-color: #e1586f;
  padding:3px 8px 4px 8px;
  border-radius: 5px;
  margin-right: 5px;
}

@media screen and (max-width:767px) {
      .subpage .qa_img .mainimginner {
  background-image: url(../image/sub6_sm.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 10% calc(50% + 30px);
  }
  
}

@media screen and (max-width:500px) {

  .subpage .qa_img .mainimginner {
    background-image: url(../image/sub6_sm.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 210px;
  }

  .ahd {
  font-size: 80%;
  line-height:190%;
}

.faq-q {
  font-size: 85%;
}

}

a:hover, a:focus {
  text-decoration: none;
}

.faq-icon {
  line-height: 26px;
}

.faqlg .ahds {
    color: #fff;
  background-color: #e1586f;
  padding:3px 9px 4px 9px;
  border-radius: 5px;
  margin-right: 5px;
}

.faqlg .faq-item {
  margin-bottom: 25px;
}

.qhs {
  padding-left: 6px;
}

.ocmbn img {
  max-width: 250px;
}

.ocmbn {
  margin-top: 10px;
}

@media screen and (max-width:500px) {
  .profile-text .powhc {
  font-size: 110%;
}

.powh {
justify-content:flex-start;
}

.bbhc {
  line-height: 160%;
}
  
}


@media screen and (max-width:430px) {
  .dlabel {     
    margin-top: calc(60px - (767px - 100svw) *0.13);  
   }

  }