#wpadminbar {
    display: none;
}

* {
    box-sizing: border-box;
/*    color: #f9f9f9;*/
/*    font-family: 'Shippori Mincho', serif;*/
font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-repeat: no-repeat;
    color: #252525;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    line-height: 1.6em;
}
html {
    font-size: 62.5%;
}
h1 a,
h1 {
    font-size: 3.0rem;
}
h2 {
    font-size: 2.4rem;
}
span,
li {
    font-size: 1.5rem;
    line-height: 1.5em;
}

dt,
dd,
#siteuse_page .parent_ul li,
#siteuse_page .child_ul li,
#siteuse_page span,
#privacy_policy_content_box span,
#privacy_policy_content_box li,
#privacy_policy_content_box h2,
p {
    font-size: 1.8rem;
    line-height: 1.5em;
}
h1,
h2,
h3,
p {
    margin-top: 0;
}
textarea,
button,
input,
.en {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
}
.textalign_center {
    text-align: center;
}
.textalign_right {
    text-align: right;
}
.page_title_box {
    width: 80%;
    max-width: 500px;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    margin: 0 auto 12vh;
    padding-bottom: 3.6rem;
}
.page_title_box h1 {
    font-size: 5.0rem;
    margin-bottom: 0.8rem;
}
.page_title_box span {
    font-size: 2rem;
}
#main {
    padding-top: 215px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px;
}
.pagination .current {
    opacity: 0.3;
}

.bg_524434 {
    background-color: #524434;
}
.max_1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#header_toggle_box {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 3%;
    right: 5vw;
    z-index: 110;
}
#header_toggle_box span {
    width: 50px;
    height: 50px;
    font-size: 50px;
    cursor: pointer;
    transition: .5s;
}
.image_wrapper {
    margin: 0 auto;
}
.image_wrapper img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
#header_wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 215px;
}

#header_background {
    background-color: transparent;
    width: 100%;
    height: 160px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.body-fixed {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100vw;
}
header {
    width: 100%;
}
#header_inner {
    padding: 20px 0;
    height: 125px;
    background-color: white;
    position: relative;
}

#header_inner .flex_item {
    width: calc(100% - 400px);
    padding: 0 20px;
}
#header_inner #header_logo_box_wrapper {
    width: calc(95% - 920px);
    width: 400px ;
    padding-left: 20px;
}
#header_logo_box_wrapper.flex_item {
    padding-left: 5%;
    padding-right: 0;
}
#header_logo_box {
    width: 380px;
    height: 105px;
    width: 300px;
    height: 82.894728px;
}
#header_logo_box a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url('../images/header/ranail_weblogo.png?20231225');
    background-size: contain;
}

#header_submenu_box {
    width:  calc(100% - 400px);
    padding: 0 20px;
    justify-content: flex-end;
    display: flex;
    height: 45px;
}
#header_submenu_box ul {
    list-style: none;
}
#header_submenu_box ul li {
    float: left;
    margin-right: 20px;
}
#header_submenu_box ul:after {
    clear: both;
    content: '';
    display: block;
}
#header_submenu_box a {
    text-decoration: none;
    font-size: 1.4rem;
}
#header_menu_wrapper .flex_item {
    height: 45px;
    padding-right: 0;
    width: calc(100% / 4);
    border-right: 1px solid #dadada;
}
#header_menu_wrapper .flex_item:first-of-type {
    border-left: 1px solid #dadada;
}

#header_description_box {
    width: 100%;
    background-color: #524434;
    padding: 0px 10px;
    max-width: 1000px;
    display: flex;
    height: 25px;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-size: 1.2rem;
    line-height: 1em;
}
#header_description_box p {
    color: white;
    margin: auto;
    font-size: 1.2rem;
}

#header_menu_line a,
#header_menu_instagram a {
    width: 50px;
    height: 50px;
    font-size: 50px;
}
.header_link_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header_menu_line .header_link_wrapper,
#header_menu_instagram .header_link_wrapper {
    padding-bottom: 12px;
}
.header_link_wrapper a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.header_link_wrapper a p {
    color: white;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto 5px;
    letter-spacing: 0.08em;
    line-height: 1em;
}

.header_link_wrapper a span {
    color: white;
    font-size: 1.1rem;
    display: block;
    text-align: center;
    line-height: 1em;
}
.header_parent_flex_wrapper {
    padding: 10px 0;
}

.flex_wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description {
    opacity: 0.7;
}

.map_wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

