@charset "utf-8";


/* ==================================================================
	index.css
	
=================================================================== */

/* --------------------------------
   □  newsInfo
-------------------------------- */ 
#newsInfo .newsInfo .title {
    min-width: 160px;
    text-align: center;
}
    #newsInfo .newsInfo .title h3 {
        margin-bottom: 0;
    }
#newsInfo ul.list {
    width: 74.34%;
    max-width: 913px;
    line-height: 1;
}
    #newsInfo ul.list li {
        text-align: left;
        padding: 20px 0;
        border-top: 1px solid #E5E5E5;
    }
        #newsInfo ul.list li:first-child {
            border-top: none;
        }
    #newsInfo ul.list li a {
        display: block;
        width: 100%;
        position: relative;
    }
        #newsInfo ul.list li a:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 2%;
            display: inline-block;
            width: 33px;
            height: 11px;
            margin-left: 20px;
            background: url(../../images/common/icon/arrow.svg) no-repeat right center;
            background-size: contain;
            transition: all 300ms 0s ease;
        }
        #newsInfo ul.list li a:hover {
            opacity: 0.7;
        }
        #newsInfo ul.list li a:hover:after {
            right: 0;
        }
    #newsInfo ul.list li dl {
        display: table;
        width: 100%;
    }
        #newsInfo ul.list li dl > * {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.6rem;
        }
        #newsInfo ul.list li dl > dt {
            width: 80px;
        }
        #newsInfo ul.list li dl > dd.text {
            padding-left: 40px;
            padding-right: 60px;
        }

/* --------------------------------
   □  concept
-------------------------------- */
#concept {
    max-width: inherit;
    background: linear-gradient(90deg, #A99780 0%, #A99780 73%, transparent 73%, transparent 100%);
    padding: 0;
    margin-top: 80px;
}
#concept .container {
    margin: auto;
    position: relative;
}
#concept figure {
    position: absolute;
    top: -80px;
    right: -30px;
    max-height: 589px;
    margin-right: calc(50% - 50vw);
    margin-left: 630px;
    overflow: hidden;
}
    #concept figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
#concept .txtArea {
    display: inline-block;
    width: 51.30%;
    max-width: 630px;
    padding: 100px 100px 100px 0;
    color: #fff;
}
    #concept .txtArea .lv3,
    #concept .txtArea .text-l {
        text-align: left;
        margin-bottom: 40px;
    }
    #concept .txtArea .text-l {
        font-size: 2.4rem;
        line-height: 2;
    }
    #concept .buttonStyle.arrow.white {
        text-align: left;
    }

/* --------------------------------
   □  information
-------------------------------- */
#information ul.list {
    margin-bottom: 60px;
}
    #information ul.list li {
        box-sizing: border-box;
        width: 18%;
        max-width: 220px;
        margin-bottom: 40px;
        position: relative;
    }
        #information ul.list li a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 500ms 0s ease;
            text-decoration: none;
            text-align: center;
        }
            #information ul.list li a:hover {
                opacity: 0.7;
            }
        #information ul.list li dl dt,
        #information ul.list li dl dd >* {
            text-align: center;
        }
        #information ul.list li dl dt {
            filter: drop-shadow(0px 8px 32px rgba(0,0,0,0.2));
            margin-bottom: 20px;
        }
        #information ul.list li dl dd .ttl {
            font-size: 2.4rem;
            margin-bottom: 20px;
        }
            #information ul.list li dl dd .ttl span {
                color: #A99780;
                font-size: 1.4rem;
                display: block;
            }
        #information ul.list li dl dd .text {
            font-size: 1.5rem;
            margin-bottom: 20px;
            letter-spacing: 0;
            text-align: left;
        }
        #information ul.list li .buttonStyle {
            position: relative;
            padding-right: 45px;
            margin-bottom: 0;
            display: inline-block;
        }
        #information ul.list li .buttonStyle span {
            font-size: 1.4rem;
        }
            #information ul.list li .buttonStyle.arrow span:after {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                right: 0;
                display: inline-block;
                width: 33px;
                height: 11px;
                background: url(../../images/common/icon/arrow.svg) no-repeat right center;
                background-size: contain;
                z-index: 1;
                transition: all 300ms 0s ease;
            }
            #information ul.list li a:hover .buttonStyle.arrow span:after {
                right: -5%;
            }

