@charset "utf-8";

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

body {
    margin: 0;
    padding: 0;
    /*font-size: 93.75%; */
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'メイリオ', 'ＭＳ Ｐ明朝', 'MS PMincho', Meiryo, serif;
    line-height: 1.7;
    color: #222;
    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,
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.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #fff;
    padding: 6px 22px 7px;
}

textarea {
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    border: 1px solid #fff;
    padding: 9px 15px 10px;

}

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 {
    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: #203570;
    color: #fff;
}

::-moz-selection {
    background: #203570;
    color: #fff;
}

::-webkit-selection {
    background: #203570;
    color: #fff;
}

.sp_size {
    display: none !important;
}

/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap {
    width: 100%;
    z-index: 1500;
    position: fixed;
    transition: all .2s ease;
}

#header_wrap.smallhead {
    background: rgba(255, 255, 255, 0.85) !important;
    transition: all .2s ease .09s;
}

#header_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    /*     max-width: 1920px; */
    height: 100px;
    margin: auto;
    padding: 0;
    position: relative;
}

#logo {
    transition: all 0.3s;
    /* padding-left: 73px; */
    padding-left: 2.2%;
    position: absolute;
    top: 37%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .3s ease;

}

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

}

#logo img {
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* height: 100%; */

    transition: all .3s ease;
}

#logo img.logo_black {
    opacity: 0;
    z-index: 5;
}

.smallhead #logo {
    top: 0;
    height: 100%;
}

.smallhead #logo a {
    top: 0;
    max-width: 295px;
    height: 100%;
}

.smallhead #logo img {
    /* top: 50%; */
    max-height: 100%;
}

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

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

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

#toggle a {
    display: block;
    background: none;
    color: #fff;
    width: 100px;
    height: 100%;
    background-color: #0E097D;
    box-sizing: border-box;
    position: relative;
}

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

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

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

.fixed #toggle a::before,
.fixed #toggle a::after {
    background: #fff;
    /* bottom: auto; */
}

#toggle a::before {
    top: 20px;
    width: calc(38px / 2);
}

#toggle a span {
    top: 0;
}

#toggle a::after {
    top: -20px;
}

#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;
    width: 38px;
}

#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: 25px;
}

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

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

.menu_item {
    display: inline-block;
    margin: 0 36px 0 0;
    position: relative;
}

.menu_item.hide {
    display: none;
}

.menu_list:last-child .menu_item:last-child {
    margin-right: 50px;
}

.menu_link {
    display: block;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 5px 0;
    position: relative;
    transition: all 0.3s;
}

.menu_link .menu_link_en {
    display: none;
}

.smallhead .menu_link {
    color: #333 !important;
}

.menu_link:hover {
    opacity: .7 !important;
}

.h_sub_list {
    position: absolute;
    color: #fff;
    padding-left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.h_sub_item {
    list-style: none !important;
    margin: 0 0 2px;
}

.h_sub_link {
    color: #fff !important;
}

/*------------ header toggle open ------------*/

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

#menu-box:not(.menu_dis) #menu nav {
    justify-content: space-between;
    align-items: flex-start;
}

#menu-box:not(.menu_dis) .menu_list {
    display: block;
}

#menu-box:not(.menu_dis) .menu_link {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

#menu-box:not(.menu_dis) .menu_link_en {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.7rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

#menu-box:not(.menu_dis) .h_sub_list {
    display: block;
    position: relative;
    padding: 0 0 7px;
    width: 100%;
    margin: 50px 0 0;
    opacity: 1;
    background: none;
    border: none;
    pointer-events: auto;
}

#menu-box:not(.menu_dis) .h_sub_item {
    height: auto;
    margin-bottom: 15px;
}

#menu-box:not(.menu_dis) .h_sub_item:last-child {
    margin-bottom: 0;
}


#menu-box:not(.menu_dis) .index_header {
    position: relative;
}

