/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 17:07:08 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* header */
header ul li.nav__item,.site-header__wrapper ul li {
    list-style: none;
}

.site-header__wrapper {
  max-width: 2100px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
}
.logo {
    display: block;
}
.logo img.logo_img {
    width: 102.5px;
}
.site-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 1rem;
  padding-bottom: 1rem; */
}
ul.header_link_bg, ul.nav__wrapper {
    margin: 0;
}
ul.header_link_bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.header_link_bg li {
    border-radius: 0 0 20px 20px;
    margin-left: 10px;
    width: 195px;
    text-align: center;
}
ul.header_link_bg li a {
    display: block;
    padding: 25px 25px 25px 45px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    position: relative;
}
ul.header_link_bg li a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 25px;
    top: 23px;
}
.site-header__wrapper ul li.header_link_bg_history {
    background-color: #ff7d5a;
    margin-left: 0;
}
.site-header__wrapper ul li.header_link_bg_history a:before {
    background-image: url(/wp-content/uploads/sites/76/2022/09/icon_saikin.png);
    left: 25px;
}
.site-header__wrapper ul li.header_link_bg_favorite {
    background-color: #f25d5d;
}
.site-header__wrapper ul li.header_link_bg_favorite a:before {
    background-image: url(/wp-content/uploads/sites/76/2022/07/icon_1.png);
    left: 20px;
}
.site-header__wrapper ul li.header_link_bg_contact {
    background-color: #df0012;
}
.site-header__wrapper ul li.header_link_bg_contact a:before {
    background-image: url(/wp-content/uploads/sites/76/2022/07/icon_2.png);
    left: 25px;
}
ul.header_link_bg li a:hover, .nav__item a:hover {
    text-decoration: none;
    opacity: .8;
}
.header_tel_wrapper {
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 10;
    background: #fff;
    display: flex;
    padding: 10px 50px 20px 50px;
    border-radius: 0 0 0 20px;
    justify-content: center;
    align-items: center;
}
.header_tel_wrapper>img.header_tel_m {
    margin-right: 10px;
}
.header_tel_wrapper div {
    margin-left: 15px;
}
.header_tel_wrapper p.header_tel_t {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    color: #754c24;
    margin-bottom: 0;
}
.block_600 {
    display: none;
}

@media (max-width: 1820px) {
  .header_tel_wrapper {
      padding: 10px 45px 20px 40px;
  }
  .header_tel_wrapper>img.header_tel_m {
      margin-right: 0;
  }
}

@media (max-width: 1720px) {
  .header_tel_wrapper {
      padding: 5px 40px 15px 30px;
  }
  .header_tel_wrapper>img.header_tel_m {
      margin-right: 0;
  }
}

@media (max-width: 1650px) {
  .header_tel_wrapper {
      padding: 5px 25px 15px 25px;
  }
}

@media (max-width: 1600px) {
  .site-header__wrapper {
      padding-left: 30px;
      padding-right: 30px;
  }
  ul.nav__wrapper>li>a {
      padding: 30px 20px;
      letter-spacing: 0.1em;
  }
  ul.header_link_bg li {
      width: 180px;
  }
  ul.header_link_bg li a {
      padding: 25px 20px 25px 40px;
      letter-spacing: 0.1em;
  }
  .site-header__wrapper ul li.header_link_bg_history a:before {
      left: 20px;
  }
  .site-header__wrapper ul li.header_link_bg_favorite a:before {
      left: 15px;
  }
  .site-header__wrapper ul li.header_link_bg_contact a:before {
      left: 20px;
  }
  .header_tel_wrapper>img.header_tel_m {
      width: 35px;
  }
  .header_tel_wrapper div img.header_tel_m {
      width: 280px;
  }
  .header_tel_wrapper p.header_tel_t {
      font-size: 13px;
      letter-spacing: 0.05em;
  }
}
@media (max-width: 1430px) {
  .header_tel_wrapper {
      padding: 10px 20px 15px 25px;
  }
}

@media (max-width: 1400px) {
  .site-header__wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }
  .site-header__end {
      margin-bottom: 26px !important;
  }
  ul.nav__wrapper>li>a {
      padding: 30px 15px;
  }
  ul.header_link_bg li {
      width: 155px;
  }
  ul.header_link_bg li a {
      padding: 25px 10px 25px 35px;
      letter-spacing: 0.05em;
      font-size: 14px;
  }
  .header_tel_wrapper div img.header_tel_m {
      width: 250px;
  }
  .header_tel_wrapper p.header_tel_t {
      letter-spacing: 0.01em;
  }
}

