@charset "utf-8";

/*
Theme Name: nakayama
Version: 1.0
*/
html {
    visibility: hidden;
    height: 100%;
    font-size: 62.5%;
}

html.wf-active,
html.wf-inactive {
    visibility: visible;
}

body {
    margin: 0;
    padding: 0;
    /*font-size: 93.75%; */
    font-size: 1.7rem;
    font-family: YakuHanJP, 'Noto Sans JP', 'Open Sans', "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif, "メイリオ", Meiryo, "ＭＳ ゴシック";
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #001A37;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: 'Noto Sans JP', 'Open Sans', "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif, "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

/*----	form_btn iphone用 ----*/
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q::before,
q::after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
    overflow: hidden;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

::selection {
    background: #007CCF;
    color: #fff;
}

::-moz-selection {
    background: #007CCF;
    color: #fff;
}

::-webkit-selection {
    background: #007CCF;
    color: #fff;
}

.sp_size {
    display: none !important;
}


/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
    background: #FFF;
    transition: all .3s ease;
    border-bottom: 1px solid #EEEEEE;
}

#header_wrap::after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 0 41px 0 30px;
    transition: all .3s ease;
}

#logo {
    /* padding-top: 40px; */
    /* z-index: 9500; */
    transition: all 0.3s;
}

#logo>div {
    position: absolute;
    top: 0;
    /*     padding: 42px 60px 37px 20px; */
    padding: 30px 0 30px 0;
    transition: all .3s ease;
}

/* #logo>div::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 100%;
    left: 0;
    background: url(img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}

#logo>div::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 100%;
    bottom: 34px;
    background: url(img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
} */

#logo a {
    display: block;
    width: auto;
    height: auto;
    max-width: 219px;
    transition: all .3s ease;
}

#logo a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFF;
    z-index: -10;
    pointer-events: none;
    border-bottom-right-radius: 40px;
}

#logo img {
    /* position: absolute; */
    display: block;
    /* top: 50%; */
    max-width: 100%;
    /* max-height: 45px; */
    /* transform: translateY(-50%); */
    transition: all .3s ease;
}

#menu {
    padding: 30px 0;
    transition: all .3s ease;
}

#menu nav {
    display: flex;
    align-items: center;
}

.menu_list {
    overflow: visible;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0 15px 0 0;
}

.menu_item {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
}

.parent_btn::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 2px solid #007CCF;
    border-bottom: 2px solid #007CCF;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    transform: rotate(45deg);
}

.menu_link {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #222 !important;
    text-decoration: none;
    text-align: center;
    padding: 14px 15px 14px;
    position: relative;
    transition: all 0.3s;
}

.menu_link:hover,
.menu_item.on .menu_link {
    opacity: .7;
}

#menu .menu_ja {
    /* font-size: 1.6rem; */
    /* letter-spacing: 0.05em; */
    display: block;
    /* font-weight: 500; */
    /* line-height: 1.0; */
    white-space: nowrap;
}

/* header btn */
/* .menu_btn_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
} */

.menu_btn_wrap {
	margin:0;
	padding:0;
}

.menu_btn {
    list-style: none;
    line-height: 1.6;
    margin: 0;
    width: 180px;
    color: #fff;
    font-size: 1.4rem;
    /* letter-spacing: 1.4px; */
    text-align: center;
    transition: background 0.3s;
}

.menu_btn_link {
    display: block;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    background: #14D2D2;
    padding: 21px 17px 22px 17px;
    position: relative;
    transition: all 0.3s;
    border-radius: 100px;
}

/* .menu_btn.contact_btn .menu_btn_link {
    background: #0057AA;
} */

.menu_btn_link span {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
    line-height: 1.0;
    white-space: nowrap;
}

/* hover */
.menu_btn_link:hover {
    opacity: .7;
}

/*--- smallhead ---*/

#header_wrap.smallhead {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

/* #header_wrap.smallhead #logo>div {
    padding: 11px 0 0 20px;
}

#header_wrap.smallhead #logo>div::before {
    opacity: 0;
} */

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/

#footer_wrap {
    background: #08A0E4;
    position: relative;
}



/*---------
	footer_content
-------------*/


#return {
    position: relative;
}

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    background: #14D2D2;
    width: 60px;
    height: 60px;
    transition: opacity .3s;
    font-size: 0;
    text-decoration: none;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, .3);
}

#return a::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
}

#return a:hover {
    opacity: .7;
}

/*---------
	footer_contact
-------------*/
.footer_contact {
    padding: 147px 0 158px 0;
    background: #4194C8;
}

.f_contact_in {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}

.f_contact_ttl h2 {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

.f_contact_ttl h2::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 8px;
    height: 8px;
    margin: 9px 10px 0 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .57);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
}

.f_contact_ttl h2::after {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Poppins', sans-serif;
    font-size: 5.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 15px;
    max-height: 100%;
}

.f_contact_link {
    width: 68.9%;
    margin: 9px 0 0 auto;
}

.f_link_box {
    display: flex;
    flex-wrap: wrap;
}

.f_box_tel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 5.8%;
    margin: 8px 5.8% 0 auto;
    color: #FFF !important;
}

