/* Google Fonts. N.D. Retrieved from https://fonts.google.com/specimen/Quicksand/about */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');

/* https://googlefonts.github.io/japanese/#notosansjapanese */

* {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

/* reduce browser's default margin */
html, body{
    overflow-x: hidden;
}

body {
    margin: 0px;
    position: relative
}

table {
    border: 0;
    width: 100%;
}

#floatBtn {
    right: 10px;
    top: 180px;
    position: fixed;
    z-index: 150
}

.right-btn {
    width: 50px;
    height: 9rem;
    font-weight: 600;
}

.right-btn-admission {
    padding-top: 10px
}

.right-btn-admission a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #d1095e;
    /* 353FD8; */
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-style: oblique;
    box-shadow: 3px 3px 0px 0px #5375BD;
    
    padding-top: 10px;
    line-height: 33px;
}

.right-btn-admission a:hover {
    background: #668AD8;
    color: #FFFFFF;
    margin-left: 3px;
    margin-top: 3px;
    box-shadow: none;
}

.right-btn-insta {
    margin-top: 20px;
    line-height: 35px;
}

.right-btn-insta a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #ffaa00;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-style: oblique;
    box-shadow: 3px 3px 0px 0px #5375BD;
}

.right-btn-insta a:hover {
    background: #558ED8;
    color: #FFFFFF;
    margin-left: 3px;
    margin-top: 3px;
    box-shadow: none;
}

.right-btn-line {
    line-height: 23px;
    font-weight: 600;
    margin-top: 10px;
}

.right-btn-line a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #45A365;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-style: oblique;
    box-shadow: 3px 3px 0px 0px #5375BD;
}

.right-btn-line a:hover {
    background: #558ED8;
    color: #FFFFFF;
    margin-left: 3px;
    margin-top: 3px;
    box-shadow: none;
}

.width90{
    width: 80%;
    max-width: 600px;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.padding10{
    padding: 10px;
}

.mTop100 {
    margin-top: 100px;
}

.mTop70 {
    margin-top: 70px;
}

.mTop60 {
    margin-top: 60px;
}

.mTop50 {
    margin-top: 50px;
}

.mTop40 {
    margin-top: 40px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop20 {
    margin-top: 20px;
}

.colorBlack {
    color: #000;
}

.colorBrown {
    color: #CCAF82;
}

.colorDarkBrown {
    color: #755038;
}

.colorDarkGreen {
    color: #147B57;
}

.colorRed {
    color: red;
}

.fontSize8 {
    font-size: 1.0rem;
}

.fontSize10 {
    font-size: 1.0rem;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize30 {
    font-size: 30px;
}

.fontSize50 {
    font-size: 50px;
}

.fontBold {
    font-weight: 700;
}

.fontItalic {
    font-style: italic;
}

.fontSanserif {
    font: bold 2.5rem sans-serif;
}

.fontZonename {
    font: bold 1.5rem sans-serif;
}

.redUnderline {
    --color: red;
    --position: center bottom;
    --width: 100%;
    --height: 3px;
    background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
    padding-bottom: 5px;
}

#_3boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
}

#_3boxes div {
    border-radius: 25px;
    border: 2px solid #755038;
    width: 30%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}

._3boxes2 {
    width: 30%;
    max-width: 300px;
    display: inline-block;
    padding: 5px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.roundedDiv1 {
    width: 80%;
    max-width: 800px;
    padding: 10px;
    margin: auto auto;
    border-radius: 25px;
    background-color: #F2EBDC;
}

.specialDesc {
    /* margin-left: 32px; */
}

.answer{
    display: inline-block;
    font-size: 1rem;
    color: #333;
    background-color: #F8F6F2;
    padding: 12px 18px;
    border-radius: 8px;
    margin-top: 8px;
    border-left: 4px solid #CCAF82;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
}

.qaQuestion {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #755038;
    background-color: #F2EBDC;
    padding: 12px 18px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-left: 4px solid #147B57;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.roomDesc {
    text-align: right;
    width: 500px;
    margin: auto;
}

.roomDesc img {
    width: 500px;
    border: 5px solid #CCAF82;
}

.floatRight {
    float: right;
}

.bgRed {
    background-color: #F7D3D8;
}

.box500 {
    width: 500px;
    max-width: 90%;
    margin: 5rem auto;
}


.box600 {
    width: 600px;
    max-width: 90%;
    margin: 2rem auto;
}

.box700 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    left: 0px;
}

.olStyle01 {
    width: 650px;
    max-width: 90%;
    margin: 2rem auto;
    counter-reset: item;
    list-style-type: none;
    padding-inline-start: 0;
    padding-top: 20px ;
    padding-bottom: 20px ;
}

.olStyle01 li {
    display: block;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;

    position: relative;
    padding-left: 35px;
}

.olStyle01 li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    color: #d8113f;
    font-size: 25px;
    font-weight: bold;

    position: absolute;
    left: -5px;
}