#menu-box:not(.menu_dis) #menu {
    display: block;
    clear: both;
    background: none;
    max-width: 1306px;
    margin: auto;
    padding: 0 20px 40px;
    position: relative;
    z-index: 10000;
    float: none;
}

#menu-box:not(.menu_dis) .menu_dis {
    display: none !important;
}

#menu-box:not(.menu_dis) .menu_item {
    display: block;
    float: none;
    margin: 0 0 80px;
    width: auto;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

#menu-box:not(.menu_dis) .menu_item:last-child {
    margin: 0;
}

#menu-box:not(.menu_dis) .menu_link,
#menu-box:not(.menu_dis) .h_sub_link {
    display: inline-block;
    font-size: 1.7rem;
    padding: 0;
    color: #fff !important;
    text-decoration: none !important;
    background: transparent;
    opacity: 1;
}

#menu-box:not(.menu_dis) .h_sub_link {
    display: inline-flex;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    transition: all .3s ease;
}

#menu-box:not(.menu_dis) .h_sub_link:hover {
    opacity: .7;
}

#menu-box:not(.menu_dis) .h_sub_link_en {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
    left: 0px;
}

#menu-box:not(.menu_dis) .h_sub_link_en::after {
    display: block;
    content: '';
    width: 1.459vw;
    max-width: 28px;
    height: 1px;
    background: #fff;
    margin: 0 16px 0 19px;
}

#menu-box:not(.menu_dis) .parent_btn.open::after {
    top: 6px;
    transform: rotate(-135deg);
}

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
#footer_wrap {
    font-family: 'Noto Serif JP', serif;
    position: relative;
    /* background: #FAFAFA; */
}

.footer_head {
    position: relative;
}

.footer_head_sub {
    display: block;
    /* font-family: 'Work Sans', 'Noto Sans JP', sans-serif; */
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
    /* padding-left: 13px; */
    position: relative;
}

.footer_head_h {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

/*---------
	footer_business_day
-------------*/

#footer_businessday {
    display: block;
    color: #FFFFFF !important;
    text-decoration: none !important;
    /* max-width: 1240px; */
    padding: 111px 20px 126px;
    margin: 0 0 -170px;
    position: relative;
    z-index: 10;
    width: calc(100vw - (100vw - 1200px) / 2);
    min-width: 1180px;
    padding-right: 20px;
}

#footer_businessday::before {
    position: absolute;
    content: "";
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: url(img/f_businessday_bg.jpg?20230608) no-repeat center / cover;
    top: 0;
    right: 0;
    /* z-index: -5; */
    transition: all .3s ease;
    overflow: hidden;

}

#footer_businessday::after {
    position: absolute;
    content: "";
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: #0E097D;
    top: 0;
    right: 0;
    /* z-index: -5; */
    transition: all .3s ease;
    /* overflow: hidden; */
    opacity: 0;
}

#footer_businessday:hover::after {
    opacity: .2;
}

.footer_businessday_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    margin: 11px 0 0 auto;
    padding-right: 9.5%;
    position: relative;
    z-index: 10;
}

.footer_businessday_in .footer_head {
    margin-top: 26px;
}

.footer_viewmore {
    display: flex;
    align-items: center;
    /*     font-family: 'Work Sans', 'Noto Sans JP', sans-serif; */
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-left: auto;
    position: relative;
}

.footer_viewmore::after {
    display: block;
    content: "";
    width: 104px;
    height: 104px;
    background: url(img/icon_arrow_white.svg) no-repeat center / contain;
    margin-left: 34px;
    transition: all .3s ease;
}

#footer_businessday:hover .footer_viewmore::after {
    transform: scale(1.1);
}

/*---------
	footer_contact
-------------*/
#footer_box {
    padding-top: 248px;
    background: #0E097D;

}

.f_contact_ttl {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
    max-width: 1240px;
    padding: 0 20px;
    margin: auto auto 28px;
    position: relative;
}

.f_contact_ttl span {
    display: flex;
    align-items: center;
    /* font-family: 'Work Sans', 'Noto Sans JP', sans-serif; */
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    /* padding-left: 13px; */
    position: relative;
    left: 0px;
}

