@charset "utf-8";

/*----- reset -----*/
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    color: #333;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    background: #F3F0EE;
    width: auto;
}

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

textarea,
select {
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

input {
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    color: #333;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
select,
button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    background: none;
}

select::-ms-expand {
    display: none;
}

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

/*----- reset end -----*/
:root {
    --vw_100: 100vw;
    --vw_50: calc(var(--vw_100) / 2);
    --font_noto: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    --font_oswald: 'Oswald', sans-serif;
    --font_roboto: 'Roboto', sans-serif;
}

html {
    visibility: hidden;
}

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

.sp_size {
    display: none !important;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

/*-------------------------------------------------------------
	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: #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;
    transition: all .3s ease;
}

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

#header_wrap:before {
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
    position: absolute;
    top: 44px;
    left: 35px;
    width: calc(100% - 70px);
    height: calc(100% - 40px);
    border-radius: 100vh;
    backdrop-filter: blur(5px);
    background-color: #cec9b047;
    box-shadow: 0 2px 10px #00000026;
    content: "";
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

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

#header_wrap.smallhead:before {
    opacity: 1;
}

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

#header_wrap.smallhead #header_area #logo a {
    max-width: 130px;
}

#header_wrap #header_area {
    padding: 35px 45px 0 60px;
}

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

#logo {
    transition: all 0.3s;
}

#logo a,
#logo img {
    display: block;
    width: auto;
    max-width: 280px;
    width: 100%;
    min-width: 250px;
    height: auto;
    transition: all .3s ease;
    position: relative;
}



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

/* .mbox_open {
    display: block;
} */

/* #menu {
    float:right;
} */

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

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

.parent_btn::after {
    content: '';
    display: block;
    position: absolute;
    /* top: 0; */
    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 nav>ul>li:first-child:before,#menu .nav_btn:before{
	content:none;
}
#menu nav>ul>li.gn_lang {
	margin-right: 10px;
}*/
.menu_link {
    display: block;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none;
    text-align: center;
    /*     text-shadow: 0 0 20px rgba(29, 54, 71, 0.15); */

    padding: 30px 15px 30px 15px;
    position: relative;
    transition: all 0.3s;
}

#header_wrap .menu_link {
    color: #fff !important;
    text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);
}

#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 {
    opacity: .7;
}

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

.h_sub_list {
    transition: visibility .3s, opacity .3s;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 1000;
    overflow: hidden;
}

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


.menu_item:hover .h_sub_list {
    opacity: 1;
}

.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: 10px 30px 10px 30px;
    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: #007CCF;
    color: #fff;
} */


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

.menu_item.contact {
    margin-left: 20px;
    min-width: 200px;
    min-height: 55px;
}

.menu_item.contact a,
#header_wrap.smallhead .menu_item.contact a {
    padding: 14px 30px;
    color: #fff !important;
    background: #EB6F5F;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    white-space: nowrap;
}

.menu_item.contact a:hover,
#header_wrap.smallhead .menu_item.contact a:hover {
    background: #5CB916;
}

.menu_item.contact a::after,
#header_wrap.smallhead .menu_item.contact a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 9999px;
    background: #5CB916;
}

.menu_item.contact a:hover::after,
#header_wrap.smallhead .menu_item.contact a:hover::after {
    background: #EB6F5F;
}


/* drop */
/*.drop_wrap {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 28px 0 27px;
    background: #e7f3ff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.menu_item:hover .drop_wrap {
    opacity: 1;
    visibility: visible;
}

.hide .menu_item:hover .drop_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.drop_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.drop_parent {
    width: 47.636%;
    margin: 0 auto 0 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.drop_parent_link {
    position: absolute;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-decoration: none !important;
    color: #FFF !important;
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    z-index: 10;
    text-shadow: 1px 1px 3px #333;
}

.drop_parent_link::after {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #FFF;
    margin: 6px 0 0;
}

.drop_parent_link+img {
    display: block;
    transition: all .3s ease;
    pointer-events: none;
}

.drop_parent_link:hover+img {
    transform: scale(1.03);
}



.drop_list {
    display: flex;
    flex-wrap: wrap;
    width: 42.818%;
    padding: 0;
    margin: 0 0 -34px;
}

.drop_item {
    line-height: 1.6;
    list-style: none !important;
    width: 41.825%;
    margin-bottom: 34px !important;
}

.drop_item:nth-child(odd) {
    margin-right: auto;
}*/

/* .drop_item:not(.parent_item) {
    margin: 0 41px 31px 8px;
} */

/* .drop_item:not(.parent_item)::before {
    content: '-';
    color: #222;
    margin-right: 3px;
} */

