
body {
    margin: 0;
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.pop {
    position: absolute;
    width: 80vw;
    height: 60vw;
    left: 10vw;
    top: 30vw;
    background-color: cadetblue;
    z-index: 3;
    box-shadow: 0 0 10px gray;
    font-weight: 700;
}

.pop div {
    display: table;
    width: 100%;
}

.pop div p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pop-text {
    height: 80%;
    background-color: pink;
}

.pop-news {
    font-size: 4.5vw;
    color: white;
}
.pop-news span {
    font-size: 5vw;
}

.pop-close {
    color: white;
    height: 20%;
    background-color: rgb(167, 167, 167);
    font-size: 4.5vw;
}

.pop-close:hover {
    background-color: rgb(105, 105, 105);
    cursor: pointer;
}

header {
    position: relative;
    z-index: 2;
    height: 0;
}

main {
    position: relative;
    z-index: 1;
}

.headline {
    font-size: 4.5vw;
    color: rgb(230,160,197);
    text-align: center;
}


.header_img {
	position: absolute;
	top: 0;
	position: fixed;
	width: 100%;
    pointer-events: none;
}


#normal-header {
	opacity: 0;
}

.container {
    display: none;
}

.slider-box {
    display: inline-block;
    position: relative;
    margin-top: 25vw;
    margin-left: 1.5vw;
    width: 97vw;
    height: 60vw;
    padding: 0;
}

.news-shinryou-box {
    display: inline-block;
    position: relative;
    margin: 0.8vw;
    width: 97vw;
    height: auto;
    padding: 0;
}



.box .img-shadow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 97%;
	padding-top: 60%;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider {
    position: relative;
    width: 100%;
    height: 47vw;
    padding: 0;
}

.slider-item {
    margin-left: 1vw;
    width: 96%;
    height: 57.5vw;
	object-fit: cover;
    overflow: hidden;
}

ul{
    margin:0;
    padding: 0;
    list-style: none;
}

#background-image {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
}



.news {
    width: 100%;
    position: relative;
    margin: 1.5vw auto;
}

.news span {
    font-size: 3vw;
}

.box .news-box {
    margin: 2vw auto;
    width: 97%;
    height: 60vw;
    border: solid 0.1vw grey;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3vw 0;
    overflow-y: scroll;
}

.link {
    text-decoration: underline;
}

hr {
    width: 80%;
    margin: auto auto;
    color: rgb(160, 160, 160);
}

.news-text {
    position: relative;
    height: auto;
    width: 100%;
    position: relative;
    font-size: 4vw;
    color: grey;
    display: block;
    margin: 4vw auto;
    line-height: 5vw;
    text-align: center;
}

.news-title {
	font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 2vw;
}

.news-date {
    font-size: 5vw;
    line-height: 7vw;
}

.shinryoujikan {
    position: relative;
    margin: 3vw auto 1.5vw auto;
    width: 100%;
    height: auto;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 97%;
	height: 15vw;
	background-color: white;
    border-collapse: collapse;
	font-size: 2.5vw;
    line-height: 5vw;
	box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
}

#row1, table tr *:nth-child(1) {
    background-color: rgba(255, 192, 203, 0.356);
}

table th, table td {
    color: gray;
    border: solid 1px rgba(255, 192, 203, 0.5);
    text-align: center;
    padding: 0.75vw 0vw;
}

a:hover {
    cursor: pointer;
}

.smartphone-call {
    position: relative;
    margin: 8vw auto;
    width: 70vw;
    height: 15vw;
    background-color: pink;
    display: table;
    border-radius: 2vw;
    z-index: 3;
}

.smartphone-call a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    font-size: 5vw;
    text-align: center;
}


.authorized {
    margin-top:2.5vw;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: rgba(177, 147, 126, 0.721);
    overflow: hidden;
    margin-bottom: 6vw;
}

.authorized img {
    margin-top: 4vw;
    margin-bottom: 2vw;
    height: 12vw;
}

.authorized-text {
    width: 100%;
    font-size: 4vw;
    margin-top: 2vw;
    font-weight: bold;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.click-button {
    width: 45vw;
    height: 8vw;
    border-radius: 4vw;
    margin-top: 3vw;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    text-decoration: underline;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(177, 147, 126, 0.721);
    line-height: 8vw;
}

.click-button p svg {
    height: 6vw;
    width: 4vw;
    margin-left: 0;
    margin-top: 1vw;
    margin-bottom: 1vw;
    fill: rgba(177, 147, 126, 0.721);
}



    
.access {
    width: 97vw;
    height: 75vw;
    margin-top: 3vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
}

.access-title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

iframe {
    width: 95%;
    height: 60vw;
    margin-top: 2vw;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}


.treatment-holder {
    position: relative;
    width: 97vw;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.treatment-box {
    position: relative;
    width: 95%;
    height: auto;
    margin: 2vw auto;
    padding-bottom: 2vw;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    border: 0.1vw solid;
    border-color: grey;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

#smart-footer {
    opacity: 0;
}

.treatment_hl {
    font-size: 16px;
}

.treatment-title {
    font-size: 16px;
    text-align: left;
    margin: 4vw 2.5vw 1.5vw 2.5vw;
    color: grey;
    font-weight: 700;
}

.treatment-title span {
    font-size: 2.5vw;
}

.treatment-text {
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    margin: 3vw 2.7vw;
    color: grey;
}

.treatment-text br {
    line-height: 0;
    font-size: 0;
}


.doctor-holder {
    position: relative;
    width: 97vw;
    height: 80vw;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.doctor-box {
    position: relative;
    width: 95%;
    height: 50vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    border: 0.1vw solid grey;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-bottom: 4vw;
}

.doctor-box div {
    position: relative;
    width: 100%;
    margin: 5vw auto;
}

.name-box p {
    color: grey;
    font-size: 5vw;
}

.profile p {
    font-size: 2.9vw;
    color: grey;
    margin: 1vw auto;
}

#smart-footer {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.bold {
    font-weight: 700;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    background-color: #fff;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.popup h2 {
    color: rgb(232, 116, 156);
    font-size: 5.5vw;
    margin-bottom: 10px;
}

.popup p {
    font-size: 4vw;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

#popup-button {
    display: inline-block;
    background-color: rgb(232, 116, 156);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}

#popup-close-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: rgb(232, 116, 156);
    cursor: pointer;
}