.f_box_tel a[href^="tel:"] {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.0;
    color: #FFF !important;
}


.f_tel_time {
    font-size: 1.2rem;
    letter-spacing: .06em;
    line-height: 1.6;
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.f_box_mail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 49.4%;
}

.f_box_mail a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 68px;
    color: #4194C8 !important;
    text-decoration: none;
    background: #FFF;
    border-radius: 5px;
    transition: all 0.3s;
}

.f_box_mail a:hover {
    background: rgba(255, 255, 255, .8);
}

.f_box_mail a span {
    position: relative;
    display: inline-block;
}


/*---------
	footer_map
-------------*/
.footer_map {
    height: 0;
    padding-top: 26.041%;
    padding-top: max(26.041%, 450px);
    position: relative;
}

.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------
	footer_main
-------------*/
.footer_main {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 73px 20px 56px 20px;
    margin: auto;
}

.footer_address {
    display: block;
    color: #FFF;
    width: 340px;
    margin: 10px 20px 0 0;
    font-size: 1.6rem;
}

.footer_address strong {
    display: block;
}

.footer_address .footer_logo {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.footer_address .footer_logo a {
    display: block;
}

.footer_address .footer_logo a img {
    display: block;
}

.footer_address p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 0;
    max-height: 100%;
}

.footer_address [href^="tel:"] {
    text-decoration: none;
    color: #FFF !important;
}

.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - (340px + 20px));
}

.footer_menu {
    width: 200px;
    white-space: nowrap;
    margin-right: 59px;
}

.footer_menu:last-child {
    margin-right: 0;
}

.footer_menu_list {
    padding: 19px 0 0;
    margin: 0 0 36px;
    border-top: 1px solid rgb(255, 255, 255, 25%);
}

.footer_menu_list:last-child {
    margin-bottom: 0;
}

.footer_menu_item {
    list-style: none;
    line-height: 1.538;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0;
}

.footer_menu_link {
    position: relative;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    font-weight: bold;
    margin: 0 0 4px;
}

.footer_menu_link:hover {
    opacity: .7;
}

.footer_menu_link.f_parent_link {
    position: relative;
    overflow: hidden;
}

.footer_menu_link.f_parent_link span {
    display: inline-block;
}

.f_sub_list {
    padding: 0;
    margin: 0;
}

.f_sub_item {
    line-height: 1.5;
    margin-bottom: 4px;
    list-style: none !important;
}

.f_sub_link,
.footer_lnk_top a {
    position: relative;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    transition: all 0.3s;
}

.f_sub_link:hover {
    opacity: .7;
}

#copyright {
    color: #FFF;
    border-top: 1px solid rgb(255, 255, 255, 25%);
    padding: 45px 20px;
}

#copyright p {
    max-width: 1200px;
    margin: auto;
}

#copyright p small {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}



/*------------ other ------------*/
[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    body {
        min-width: 1240px;
    }
}