.olStyle01 li .rightIcon {
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    width: 60px;
}

.olStyle01 li .rightIcon img {
    width: 60px;
}


.olStyleQ {
    width: 600px;
    max-width: 90%;
    margin: 2rem auto;
    counter-reset: item;
    list-style-type: none;
    padding-inline-start: 0;
}

.olStyleQ li {
    display: block;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;

    position: relative;
    padding-left: 35px;
}

.olStyleQ li:before {
    /* content: counter(item, decimal-leading-zero) " "; */
    content: "Q" counter(item);
    counter-increment: item;
    color: #d8113f;
    font-size: 25px;
    font-weight: bold;

    position: absolute;
    left: -5px;
}

.olStyle04 {
    width: 650px;
    max-width: 90%;
    margin: 0.5rem auto;
    counter-reset: item;
    list-style-type: none;
    padding-inline-start: 0;
    padding-top: 0px ;
    padding-bottom: 0px ;
}

.olStyle04 li {
    display: block;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;

    position: relative;
    padding-left: 35px;
}

.olStyle04 li:before {
    /* content: counter(item, decimal-leading-zero) " "; */
    counter-increment: item;
    color: #d8113f;
    font-size: 25px;
    font-weight: bold;

    position: absolute;
    left: -5px;
}


:root {
    --bg: #fdfdfd;
    --highlight1: #ED4264;
    --highlight2: #FFEDBC;
    --color: #1a1e24;
    --font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;
    --font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.olStyle02 {
    list-style: none;
    width: 600px;
    max-width: 90%;
    margin: 2rem auto;
}

.olStyle02 .item {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
}

.olStyle02 .item:before {
    font: bold 1.3rem/1 var(--font-number);
    content: counter(list);
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    color: var(--bg);
    background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
    text-shadow: 0 0 2px var(--highlight1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
}

.olStyle02 .item:after {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--highlight1);
    z-index: -1;
    border-top-left-radius: 3px;
}


.olStyle02 .headline {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
    font: bold 1.5rem var(--font-head);
}

.olStyle03 {
    width: 90%;
    max-width: 800px;
    line-height: 2.2rem;
    margin: 2rem auto;
    position: relative;
    left: -10px;
}

.olStyle03 li {
    /* display: block; */
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding-left: 35px; */
}

.olStyle03 li:before {
    /* color: #d8113f; */
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: -5px;
}

.olStyle05 {
    width: 95%;
    max-width: 800px;
    line-height: 2.2rem;
    margin: 2rem auto;
    position: relative;
    left: -25px;
    list-style-type: none;
}

.olStyle05 li {
    /* display: block; */
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 3px solid #0c9fd8;
    /* padding-left: 35px; */
    padding: 10px;
}

.olStyle05 li:before {
    /* color: #d8113f; */
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: -5px;
}


.fontStyle01 {
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    -webkit-text-fill-color: #FFCC00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 3px 3px #000000;
}

.fontStyle02 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    transform: translate(-50%, -50%);
    font-size:1.5rem;
        letter-spacing:0.1em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ea84b7;
    text-shadow: 
                            1px 1px #ff1f8f,
                            2px 2px #FFFFFF;
}

.fontStyle02_Black {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    transform: translate(-50%, -50%);
    font-size:1.4rem;
        letter-spacing:0.1em;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 
                            1px 1px #fff;
}

.fontStyle03 {
    font-family: 'Raleway', sans-serif;
    font-size:1.5rem;
    font-weight: 600;
        letter-spacing:0.1em;
    -webkit-text-fill-color: #ffcc00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;    
}

.fontStyle04 {
    font-family: 'Quicksand', sans-serif;
}

/*****************************************/
/*    Highlight style for <strong> tag   */
/*****************************************/

strong {
    position: relative;
}
  
strong::before {
    /* Highlight color */
    background-color: #46b96c;

    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 60%;
    left: -2px;
    bottom: 0;
    z-index: -1;
    transform: rotate(-2deg);
}

strong.yellow {
    position: relative;
}
  
strong.yellow::before {
    /* Highlight color */
    background-color: #f8b90b;

    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 60%;
    left: -2px;
    bottom: 0;
    z-index: -1;
    transform: rotate(-2deg);
}
  