#information .online {
    max-width: 1018px;
    margin: auto;
    background-color: #F1F1F1;
    border: 1px solid#D1D1D1;
    border-radius: 4px;
}
#information .online a {
    display: block;
    padding: 30px 22% 30px 60px;
    position: relative;
}
    #information .online a:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 2%;
        display: inline-block;
        width: 33px;
        height: 11px;
        margin-left: 20px;
        background: url(../../images/common/icon/arrow.svg) no-repeat right center;
        background-size: contain;
        transition: all 300ms 0s ease;
    }
    #information .online a:hover {
        opacity: 0.7;
    }
    #information .online a:hover:after {
        right: 1%;
    }
#information .online .text-l {
    font-size: 2.5rem;
    margin-bottom: 5px;
}

/* --------------------------------
   □  news_blog
-------------------------------- */
#news_blog {
    padding: 0;
    max-width: inherit;
    background: linear-gradient(90deg, #F1EEEA 0%, #F1EEEA 50%, #F8F8F8 50%, #F8F8F8 100%);
}
#news_blog .container {
    max-width: 1228px;
    margin: auto;
}
#news_blog .flexbox .col {
    width: 50%;
    padding: 70px 90px;
}
    #news_blog .flexbox .col:first-child{
        padding-left: 0;
    }
    #news_blog .flexbox .col:last-child {
        padding-right: 0;
    }
#news_blog h3.lv3 {
    text-align: left;
    margin-bottom: 20px;
}
    #news_blog h3.lv3 span {
        margin-left: 10px;
        display: inline-block;
    }
#news_blog ul.list {
    line-height: 1;
    }
    #news_blog ul.list li {
        text-align: left;
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5;
    }
    #news_blog ul.list li a {
        display: block;
        width: 100%;
        position: relative;
    }
        #news_blog ul.list li a:hover {
            opacity: 0.7;
        }
    #news_blog ul.list li dl {
        display: table;
        width: 100%;
    }
        #news_blog ul.list li dl > * {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.6rem;
        }
        #news_blog ul.list li dl > dt {
            width: 80px;
        }
        #news_blog ul.list li dl > dd {
            padding-left: 40px;
            padding-right: 60px;
        }
    #news_blog .buttonStyle.arrow {
        position: relative;
        text-align: right;
    }
    #news_blog .buttonStyle.arrow a {
        background-color: transparent;
        color: #36353D;
        box-shadow: none;
        padding-right: 45px;
        width: auto;
    }
    #news_blog .buttonStyle.arrow a span {
        font-size: 1.4rem;
    }
        #news_blog .buttonStyle.arrow span:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 2%;
            display: inline-block;
            width: 33px;
            height: 11px;
            background: url(../../images/common/icon/arrow.svg) no-repeat right center;
            background-size: contain;
            z-index: 1;
            transition: all 300ms 0s ease;
        }
        #news_blog .buttonStyle.arrow a:hover {
            opacity: 0.7;
        }
        #news_blog .buttonStyle.arrow a:hover span:after {
            right: -2%;
        }

/* --------------------------------
   □  access
-------------------------------- */
#access p.image.wide {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 70px;
}
#access p.image.wide img {
    width: 100%;
    object-fit: cover;
}
#access .txtArea {
    width: 42.75%;
    max-width: 525px;
    color: #666666;
}
    #access .txtArea .address{
        text-align: left;
    } 
    #access .txtArea .tel a {
        font-size: 3.5rem;
    }
    #access .txtArea .tel a span {
        display: inline-block;
        font-size: 1.5rem;
        letter-spacing: 0.04em;
        background-color: #4C4C55;
        color: #fff;
        border-radius: 50px;
        padding: 4px 34px;
        margin-right: 8px;
    }
    #access dl.service {
        font-size: 1.5rem;
        border: 1px solid #D1D1D1;
        border-radius: 4px;
        margin-top: 20px;
    }
    #access dl.service >* {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
    }
    #access dl.service dt {
        background-color: #F2F2F2;
        border-radius: 4px 0 0 4px;
        width: 28%;
    }
    #access dl.service dd {
        border-radius:  0 4px 4px 0;
        width: 72%;
    }
