<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
i.fa-solid.fa-comments,i.fa-solid.fa-circle-check {
    color: #f89174;
    font-size: 20px;
    margin-right: 1%;
}
table.voice th,table.voice td{
    border: none;
    background: transparent;
    padding: 15px 10px 13px;
}
table.voice th{
    width: 5%;
    vertical-align: middle;
}
table.voice tr{
    border-bottom: 1px dashed #444;
}
.img-box {
    padding: 5% 15%;
}
.greeting-ttl {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #ff9102;
}
.Vision-box {
    line-height: 2.4;
    font-weight: 600;
    font-size: 20px;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
ul.decimal li{
    list-style: decimal;
}
.blue-box {
    background: #86abdc52;
    padding: 3%;
    margin-bottom: 3%;
    border-radius: 15px;
}
ul.policy li {
    list-style: decimal;
}
ul.service{
    list-style: none;
    margin: 0;
  }
  
ul.service li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    display:inline-block;
    margin-right:10px;
    color: #ff9102;
  }
  ul.service li {
    line-height: 2.5;
    font-size: 17px;
  }
  p.service-ttl {
    text-align: center;
    border-bottom: 1px solid #ff9102;

}
i.fa-solid.fa-circle {
    color: #ff9102;
}
  .service_img {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 3%;
    }
    .service_img img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    }
    .bg_num{
        background-image: url(/../img/voice02.png);
    }
    p.about-ttl {
        font-size: 1.1em;
        color: #ff9102;
        font-weight: bold;
    }
    .p-box {
        height: 70px;
    }
    .p-box p {
        line-height: 1.6;
    }
    p.ttl-3 {
        font-size: 1.1em;
    }
    p.ttl-3 span {
        content: "";
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.5em;
        min-width: 1.5em;
        height: 1.5em;
        background: rgba(var(--tcd-accent-color, 0,0,0),1);
        color: #fff;
        border-radius: 50%;
        line-height: 1;
        margin-top: 0.3em;
        margin-right: 0.7em;
    }
    .tit {
        text-align: center;
        margin-bottom: 5%;
    }
     .tit span {
        display: block;
        font-size: 25px;
    }
    span.marker-o {
        color: #ff9102;
        font-weight: bold;
    }
.hotel {
        padding: 2%;
        text-align: center;
    }

    p.sent {
        height: 300px;
    }
    table.half {
        width: 50% !important;
        margin: 0 auto;
    }
    span.addr {
        font-size: 0.9em;
    }
    .hotel-bg {
        background: #ff91021f;
        padding: 3% 5% 5%;
        margin-top: 3%;
    }
@media only screen and (max-width: 767px) {
    table.half {
        width: 100% !important;
        margin: 0 auto;
    }
    .tit span {
        font-size: 22px;
    }
    p.greeting-ttl {
        font-size: 22px;
    }
    span.addr {
        font-size: 15px;
    }
    .s_table{
        overflow: unset!important;
        white-space: unset!important;
        margin-bottom: 2em;
    }
    }</pre></body></html>