/* CSS Document */

@media only screen and (max-width: 768px) {
    .blurFixSP {
        image-rendering: optimizeSpeed;
        /* STOP SMOOTHING, GIVE ME SPEED  */
        image-rendering: -moz-crisp-edges;
        /* Firefox                        */
        image-rendering: -o-crisp-edges;
        /* Opera                          */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: pixelated;
        /* Chrome */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed                  */
        -ms-interpolation-mode: nearest-neighbor;
        /* IE8+                           */
    }
     :root {
        --ttl_size: 24px;
        --wrapper: 60px;
    }
    .inner_big,
    .inner,
    .inner_sm {
        padding: 0 20px;
    }
    header.active {
        background: rgba(255, 255, 255, 0.2);
    }
    header .hamburger-btn {
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    }
    header.active .udr-logo {
        display: block !important;
    }
    header.active .idx-logo {
        display: none !important;
    }
    .hamburger-btn .button-toggle.active {
        padding-top: calc(var(--wrapper) / 2 - 16px);
    }
    .ovh .idx-logo {
        display: none;
    }
    .ovh .udr-logo {
        display: block;
    }

	.menu_toggle .inside .ft_link .accContainer li.ttl li:last-child{
		border-bottom:0
	}
	.menu_toggle .inside .ft_link .accContainer li.ttl>a:hover{
		color:var(--clr1);
	}

	.menu_toggle .inside .ft_link .accContainer li.ttl{
		padding:0 !important;
	}
	.menu_toggle .inside .ft_link .accContainer li.ttl:before,.menu_toggle .inside .ft_link .accContainer li.ttl:after{
		top:1.6em;
		display:none !important;
	}
	.menu_toggle .inside .ft_link .accContainer li.ttl>a:before{
		display:none;
	}
	.menu_toggle .inside .ft_link .accContainer li.ttl>a:before,.menu_toggle .inside .ft_link .accContainer li.ttl>a:after{
	        content: "";
        display: block !important;
        position: absolute;
        top: 1.5em;
        right: 0.8em;
        margin: auto;
        background-color: var(--main-color);
        transition: 0.3s all;
        width: 15px;
        height: 2px;
        z-index: 2;
        display: block;
	}
	  .menu_toggle .inside .ft_link .accContainer li.ttl>a::before {
                transform: rotate(90deg);
        right: 13px;
        left: initial;
        border-radius: 0;
    }
	.menu_toggle .inside .ft_link .accContainer li.ttl>a.rotate::before{
		display:none !important;
	}
	.menu_toggle .inside .ft_link .accContainer li.ttl>a{
		     pointer-events: auto;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        font-weight: bold;
        margin-bottom: 0;
        font-family: var(--f-jp);
        font-size: 16px;
		padding-left:0;
	}
	footer .f-box01 .f-right .img{
		max-width:100%;
		width:100%;
	}
	.fixed_banner .box-time{
	        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: 0 auto;
        width: 100%;
        height: 270px;
        padding: 10px;
        display: none;
		z-index:11;
	}
	.fixed_banner .box-time.active{
		display:block;
	}
	.fixed_banner .box-time .txt-tbl-time{
		color:var(--clr1);
		text-align:left;
		line-height:1.6em;
	}
	.fixed_banner .box-time .txt-tbl-time:before{
		display:none;
	}
	.fixed_banner .box-time .box-tbl{
		margin-top:0 !important;
	}
}


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Menu Toogle
********************************/

body:not(.ovh) .menu_toggle .inside {
    pointer-events: none;
}

.menu_toggle {
    background-color: #fff;
    position: fixed;
    top: var(--wrapper);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - var(--wrapper));
    padding: 0px 0px 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.menu_toggle.active {
    opacity: 1;
    visibility: visible;
}

.menu_toggle ul li {
    position: relative;
    overflow: hidden;
}

.menu_toggle p {
    margin-bottom: 0;
}

.menu_toggle .inside {
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto;
}

.menu_toggle .inside .ttl {
    color: var(--main-color);
}

.menu_toggle .inside li {
    color: var(--clr1);
}

