@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    width: 100%;
}
body {
    visibility: hidden;
    min-width: 300px;
}
footer {
    /*background-color: #f4f4f4;*/
    border-radius: 40px 40px 0px 0px;
    bottom: 0;
    margin-top: auto;
}
h1,h2,h3,h4,h5 {
    font-family: 'Arial','Kiwi Maru', serif;
    color:#696767;
    text-align: center;
    font-weight: 500;
}
p {
    font-family: 'Kiwi Maru', serif;
    /*font-family: 'Helvetica',	Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro;
    */
    color: #696767;
    text-align: center;
    width: 100%;
    max-width:  410px;
}
a:focus {
    outline: none;
}
@font-face {
    font-family: 'Reisho';
    src: url('/static/fonts/HOT-Kaishokk-R.otf ') format('opnetype');
    font-weight: normal;
    font-style: normal;
}
/* ====== Header Styles ====== */
.header{
    position: relative;
    display: flex;
    height: 70px;
    /*padding-top: 10.25px;*/
    padding-bottom: 10.25px;
    z-index: 9999;
}
.header .logo {
    margin-left: 3%;
    margin-bottom: 0px;
    width: 50px;
    height: 45px;
    position:fixed;
}
.header .link {
    padding-top: 10.25px;
    position: relative;
    height: min-content;
    text-decoration:none;
    display: flex;
    width:255px;
}
.logo-img {
    display: flex;
    align-items: center;
}
.logo-img img {
    width: 160px;
    height: 20px;
}
.link .heading {
    font-family: 'Reisho', serif;
    font-weight: lighter;
    /*color: #4c4c4c;*/
    color: #fd7096eb;
    width: max-content;
    letter-spacing:-2px;
    padding-top: 7px;
}
/* ====== Navigation Styles ====== */
/*.burger {
    display: block;
    width: 45px;
    aspect-ratio: 1/1;
    position: fixed;
    top: 15px;
    right: 3%;
}*/
@keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  #overlay-button {
    position: fixed;
    right: 2.5%;
    padding: 33px 11px;
    padding-right: 0;
    z-index: 5;
    cursor: pointer;
    user-select: none;
  }
  #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #f990aceb;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }
  #overlay-button span:before {
    top: -10px;
    /*visibility: visible;*/
  }
  #overlay-button span:after {
    top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #f990aceb;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #f990aceb;
  }
  
  input[type=checkbox] {
    display: none; 
    
  }
  
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible; 
  }
  
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
    
    
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  
  
  }
  
  #overlay {
    height: 100vh;
    width: 100vw;
    background: white;
    z-index: 2;
    visibility: hidden;
    position: fixed;
  }
  #overlay ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
    margin-top: 80px;
    margin-left: 30px;
  }
  #overlay ul li {
    padding: 20px;
  }
  #overlay ul li a {
    color: #f990aceb;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
  }
  #overlay ul li a:hover {
    color: #f990aceb!important;
  }
  #overlay li a::before {
    content: " >"; 
    font-size: 16px;
    font-weight: 700;
    color: #f990aceb;
    margin-right: 14px;
  }