/*.drop_link {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222 !important;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    padding-right: 25px;
    padding-bottom: 10px;
    background: url(img/arrow_header_dropmenu.svg) no-repeat right 2px center / 18px;
    border-bottom: 1px solid #AAA;
    position: relative;
    transition: all .3s ease;
}

.drop_link:hover {
    opacity: .7;
}

.drop_link::before {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #AAAAAA;
    margin: 0 0 4px;
}*/

/* .parent_item {
    width: 100%;
    padding: 28px 8px 22px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #ccc;
}

.parent_link {
    font-size: 2rem;
} */

/* contact btn */
/*.menu_item.contact a::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #33aaff;
    z-index: 5;
    transition: width 0.3s;
}

.menu_item.contact a:hover::after {
    width: 100%;
}*/

.menu_item.contact a span {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.0;
    position: relative;
    z-index: 10;
}

.menu_item.contact a span::before {
    /*display: block;
    content: "";
    width: 28px;
    height: 23px;
    background: url(img/icon_contact.svg) no-repeat center / contain;
    margin-right: 11px;*/
}

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

#footer_wrap {
    position: relative;
    background: #303135;
    color: #fff;
    margin-top: -50px;
    position: relative;
}


/*---------
	footer_contact
-------------*/
.footer_contact {
    background: #2ac5ff;
    padding: 190px 0 170px 0;
    border-radius: 50px 0 0 50px;
/*     margin-top: -50px; */
    z-index: 2;
    position: relative;
    color: #fff;
}

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

.f_contact_in p {
    margin: 0;
}

.f_contact_l {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.f_contact_txt h2 {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 13px;
    margin: 0 0 13px 0;
}

.f_contact_txt h2:after {
    display: block;
    content: attr(data-txt)'';
    font-family: 'Poppins', sans-serif;
    font-size: 11.0rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0;
    color: #fff;
}


.f_link_btn {
    display: inline-block;
    text-decoration: none;
}

.f_link_btn_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f_link_txt {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.f_link_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2B5872;
    width: 128px;
    height: 128px;
}

.f_link_circle:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1), border .3s ease;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 122px;
}

.f_link_circle:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(img/arrow_white.svg) center center/100% auto no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.f_link_circle svg {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.f_link_circle svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}

a.f_link_btn:hover svg,
a:hover .f_link_circle svg {
    opacity: 1;
}

a:hover .f_link_circle::before {
    width: 122px;
    height: 122px;
    opacity: 0;
}

a:hover .f_link_circle svg circle,
a.f_link_circle:hover svg circle {
    stroke-dashoffset: 0;
}

.f_link_circle svg circle {
    stroke: #fff;
}




.f_contact_list {
    display: flex;
    justify-content: space-evenly;
}

/*
.contact_mail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
/*
.contact_tel {
    width: 50%;
}
*/

.f_contact_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 10px 25px 30px;
    color: #fff;
    text-decoration: none;
}

.f_contact_btn:first-child {}

.f_contact_btn h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
}

.f_contact_btn h3:before {
    display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}



.f_contact_btn .f_link_circle {
    width: 56px;
    height: 56px;
}

.f_contact_btn .f_link_circle:before {
    width: 54px;
    height: 54px;
}

.f_contact_btn:hover .f_link_circle::before {
    width: 54px;
    height: 54px;
}

.contact_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff !important;
    font-weight: bold;
    height: 80px;
    width: 320px;
    margin: 0 15px;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.3s, color 0.3s;
}

.cont_btn_in {
    display: inline-block;
    padding: 0 0 0 55px;
    background: url(img/icon_mail.svg) no-repeat center left 3px;
    line-height: 2;
}

.cont_tel_link {
    background: url(img/icon_mail.svg) no-repeat center left 4px;
    color: #fff !important;
    font-size: 1.4rem;
    text-decoration: none !important;
    vertical-align: sub;
    pointer-events: none;
    padding: 15px 0;
}

.cont_tel_link span {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}


.contact_tel {
    display: flex;
    position: relative;
    align-items: center;
    width: 300px;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 40px;
    background-color: transparent;
    color: #fff !important;
    font-size: 1.4rem;
    transition-duration: .3s;
    transition-property: background-color, color;
    text-decoration: none;
    text-align: center;
}

.contact_form {
    display: flex;
    position: relative;
    align-items: center;
    width: 300px;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 40px;
    background-color: transparent;
    color: #fff !important;
    font-size: 1.6rem;
    transition-duration: .3s;
    transition-property: background-color, color;
    text-decoration: none;
    justify-content: center;
}

.contact_form:hover,
.contact_form:focus,
.contact_form:active,
.contact_tel:hover,
.contact_tel:focus,
.contact_tel:active {
    background-color: #fff;
    color: #2ac5ff !important;
}