@media only screen and (min-width: 769px) {
    .menu_toggle .inside .ttl+ul {
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    header.active .menu_toggle {
        top: 70px;
    }
    .menu_toggle .inside .ft_link {
        padding: 60px 10px 20px;
    }
    @supports (-webkit-touch-callout: none) {
        .menu_toggle .inside .ft_link {
            /* Specific to iOS devices */
            padding-bottom: 120px;
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .menu_toggle .inside .ft_link {
                /* Safari */
                padding-bottom: 120px;
            }
        }
    }
    .noaccContainer ul li {
        border-bottom: none !important;
    }
    .noaccContainer ul li a:before {
        display: none;
    }
    .noaccContainer ul li a {
        display: block;
        padding-bottom: 0.7em;
        padding-top: 0.7em;
        padding-left: 0;
        font-family: var(--f-jp);
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        font-weight: 500;
    }
    .noaccContainer ul li a .en {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
        font-weight: 600;
        font-family: var(--f-en);
    }
    .ft_link li {
        margin-bottom: 0;
    }
    .ft_link a {
        font-size: 14px;
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 15px;
        position: relative;
    }
    .ft_link a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        width: 6px;
        height: 6px;
        background: var(--clr1);
        border-radius: 50%;
    }
    .noaccContainer ul li a .en:last-child {
        margin-bottom: 0;
    }
    .menu_toggle .inside .ft_link .ttl .en {
        font-size: 18px;
        display: block;
        font-family: var(--f-en);
        font-weight: 600;
        margin-bottom: 5px;
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        font-weight: 500;
        margin-bottom: 0;
        display: block;
        font-family: var(--f-jp);
        font-size: 14px;
    }
    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
    }
    .menu_toggle .inside .ft_link .ttl.rotate::before {
        transform: rotate(0deg);
    }
    .menu_toggle .inside .ft_link .ttl::before,
    .menu_toggle .inside .ft_link .ttl::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.8em;
        right: 1em;
        margin: auto;
        background-color: var(--main-color);
        transition: 0.3s all;
        width: 15px;
        height: 2px;
        z-index: 2;
    }
    .menu_toggle .inside .ft_link .ttl::before {
        transform: rotate(90deg);
    }
    .menu_toggle .inside .ft_link li {
        border-bottom: 1px dashed #ccc;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0;
    }
}

#nav-icon {
    width: 26px;
    height: 27px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

#nav-icon span {
    background-color: var(--clr2);
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 3px;
    display: none;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 11px;
}

#nav-icon span:nth-child(4) {
    top: 19px;
}

#nav-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.hamburger-btn {
    background-color: #fff;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
    .hamburger-btn:hover {
        background-color: var(--clr1);
    }
}

.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    padding-top: calc(var(--wrapper) / 2 - 19px);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit;
}

.hamburger-btn .button-toggle #menu_btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0px;
}


/* END Menu
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
General
********************************/

@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 100px;
        right: 10px;
		z-index:10
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
    .under .ud_map iframe {
        height: 100%;
    }
    .fblock {
        display: block;
    }
    .fblock.true {
        display: flex;
    }
    .under .topic_path {
        padding-bottom: 10px;
    }
    .txt_l,
    .txt_r {
        float: none;
        width: auto;
    }
    .image_l,
    .image_r {
        float: none;
        width: auto;
        margin: 0 0 20px;
        text-align: center;
        max-width: none;
    }
    .btn-group {
        font-size: 8.75px;
    }
    .btn-group .btn.style01,
    .btn-group .btn.style02 {
        max-width: 280px;
    }
    .btn-group .btn.style01.md,
    .btn-group .btn.style02.md {
        min-width: 100px;
    }
    .btn-group .btn.style01.md a,
    .btn-group .btn.style02.md a {
        min-height: 45px;
        font-size: 14px;
    }
    p {
        margin-bottom: 13px;
        line-height: 2;
    }
    a .tel_click:hover {
        opacity: 1;
        color: inherit;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-arrow {
        z-index: 1;
        top: 15vw;
    }
}


/* END General
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Header & Footer
********************************/

