<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');
/*******************************************
*** CSS Document - RESET
********************************************/
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}
/* box-sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

dl,
dt,
dd,
ol,
ul,
li {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

img{
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
section {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
/* input */
input,
select,
textarea,
button {
    width: 100%;
    vertical-align: middle;
}
textarea {
    margin: 1rem auto .5rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* link */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active{
    color: #b93349;
}

::selection {
    background: #dc99a4;
}

/*******************************************
*** Utillity Setting
********************************************/
.center {
    text-align: center;
}

.sp_only {
    display: none;
}

.sp_fluid {
    width: 100%;
    max-width: 768px;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
}

.google-map {
    height: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}

.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mt3r {
    margin-top: 1rem !important;
}

/* 全幅ラップ */
.overall_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}

#float_cta {
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .is-fixed {
        position: fixed;
        opacity: 1 !important;
        transition: all .5s;
    }
}


/*******************************************
*** Font Style
********************************************/
html {
    font-family: "Noto sans JP";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
    color: #363636;
}

h1 {
    line-height: 0;
    font-size: 2rem;
    background-color: #f8f6f1;
    text-align: left;
    padding: 3rem 0;
}

h1::before {
    content: 'Counseling Reservation ';
    color: #b99e6e;
    font-size: 1rem;
    display: block;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

h3 {
    color: #363636;
    padding: 1.2rem;
}

h4{
    margin-top: 3.5rem;
    font-size: 2rem;
    text-align: center;
}

.h4_after {
    background-color: #b99e6e;
    display: block;
    height: 1.5px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 5em;
}

.h4_after::before {
    left: 0;
    background: #b99e6e;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.h4_after::after {
    right: 0;
    background: #b99e6e;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

p {
    color: #363636;
    margin: 0;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 1.8vw;
    }
}
@media screen and (max-width: 430px) {
    html {
        font-size: 3.2vw;
    }
}
.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
    font-size: 1.2rem;
}
.small {
    font-size: .75rem;
}

h2 {
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    color: #363636;
    background-color: #f8f6f1;
    border: 1px solid #b99e6e;
    text-align: left;
    position: relative;
}

h2.required::after {
    content: '必須';
    color: #fff;
    font-size: .8rem;
    background-color: var(--color-pink);
    padding: .2rem .6rem;
    margin-left: 1.5rem;
}

@media screen and (max-width: 430px) {
    .small {
        font-size: .8rem;
    }
}
/*******************************************
*** Layout Style
********************************************/
.inner_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


.flex_wrap {
    display: flex;
    justify-content: space-between;
}

.wrap_wrap {
    flex: wrap;
    margin-bottom: 2rem;
}

.reverse_wrap {
    flex-direction: row-reverse;
}

.flex-col2,
.flex-col3,
.flex-col4,
.flex-col5 {
    flex-wrap: wrap;
}

.flex-col2 &gt; * {
    width: calc((100% / 2) - 1rem);
}

.flex-col3 &gt; * {
    width: calc((100% / 3) - 1rem) ;
}

.flex-col4 &gt; * {
    width: calc((100% / 4) - 1rem);
}

.flex-col5 &gt; * {
    width: calc(100% / 5);
}

@media screen and (max-width: 768px) {

    .inner_wrap {
        padding: 0 1rem;
    }

    .wrap_wrap {
        padding: 0 1rem;
    }

    .flex-col2 &gt; *,
    .flex-col3 &gt; * {
        width: 100%;
    }

    .flex-col4 &gt; * {
        width: calc(100% / 2);
    }

    .flex-col5 &gt; * {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 460px) {
    .flex-col5 {
        width: calc(100% / 2);
    }
}
/*******************************************
*** Custom prop
********************************************/
:root {
    --color-beige: #b99e6e;
    --color-pink: #b93349;
    --shadow: rgba(0,0,0,.2);
}



/*******************************************
*** Header &amp; Footer
********************************************/
header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #fff;
    top: 0;
    z-index: 9999;
}
header div {
	width: 100%;
	height: 0.1875rem;
}
header + section{
    margin-top: 120px;
}
@media screen and (max-width: 768px) {
    header p {
        font-size: 1.2rem;
    }
}
/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #864;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}
.label-inner {
    color: #864;
    display: block;
    text-align: center;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #f8f6f1;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    list-style: none;
    background-color: #fff;
    padding: .8rem;
    margin: 1rem 0;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #362e2b;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #362e2b;
    border-right: solid 2px #362e2b;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f8f6f1;
    transition: all 0.5s;
    /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
}