footer {
    margin: 0 auto 0;
    width: 100%;
}

#footer_inner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#footer_inner_box_inner {
    width: 100%;
    height: 100%;
}
#footer_inner_box_inner div.flex_item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#footer_inner_box p {
    font-size: 4.0rem;
}

.section_footer_box {
    margin: 0 auto;
}
.section_footer_menu_box {
    background-color: #f4eddd;
    border-bottom: 1px solid #5d5d5d;
    padding: 15px 0;
}
.section_footer_menu_box ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.section_footer_menu_box ul li {
    width: calc(100% / 3);
    text-align: center;
}
.section_footer_menu_box ul li:first-of-type {
    text-align: right;
}
.section_footer_menu_box ul li:last-of-type {
    text-align: left;
}
.section_footer_menu_box ul li a {
    text-decoration: none;
}
.section_footer_menu_box ul li a,
.section_footer_copyright_box p {
    font-size: 1.3rem;
}
footer .section_footer_copyright_box p {
    
}
.section_footer_copyright_box {
    padding: 10px;
  text-align: center;
  font-size: 75%;
  
  background: #524434;
}
.section_footer_copyright_box p {
    color: #fff;
}


.movie_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
video {
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    filter: drop-shadow(0px 0px #000);
    outline: none;
    border: none;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    width: 100vw;
    height: 100%;
    content: '';
}
.kari_content {
    padding-top: 200px;
    min-height: 50vh;
}
h1.entry-title,
.page-title,
.kari_content h1 {
    text-align: center;
}
.entry-content {
    max-width: 1000px;
    margin: 0 auto;
}
.post.hentry,
section.section {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 3rem;
}

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

body.archive #content,
body.single-post #content,
body.blog #content {
    display: flex;
    flex-wrap: wrap;
}
.page-title span,
.page-title {
    font-size: 3.0rem;
}
.page-title .archive_title_prefix {
    display: none;
}

.post.hentry {
    border-bottom: 1px dashed #515151;
    padding: 50px 2vw ;
    padding: 0 2vw 50px;
}
.title_box {
    margin: 0 auto 30px;
}
.title_box h2 {
    
}
.title_box h2 a {
    text-decoration: none;
    font-size: 2.4rem;
}
#widget_month_archive {
    display: none;
}

#home_post_box_wrapper {
    align-items: flex-start;
    margin: 50px auto 100px;
}
#main_content {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2vw 0 0;
}
#side_box {
    width: calc(100% - 700px);
    margin: 0 auto;
}
#widget_category_archive_box_wrapper {
    margin-bottom: 50px;
}
#archive_list_box h3,
#archive_list_box h2 {
    text-align: center;
    padding-left: 0;
}
#archive_list_box ul {
    padding-left: 30px;
}

#archive_list_box ul li {
    margin-bottom: 15px;
    list-style: none;
}
#archive_list_box ul li ul {
    padding-left: 20px;
    margin-top: 8px;
}
#archive_list_box ul li ul li {
    margin-bottom: 8px;
}
#widget_month_archive_tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
#widget_month_archive_tab ul li {
    display: flex;
    width: calc(100% / 6);
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#widget_month_archive_tab ul li span {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
}
#widget_month_archive_tab ul li a {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #524434;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#widget_month_archive_tab ul li span.link_wrapper span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
h1 a {
    border-bottom: 1px solid #515151;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
}
h2 {
    border-bottom: 3px solid #515151;
    padding-left: 12px;
    padding-bottom: 8px;
}
.menu_category_box {
    margin: 0 auto 80px;
}
.menu_single_box {
    padding: 1vh 3vw 0;
}

.red {
    color: red;
}
.required {
    display: inline-block;
    margin-left: 10px;
}
#roi_contact_form_wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 2rem;
}
#roi_contact_form_wrapper p {
    margin: 0 auto 4rem;
}
#roi_contact_form_wrapper dl {
    margin: 0 auto 5rem;
}
#roi_contact_form_wrapper dl:after {
    content: '';
    display: block;
    clear: both;
}
#roi_contact_form_wrapper dl dt {
    font-size: 1.6rem;
    padding-bottom: 5px;
    padding-left: 15px;
    width: 35%;
    float: left;
}
#roi_contact_form_wrapper dl dd {
    font-size: 1.6rem;
    width: 65%;
    float: right;
    margin-left: 0;
    padding-left: 15px;
}
#roi_contact_form_wrapper dl textarea,
#roi_contact_form_wrapper dl input[type=email],
#roi_contact_form_wrapper dl input[type=tel],
#roi_contact_form_wrapper dl input[type=text] {
    width: 95%;
    color: black;
    margin-left: 0;
    padding: 5px 10px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1.5rem;
    border-color: red;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}