@media only screen and (max-width: 768px) {
    .wrapper {
        min-width: inherit;
    }
    header.active {
        height: auto;
    }
    header.active .hamburger-btn {
        top: 10px;
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 75px;
        padding: 0;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        max-width: calc(100% - 100px);
        width: auto;
        margin-left: 22px;
        transform: none;
    }
    .header_top .logo img {
        width: auto;
        max-height: 40px;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    .hamburger-btn {
        display: block;
    }
    .box-tbl {
        padding: 0 min(3.73vw, 14px);
    }
    .box-tbl table tr th,
    .box-tbl table tr td {
        font-size: min(3.73vw, 14px);
    }
    .box-tbl table tr th:first-child,
    .box-tbl table tr td:first-child {
        width: min(31.2vw, 117px) !important;
    }
    .txt-tbl-time {
        font-size: min(3.35vw, 13px);
    }
    .f-btn a {
        min-height: 60px;
        min-width: 162.5px;
        font-size: min(3.73vw, 14px);
        padding-left: 15px;
        border-radius: 50px;
    }
    .f-btn a:before {
        right: min(4vw, 15px);
        width: 25px;
        height: 14px;
        background: url(../images/idx-ico-more-sp.svg) no-repeat center;
        background-size: 100% auto;
    }
    footer {
        padding: 0 0 60px;
    }
    footer:before {
        display: none;
    }
    footer .f-box02 {
        padding: 12px 20px;
    }
    footer .f-box02 .copyright {
        margin: 0;
        text-align: center;
    }
    footer .f-box02 .copyright>p {
        text-align: center;
    }
    footer .f-box01 {
        padding-top: 50px;
        padding-bottom: 45px;
    }
    footer .f-box01:before {
        left: 0;
        top: 0;
        height: 100%;
        width: 73%;
        max-width: 100%;
        z-index: -1;
    }
    footer .f-box01 .f-logo img {
        height: 50px;
        width: auto;
    }
    footer .f-box01-fx {
        flex-direction: column;
    }
    footer .f-box01 .f-left,
    footer .f-box01 .f-right {
        width: 100%;
        margin: 0;
    }
    footer .f-box01 .f-left {
        margin-bottom: 31px;
    }
    footer .f-box01 .f-right .img img {
        height: min(53.33vw, 200px);
        width: 100%;
        object-fit: cover;
    }
    footer .f-box01 .f-right .f-map iframe {
        height: min(53.33vw, 200px) !important;
    }
    footer .f-box01 .f-ttl {
        font-size: min(5.33vw, 20px);
        padding-bottom: 10px;
    }
    footer .f-box01 .f-list-ct {
        margin-bottom: 20px;
    }
    footer .f-box01 .f-address {
        font-size: min(4.27vw, 16px);
        margin-top: 19px;
    }
    footer .f-box01 .f-tel a {
        font-size: min(9.87vw, 37px);
    }
    footer .f-box01 .f-box01-fx {
        margin-top: 30px;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
    footer .f-box01 .f-box01-fx.st02 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    footer .f-box01 .f-box01-fx li a {
        min-height: 60px;
        border-radius: 40px;
        font-size: 12px;
    }
    footer .f-box01 .f-box01-fx li a:before {
        width: 25px;
        height: 14px;
        right: 15px;
        background: url(../images/idx-ico-more-sp.svg) no-repeat center;
        background-size: 100% auto;
    }
    footer .f-box01 .f-box01-fx li:nth-child(3) a,
    footer .f-box01 .f-box01-fx li:nth-child(4) a {
        font-size: 14px;
        padding-left: 13px;
    }
    footer .f-box01 .f-box01-fx li:nth-child(3) a:before,
    footer .f-box01 .f-box01-fx li:nth-child(4) a:before {
        right: 13px;
        width: 25px;
        height: 14px;
        background: url(../images/idx-ico-more-sp.svg) no-repeat center;
        background-size: 100% auto;
    }
    footer .ft_info {
        width: auto;
        margin: 0 auto;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 60px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        border-top: 1px solid var(--clr2);
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: normal;
        font-size: min(2.93vw, 13px);
        line-height: 1;
        writing-mode: initial;
        text-align: center;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-weight: 600;
    }
    .fixed_banner p::before {
        height: 16px;
        margin: 0 auto;
        width: 16px;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
        display: block;
    }
    .fixed_banner .tel {
        display: flex;
    }
    .fixed_banner .tel>p:before {
        background: url(../images/idx-ico-tel.svg) no-repeat center;
        background-size: 100% 100%;
    }
    .fixed_banner .time>p:before {
        background: url(../images/idx-ico-time.svg) no-repeat center;
        background-size: 100% 100%;
    }
    .fixed_banner .access>p:before {
        background: url(../images/idx-ico-access.svg) no-repeat center;
        background-size: 100% 100%;
    }
    .fixed_banner .web>p:before {
        background: url(../images/idx-ico-web01.svg) no-repeat center;
        background-size: 100% 100%;
    }
    .fixed_banner>div {
        width: 20%;
        background: #fff !important;
        border-right: 1px solid #a78f45;
    }
    .fixed_banner>div:last-child {
        border-right: 0;
    }
    .fixed_banner>div.mail {
        background: var(--clr2) !important;
    }
    .fixed_banner>div.mail span {
        display: block;
        letter-spacing: 0;
        margin-top: 2px;
    }
    .fixed_banner>div.mail>p:before {
        background: url(../images/idx-ico-web01.svg) no-repeat center;
        background-size: 100% 100%;
        width: 16px;
        filter: brightness(0) invert(1);
        text-align: center;
    }
}

/* SP〜タブレットのみ表示 */
.fullwidth-sp {
  display: none;
}

@media (max-width: 1024px) { 
  .fullwidth-sp {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }

  .fullwidth-sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}


/* End Header & Footer
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Index
********************************/


/* END Index
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Under
********************************/


/* END Under
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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