@media screen and (min-width: 768px) {
    .hamburger-menu {
        display: none;
    }
}
#fv {
    background-color: #f8f6f1;
}
/*******************************************
*** Contents Style
********************************************/
.logo {
    max-width: 248px;
    padding: 1rem;
}

.accordion-container {
    margin: 0 auto;
}
details {
    border: 1px solid #b99e6e;
    border-radius: 4px;
    margin: 1rem;
}
summary {
    display: block;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    padding: 1rem;
}
summary::-webkit-details-marker {
    display: none;
}
.odd {
    background-color: #f8f6f1;
}

.accordion-content {
    padding: 1rem 0 ;
}
.accordion-content &gt; p {
    padding: 1rem;
    font-size: 1rem;
}

.privacy_inline_box {
    width: 100%;
    height: 180px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
}

/*******************************************
*** Search Contents Style
********************************************/

/*******************************************
*** Result Contents Style
********************************************/

/*******************************************
*** Footer
********************************************/
footer {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #b99e6e;
    text-align: right;
}
footer p {
    color: #fff;
    text-align: left;
    padding: 1rem;
}
footer a {
    color: #fff;
}
.site_link {
    padding: 0 .5rem;
}
/* すべての site_link の後に | を追加 */
.site_link::after {
    content: "|";
    margin-left: 10px;
}
/* 最後の site_link (last_link クラスを持つ) の後に | を表示しない */
.site_link.last_link::after {
    content: "";
}
.footer_icon a {
    text-decoration: none;
    color: #fff;
}
.footer_icon a:hover {
    color: #864; /* カーソルを合わせたときの色 */
}
.footer_icon,
.footer_img,
.sns,
.footer_menu {
    display: flex;
}
.sns{
    gap: 1rem;
    align-items: center;
}
.footer_menu {
    padding-top: 3rem;
    margin-left: auto;
}
.sns_icon {
    width: 100%;
    max-width: 26px;
    margin: 0 1rem;
    padding-top: 2rem;
}
@media screen and (max-width: 1000px) {
    .footer_img {
        display: block;
    }
    .sns_icon {
        padding-top: 1rem;
    }
}
@media screen and (max-width: 768px) {
    footer,
    footer p {
        text-align: center;
    }
    .footer_icon,
    .footer_img,
    .sns,
    .footer_menu {
        display: block;
    }
}

.form_wrap h3{
    background-color: #f8f6f1;
}
form input[type=text],
form textarea,
form select{
    font-size: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--color-beige);
    border-radius: .5rem;
    margin: .5rem auto;
}
form input[type=checkbox],
form input[type=radio] {
    visibility: hidden;
    position: absolute;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
    display: block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding: 1rem;
    padding-left: calc(21px + 2rem);
    line-height: 1.3;
}
form input[type=checkbox] + label:before,
form input[type=radio] + label:before {
    position: absolute;
    top: calc(50% - (21px / 2));
    left: 1rem;
    display: inline-block;
    content: url(../image/checkbox_unselected.svg);
    width: 21px;
    height: 21px;
    margin-right: 1rem;
}
form input[type=checkbox]:checked + label {
    color: #fff;
    font-weight: bold;
}
form input[type=checkbox]:checked + label.agree_label{
    color: #000;
}
.form_item input[type=checkbox]:checked + label {
    background: var(--color-pink);
}
.form_item_subitem input[type=checkbox]:checked + label {
    background: #ce707f;
    border-radius: .5rem;
}
.form_item_subitem_sub input[type=checkbox]:checked + label{
    background: #dc99a4;
}
form input[type=checkbox]:checked + label:before,
form input[type=radio]:checked + label:before {
    content: url(../image/checkbox_selected.svg);
}
.form_item label{
    font-size: 1.2rem;
    border-radius: .5rem;
    border: 1px solid var(--color-pink);
}
.form_item_subitem_sub label {
    font-size: .9rem;
    border-radius: .5rem;
    border: 1px solid var(--color-pink);
}
.treatment_sub &gt; span:nth-of-type(even){
    display: block;
    background-color: #f8f6f1;
}