.p_outer {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    clip: auto;
    overflow: hidden;
}

.p_container {
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.p_filler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 2px dashed #147B57;
    height: 50%;
}

.p_label {
    text-align: left;
    background: white;
    float: left;
    margin-right: 20px;
    padding-right: 4px;
    position: relative;
}

.p_text {
    background: white;
    padding-left: 4px;
    position: relative;
}

.aWhite {
    text-decoration: underline;
    color: white;
}

.aBlack {
    text-decoration: underline;
    color: black;
}


.noStyleA {
    text-decoration: none;
    color: #755038;
}

.l_container {
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.l_filler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 2px dashed #755038;
    height: 50%;
}

.l_label {
    background: #FFFEFC;
    position: relative;

}

.otherImg {
    height: 150px;
    border: 2px solid #CCAF82;
    border-radius: 10px;
}

/* image slider */
.wrapper {
    display: flex;
    max-width: 650px;
    width: 100%;
    height: clamp(240px, 40vw, 400px);
    margin: 0 auto;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 25px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}

.wrapper i.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    background-color: #CCAF82;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s linear;
    z-index: 100;
    cursor: pointer;
}

i.button:active {
    transform: scale(0.94) translateY(-50%);
}

i#prev {
    left: 25px;
}

i#next {
    right: 25px;
}

.image-container {
    /* height: 320px; */
    max-width: 500px;
    width: min(500px, 100%);
    overflow: hidden;
}

.image-container .carousel {
    display: flex;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.carousel img {
    height: auto;
    width: 100%;
    /* border-radius: 30% 70% 70% 30% / 23% 39% 61% 77%; */
    border-radius: 25px;
    border: 10px solid #fff;
    object-fit: cover;
}

/* - end of image slider */

/* for photo gallery*/
.galleryItem {
    cursor: pointer;
}

.backgroundBlocker {
    /* to center image*/
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    z-index: 9999;
}

.fullSizeImage {
    max-width: 95%;
    max-height: 95%;
}

#title {
    font-size: 4rem;
}

#speciality {
    width: 70%;
    margin: 100px auto
}

#banner1{
    margin: 100px auto
}

#banner1 > img{
    width: 600px;
}

#_3boxes2Mid {
    border-color: #147B57;
    border-style: solid;
    border-width: 0 2px;
}

#facilityTable {
    width: 700px;
}

#facilityTableTd {
    width: 140px;
}

#googleMap {
    width: 600px;
    height: 450px;
    border: 0;
}

#floatBtnTop {
    display: none;
}

#lineQR {
    width: 180px;
}

#priceMid {
    font-size: 1.2rem;
}

#priceMid ul li {
    height: 50px;
    text-align: left;
}

.mobileHidden {
    display: block;
}

.mobileShow {
    display: none;
}

#onlineIcon {
    width: 120px;
}

.clickBtn {
    width: 220px;
    height: 80px;
    font-size: 1.2rem;
    border: 0;
    background: #d1095e;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
    cursor: pointer;
}

.clickBtn2 {
    width: 300px;
    height: 80px;
    font-size: 1.2rem;
    border: 0;
    background: #0c4259;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
}

.bgRed {
    background-color: #F7D3D8;
}