@media (max-width: 1365px) {
  .header_tel_wrapper {
      padding: 10px 15px 15px 20px;
  }
  .header_tel_wrapper>img.header_tel_m {
      width: 30px;
  }
  .header_tel_wrapper div img.header_tel_m {
      width: 230px;
  }
  .header_tel_wrapper p.header_tel_t {
      font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .header_tel_wrapper div img.header_tel_m {
      width: 210px;
  }
  .header_tel_wrapper p.header_tel_t {
      font-size: 11px;
  }
  .header_tel_wrapper>img.header_tel_m {
      width: 28px;
  }
  .header_tel_wrapper div {
      margin-left: 10px;
  }
  .header_tel_wrapper {
      padding: 5px 15px 15px 20px;
  }
}

@media (max-width: 1200px) {
  ul.nav__wrapper>li>a {
      padding: 30px 15px;
      font-size: 14px;
      letter-spacing: 0.01em;
  }
  ul.header_link_bg li {
      width: 130px;
  }
  ul.header_link_bg li a {
      padding: 15px 5px;
      letter-spacing: 0.01em;
  }
  ul.header_link_bg li a::before {
      position: relative;
      top: 0;
      left: calc(50% - 12.5px) !important;
      margin-bottom: 5px;
      width: 25px;
  }
  .site-header-dummy {
      height: 89px !important;
  }
  .header_tel_wrapper {
      padding: 5px 10px 10px 15px;
      top: 89px;
  }
  .header_tel_wrapper>img.header_tel_m {
      width: 30px;
  }
  .site-header__end {
      margin-bottom: 20px !important;
  }
}

@media (max-width: 1100px) {
  ul.nav__wrapper>li>a {
      padding: 30px 10px;
  }
}

@media (min-width: 1024px) {
  .site-header__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header-dummy {
      display: block;
      height: 90px;
      position: relative;
  }
  .site-header__end {
      margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .site-header__end {
      padding-right: 75px;
      margin-bottom: 15px !important;
  }
}
@media (min-width: 1024px) {
  .nav__wrapper {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #202020;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    /* transition: transform 0.3s ease-out, opacity 0.3s ease-out; */
    box-shadow: 0px 1px 6px 0px #000;
  }
  .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
  }
  ul.nav__wrapper>li>a {
      padding: 10px 20px;
  }
}

.nav__item a {
    display: block;
    padding: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    color: #754c24;
}
.nav__toggle {
  display: none;
}
ul.nav__wrapper li ul {
  display: none;
  width: 300px;
  list-style: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: #fff;
}
ul.nav__wrapper li ul a {
    padding: 14px 25px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
ul.nav__wrapper li:hover ul {
  display: block;
}
body:not(.es-desktop) ul.nav__wrapper li ul {
    display: none;
}
ul.nav__wrapper li:hover ul li:hover {
  background: #f8f8f8;
}
@media (max-width: 1023px) {
  .site-header__wrapper button.nav__toggle {
      display: block;
      position: absolute;
      right: -1px;
      top: 2px;
      /* border-color: #df0012; */
      /* background-color: #df0012; */
      padding: 8px 20px;
      font-size: 45px;
      line-height: 1em;
      background-color: #222222;
      border: none;
  }
  .site-header__wrapper button.nav__toggle:hover, .site-header__wrapper button.nav__toggle:focus {
      /* border-color: #f25d5d; */
      /* background-color: #f25d5d; */
  }
  ul.header_link_bg li {
      width: 115px;
      border-radius: 0 0 15px 15px;
  }
  ul.header_link_bg li a::before {
      left: calc(50% - 10px) !important;
      width: 20px;
      background-size: 20px;
  }
  ul.header_link_bg li a {
      padding: 10px 5px 15px;
      font-size: 13px;
  }
  .header_tel_wrapper {
      top: 78px;
  }
  .site-header-dummy {
      height: 78px !important;
  }
  ul.nav__wrapper li:hover ul {
      position: relative;
      width: 100%;
  }
  ul.nav__wrapper li ul a {
      font-size: 14px;
  }
}
@media (max-width: 600px) {
  ul.header_link_bg li a {
      padding: 7px 5px 8px;
      font-size: 10px;
  }
  ul.header_link_bg li {
      width: 85px;
      border-radius: 0 0 10px 10px;
      margin-left: 5px;
  }
  .site-header__wrapper button.nav__toggle {
      right: 10px;
      top: 10px;
      padding: 0px 0px;
	        background-color: unset;
      border-color: unset;
      border: none;
  }
  .site-header__end {
      padding-right: 40px;
      margin-bottom: 10px !important;
  }
  ul.header_link_bg li a::before {
      margin-bottom: 3px;
  }
  .site-header-dummy {
      height: 58px !important;
  }
  .none_600 {
      display: none;
  }
  .block_600 {
      display: block;
  }
  .header_tel_wrapper {
      position: relative;
      top: auto;
      left: auto;
      background-color: transparent;
      border-radius: 0;
      padding: 5px 20px 15px 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .header_tel_wrapper a {
      padding: 0;
      pointer-events: all;
  }
  .header_tel_wrapper.none_600 {
      display: none;
  }
  .header_tel_wrapper div img.header_tel_m {
      width: 170px;
  }
  .header_tel_wrapper>img.header_tel_m {
      width: 25px;
  }
ul.nav__wrapper li ul a {
    padding: 10px 25px;
}
}
@media (max-width: 374px) {
  .site-header__wrapper {
      padding-left: 10px;
      padding-right: 10px;
  }
  .logo img.logo_img {
      width: 75px;
  }
  .site-header__wrapper button.nav__toggle {
      right: 6.5px;
      padding: 3px 10px;
  }
}

/* footer */
.footertop .es-container:before,
.footer05 .es-container:before {
    display: none;
}
.footertop .es-container:after,
.footer05 .es-container:after {
    display: none;
}
.footertop .es-container *, .footer05 .es-container * {
    font-family: 'Noto Sans JP', sans-serif;
}
.footertop {
    background-color: #df0012;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footertop .wrap .box_col6 {
    width: 47%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px 30px 150px;
}
.footertop .wrap .box_col6 p.aka {
    margin-bottom: 10px;
    color: #df0012;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 20px;
}
.footertop .wrap .box_col6 a.aka {
    font-size: 15px;
    border: 1px solid;
    padding: 15px;
    line-height: 1;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.footertop .wrap .box_col6 a.aka:hover, .footertop .wrap .box_col6 a.aka:active {
    background-color: #df0012;
    color: #fff;
}
.footertop .wrap .contact_wrapper2 p.aka {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footertop .wrap .box_col6 p.gry {
    color: #494240;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 10px;
}
.footertop .wrap .contact_wrapper1 {
    background-image: url(https://www.mik-osaka.com/wp-content/uploads/sites/1352/2022/09/form_icon.png);
    background-repeat: no-repeat;
    background-position: center left 45px;
    background-size: auto;
}
.footertop .wrap .contact_wrapper2 {
    background-image: url(https://www.mik-osaka.com/wp-content/uploads/sites/1352/2022/09/form_icon_1.png);
    background-repeat: no-repeat;
    background-position: center left 45px;
    background-size: auto;
}
.aka {
    color: #df0012;
}
.footer05 {
  color: #494240;
  background: #fff;
}
.footer05 a {
  color: #494240;
  text-decoration: none;
}
.footer05 li a:hover,
.footer05 .wrap a.sns:hover {
    opacity: .8;
    transition: .3s;
}
.footer05 .wrap,
.footertop .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer05 .wrap_linklist {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer05 .border-top {
  border-top: 1px solid #ddd;
}
.footer05 .wrap_copyright {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer05 .wrap_copyright p {
  width: 50%;
}
.footer05 .wrap_copyright p.pp {
  text-align: right;
}
.footer05 .wrap h3 {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px #df0012 solid;
    color: #df0012;
    padding-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    width: 100%;
}
.footer05 .wrap p {
  margin: 0;
}
.footer05 .wrap .box_col3 {
  width: 22%;
}
.footer05 .wrap .box_col6 {
    width: 48%;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.footer05 .wrap .box_col12 {
    width: 100%;
    letter-spacing: 0;
    font-size: 0;
    margin-bottom: 60px;
}
.footer05 .wrap .box_col12 p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-left: 30px;
}
.footer05 .wrap .box_col6 ul {
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
}
.footer05 .wrap .box ul {
  margin: 0;
  list-style: none;
}
.footer05 .wrap ul li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
}
.footer05 .wrap ul li:not(:last-child) {
    margin-bottom: 5px;
}
.footer05 .wrap a.sns {
    width: 45px;
    display: inline-block;
    margin-left: 30px;
}
.footer05 .wrap .footerbox1>img, .footer05 .wrap .footerbox1>p, .footer05 .wrap .footerbox1 .footer_sns {
    display: inline-block;
    vertical-align: middle;
}
.footer05 .wrap .footerbox1>img {
    width: 205px;
}
.footer05 .wrap .box_col12 p {
    width: calc(70% - 205px);
}
.footer05 .wrap .footerbox1 .footer_sns {
    width: 30%;
    text-align: right;
}
.footer05 .wrap_copyright p, .footer05 .wrap_copyright p a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #808080;
}
.block_499 {
    display: none;
}
@media only screen and (max-width: 499px) {
  .block_499 {
      display: block;
  }
  .footer05 .wrap_linklist {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .footertop {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .footertop .wrap .box_col6 {
      width: 100%;
      border-radius: 10px;
      padding: 25px 25px 25px 70px;
  }
  .footertop .wrap .contact_wrapper1 {
      background-position: center left 20px;
      background-size: 30px;
      margin-bottom: 20px;
  }
  .footertop .wrap .contact_wrapper2 {
      background-position: center left 20px;
      background-size: 30px;
  }
  .footertop .wrap .box_col6 p.aka {
      font-size: 17px;
      margin-bottom: 8px;
      text-align: justify;
      font-feature-settings: "palt" 1;
  }
  .footertop .wrap .contact_wrapper2 p.aka {
      text-align: left;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .footertop .wrap .box_col6 p.gry {
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.02em;
      text-align: justify;
      font-feature-settings: "palt" 1;
      line-height: 1.6;
  }
  .footertop .wrap .box_col6 a.aka {
      font-size: 14px;
      letter-spacing: 0.03em;
      padding: 13px;
      font-weight: 500;
  }
  .footer05 .wrap .box_col12 p {
      width: 100%;
      padding-left: 0;
      text-align: justify;
      font-feature-settings: "palt" 1;
      letter-spacing: 0.05em;
      font-size: 15px;
      font-weight: 500;
      margin: 20px 0;
  }
  .footer05 .wrap .footerbox1 .footer_sns {
      width: 100%;
      text-align: left;
  }
  .footer05 .wrap a.sns {
      width: 40px;
      margin-left: 0;
      margin-right: 20px;
  }
  .footer05 .wrap .box_col6,
  .footer05 .wrap .box_col3 {
      width: 100%;
      margin-bottom: 35px;
  }
  .footer05 .wrap .box_col3.footerbox7 {
      margin-bottom: 0;
  }
  .footer05 .wrap_copyright {
      flex-wrap: wrap;
  }
  .footer05 .wrap_copyright p, .footer05 .wrap_copyright p a {
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #808080;
      width: 100%;
      text-align: center !important;
  }
  .footer05 .wrap_copyright p.pp {
      order: -1;
  }
  .footer05 .wrap h3 {
      margin: 0 0 15px 0;
      padding-bottom: 12px;
      font-size: 17px;
      letter-spacing: 0.1em;
  }
  .footer05 .wrap ul li {
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 2;
      font-size: 14px;
      text-align: justify;
      font-feature-settings: "palt" 1;
  }
  .footer05 .wrap .box_col12 {
      margin-bottom: 45px;
  }
}
@media only screen and (max-width: 374px) {
  .footertop .wrap .box_col6 p.aka {
      letter-spacing: 0.05em;
  }
  .footertop .wrap .box_col6 a.aka {
      font-size: 13px;
      letter-spacing: 0.01em;
      padding: 13px 10px;
  }
}
@media only screen and (max-width: 359px) {
  .footer05 .wrap .box_col12 p {
      font-size: 14px;
  }
  .footer05 .wrap .box_col6 ul {
      width: 100%;
  }
  .footer05 .wrap ul li:not(:last-child) {
      margin-bottom: 0;
  }
  .footer05 .wrap ul li {
      letter-spacing: 0.1em;
      line-height: 2.2;
  }
  .footer05 .wrap h3 {
      margin: 0 0 12px 0;
  }
  .footertop .wrap .box_col6 {
      padding: 25px;
      background-image: none;
  }
  .footertop .wrap .box_col6 p.aka,
  .footertop .wrap .box_col6 p.gry {
      text-align: center;
  }
}

@media (min-width: 481px) {
.site-footer {
    margin-top: 0;
}}

#main .entry-content .alignfull {
	--es-scroll-var: 15px;
	--es-scroll-var-half: 7.5px;
}

.site-header__wrapper .site-header__end .header_links{
	display:none;
}
#masthead{
	display:none;
}
.header_tel_wrapper{
display:none;
}
.blackstyle .result_data_wrap .tm_data .table_wrap table.spec th +td {
    color: #FFF;
}

.wp-block-button .wp-block-button__link {
    position: relative;
}
.bottom .wp-block-button__link {
    position: relative;
}
#es-search-list-link-wrapper .es-search-list-link-container .es-link-section h2{
	color:#FFF;
	font-weight: normal;
    padding-left: 0em;
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
#es-search-list-link-wrapper .es-search-list-link-container .es-link-section h2:before {
    content: "";
    width: 0.5em;
    height: 2.5em;
    display: block;
    background-color: #FF0000;
    margin-right: 0.5em;
}
#es-search-list-link-wrapper .es-search-list-link-container .es-link-section .es-show-more-btn,.es-link-container .es-link-wrapper .es-other-link-list-show-more-btn{
	color:#FFF;
}
.detail_info_block {
    background: unset;
}
.detail_form_block .wpcf7-form{
	color:#FFF;
}
.form_wrap h2{
	color:#FFF;
}
.spec_table_default .phonenumber-link{
	color:#F00;
}
.list_data_wrap .name h2{
		color:#FFF;
}
.parkingbuttonsw.nodisp{
	display:none!important;
}
.building-search-address__form.building-search-form.address_select select{
	color:#000;
}