#access .map {
    width: 52.52%;
    max-width: 630px;
    margin-bottom: 90px;
}
#access .transportation > .flexbox {
    width: 100%;
    position: relative;
    background-color: #F8F8F8;
    padding: 30px 70px 30px 140px
}
    #access .transportation .flexbox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 81px;
        height: 81px;
    }
    #access .transportation .flexbox.car:before {
        background: url(../../images/index/access1.svg) no-repeat;
        background-size: contain;
    }
    #access .transportation .flexbox.bike:before {
        background: url(../../images/index/access2.svg) no-repeat;
        background-size: contain;
    }
    #access .transportation .flexbox.train:before {
        background: url(../../images/index/access3.svg) no-repeat;
        background-size: contain;
    }
#access .transportation .flexbox + .flexbox {
    margin-top: 40px;
}
#access .transportation dt{
    font-size: 2.4rem;
    margin-bottom: 10px;
}
#access .transportation dd {
    font-size: 1.6rem;
    line-height: 2;
}
#access .transportation dd .flexbox li {
    width: 48%;
}
#access .transportation .image span:first-child {
    margin-right: 6px;
}

/* モーダル */
.mfp-container .modal-wrap .text-l {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.mfp-container .modal-wrap .text {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
}
.mfp-container .modal-wrap p.image {
    margin-bottom: 66px;
    text-align: center;
}
    .mfp-container .modal-wrap p.image img {
        width: 100%;
    }
.mfp-container .modal-wrap li {
    width: 23.08%;
    max-width: 235px;
    margin-bottom: 40px;
}
.mfp-container .modal-wrap dt {
    position: relative;
    margin-bottom: 10px;
}
    .mfp-container .modal-wrap dt .circle {
        width: 44px;
        height: 44px; 
        background-color: #E78322;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-size: 2.6rem;
        position: absolute;
        left: 16px;
        top: -24px;
    }
.mfp-container .modal-wrap dd {
    font-size: 1.5rem;
    letter-spacing: 0;
}

/* --------------------------------
   □  panorama
-------------------------------- */
#panorama {
    max-width: 1228px;
    margin: 0 auto;
    padding-bottom: 130px;
}

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

    /* --------------------------------
       □  concept
    -------------------------------- */
    #concept {
    }
    #concept figure {
        margin-left: 535px;
    }
    #concept .txtArea {
        width: 73%;
        max-width: 535px;
        padding: 70px 4%;
    }
    #concept .txtArea .text-l {
        font-size: 2.0rem;
    }

    /* --------------------------------
       □  information
    -------------------------------- */
    #information ul.list li {
        width: 30%;
        margin-bottom: 40px;
    }
    #information .online a {
        padding: 30px 8% 30px 4%;
    }
    #information .online a .flexbox {
        justify-content: space-evenly;
    }
    #information .online .text-l {
        font-size: 2rem;
    }
    
    /* --------------------------------
       □  news_blog
    -------------------------------- */
    #news_blog {
        margin: 0;
    }
    #news_blog .container {
        margin: 0 4%;
    }
    #news_blog .flexbox .col {
        padding: 70px 4%;
    }
        #news_blog .flexbox .col:first-child{
        padding-left: 0;
    }
    #news_blog .flexbox .col:last-child {
        padding-right: 0;
    }
    #news_blog ul.list li dl {
        display: block;
    }
    #news_blog ul.list li dl dt,
    #news_blog ul.list li dl dd {
        display: block;
        padding: 0;
    }

    /* --------------------------------
       □  access
    -------------------------------- */
    #access .txtArea .tel a {
        font-size: 3rem;
    }
    #access .txtArea .tel a span {
        font-size: 1.3rem;
        padding: 4px 10px;
    }
    #access .transportation > .flexbox {
    flex-direction: column;
    text-align: center;
    }
    #access .transportation .flexbox dl {
        margin-bottom: 20px;
    }
    #access .transportation dd .flexbox li {
        width: 100%;
    }

    /* モーダル */
    .mfp-container .modal-wrap dt .circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.8rem;
        top: -15px;
    }
}



