@charset "utf-8";

/*
Theme Name: theme-04
Version: 1.0
Author: groworks
Author URI: https://groworks.jp/
*/
@import url("https://use.typekit.net/zyn8alb.css");

/*-------------------------------------------------------------
reset 
-------------------------------------------------------------*/
html,
body {
    height: 100%;
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.06em;
    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,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

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

textarea {
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

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;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

/*-------------------------------------------------------------
reset end 
-------------------------------------------------------------*/

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

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

::selection {
    background: #1F2D49;
    color: #fff;
}

::-moz-selection {
    background: #1F2D49;
    color: #fff;
}

::-webkit-selection {
    background: #1F2D49;
    color: #fff;
}

.sp_size {
    display: none !important;
}


/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 150;
    position: fixed;
    /*background: #FCFCFC;*/
    /*background:#fff;*/
    transition: all .3s ease;
}

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

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

#header_wrap.smallhead {
    background: #fff !important;
}

#header_area {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 0 0 0 25px;
    transition: all .3s ease;
    height: 90px;
}

#header_wrap.smallhead #header_area {
    padding: 0 0 0 25px;
}

#logo {
    display: flex;
    align-items: center;
    /*padding: 11px 0 0;*/
    transition: all 0.3s;
}

#header_wrap.smallhead #logo {
    padding: 0;
}

#logo a,
#logo img {
    display: block;
    width: auto;
    min-width: 91px;
    height: auto;
    /* width: 450px;
	min-width: 350px; */
    max-width: 30vw;
    transition: all .3s ease;
    position: relative;
}

/* #logo img.logo_black {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
} */

/* .smallhead #logo img.logo_white {
	opacity: 0;
} */

/* .smallhead #logo img.logo_black {
	opacity: 1;
} */

/* .mbox {
	display: none;
	z-index: 10000;
}

.mbox_open {
	display: block;
} */
#menu-box {
    position: relative;
    /* float: right; */
    /* margin-top: 22px; */
    padding-right: 200px;
	padding-left: 20px;

}

#menu {
    /*float:right;*/
    margin-top: 35px;
}

.menu_list,
#submenu nav ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    /* flex-wrap: wrap; */
}

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

.menu_item {
    display: inline-block;
    line-height: 1.6;
    margin: 0 32px 0 0;
    position: relative;
}

.menu_item:last-child {
    margin: 0;
}



.menu_link {
    display: block;
    font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none;
    text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);
    white-space: nowrap;
    /* padding: 3px 0 0px;*/
    padding: 0;
    position: relative;
    transition: all 0.3s;
}


/*資料請求ボタン*/
.menu_item.request {
    position: absolute;
    top: 0;
    right: 0;
    background: #1F2D49;
}

#header_wrap .menu_item.request .menu_link {
    height: 90px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
	padding: 0;
}


#header_wrap.smallhead .menu_link {
    color: #222 !important;
}



.menu_link:hover::after,
.menu_item.on .menu_link::after {
    /*background:#32548f;*/
}

.menu_link:hover,
.menu_item.on .menu_link,
#submenu ul li a:hover {
    opacity: .7;
}

/* .menu_link {
	padding: 10px 25px 10px 25px;
} */


.h_sub_list {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    transition: all .3s ease;
    pointer-events: none;
    border-radius: 18px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 10%);
}

.s_sub_item {
    line-height: 1.6;
    /* overflow: hidden; */
    /* height: 0; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    list-style: none !important;
}

/* .menu_item .h_sub_list {
} */

.menu_item:hover .h_sub_list {
    opacity: 1;
    z-index: 1010;
    pointer-events: auto;
    transition: all .3s ease;

}

/* .menu_item:hover>.h_sub_list>.s_sub_item {
	overflow: visible;
	opacity: 1;
	height: auto;
	box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;
} */

.h_sub_link {
    display: block;
    padding: 12px 18px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.h_sub_link:hover {
    background: #FFF7F9;
    /*     color: #fff; */
}

/* #menu .menu_ja {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1.0;
} */


#submenu {
    position: absolute;
    top: 0;
    right: 0;
}

#submenu nav ul li {
    white-space: nowrap;
    list-style: none;
    line-height: 1.6;
    margin: 0 28px 0 0;
}

#submenu nav ul li:last-child {
    margin-right: 0;
}

#submenu nav ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.23;
    text-decoration: none;
    padding: 5px 0;
    transition: all 0.3s;
}


.h_tel_area {
    position: absolute;
    top: 10px;
    right: 232px;
    display: flex;
    align-items: center;
    color: #222;
    transition: all 0.3s;
}

.h_tel_txt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin-right: 18px;
}

.h_tel {
    font-family: "Oswald", sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.smallhead .h_tel_area {
    color: #222;
}

.fixed .h_tel_area {
    display: none;
}



/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
/*---------- footer ----------*/
#footer_wrap {
    position: relative;
}