.contact_tel_content {
    display: flex;
    flex-direction: column;
    line-height: 100%
}

.contact_tel_content_number {
    margin-top: 8px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 100%;
    font-family: "Roboto", sans-serif;
    letter-spacing: .6px;
    white-space: nowrap
}

.contact_tel_icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 45px;
    overflow: hidden;
    line-height: 23px;
    background: url(img/icon_tel.svg) no-repeat center left 3px;
}

.contact_form_icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 45px;
    overflow: hidden;
    line-height: 23px;
    background: url(img/icon_mail.svg) no-repeat center left 3px;
}

.contact_form:hover .contact_form_icon {
    background: url(img/icon_mail_cyan.svg) no-repeat center left 3px;
}

/*---------
	footer_main
-------------*/
.footer_main {
    max-width: 940px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 20px 55px 20px;
    margin: auto;
    overflow: hidden;
}

.footer_address {
    /*margin-right: 2%;*/
    font-size: 1.6rem;
    width: 20%;
}

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

.footer_address [href^="tel:"] {
    padding: 3px 0 3px 24px;
}

.footer_address strong a img {
    /* max-width: 70%;*/
}

.footer_address p {
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin: 0 0 25px;
    white-space: nowrap;
}

.footer_address [href^="tel:"] {
    text-decoration: none;
    color: #222;
    padding-left: 30px;
    background: url(img/icon_tel.svg)no-repeat;
    background-size: 24px 24px;
    background-position: left center;
}



.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width:80%;*/
    width: 50%;
    margin: auto;
}



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


.footer_menu_item {
    list-style: none;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.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: 500;
    margin: 0 0 10px;
}

.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 {
    position: relative;
    line-height: 1.6;
    margin-bottom: 5px;
    list-style: none !important;
    padding-left: 17px;
}

.f_sub_item:before {
    content: "";
    position: absolute;
    left: 4px;
    top: calc(50% - 1px);
    width: 4px;
    height: 1px;
    background: #222;
}

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

/*------------ メニューの下 お問い合わせボタン ------------*/
.footer_form_wrap {
    /*text-align: right;
    width: 100%;
    padding-top: 4px;*/

}


.footer_form_btn {
    display: inline-block;
    text-decoration: none;
    padding: 11px 48px;
    color: #fff !important;
    background: #E60012;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
}

.footer_form_btn:hover {
    background: #c70010;
}

.footer_top_wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px 60px;
    overflow: hidden;
	justify-content: space-evenly;
}

.footer_top {
    width: 100%;
}

#footer_logo {
    margin: 0 40px 0 0;
    font-size: 0;
    line-height: 1;
}

.footer-address {
    margin: 0 40px 0 0;
    color: #fff;
    font-size: 1.5rem;
}

.footer-tel {
    font-size: 1.5rem;
}

.footer-tel a {
    margin: 0;
    letter-spacing: .1em;
    color: #fff !important;
}

/*------------ copyright ------------*/

#footer_copy {
    max-width: 1340px;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: auto;
    text-align: center;
}


.copyright span small {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #AAAAAA;
}

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

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    background: #333333;
    border: 1px solid #333333;
    width: 60px;
    height: 60px;
    transition: background-color .3s;
    font-size: 0;
    text-decoration: none;
    border-radius: 30px;
    z-index: 1;
}

#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 {
    border-color: #333333;
    background-color: #333333;
}

/* #return a:hover:after {
	border-top: 2px solid #007CCF;
	border-right: 2px solid #007CCF;
}
 */



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


/* Error */
/* .error404 #content_h{
	margin-top:220px;
} */
.error404 #h_area {
    max-width: 1240px;
    margin-bottom: 0;
}

/* @media screen and (max-width:767px) {
	.error404 #content_h{
		margin-top:150px;
	}
} */


/* 
@media screen and (min-width: 768px) and (max-width: 1200px){
	#header_area{
		min-width:1200px;
	}
} */