/* @media screen and (max-width:767px) */
@media screen and (max-width:767px) {

    /*-------------------------------------------------------------
    	Page related
    -------------------------------------------------------------*/
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        background: #fff;
        width: auto;
    }

    input,
    textarea,
    select {
        font-size: 1.4rem;
    }

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    img {
        width: auto;
        height: auto !important;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    #wrapper.fixed {
        position: fixed;
        top: 0;
    }

    /*-------------------------------------------------------------
		header
	-------------------------------------------------------------*/

    #header_wrap {
        height: auto;
        z-index: 10000;
        top: 0;
    }

    #header_area {
        align-items: center;
        padding: 0 0 0 20px !important;
    }

    #logo {
        padding-top: 0;
    }

    #logo>div {
        /* padding: 28px 25px 20px 0 !important; */
        padding: 10px 0 0;
        top: 0;
        max-width: calc(100% - 75px);
    }

   

    #logo img {
        min-width: auto;
        max-height: 47px;
    }

    #toggle {
        display: block;
        height: 65px;
        top: 0;
        right: 0;
        z-index: 9000;
    }

    #toggle a {
        display: block;
        background: none;
        color: #fff;
        width: 65px;
        height: 100%;
        box-sizing: border-box;
        position: relative;
        transition: all .3s ease;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        font-size: 0;
        position: absolute;
        display: block;
        background: #222;
        width: 28px;
        height: 1px;
        left: 20px;
        right: auto;
        transition: all 0.3s;
    }

    #toggle a::before {
        top: 22px;
    }

    #toggle a span {
        top: 44px;
        top: 32px;
    }

    #toggle a::after {
        top: 51px;
        top: 42px;
        width: 16px;
    }

    #toggle a.open {
        color: #fff;
    }

    #toggle a.open span {
        opacity: 1;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open:before {
        -moz-transform: translate(0, 12px) rotate(45deg);
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
        width: 38px;
        top: 33px;
        left: 26px;
    }

    #toggle a.open:after {
        -moz-transform: translate(0, -12px) rotate(-45deg);
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
        width: 38px;
        top: 56px;
        left: 26px;
    }

    #toggle a.open:before {
        width: 38px;
        top: 21px;
        left: 15px;
    }

    #toggle a.open:after {
        top: 44px;
        left: 15px;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        padding-bottom: 80px;
        margin: 0;
        background: #FFF;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }



    .menu_dis {
        display: none !important;
    }

    .menu_list {
        border-top: 1px solid rgba(0, 0, 0, .3);
        display: block;
        margin: 0 0 25px;
    }

    .menu_item {
        float: none;
        margin: 0;
        width: auto;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
    }

    .menu_link {
        font-size: 1.4rem;
        padding: 15px 15px 16px;
        line-height: 1;
        color: #222 !important;
        margin: 0;
        opacity: 1 !important;
    }

    #menu .menu_ja {
        display: inline-block;
    }

    #menu {
        display: block;
        clear: both;
    }

    #menu nav {
        display: block;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }

    .parent_btn::after {
        top: 0;
        right: 22px;
        bottom: 0;
        left: auto;
        border-color: #fff;
        transform: rotate(45deg);

    }

    .parent_btn.open::after {
        top: 6px;
        transform: rotate(-135deg);
    }

    /* header btn */
    .menu_btn {

        width: 290px;
        margin: auto;
    }

    .menu_btn_link {
        padding: 17px 15px 16px;
    }


    .menu_btn_link span {
        font-size: 1.3rem;
    }


    /*--- smallhead ---*/

    #header_wrap.smallhead #logo>div {
        padding: 10px 0 0 !important;
    }

    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/
    /*---------
		footer_content
	-------------*/
    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    #return a span {
        display: block;
        position: absolute;
        top: -19px;
        width: 100%;
        text-align: center;
    }

    /*---------
		footer_contact
	-------------*/
    .footer_contact {
        padding: 55px 0 50px 0;
    }

    .f_contact_ttl {
        width: 100%;
        margin-bottom: 20px;
    }

    .f_contact_ttl:after {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 0;
    }

    .f_contact_ttl span {
        font-size: 3.0rem;
    }

    .f_contact_ttl h2 {
        font-size: 1.3rem;
        text-align: center;
    }

    .f_contact_ttl h2::before {
        margin: 6px 7px 0 3px;
    }

    .f_contact_ttl h2::after {
        font-size: 3.4rem;
        margin-top: 10px;
    }

    .f_contact_link {
        width: 100%;
        margin: 0;
    }

    .f_link_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }


    .f_box_tel {
        width: 100%;
        margin: 0 0 15px;
    }

    .f_box_tel a[href^="tel:"] {
        font-size: 2.4rem;
    }

    .f_tel_time {
        font-size: 1.1rem;
        margin-top: 5px;
    }

    .f_box_mail {
        max-width: 100%;
        width: 300px;
        min-height: 50px;
        margin: auto;
    }

    .f_box_mail a {
        font-size: 1.3rem;
        line-height: 1.7;
        min-height: 50px;
        padding: 0 15px;
    }

    .f_box_mail a span {
        font-size: 1.4rem;
    }

    /*---------
		footer_map
	-------------*/
    .footer_map {
        padding-top: 35%;
        padding-top: max(35%, 250px);
    }



    /*---------
		footer_main
	-------------*/
    .footer_main {
        flex-direction: column;
        padding: 0;
        padding: 40px 20px 45px;
    }

    .footer_address {
        font-size: 1.3rem;
        width: 100%;
        padding: 0 0 35px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }


    .footer_address .footer_logo {
        width: 265px;
        max-width: calc(100% - 40px);
        margin-bottom: 10px;
    }

    .footer_address .footer_logo a img {
        margin: 0 auto;
    }


    .footer_address p {
    font-size: 1.3rem;
}

    .footer_menu_wrap {
        display: block;
        width: 100%;

    }

    .footer_menu {
        width: 100%;
        margin: 0;
    }

    .footer_menu:last-child {
        margin-top: 0;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        font-size: 13px;
        margin: 0;
        border-top: none;
    }

    .footer_menu_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }

    .footer_menu_link,
    .footer_lnk_top a,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        padding: 15px 36px 15px 20px;
    }

    .footer_menu_link {
        font-weight: bold;
        margin: 0 0 0;
    }

    .footer_menu_link.f_parent_link::before,
    .footer_menu_link.f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        margin: auto;
        background: #FFF;
        opacity: 1;
    }

    .footer_menu_link.f_parent_link::after {
        top: 18px;
    }

    .footer_menu_link.f_parent_link.open::after {
        opacity: 0;
    }

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid rgb(255, 255, 255, 25%);
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 1.3rem;
        letter-spacing: 1.3px;
    }

    .f_sub_item,
    .footer_lnk_top {
        margin: 0;
    }

    .footer_lnk_top {
        border-bottom: 1px solid #e6e6e6;
    }

    .f_sub_list {
        display: none;
        padding: 0;
        margin: 0 !important;
        border-top: 1px solid rgb(255, 255, 255, 25%);
        border-left: none;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    #copyright {
        padding: 30px 20px 30px;
    }

    #copyright p small {
        font-size: 1.3rem;
    }

    /*------------ other ------------*/
    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
}