.f_contact_ttl span::after {
    display: block;
    content: '';
    /* left: 0; */
    /* top: 8px; */
    width: 70px;
    height: 1px;
    background: #fff;
    margin: 0 29px;
}

.f_contact_ttl strong {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.footer_contact {
    /* padding: 83px 0 110px 0; */
    color: #CECDE5;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.footer_contact::before {
    position: absolute;
    content: "";

}

.f_contact_in {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

/* .f_contact_ttl {
    position: relative;
    padding: 88px 2% 0 0;
    width: 26.4%;
    margin-right: 8.7%;
    text-align: center;
}

.f_contact_ttl:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 151px;
    top: 29px;
    right: 0;
    background: rgba(255, 255, 255, .5);
}

.f_contact_ttl h2 {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-align: left;
}

.f_contact_ttl h2::after {
    display: block;
    content: "- contact";
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.3rem;
    color: #fff;
    margin: 5px 0 0;
} */

/* .f_contact_ttl span {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 600;
} */

.f_contact_link {
    width: 100%;
}

/* .f_contact_link p {
    text-align: center;
    margin-bottom: 28px;
} */

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

.f_box_tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    /* margin-right: 3.5%; */
    padding: 72px 10px 70px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    /* background: #686868; */
}

.f_box_tel a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 3.0rem;
    color: #CECDE5 !important;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    padding-left: 35px;
}

.f_box_tel a:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 31px;
    background: url(img/icon_tel_white.svg)no-repeat center/ contain;
}

.f_tel_txt {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    /* margin-bottom: 5px; */
}

.f_time {
    font-size: 1.4rem;
    width: 100%;
    margin: 5px 0 8px;
    text-align: center;
}

/* .f_txt_sml {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
} */
.f_box_tel p {
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin: 0;
}

.f_box_mail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    /*padding:20px 20px 12px 20px;*/
}

.f_box_mail a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #CECDE5 !important;
    text-decoration: none;
    /* background: #686868; */
    transition: all 0.3s;
}

.f_box_mail a:hover {
    /* background: #2c2c2c; */
    color: #fff !important;
}

.f_box_mail a::after {
    display: block;
    content: "";
    width: 104px;
    height: 104px;
    background: url(img/icon_arrow_white.svg) no-repeat center / contain;
    margin-left: 18%;
    transition: all .3s ease;
}

.f_box_mail a:hover::after {
    transform: scale(1.1);
}

/* .f_box_mail a span {
    position: relative;
    display: inline-block;
    padding-right: 80px;
} */

/* .f_box_mail a span:after {
    content: "";
    position: absolute;
    background: url(img/icon_plus.svg)no-repeat center;
    width: 18px;
    height: 18px;
    top: calc(50% - 7px);
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
} */

.f_box_mail a:hover span:after {
    transform: rotate(90deg);
}

/*---------
	footer_contactここまで
-------------*/
.footer_main {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer_main_box {
    position: relative;
    max-width: 1240px;
    width: 100%;
    display: flex;
    padding: 38px 20px 28px;
    margin: auto;
    overflow: hidden;
}

.f_logo {
    width: 214px;
    margin-right: 20px;
    font-size: 1.4rem;
}

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

.f_logo a img {
    max-width: 100%;
}

.f_logo a img.logo_color {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -5; */
    transition: all .3s ease;
    opacity: 0;
}

.f_logo a:hover img.logo_color {
    opacity: 1;
}


/* .f_address strong {
    display: inline-block;
    font-size: 2.6rem;
    margin-bottom: 15px;
} */

/* .f_address p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.10em;
    color: #CECDE5;
    margin-bottom: 0;
} */

/* .f_address p span {
    display: inline-block;
} */

/* .f_address [href^="tel:"] {
    color: #CECDE5 !important;
} */

/* .f_address [href^="mailto:"] {
    color: #333333 !important;
    text-decoration: none;
    transition: all .3s ease;
} */

.f_address [href^="mailto:"]:hover {
    opacity: .7;
}

.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(100% - 234px);
}