/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and 
(min-width: 768px) {

}



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

    /* --------------------------------
       □  physical_examination
    -------------------------------- */
    #physical_examination {
        margin: 30px 4% 40px;
    }
        #physical_examination a {
            display: block;
            border: 2px solid #332E59;
            border-radius: 4px;
            padding: 30px 4%;
        }
    #physical_examination dl {
        text-align: left;
    }
        #physical_examination dt {
            font-size: 1.9rem;
            margin-bottom: 20px;
        }
            #physical_examination dt img{
                margin-right: 15px;
            }
        #physical_examination dd {
            font-size: 1.5rem;
            text-align: right;
        }
    #physical_examination .buttonStyle {
        position: relative;
        padding-right: 45px;
        margin-bottom: 0;
        display: inline-block;
    }
    #physical_examination .buttonStyle span {
        font-size: 1.3rem;
    }
        #physical_examination .buttonStyle.arrow span:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 0;
            display: inline-block;
            width: 33px;
            height: 11px;
            background: url(../../images/common/icon/arrow.svg) no-repeat right center;
            background-size: contain;
            z-index: 1;
            transition: all 300ms 0s ease;
        }
        #physical_examination a:hover .buttonStyle.arrow span:after {
            right: -5%;
        }
    
    /* --------------------------------
       □  newsInfo
    -------------------------------- */
    #newsInfo {
        margin-top: 30px;
    }
    #newsInfo ul.list {
        width: 100%!important;
    }
        #newsInfo ul.list li{
            padding: 15px 0px;
        }
        #newsInfo ul.list li dl > dt{
            display: block;
            width: auto;
            padding: 0px;
            margin-bottom: 5px;
        }
        #newsInfo ul.list li dl > dd.text{
            display: block;
            padding: 0;
        }
    
    /* --------------------------------
       □  concept
    -------------------------------- */
    #concept {
        background:#A99780;
        padding: 50px 4% 0;
        margin-top: 50px;
    }
    #concept .txtArea {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        padding: 0;
    }
        #concept .txtArea .lv3 {
            text-align: center;
        } 
        #concept .txtArea .text-l {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        #concept .txtArea .text {
            font-size: 1.6rem;
            line-height: 2;
            margin-bottom: 30px;
        }
        #concept .buttonStyle.arrow.white {
            text-align: center;
        }
    #concept figure {
        position: static;
        max-height: inherit;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    /* --------------------------------
       □  information
    -------------------------------- */
    #information {
        margin-bottom: 50px;
    }
    #information ul.list {
        margin-bottom: 0;
    }
        #information ul.list li {
            width: 100%;
            max-width: inherit;
        }
            #information ul.list li:last-child {
                margin-bottom: 0;
            }
        #information ul.list li dl dt,
        #information ul.list li dl dd >* {
            text-align: left;
        }
        #information ul.list li dl dt {
            margin-right: 20px;
            max-width: 89px;
        }
        #information ul.list li dl dd {
            text-align: left;
            width: calc( 100% - 109px);
        }
        #information ul.list li dl dd .ttl {
            font-size: 2.2rem;
            margin-bottom: 15px;
        }
        #information ul.list li dl dd span {
            padding-top: 0;
        }
        #information ul.list li dl dd .text {
            font-size: 1.5rem;
            margin-bottom: 10px;
            line-height: 1.8;
        }
    #information .online a {
        padding: 6% 4% 12%;
    }
        #information .online a:after {
            top: 88%;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            margin-left: 0;
        }
        #information .online figure {
            max-width: 113px;
            margin-bottom: 10px;
        }
        #information .online .text-l {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        #information .online .text {
            font-size: 1.5rem;
            margin: 0;
            text-align: center;
        }

    /* --------------------------------
       □  news_blog
    -------------------------------- */
    #news_blog {
        background:#F1EEEA;
        margin: 0;
        padding: 0;
    }
    #news_blog .flexbox .col,
    #news_blog .flexbox .col:first-child,
    #news_blog .flexbox .col:last-child {
        width: 100%;
        padding: 50px 4% 0 4%;
    }
    #news_blog #blog {
        background: #F8F8F8;
    }
    #news_blog h3.lv3 {
        margin-bottom: 20px;
    }
    #news_blog ul.list {
        width: 100%!important;
    }
        #news_blog ul.list li{
            padding: 15px 0px;
        }
        #news_blog ul.list li dl > dt{
            display: block;
            width: auto;
            padding: 0px;
            margin-bottom: 5px;
        }
        #news_blog ul.list li dl > dd.text{
            display: block;
            padding: 0;
        }
        #news_blog .buttonStyle.arrow {
            max-width: inherit;
        }

    /* --------------------------------
       □  access
    -------------------------------- */
    #access {
        padding-top: 50px;
        margin-top: 0;
        margin-bottom: 50px;
    }
    #access p.image.wide {
        margin-bottom: 30px;
    }
    #access .txtArea >* {
        text-align: center;
    }
        #access .txtArea .address {
            margin-bottom: 30px;
            text-align: center;
        }
        #access .txtArea .address .gmap {
            font-size: 1.5rem;
        }
        #access .txtArea .tel2 {
            border-top: 2px solid #E5E5E5;
            padding-top: 30px;
        }
            #access .txtArea .tel a {
                font-size: 3.1rem;
                line-height: 1;
            }
            #access .txtArea .tel a span {
                padding: 4px;
                width: 131px;
                height: 31px;
                box-sizing: border-box;
                text-align: center;
                line-height: 1.5;
            }
    #access .asterisk {
        font-size: 1.3rem;
        margin-top: 0;
    }
    #access dl.service {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
        #access dl.service >* {
            padding: 20px 0;
        }
        #access dl.service dt {
            width: 26%;
        }
        #access dl.service dd {
            width: 74%;
        }
    #access .map {
        margin-bottom: 30px;
    }
        #access .map iframe {
            border-radius: 4px;
            overflow: hidden;
        }
    #access .transportation > .flexbox {
        padding: 20px 4%;
    }
        #access .transportation .flexbox:before {
            width: 68px;
            height: 68px;
        }
    #access .transportation dt {
        font-size: 2.2rem;
        margin-bottom: 30px;
        margin-left: 68px;
    }
    #access .transportation dd {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    #access .transportation .image img {
        width: 100%;
        display: block;
    }
        #access .transportation .image span + span {
            margin-top: 20px;
        }
        #access .transportation .image span:first-child {
            margin-right: 0;
        }
    #access .transportation .train dd,
    #access .transportation .train dd ul.listdot {
        margin-bottom: 0;
    }

    /* モーダル */
    .mfp-container .modal-wrap .text-l {
        font-size: 2rem;
    }
    .mfp-container .modal-wrap .text {
        font-size: 1.4rem;
    }
    .mfp-container .modal-wrap p.image {
        margin-bottom: 30px;
    }
    .mfp-container .modal-wrap li {
        width: 48%;
        margin-bottom: 25px;
    }
    .mfp-container .modal-wrap dt .circle {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 1.4rem;
        left: 10px;
        top: -12px;
    }
    .mfp-container .modal-wrap dd {
        font-size: 1.4rem;
    }

    /* --------------------------------
       □  panorama
    -------------------------------- */
    #panorama {
        padding-bottom: 100px;
    }

}