#roi_contact_form_wrapper dl dd .flex_wrapper .flex_item {
    width: 40%;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn,
.wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn,
.btn_roi {
    display: block;
    padding: 15px;
    width: 200px;
    margin: 1rem auto;
    color: black;
    font-size: 1.6rem;
    border-radius: 10px;
    cursor: pointer;
}
.wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
    float: left;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
    float: right;
}
.wpcf7cp-btns {
    width: 95%;
    max-width: 450px;
    margin: 2rem auto 0;
}
.wpcf7cp-btns:after {
    clear: both;
    content: '';
    display: block;
}
.btn_roi:hover {
    opacity: 0.6;
}
div#wpcf7cpcnf {
    width: 95%;
    max-width: 800px;
    right: 0;
    top: 3rem;
}
div#wpcf7cpcnf table {
    width: 100%;
    margin: 0 auto 5rem;
}
div#wpcf7cpcnf table th {
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5rem;
}
div#wpcf7cpcnf table th p,
div#wpcf7cpcnf table td p {
    margin: 0;
    font-size: 1.8rem;
}
div#wpcf7cpcnf table td {
    width: 70%;
    vertical-align: top;
}
div#privacy_policy_box {
    width: 95%;
    margin: 0 auto 2rem;
    height: 200px;
    background-color: #f9f9f9;
    overflow: scroll;
    padding: 1rem;
}
div#privacy_policy_box * {
    color: black;
}
div#privacy_policy_box p {
    margin-bottom: 1rem;
}
#privacy_policy_content_box h2 {
    text-align: left;
    font-size: 1.8rem;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background-color: black;
    border: 1px solid black;
}
.ui-datepicker-calendar th span {
    font-size: 12px;
}
input[type="text"],
input[type="checkbox"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #f9f9f9;
}
#roi_contact_form_wrapper {
    margin-top: 5rem;
}
#contactform li,
#contactform p {
    font-size: 1.5rem;
    line-height: 2.0em;
}
.page-template-template-privacy h1 br.sp_br {
    display: none;
}
.aboutus_section p {
    font-size: 2.0rem;
    line-height: 1.8em;
}
#message_page p {
    margin-bottom: 5rem;
}
#contactform h1,
#siteuse_page h1,
#privacypolicy_page h1 {
    margin-bottom: 5vw;
}
#siteuse_page ul {
    list-style-type: none;
}
#siteuse_page .parent_ul {
    margin-top: 3vw;
}
#siteuse_page .parent_ul li {
    margin-bottom: 2vw;
}
#siteuse_page .child_ul li {
    margin-bottom: 7px;
}
#access_page .text_wrapper p {
    text-align: center;
    opacity: 1;
}
#access_page .map_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    margin: 0 auto;
}
.iframe_wrapper {
    width: 100%;
    margin: 1vh auto;
}
.googlemap_wrapper {
    width: 90%;
    position: relative;
    padding-top: 50%;
}
.iframe_wrapper iframe {
    width: 100%;
}
.googlemap_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


#line_qr_image_box {
    width: 70%;
    max-width: 300px;
}

#header_menu_wrapper .current a p,
#header_menu_wrapper .current a span {
    opacity: 0.4;
}


.ps_page {

}
.ps_page span,
.ps_page li,
.ps_page p {
    font-size: 13px;
}
.ps_page h4,
.ps_page h3,
.ps_page h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.ps_page h2 {
    margin-top: 30px;
}
#qrcode_wrapper {
    max-width: 300px;
}
#header_description_box p br {
    display: none;
}


@media ( max-width: 999px ) {
    #header_inner #header_logo_box_wrapper {
        width: 300px;
        padding: 0;
        margin-left: 5%;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    
    #header_inner .flex_item {
        padding-right: 0;
    }
    #home_post_box_wrapper.flex_wrapper {
        display: block;
    }
    #side_box {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }
    .archive_list_widget_box {
        display: flex;
        flex-wrap: wrap;
    }
    #widget_month_archive_tab,
    #widget_category_archive_box_wrapper {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
}


@media ( max-width: 899px ) {
    .br_sp_home_4_01 {
        display: inline;
    }
    
}