.stamp {
    margin-top: 50px;
    position: relative;
    width: 90%;
	max-width: 700px;
    background-color: #F7D3D8;
    -webkit-filter: drop-shadow(3px 3px 1px black);
    filter: drop-shadow(0px 0px 5px white);
  }
  .stamp:before {
    position: absolute;
    top: -20px;
    display: block;
    content: "";
    background: radial-gradient(circle, transparent 15px, #F7D3D8 16px);
    background-size: 50px 40px;
    background-position: -20px -20px;
    width: 100%;
    height: 40px;
    z-index: -1;
  }
  .stamp:after {
    position: absolute;
    bottom: -20px;
    content: "";
    display: block;
    background: radial-gradient(circle, transparent 15px, #F7D3D8 16px);
    background-size: 50px 40px;
    background-position: -20px -20px;
    width: 100%;
    height: 40px;
    z-index: -1;
  }
  


/* Intro section styles */
.introSection {
    max-width: 700px;
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.introHeader {
    background-color: #B3D9E6;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 24px;
    margin: 30px 0 20px 0;
    border-radius: 8px;
}

.introHeader:first-child {
    margin-top: 0;
}

.introContent {
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.introContent p {
    margin: 12px 0;
}

.introContent strong {
    color: #147B57;
    font-weight: 700;
}

.introContent strong.orangeHighlight {
    color: #FF6600;
}

.introEmphasis {
    color: #1a237e;
    font-weight: 700;
    font-size: 17px;
}

.introImageWrapper {
    margin: 30px 0;
    text-align: center;
}

.introImage {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Waka hero section */
#heroWaka {
    position: relative;
    background: url('../images/waka2.jpg') center/cover no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

#heroWaka .heroCaptionWrap {
    position: absolute;
    right: 6%;
    bottom: 22%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

#heroWaka .heroCaption {
    background: #0b3d91;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.25;
    padding: 18px 26px;
    border-radius: 12px;
    font-size: clamp(3.3rem, 6.9vw, 4.8rem);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 600px) {
    #heroWaka {
        min-height: 58vh;
        align-items: flex-end;
    }
    #heroWaka .heroCaptionWrap {
        right: 5%;
        bottom: 16%;
        transform: none;
        align-items: flex-end;
    }
    #heroWaka .heroCaption {
        text-align: right;
        padding: 14px 18px;
        font-size: clamp(2.4rem, 9.3vw, 3.15rem);
        border-radius: 10px;
    }
}

/* CTA buttons (prominent, pretty, click-friendly) */
.ctaButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 35px;
    min-width: 320px;
    height: 95px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(255, 255, 255, 0.1) inset;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 8px 0;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ctaButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.ctaButton:hover::before {
    left: 100%;
}

/* CTA group to control spacing between buttons */
.ctaGroup {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; /* doubled from ~16px visual spacing (8px margins each) */
}

.ctaPrimary {
    background: linear-gradient(135deg, #ff2d87 0%, #e41b77 50%, #d1095e 100%);
}

.ctaPrimary:hover {
    background: linear-gradient(135deg, #ff4da0 0%, #ff2d87 50%, #e41b77 100%);
}

.ctaSecondary {
    background: linear-gradient(135deg, #1a7a9e 0%, #0e5a78 50%, #0c4259 100%);
}

.ctaSecondary:hover {
    background: linear-gradient(135deg, #2a9bc4 0%, #1a7a9e 50%, #0e5a78 100%);
}

.ctaButton:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2) inset;
    filter: brightness(1.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.ctaButton:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.ctaButton:focus-visible {
    outline: 3px solid #ffd166;
    outline-offset: 3px;
}

.ctaButton i {
    font-size: 1.3em;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

/* Ensure multi-line label stacks vertically and centers */
.ctaLabel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}
.ctaLabel .ctaMain {
}
.ctaLabel .ctaSub {
    font-size: 0.85em;
    font-weight: 600;
    opacity: 0.95;
}


/* 모바일 뷰 */
@media screen and (max-width: 600px) {

    .width90{
        width: 350px;
        max-width: 95%;
    }

    #banner1 > img{
        width: 100%;
    }

    /* mobile */
    #floatBtn {
        display: none;
    }

    .mobileHidden {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    i#prev {
        left: 11px;
    }

    i#next {
        right: 11px;
    }

    #floatBtnTop {
        width: 100%;
        height: 40px;
        display: flex;
        left: 0px;
        top: 0px;
        position: fixed;
        z-index: 150;
    }

    #floatBtnTop p {
        margin-top: 9px;
    }

    #floatBtnTop div {
        width: 33%;
        font-size: 1rem;
        flex-grow: 0;
        display: inline-block;
        align-items: center;
        align-content: center;
    }

    #floatBtnTop div a {
        text-decoration: none;
        color: #FFFFFF;
        font-style: oblique;
    }

    .top-admi {
        width: 100%;
        height: 100%;
        background: #d1095e;
        /* 353FD8; */
        text-align: center;
        box-shadow: 3px 3px 0px 0px #5375BD;
    }

    .top-insta {
        width: 100%;
        height: 100%;
        background: #ffaa00;
        text-align: center;
        color: #FFFFFF;
        box-shadow: 3px 3px 0px 0px #5375BD;
    }

    .top-line {
        width: 100%;
        height: 100%;
        background: #45A365;
        text-align: center;
        color: #FFFFFF;
        box-shadow: 3px 3px 0px 0px #5375BD;
    }

    #topLineThird{
        font-size: 0.8rem;
    }

    #titleQ {
        font-size: 1.5rem;
    }

    #title {
        font-size: 2rem;
    }

    #subtitle {
        margin-top: 50px;
    }

    .wrapper {
        margin-top: 55px;
        max-width: 400px;
        width: 100%;
        height: 200px;
    }

    #_3boxes div {
        border-radius: 15px;
    }

    .image-container {
        max-width: 350px;
        width: 350px;
    }

    .carousel img {
        height: 248px;
        width: 330px;
        /* border-radius: 30% 70% 70% 30% / 23% 39% 61% 77%; */
        border-radius: 25px;
        border: 10px solid #fff;
        object-fit: cover;
    }

    #_3boxes {
        margin-top: 20px;
        font-size: 1rem;
    }

    #speciality {
        width: 95%;
        margin: 100px auto;
    }

    .specialDesc {
        font-size: 0.9rem;
        color: black;
    }

    .olStyle01 {
        max-width: 100%;
        margin: 1.5rem auto;
        padding-top: 3px ;
        padding-bottom: 3px ;
        
    }

    .olStyle01 li .rightIcon {
        float: right;
        position: relative;
        width: 37px;
    }

    .olStyle01 li .rightIcon img {
        width: 40px;
    }

    .olStyle01 li:before {
        left: -2px;
    }

    .olStyleQ {
        max-width: 95%;
        margin: 1.5rem auto;
    }

    .olStyleQ li:before {
        left: -2px;
    }

    .qaQuestion {
        font-size: 20px;
        padding: 10px 14px;
    }

    .answer {
        font-size: 0.95rem;
        padding: 10px 14px;
    }

    .olStyle04 {
        max-width: 100%;
        margin: 0.5rem auto;
    }

    .olStyle04 li:before {
        left: -2px;
    }

    .roomNameTable {
        margin-top: 1rem;
    }

    ._3boxes2 {
        width: 100%;
        border-color: #147B57;
        border-style: solid;
        border-width: 2px 2px
    }

    #_3boxes2Mid {
        border-color: #147B57;
        border-style: solid;
        border-width: 2px 2px;
    }

    .roomDesc {
        width: 100%;
        text-align: right;
    }

    .roomDesc img {
        width: 95%;
        border: 2px solid #CCAF82;
    }

    .box500 {
        width: 100%;
        margin: 5rem auto;
    }

    .box600 {
        max-width: 98%;
        width: 100%;
        margin: 2rem auto;
    }

    .box700 {
        width: 105%;
        max-width: 105%;
        margin: 0 auto;
        left: -20px;
    }

    .fontSize15 {
        font-size: 1rem;
    }

    .fontSize20 {
        font-size: 1.2rem;
    }

    .fontSize28 {
        font-size: 1.4rem;
    }

    .otherImg {
        height: 100px;
        ;
    }

    #facilityTable {
        width: 100%;
        max-width: 500px;
    }

    #facilityTableTd {
        width: auto;
    }

    #facilityTableTd img {
        width: 45px;
    }

    .fontSize8 {
        font-size: 0.8rem;
    }

    .fontSize10 {
        font-size: 1rem;
    }

    #priceMid {
        font-size: 1.3rem;
    }

    #priceMid ul li {
        height: 80px;
        text-align: left;
    }

    .fontSanserif {
        font: bold 1.5rem sans-serif;
    }

    .fontZonename {
        font: bold 1.2rem sans-serif;
    }

    .fontZonenameJa {
        font: bold 1.0rem sans-serif;
    }

    .olStyle02 {
        width: 400px;
        max-width: 90%;
        margin: 2rem auto;
        position: relative;
        left: -25px;
    }

    .olStyle02 .item {
        font-size: 1.1rem;
        line-height: 1.375;
    }

    .olStyle02 .item:before {
        font: bold 1rem/1 var(--font-number);
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 0.75rem 0.375rem 0;

    }

    .olStyle02 .item:after {
        width: 1.25rem;
        height: 1.25rem;
    }


    .olStyle02 .headline {
        font: bold 1.3rem var(--font-head);
    }

    #priceTitle {
        text-align: center;
    }

    #lineQR {
        width: 160px;
    }

    #googleMap {
        width: 100%;
        height: 400px;
        border: 0;
    }

    #onlineIcon {
        width: 80px;
    }

    .ctaButton {
        min-width: 280px;
        height: 80px;
        padding: 16px 28px;
        font-size: 1.5rem;
        gap: 10px;
    }

    .ctaButton i {
        font-size: 1.2em;
    }

    .ctaGroup {
        gap: 24px;
    }

    .introSection {
        width: 95%;
        padding: 20px 15px;
    }

    .introHeader {
        font-size: 18px;
        padding: 14px 18px;
        margin: 25px 0 15px 0;
    }

    .introHeader:first-child {
        margin-top: 0;
    }

    .introContent {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .introContent p {
        margin: 10px 0;
    }

    .introImageWrapper {
        margin: 25px 0;
    }

}