#footer_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    background: #4C5664;
    bottom: 0;
    left: 0;
}

#return {
    position: relative;
    z-index: 100;
}

.return_btn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #222;
    text-decoration: none;
    transition: background 0.3s, border-color .3s;
}

.return_btn:hover {
    background: #fff;
}

.return_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(-45deg);
    transition: border-color .3s;
}

.return_txt {
    display: none;
}

.footer_area {
    font-family: 'Noto serif JP', serif;
    text-align: center;
    max-width: 1920px;
    /* 	padding: 0 20px; */
    margin: auto;
    position: relative;
}

/*----- footer_t -----*/
.footer_t_box {
    margin: 0 0 31px;
    position: absolute;
    text-align: left;
    padding: 250px 0;
    top: 0;
    right: 50%;
}

/* .footer_t_box::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 124px;
	background: #FFF;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
} */

.footer_t_l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-decoration: none;
    color: #FFF !important;
    height: 180px;
    background: #1F2D49;
    position: relative;
    transition: all .7s ease;
}

.footer_t_r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-decoration: none;
    color: #FFF !important;
    height: 180px;
    background: #1F2D49;
    position: relative;
    transition: all .7s ease;
    margin: 0 auto;
}

/* .footer_t_l::before,
.footer_t_r::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #299862;
	background: radial-gradient(circle, rgba(34, 159, 66, 0.75) 0%, rgba(34, 159, 66, 0.55) 8%, rgba(34, 159, 66, 0) 100%);
	opacity: 0;
	transition: all .5s ease;
	pointer-events: none;
} */

.footer_t_l::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #299862;
    /*background: radial-gradient(circle, rgba(34, 159, 66, 0.75) 0%, rgba(34, 159, 66, 0.55) 8%, rgba(34, 159, 66, 0) 100%);*/
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
}


.footer_t_l strong,
.footer_t_r strong {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}

.footer_t_l strong::before {
    display: block;
    content: attr(data-txt)"";
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 11px;
    max-height: 100%;
}

/*.footer_t_r strong::before {
	display: block;
	content: attr(data-txt)"";
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 11px;
	max-height: 100%;
}*/

.footer_t_r span {
    position: relative;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 10px;
}

.footer_t_r p {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
}



.footer_ttl {
    position: relative;
    /*     text-align: left; */
    margin: 50px 0;
}

.footer_ttl h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.06em;
    max-height: 100%;
    color: #fff;
}

.footer_ttl h2::before {
    font-family: "copperplate", serif;
    display: block;
    content: attr(data-txt) "";
    font-size: 6.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    /* margin-bottom: 18px; */
    max-height: 100%;
}

/* .f_reservation_btn {
    transform: translateX(-2%);
}
 */
.f_reservation_btn a {
	display: inline-block;
    transition: all 0.3s ease;
}

.f_reservation_btn a:hover {
    opacity: 0.9;
    transition: all 0.3s ease;
}

/* hover */
.footer_t_l:hover::before,
.footer_t_r:hover::before {
    opacity: 1;
}

/*----- footer_m -----*/
.footer_m {
    margin: 0 0 25px;
}

.f_main_list {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 1.8px;
    line-height: 2.7rem;
    padding: 35px 0 0 0;
    margin: 0 0 65px;
}

.f_main_item {
    margin: 0 34px 0 0 !important;
    list-style: none;
    position: relative;
}

.f_main_item:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.f_main_link,
.f_sub_link {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.4375;
    color: #fff !important;
    text-decoration: none;
    transition: opacity .3s;
    max-height: 100%;
}

.f_main_link:hover,
.f_sub_link:hover {
    opacity: .7;
}

.f_sub_list {
    display: none;
}

/* f_info */
.f_info {
    color: #FFF;
}

.f_info a {
    display: inline-block;
    margin: 0 0 9px;
}

.f_company_info {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0;
    margin: 0;
}

.f_company_info span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    margin-top: 7px;
}

/*----- footer_b -----*/
.footer_b {
    padding: 15px 0;
    position: relative;
}

.footer_b::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    /* 	background: #FFF; */
    transform: translateX(-50%);
    opacity: .3;
}

.footer_b_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.f_b_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 18px 0;
    padding: 0;
}

.f_b_item {
    line-height: 1.7;
    list-style: none;
    margin: 0 11px 0 0;
}

.f_b_item a[target="_blank"] {
    font-size: 1.3rem;
    text-decoration: none;
    color: #FFF;
    padding-right: 15px;
    background: url(img/popup_w.svg) no-repeat top 2px right 3px;
}

.f_b_item a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 1.0rem;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.2rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    max-height: 100%;
}

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


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


