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

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

.pop {
    position: absolute;
    width: 50vw;
    height: 40vw;
    left: 25vw;
    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: 90%;
    background-color: pink;
}

.pop-news {
    font-size: 3vw;
    color: white;
}
.pop-news span {
    font-size: 3.5vw;
}

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

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

main {
	position: relative;
	z-index: 1;
}
.header_img {
	position: absolute;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
    pointer-events: none;
}


#smart-header, .btn {
	opacity: 0;
    display: none;
}

.container {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
	top: 0;
}

.container a {
    text-decoration: none;
}


.call-number p {
    width: auto;
    text-align: right;
    font-size: 2vw;
    position: relative;
    color: rgb(232,116,156);
    margin-right: 2vw;
    margin-left: 7vw;
    margin-top: 1.5vw;
}

/*10px→1vw*/

.menu-box {
    position: relative;
    width: auto;
    height: auto;
    font-size: 1.5vw;
    margin-left: 2.5vw;
	margin-top: 2vw;
    color: rgb(100, 100, 100);
    opacity: 0.5;
}

.menu-box:hover {
    opacity: 1.0;
    cursor: pointer;
}

#normal-header {
    max-width: 100%;
    position:fixed;
}


.box_holder {
    margin-top: 10vw;
    text-align: center;
}

.box {
    display: inline-flex;
    position: relative;
    margin: 0.8vw;
    width: 46vw;
    height: 46vw;
    padding: 0;
    vertical-align: top;
}

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

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

.slider-item {
    width: 97%;
	padding-bottom: 97%;
	object-fit: cover;
    position: relative;
}

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

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

footer {
    height: 80px;
    width: 100%;
}

.headline {
    font-size: 2vw;
    color: rgb(230,160,197);
}

.smartphone-call {
    display: none;
    opacity: 0;
}

.smartphone-call a {
    display: none;
    opacity: 0;
    text-decoration: none;
}

.news {
    position: absolute;
    left: 0;
    top: 0;
}

.shinryoujikan {
    position: absolute;
    left: 0;
    bottom: 11vw;
}

table {
	position: absolute;
    width: 97%;
	height: 3vw;
	background-color: white;
    border-collapse: collapse;
	font-size: 1.2vw;
	bottom: 1.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 0.1vw pink;
    text-align: center;
    padding: 0.75vw 0vw;
}


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

.box .news-box {
    width: 97%;
    height: 27vw;
    position: absolute;
    border: solid 0.1vw grey;
    top: 2.5vw;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 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: 1.7vw;
    color: grey;
    display: block;
    margin: 4vw auto;
    line-height: 2.5vw;
}

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

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

.authorized {
    margin-top:2.5vw;
    width: 95vw;
    height: 12vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: rgba(177, 147, 126, 0.721);
    display: flex;
    border-radius: 6vw;
    overflow: hidden;
}

.authorized-left{
    width: 50%;
}

.authorized-right{
    width: 50%;
    position: relative;
}

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

.authorized-text {
    width: 100%;
}

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

.authorized-text a {
    width: 100%;
    margin-top: 4vw;
    font-size: 1.5vw;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

.click-button {
    position: absolute;
    width: 30vw;
    height: 4vw;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    right: 0;
    color: rgba(177, 147, 126, 0.721);
    font-size: 1.5vw;
    text-decoration: underline;
    line-height: 4vw;
    font-weight: bold;
    border-radius: 4vw 0 0 0;
}

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

.access {
    width: 97vw;
    height: 40vw;
    margin-top: 5vw;
    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: 90%;
    margin-top: 1vw;
    box-shadow: 1.5vw 1.5vw rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

.treatment {
    color: rgb(230,160,197);
}

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

.treatment-box {
    position: relative;
    width: 95%;
    height: auto;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    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-title {
    font-size: 2vw;
    text-align: left;
    margin-bottom: 1.5vw;
    margin-top: 3vw;
    color: grey;
    margin-left: 2.5vw;
    font-weight: 700;
}

.treatment-text {
    font-size: 1.5vw;
    text-align: left;
    margin-left: 2.7vw;
    margin-right: 2.7vw;
    margin-bottom: 3vw;
    color: grey;
    font-weight: 400;
    line-height: 2.5vw;
}

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


.doctor-holder {
    position: relative;
    width: 97vw;
    height: 40vw;
    margin-top: 7vw;
    margin-right: auto;
    margin-left: auto;
    /*border: 2px solid;
    border-color: black;*/
    text-align: center;
}

.doctor-box {
    position: relative;
    width: 95%;
    height: auto;
    margin-top: 1vw;
    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;
}

.doctor-box div {
    display: inline-block;
    position: relative;
    height: 25vw;
    margin: 1vw 1vw;
    text-align: left;
}

.name-box {
    width: 40%;
}

.profile {
    width: 52%;
}

.name-box p {
    font-size: 3vw;
    color: grey;
    position: absolute;
    top: 35%;
    left: 25%;
}

.profile p {
    font-size: 1.8vw;
    color: grey;
    position: absolute;
    margin-right: 1.5vw;
    top: 3.5vw;
    left: 0;
    line-height: 2.5vw;
}


#smart-footer {
    display: none;
}

.bold {
    font-weight: 700;
}

.treatment_hl {
    font-weight: 1.6vw;
}

.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: 40%;
    max-width: 800px;
    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: 26px;
    margin-bottom: 10px;
}

.popup p {
    font-size: 16px;
    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;
}