.footer_menu_wrap .footer_menu {
    margin-right: 2.2%;
}

.footer_menu_wrap .footer_menu:last-child {
    margin-right: 7px;
}

.footer_menu_list {
    padding-left: 0;
    margin: 0;
}

.footer_menu_list_item {
    list-style: none;
    line-height: 1.7;
    padding-left: 0;
    margin: 0;
}

.footer_menu_list a {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #CECDE5 !important;
    text-decoration: none;
    /* letter-spacing: 0.12em; */
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    transition: all 0.3s;
}

/* .footer_menu_list .top_page {
    font-size: 1.6rem;
    font-weight: 500;
} */

.footer_menu_list a:hover {
    color: #fff !important;
}

.footer_menu_list a span {
    display: block;
    letter-spacing: 0.05em;
    /* margin-bottom: 5px; */
}

#footer_sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    padding: 35px 20px 34px 20px;
    margin: auto;
}

#footer_sub a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none !important;
}

#footer_sub a:hover {
    text-decoration: underline !important;
}

.copyright span small {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
}

#return {
    position: relative;
}

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

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

#return a:hover {
    background-color: #686868;
    /* 	border-color:#222; */
}

#return a:hover:after {
    border-color: #fff;
}

#wrapper.fixed {
    position: fixed;
}

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

@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;
        height: auto !important;
        max-width: 100%;
    } */

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

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

    #header_area {
        height: 65px;
    }

    /* .smallhead #logo,
    .smallhead #logo a,
    .smallhead #logo img {
        top: auto;
    } */

    #logo {
        /* top: 50% !important; */
        z-index: 100;
    }
    