@media screen and (max-width:1330px) {
    .footer_access_txt {
        width: 35%;
        padding: 20px 30px;
    }

    .footer_access_map {
        width: 65%;
    }
}

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

    body {
        background: #fff;
        width: auto;

        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    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;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

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

    #header_wrap {
        z-index: 10000;
        height: 65px;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_area {
        align-items: center;
        padding: 0 0 0 15px !important;
        height: auto;
    }

    #logo {
        max-width: calc(100% - 80px);
        padding: 0;
        z-index: 100;
    }

    #logo a,
    #logo img {
        min-width: auto;
        max-width: 85%;
        /*height: 50px !important;*/
    }

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

    #toggle a {
        display: block;
        background: none;
        color: #2DB573;
        width: 80px;
        height: 65px;
        box-sizing: border-box;
        position: relative;
    }

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

    .smallhead #toggle a span,
    .smallhead #toggle a::before,
    .smallhead #toggle a::after {
        background: #1F2D49;
    }

    .smallhead #toggle a.open::before,
    .smallhead #toggle a.open::after {
        background: #1F2D49;
    }

    .fixed #toggle a::before,
    .fixed #toggle a::after {
        background: #1F2D49;
    }

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

    #toggle a span {
        top: 30px;
    }

    #toggle a::after {
        top: 40px;
    }

    #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);
        top: 21px;
        left: 0;
    }

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


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

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

    .menu_dis {
        display: none !important;
    }

    .menu_list,
    #submenu nav ul {
        display: block;
    }

    .menu_item,
    #submenu nav ul li {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid #ccc;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
    }

    .menu_item.top_item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc !important;
    }

    .menu_link,
    #submenu nav ul li a {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 13px 15px 13px;
        text-align: center;
        color: #222 !important;
        margin: 0;
        opacity: 1 !important;
    }

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

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

    .h_sub_list {
        border-top: 1px solid #ccc;
        display: none;
        position: relative;
        width: 100%;
        margin: 0;
        transition: visibility .3s, opacity .3s !important;
        height: auto;
        opacity: 1;
        z-index: 1010;
        pointer-events: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .h_sub_link {
        padding: 10px 30px 10px 30px;
        background: transparent;
        color: #222;
    }

    .s_sub_item {
        box-shadow: none !important;
        margin: 0;
        opacity: 1;
        height: auto;
    }

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

    #submenu {
        position: relative;
    }

    #submenu nav ul li {
        margin-right: 0;
    }

    .menu_item.request {
        position: relative;
    }

    #header_wrap .menu_item.request .menu_link {
        width: 100%;
        height: auto;
        padding: 13px 15px 13px;
    }


    /*-------------------------------------------------------------
	footer
	-------------------------------------------------------------*/
    /*---------- footer ----------*/
    /*----- footer_t -----*/
	.footer_t_bg {
		height: 300px;
	}

	.footer_t_bg img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

    .footer_t_box {
        display: block;
        padding: 0 20px;
	    top: 80px;
        right: 0;
        left: 0;
        width: 300px;
        margin: auto;
    }

    .footer_t_box::before {
        width: calc(100% - 40px);
        height: 1px;
    }
	.footer_ttl h2 {
		font-size: 1.3rem;
	}
    .footer_t_l {
        width: 100%;
        height: 100px;
        padding: 5px 15px;
    }

    .footer_t_r {
        width: 100%;
        height: 150px;
        padding: 10px 15px;
    }

    .footer_t_l strong,
    .footer_t_r strong {
        font-size: 1.5rem;
    }

    .footer_t_l strong::before,
    .footer_t_r strong::before {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    .footer_t_r span {
        font-size: 1.3rem;
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .footer_t_r p {
        font-size: 1.8rem;
    }

    .footer_ttl {
        margin: 25px 0;
		text-align: center;
    }

    .footer_ttl h2::before {
        font-size: 2.5rem;
    }

    /* hover */


    /*----- footer_m -----*/
    .footer_m {
        margin: 0 0 25px;
    }

    .f_main_list {
        display: block;
        padding: 25px 20px;
        margin: 0 0 30px;
    }

    .f_main_item {
        margin: 0 !important;
        border-bottom: 1px solid #ffffff4d;
    }

    .f_main_item:first-child {
        border-top: 1px solid #ffffff4d;
    }

    .f_main_link,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        line-height: 1.7;
        padding: 12px 0 11px;
    }

    /* f_info */
	.f_info a {
		max-width: 165px;
	}

	.f_company_info {
        font-size: 1.3rem;
    }

    .f_company_info span {
        font-size: 1.2rem;
    }

    /*----- footer_b -----*/
    .footer_b {
        padding: 15px 0;
    }

    .footer_b::before {
        min-width: auto;
    }

    .footer_b_box {
        display: block;
    }

    .f_b_list {
        justify-content: center;
        margin: 0 0 5px;
    }

    .f_b_item {
        list-style: none;
        margin: 0 5px 5px;
    }

    .f_b_item a {
        font-size: 1.2rem;
    }


    .copyright {
        font-size: 1.1rem;
    }

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