/* ====== Family Section Styles ====== */
.family {
    position: relative;
    margin: auto;
    margin-right: 3%;
    margin-left: 3%;
    overflow: hidden;
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
.family .back {
    width: 100%;
    display: block;
    height: 77vh;
    object-fit: cover;
    border-radius: 40px 3px 40px 3px;
    /*animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;*/
    z-index: 40;
}
.family .tag {
    position: absolute;
    display: block;
    top: 7%;
    left: 14%;
    writing-mode: vertical-rl;
}
.tag h2 {
    color: #ffffff;
    /*font-size: 28px;*/
    font-size: 30px;
    font-weight: 500;
}
.family .sakura {
    width: 100%;
    position: absolute;
    display: block;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    display:none
}
.sakura h1,h3 {
    color: #ffff;
}
.sakura h1 {
    font-size: 35px;
    font-weight: 560;
}
.sakura h3 {
    font-size: 19px;
    font-weight: 600;
}
.family .news-sec {
    position: absolute;
    display: block;
    top: 74.5%;
    left: 3%;
    margin-bottom: 10px;
}
@media (max-height: 700px) {
    .family .news-sec {
        top: 72%;
    }
}
.family .news {
    position: absolute;
    background-color: #ffff;
    opacity: 0.88;
    width: 95%;
    height: 100px;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.news {
    display: flex;
    align-items: center;
}
.top-news {
    width: 94%;
    margin: auto;
}
.top-news a{
    display: flex;
    text-decoration: none;
    align-items: center;
}
.top-news li {
    list-style: none;
}
.top-news p {
    width: auto;
    margin-bottom: 7px;
    /*color: #704b25;*/
    color: #ec698ceb;
    height: 23px;
}
.top-news .date {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}
.top-news .news-title {
    overflow: hidden;
    text-align: left;
    font-size: 15px;
}
@media (min-width: 600px) {
    .top-news .date {
        font-size: 15px;
    }
    .top-news .news-title {
        font-size: 17px;
        max-width: 100%;
    }
}
.top-news a:hover {
    opacity: 0.7;
}
.news-more {
    width: auto;
    margin-top: 1.8em;
    padding-right: 10px;
}
.news-more a{
    text-decoration: none;
    color: #704b25;
    font-family: Arial, Helvetica, sans-serif;
}
.news-more:hover {
    opacity: 0.7;
}
/*=========News List Link Style Section=======*/
.news-list:hover {
    opacity: 0.7;
}
/*Home Treatment Section Style*/
.treatment {
	text-align: center;
	display: block;
    margin-bottom: 0px;
}
.treatment .heading {
    color: #696767;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
.heading::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: 		#a95806;
    margin:5px auto;
    border-radius: 2px;
    margin-top: 10px;
}
.treatment .text {
    color: #696767;
    width: 300px;
}
.treatment p {
    text-align: left;
	display: inline-block;
    font-size: 17px;
    width: 80%;
    max-width: 300px;
    margin-bottom: 30px;
}
.treatment .thumb {
    position: relative;
    width: auto;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 40px;
    /*overflow: hidden;*/
    justify-content: center;
    display: flex;
}
.thumb .wall {
    display: block;
    object-fit: cover;
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.9;
}
.thumb .treat-hd {
    color :#ffffff;
    position: absolute;
    font-size: 23px;
    margin-top: 50px;
}
.treat-hd::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffff;
    margin:15px auto;
    border-radius: 2px;
    margin-bottom: 30px;
}
.thumb .treat-expl {
    color :#696767;
    position: absolute;
    font-size: 17px;
    top: 180px;
    width: 350px;
}
.thumb .link {
    border: solid 3px;
    border-radius: 20px;
    border-width: 1.5px;
    padding: 5px 40px;
    bottom: 80px;
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    text-decoration: none;
}
/* ====== Treatment Section Styles ====== */
/*
#alphabet {
    font-family: sans-serif; 
    font-weight: lighter;
    color: #6c6b6b;
}
.treatment-heading {
    text-align: center;
    color:#696767;
    color: #fd7096;
    margin-bottom: 10px;
    font-family:'Kiwi Maru', serif;
}
.insurance-treatment .title {
    margin-bottom: 20px;
    font-size: 22px;
}
.non-insurance-treatment .title {
    margin-bottom: 20px;
    font-size: 22px;
}
.title {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Kiwi Maru', serif;
    color:#696767;
    text-align: center;
}
.treatment-item {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: 4%;
    margin-left: 4%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.treatment-item .case {
    margin-top: 20px;
    margin-right: 4%;
    margin-left: 4%;
    padding: 10px;
}
.case span {
    color: #fd7096;
    font-size: 25px;
}
.case .note {
    color:#fd7096;
    font-size: 10px;
}
.treatment-item .darker{
    color:#5e5c5c;
}
.treatment-item .treatment-expl {
    margin-bottom: 10px;
}
.treatment-item .fee {
    display: flex;
    justify-content: center;
}
.treatment-item h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.treatment-item p {
    font-size: 17px;
}
.treatment-item .subdiv{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#505050;
    font-size: 18px;
}
.treatment-item .part {
    font-size: 16px;
}
*/
/* ======Treatment-Flow Section Styles ====== */
.treatment-flow {
	text-align: center;
	display: block;
    margin-bottom: 0px;
}
.treatment-flow .heading {
    color: #696767;
    margin-bottom: 13px;
    text-align: center;
}
.treatment-flow h4 {
    margin-bottom: 10px;
}
.treatment-flow .text {
    color: #696767;
    width: 350px;
}
.treatment-flow p {
    text-align: center;
	display: inline-block;
    margin-bottom: 30px;
    font-size: 17px;
}

/*======= Section Std Styles*/
.section-std {
    position: relative;
    width: 94%;
    margin: auto;
    height: auto;
    border-radius: 0px 30px 15px 150px;
    margin-top: 90px;
} 
.section-image {
    left: 0;
    right: 0;
    height: 200px;
    z-index: 20;
    overflow: hidden;
    border-radius: 0px 30px 0px 0px;
}
.section-contents {
    left: 0;
    right: 0;
    background-color: #efecec;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
}
.range {
    width: 80%; 
    margin: auto;
    padding-top: 30px;
}
.range .section-heading {
    margin: auto;
    color: 	#72b8bc;
    text-align: left;
    font-size: 22px;
}
.sub-section-heading {
    font-size: 19px;
    color: 	#72b8bc;
    text-align: left;
    margin: auto;
    margin-top: 20px;
}
.section-image img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
}
/*======== Treatment Detail Styles ======*/
.treatment-details {
    padding-bottom: 50px;
}
/*======== Salutation Styles======*/
.salutation {
    margin-top: 30px;
}
.section-contents .txt {
    width: 100%;
    text-align: left;
    margin: auto;
    margin-top: 15px;
}
.section-contents .card {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 380px;
    padding-bottom: 30px;
    margin: auto;
}
.card .post {
    text-align: left;
    margin-right: 10px;
}
.card img {
    border-radius: 10px;
    margin: auto;
    margin-top: 26px;
    margin-right: 0;
}
.card .spc {
    margin-right: 15.5px;
}
/*======= AirPay Section Styles ====*/
.payment {
    z-index: 40;
}
.airpay {
    width: 360px;
    margin: auto;
    margin-top: 50px;
    padding-top: 50px;
    border: 1px solid #b6b4b4;
    border-radius: 10px;
}
.list {
    display: flex;
    justify-content: center;
}
.list img {
    height: 370px;
}
.airpay-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.airpay-logo img {
    height: 30px;
}
@media (min-width: 600px) {
    .airpay {
        width: 470px;
    }
    .list img {
        height: 500px;
    }
    .airpay-logo img {
        height: 45px;
    }
}
/*======= ItaPay Section Styles ======*/
.itapay {
    display: flex;
    width: 360px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #b6b4b4;
    border-radius: 5px;
    height: 70px;
}
.app {
    display: flex;
    margin: auto;
    margin-right: 0;
}
.app img {
    width: 40px;
}
h4 {
    margin: auto;
}
@media (min-width: 600px) {
    .itapay {
        width: 470px;
    }
}
/*======= Footer Section Styles =====*/
.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.footer-img {
    margin-top: 8px;
}
.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.tel .tel-txt {
    margin-bottom: 5px;
    font-family: 'Kiwi Maru', serif;
}
.tel .num {
    font-size: 30px;
    color: #7CC55C;
    margin-bottom: 20px;
    text-decoration: none;
}
.table-container {
    overflow-x: auto;
    width: 100%;
    font-family: 'Kiwi Maru', serif;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th {
    color: #696767;
}
th, td {
    border: 1px solid #efeeee;
    padding: 10px;
    font-size: 13px;
}
td .circle {
    background-color: #95E172;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}
td {
    font-size: 10px;
    color: #696767;
}
td.note {
    color: #696767;
    font-size: 10px;
}
.footer-main {
    margin-top: 50px;
    height: 300px;
    background-color: #efeeee;
    border-radius: 25px 25px 0 0 ;
}
.footer-nav {
    padding-top: 30px;
}
.footer-nav a {
    font-family: 'Kiwi Maru', serif;
    font-size: 16px;
    text-decoration: none;
    color: #545353;
    display: flex;
    margin-left: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-nav a::after {
    content: ">"; 
    font-size: 16px;
    font-weight: 700;
    color: #f990aceb;
    margin-left: auto;
    margin-right: 7%;
}
.footer-nav a:hover {
    color: #f990aceb;
}
/* ====== Map Section Styles ====== */
.footer-map {
    margin-right: 5%;
    margin-left: 5%;
    max-width: 451.984px;
    margin: auto;
}
.address {
    text-align: center;
    font-size: 13px;
    margin-top: 35px;
    margin-left: 0;
}
.map {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 20px;
    overflow: hidden;
}
.map .locate {
    object-fit: cover;
    border-radius: 15px;
}
@media (max-width:300px) {
    .family .sakura {
        display: none;
    }
}
@media (min-width: 470px) {
    .family .forward {
        width: 423px;
        height: 423px;
    }
}
/*min-heightも必要*/
@media (min-width: 750px) {
        main {
            margin-right: 1%;
            margin-left: 1%;
        }
        .header {
            height: 100px;
            padding-top: 18px;
            padding-bottom: 18px;
        }
        .header .link {
            width: 321px;
        }
        .link .logo-main {
            width: 71px;
            height: 64px;
        }
        .link .heading {
            display: block;
            font-size: 30px;
        }
        .family .back{
            height: 80vh;
            border-radius: 90px 0px 90px 0px;
        }
        .family .forward {
            width: 550px;
            height: 550px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .family .sakura {
            display: none;
        }
        .tag h2 {
            /*color: #ffff;*/
            font-size: 42px;
        }
        .burger {
            display: none;
        }
        .treatment {
            margin-bottom: 50px;
        }
        .treatment .thumb-container {
            display: flex;
            width: 100%;
        }
        .thumb-container .thumb {
            width: 60%;
            display: flex;
            padding: 0;
        }
        footer {
            margin-right: 3%;
            margin-left: 3%;
        }
}
@media (max-height:385px) {
    .family .tag {
        display: none;
    }
}