.treatment_sub_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.treatment_sub_sub &gt; span {
    width: calc((100% / 2) - 0.5rem);
}
.form_radio_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}
.form_radio_item &gt; label {
    display: block;
    width: calc((100% / 2) - 0.5rem);
}
.treatment_sub, .treatment_sub_sub {
    display: none;
    margin-left: 20px;
}
#confirm .form_item, #confirm .form_input_item, #confirm .form_radio_item{
    display: block;
    padding: 1rem;
}
#confirm .treatment_sub {
    display: block;
}
#confirm .treatment_sub_sub {
    display: block;
}
#confirm span.form_item_subitem {
    display: block;
    padding: 1rem;
    background: #fff;
}
#confirm span.form_item_subitem_sub {
    display: block;
    padding: 1rem;
    background: #fff;
}
#confirm .treatment_sub_sub &gt; span {
    width: 100%!important;
}
form label{
    position: relative;
}

button,.agreement_btn {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #b99e6e;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-style: none;
    position: relative;
    cursor: pointer;
}
.back-btn{
    background: #ddd;
}
button::after,
.agreement_btn::after {
    content: url(../image/chevron-right-solid.svg);
    position: absolute;
    top: calc(50% - 7px);
    right:3rem;
}
.agreement_btn {
    padding: 1rem;
}
.agree_label span{
    display: inline-block;
}
#form .confirm-btn:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}
#form .confirm-btn {
    width: 95%;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius:5px;
    height: 50px;
}

.submit-notice {
    text-align: center;
}

@media screen and (max-width: 430px){
    .treatment_sub_sub label{
        margin: 0;
    }
    .treatment_sub_sub .form_item_subitem_sub:last-of-type label{
        margin-bottom: 2rem;
    }
    .treatment_sub_sub &gt; span {
        width: 100%;
    }
    .form_radio_item &gt; label {
        width: 100%;
    }
}
#notice a  {
    width: 100%;
    margin: 3rem 0;
    text-align: center;
    display: block;
}
.error{
    font-size: .8rem;
    color: #d4000a;
}
.thanks{
    min-height: 50vh;
}
.caution {
    padding: .5rem;
}
.ui-datepicker {
    width: calc(50% - 2rem)!important;
    max-width: 480px;
}
@media screen and (max-width: 768px){
    .ui-datepicker {
        width: calc(100% - 2rem)!important;
    }
}
.ui-datepicker th{
    color: var(--color-pink);
    font-weight: normal!important;
}
.ui-widget-header{
    border-radius: .5rem !important;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 1.4rem!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 8px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff!important;
    border: 1px solid #ce707f!important;
    font-size: 1.2rem;
    font-weight: bold!important;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 0 2px rgba(201, 44, 83, 0.2);
    color: var(--color-pink)!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--color-pink)!important;
    background: var(--color-pink)!important;
    font-weight: bold!important;
    color: #fff!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dc99a4!important;
    background: #dc99a4!important;
    color: #fff!important;
}
td.undefined span.ui-state-default {
    background: #ccc !important;
    color: #ce707f!important;
}


aside.line_nav{
    position: fixed;
    z-index: 9999;
    background: #f8f6f1;
    opacity: 0;
    top: -100%;
    width: 100%;
    height: 100vh;
    padding: 4rem 2rem;
    transition: all 0.3s;
    overflow-y: scroll;
}

aside.line_nav.active{
    opacity: 1;
    top: 0;
}

aside.line_nav h3{
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #b99e6e;
}

aside.line_nav .line_nav_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

aside.line_nav .line_nav_wrap .close{
    position:fixed;
    z-index: 10000;
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
}

aside.line_nav .line_nav_wrap .close span{
    display: inline-block;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
}

aside.line_nav .line_nav_wrap .close span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

aside.line_nav .line_nav_wrap .close span:nth-of-type(2){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width: 768px){
    aside.line_nav .line_nav_wrap{
        flex-wrap: wrap;
    }
}

aside.line_nav .line-link{
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    line-height: 0;
    margin: 1rem auto;
}

aside.line_nav .line-link:after{
    position: absolute;
    content: url(../image/icon_arrow.png);
    right: 1rem;
}

aside.line_nav .line-link picture{
    width: 40%;
    height: 100%;
}

aside.line_nav .line-link img{
    max-width: 100%;
}

aside.line_nav .line-link .link-detail{
    width: 60%;
    height: 100%;
    line-height: 1.5;
    padding: 0 1rem;
}

aside.line_nav .line-link .link-detail span{
    font-size: .8rem;
}

aside.line_nav .line-link .link-detail p{
    font-size: 1.2rem;
}

#line {
    cursor: pointer;
}
</pre></body></html>