.smallhead #logo{
    top: 5px ;
}
    #logo a,
    #logo img {
        max-width: 60vw;
        max-height: calc(100% - 10px) !important;
    }

    #toggle a {
        width: 65px;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        width: 32px !important;
        left: 17px;
    }

    #toggle a::before {
        width: calc(32px / 2) !important;
    }

    #toggle a.open:before {
        width: 32px !important;
    }

    .menu_dis {
        display: none !important;
    }

    .h_sub_item.top_item {
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    }

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

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

    /* ハンバーガーメニュー 　コンテンツ */
    #menu-box:not(.menu_dis) {
        padding-top: 65px !important;
        padding-bottom: 80px;
    }

    #menu-box:not(.menu_dis) #menu nav {
        display: block;
        clear: both;
    }

    #menu-box:not(.menu_dis) .menu_list {
        width: 100%;
    }

    #menu-box:not(.menu_dis) .menu_list:first-child {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

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

    #menu-box:not(.menu_dis) .menu_link {
        display: block;
        font-size: 1.5rem;
        padding: 17px 25px 17px 10px;
    }

    /* #menu-box:not(.menu_dis) .menu_link:not(.parent_btn)::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid;
        border-right: 2px solid;
        right: 22px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(45deg);
        transition: all .3s ease;
    } */

    #menu-box:not(.menu_dis) .menu_link_en {
        display: none;
    }

    #menu-box:not(.menu_dis) .h_sub_list {
        display: none;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #menu-box:not(.menu_dis) .h_sub_item {
        margin: 0;
    }

    #menu-box:not(.menu_dis) .h_sub_link {
        display: block;
        font-size: 1.3rem;
        padding: 13px 20px;
    }

    #menu-box:not(.menu_dis) .h_sub_link_en {
        display: none;
    }

    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/
    .footer_head {
        position: relative;
    }

    .footer_head_sub {
        font-size: 2.5rem;
    }

    .footer_head_h {
        font-size: 1.4rem;
    }

    /*---------
        footer_business_day
    -------------*/

    #footer_businessday {
        width: calc(100% - 20px);
        min-width: auto;
        padding: 40px 20px 20px;
        margin: auto auto -90px 0;
    }

    #footer_businessday::before {
        min-width: auto;
        right: 0;
        width: 100%;

    }

    #footer_businessday::after {
        min-width: auto;
        width: 100%;
        right: 0;
    }

    .footer_businessday_in {
        display: block;
        padding: 0;
        margin: 0;
        z-index: 10;
    }

    .footer_businessday_in .footer_head {
        margin-top: 0;
    }

    .footer_viewmore {
        justify-content: flex-end;
        font-size: 1.3rem;
        margin-top: 12px;
        margin-left: auto;
    }

    .footer_viewmore::after {
        width: 75px;
        height: 75px;
        margin-left: 20px;
    }

    /*------------
		footer_contact
	---------------*/
    #footer_box {
        padding-top: 108px;
    }

    .f_contact_ttl {
        margin: auto auto 15px;
    }

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

    .f_contact_ttl span::after {
        width: 25px;
        margin: 0 10px;
    }

    .f_contact_ttl strong {
        font-size: 1.5rem;
    }

    /* .footer_contact {
        padding: 40px 0 40px 0;
    } */

    .f_contact_in {
        padding: 0;
    }

    /* .f_contact_ttl {
        width: 100%;
        margin-right: 0;
        padding: 0 0 20px;
        margin-bottom: 35px;
    }

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

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

    .f_contact_ttl span {
        font-size: 1.4rem;
    } */

    .f_contact_link {
        width: 100%;
    }

    .f_box_tel {
        width: 100%;
        margin-right: 0;
        /* margin-bottom: 20px; */
        min-height: 110px;
        padding: 20px 20px 17px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .f_box_tel a {
        font-size: 2.2rem;
        padding-left: 25px;
    }

    .f_tel_txt {
        font-size: 1.4rem;
    }

    .f_time {
        font-size: 1.2rem;
    }

    .f_box_tel a:before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }

    .f_box_mail {
        width: 100%;
        min-height: 110px;
    }

    .f_box_mail a {
        justify-content: center;
        flex-direction: column;
        /* padding: 40px 20px 50px; */
        padding: 20px;
        /* font-size: 1.4rem;
        padding: 0 20px; */
    }

    .f_box_mail a::after {
        /* position: absolute;
        opacity: .3;
        width: 70px;
        height: 70px;
        left: 80%;
        transform: translateX(-50%);
        margin: 0; */
        width: 44px;
        height: 44px;
        margin: 5px 0 0;
    }

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

    .footer_main_box {
        padding: 40px 20px 30px;
        flex-direction: column;
        padding: 0;
    }

    .footer_menu_wrap .footer_menu {
        width: 100% !important;
        margin: 0 !important;
    }

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

    /* 	.footer_main {
	} */
    .footer_menu_wrap {
        width: 100%;
        padding: 0 20px;
        display: block;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgb(230 230 230 / 22%);
    }

    .footer_menu_list a {
        display: block;
        font-size: 1.2rem !important;
        line-height: 1;
        padding: 15px 25px 15px 10px;
    }

    .footer_menu_list a::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid;
        border-right: 2px solid;
        right: 13px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        transform: rotate(45deg);
        transition: all .3s ease;
    }

    .footer_menu_list a:hover::after {
        right: 8px;
    }

    .footer_menu_list a span {
        font-size: 1.6rem;
        margin-bottom: 9px;
    }

    /* .footer_menu_list .top_page {
        font-size: 1.3rem !important;
        margin-bottom: 0;
    } */

    /* .f_sub_item, */
    .footer_lnk_top {
        margin: 0;
    }

    .f_logo {
        width: 100%;
        padding: 25px 20px;
        text-align: center;
        border-bottom: 1px solid rgb(230 230 230 / 22%);
    }

    /* .f_address strong {
        margin: 15px 0 10px;
    } */

    /* .f_address p {
        font-size: 1.2rem;
    } */

    #footer_sub {
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    #footer_sub a {
        margin-bottom: 20px;
    }

    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

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

    #wrapper.fixed {
        position: fixed;
    }

}

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

@media screen and (max-width:767px) {
    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
}

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