@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.4rem;
        width: auto;
    }

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

    /* body {
       
    } */

    #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_wrap {
        z-index: 10000;
    }

    #header_wrap:before {
        top: 20px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

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

    #header_wrap.index_header {
        /*height: 65px;*/
    }

    #header_wrap.smallhead #header_area {
        padding: 20px 10px 0 10px !important;
    }

    #logo {
        padding: 0;
        z-index: 100;
    }

    .smallhead #logo {
        padding: 10px 0 0 15px;
        z-index: 100;
    }

    #logo a,
    #logo img {
        width: 100%;
        min-width: auto;
        max-width: 210px;
    }

    #header_wrap.smallhead #header_area #logo a {
        max-width: 210px;
    }

    /* #header_wrap.smallhead #logo {
        top: 22px;
    } */

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

    #toggle a {
        display: block;
        background: none;
        color: #007CCF;
        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: #333333;
        width: 38px;
        height: 3px;
        margin: auto;
        left: 0;
        right: 0;
        transition: all 0.3s;
    }

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

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

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

    #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-top: 100px;
        padding-bottom: 80px;
        margin: 0;
        /*background: #2ac5ff;*/
        background: #F3F0EE;
        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 .menu_en{
		font-size:1.6rem;
	}*/
    #menu .menu_ja {
        font-size: 1.4rem;
    }

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    } */
    /*     .overlay_none {
        position: fixed;
    } */

    /* #js-gnav-layer {
        background: #fff !important;
        z-index: 90;
    } */

    #menu ul {
        /*border-top: 1px solid rgba(255, 255, 255, .3);*/
        border-top: 1px solid #ddd;
    }

    #menu nav ul li {
        float: none;
        margin: 0;
        width: auto;
        /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
        position: relative;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
    }

    #menu nav ul li.top_item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    }

    #menu nav ul li a {
        padding: 20px 15px 20px;
        line-height: 1;
        color: #fff !important;
        margin: 0;
        opacity: 1 !important;
    }

    #menu nav ul li.nav_btn {
        display: block;
        text-align: center;
        margin: auto;
    }

    #menu .nav_btn a {
        padding: 13px 15px 13px;
        background: none;
    }

    .menu_list {
        display: block;
        margin: 0;
    }

    .index_header {
        position: relative;
    }

    .sp_menu_on.index_header {
        position: relative;
        top: auto;
        left: auto;
    }

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

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    }

    .sp_menu_on {
        position: fixed !important;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 1000;
        top: 0;
    }

    .body_no {
        display: none;
    } */

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

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



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

    /* contact btn */
    #menu .menu_item.contact {
        margin-top: 20px;
        border-bottom: none;
    }

    #menu .menu_item.contact a {
        width: 100%;
        margin: auto;
        color: #fff !important;
    }

    .menu_item.contact a::after {
        background: #5CB916;
    }

    .menu_item.contact a span {
        margin: 0;
    }

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

    /*---------
		footer_contact
	-------------*/
    .footer_contact {
        padding: 60px 0 60px 0;
        margin-top: 0;
    }

    .f_contact_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .f_contact_list {
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .f_contact_txt h2 {
        font-size: 1.4rem;
    }

    .f_contact_txt h2:before {
        font-size: 3.4rem;
    }

    .f_contact_txt h2:after {
        font-size: 4.2rem;
        padding-top: 10px;
    }

    .f_link_txt {
        font-size: 1.8rem;
    }

    .f_link_circle {
        width: 80px;
        height: 80px;
    }

    .f_link_circle:before {
        width: 78px;
        height: 78px;
    }

    a:hover .f_link_circle:before {
        width: 80px;
        height: 80px;
    }


    .f_contact_btn {
        padding: 18px 10px 20px 15px;
    }

    .f_contact_btn h3 {
        font-size: 1.3rem;
    }

    .f_contact_btn h3:before {
        font-size: 2.0rem;
    }

    .contact_tel {
        margin-bottom: 15px;
    }

    .contact_form_content {
        font-size: 1.5rem;
    }

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

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

    }

    .footer_menu {
        width: 100%;
    }

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

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

    .footer_menu_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid #ffffff50;
    }

    .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;
        text-align: center;
    }

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

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

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

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

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid #444;
    }

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

    .f_sub_item,
    .footer_lnk_top {
        margin: 0;
        padding: 0;
    }

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

    .f_sub_list {
        display: none;
        padding: 0;
        margin: 0 !important;
        border-top: 1px solid #e6e6e6;
        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;
    }

    .footer_address {
        font-size: 1.3rem;
        width: 100%;
        padding: 0 0 35px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }


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

    .footer_address strong a img {
        max-width: 65%;
        margin: 0 auto;

    }

    .footer_address p {
        margin: 0 0 13px;
        line-height: 2.5;
    }

    .footer_top_wrapper {
        margin: 0;
        justify-content: space-around;
        padding: 30px 20px 5px;
    }

    .footer_top {
        width: 100%;
    }

    #footer_logo {
        margin: 0 auto 20px;
        max-width: 80%;
    }

    .footer-address {
        font-size: 1.3rem;
        margin: 0 0 15px;
    }

    /*------------ メニューの下 お問い合わせボタン ------------*/
    .footer_form_wrap {
        text-align: center;
        padding-top: 25px;

    }

    .footer_form_btn {
        background: #fff !important;
        color: #222 !important;
        border-radius: 0;
    }

    .footer_form_btn span {
        font-size: 1.4rem;
        line-height: 50px;
    }

    /*  */
    #footer_copy {
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

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