/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: "HiraginoKakuGothicPro-W3";
    src: url("../font/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HiraginoKakuGothicPro-W6";
    src: url("../font/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* common
------------------------------------------------------------*/
body {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    /* font-family: "HiraginoKakuGothicPro-W6", Helvetica; */
    background: #fff;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

p {
    line-height: 2;
}

.f_bold {
    font-weight: 500;
}

.f_big {
    font-size: 18px;
}

.txt_center {
    text-align: center;
}

/* section {
    padding: 70px 0;
} */
.alt_bg {
    background: #faf7f5;
}

.pat_bg01 {
    /* background: url('../img/common/pat-01.png') repeat top left; */
    background-color: #f8c5c8;
}

.pat_bg02 {
    background: url("../img/common/pat-02.png") repeat top left;
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
}

.inner {
    max-width: 1040px;
    width: 95%;
    margin: 0 auto;
}

.sp {
    display: none;
}

#gnav_sp,
.tb-arrow {
    display: none;
}

/* header
------------------------------------------------------------*/
header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0 !important;
    z-index: 999;
    background-color: #fff;
    box-shadow: none;
}

header .h_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1400px;
    width: 95%;
    overflow: hidden;
}

header .h_wrap .logo {
    max-width: 258px;
    width: 100%;
}

/* sticky */
header.sticky {
    position: sticky;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* dropdown menu header */
.dropdown1 {
    float: left;
    overflow: hidden;
}

.dropdown1 .dropbtn {
    font-size: 14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-top {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-top a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-top a:hover {
    background-color: #ddd;
}

.dropdown1:hover .dropdown-top {
    display: block;
}

/*end dropdown menu header */

/* footer
------------------------------------------------------------*/
footer {
    position: relative;
    background-color: white !important;
    border-top: 1px solid #ccc;
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    overflow: hidden;
}

footer .logo {
    display: block;
    margin-bottom: 20px;
    max-width: 258px;
    width: 100%;
}

footer p {
    margin-bottom: 20px;
    color: #614a3f;
    line-height: 1.7;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

footer .social_link li {
    margin-right: 20px;
    max-width: 48px;
    float: left;
}

footer .f_links .nav_wrap {
    padding: 0 30px;
    float: left;
    width: 300px;
    border-left: 1px dashed #f0ddd3;
    box-sizing: border-box;
}

footer .f_links .nav_wrap li {
    margin-bottom: 30px;
}

footer .f_links .nav_wrap li:last-child {
    margin-bottom: 0;
}

footer .f_links .nav_wrap li a {
    display: block;
    color: #614a3f;
}

footer .f_links .nav_wrap li .acc,
footer .f_links .nav_wrap li .acc1 {
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

footer .f_links .nav_wrap li a span {
    display: block;
    padding-left: 20px;
    background: url("../images/common/ico_arrow01.png") no-repeat top 4px left /
        14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}
footer .f_links .nav_wrap li span a{
    display: block;
    padding-left: 20px;
    background: url("../images/common/ico_arrow01.png") no-repeat top 4px left /
        14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
    color: #5c5c5c;
}


footer .f_links .nav_wrap li a .custom-icon-footer {
    display: block;
    padding-left: 20px;
    background: url("../images/common/ico_arrow03.png") no-repeat top 6px left
        5px / 5px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

footer .f_links .nav_wrap li .sub_links li {
    margin-bottom: 5px;
}

footer .f_links .nav_wrap li .sub_links li a span {
    background: url("../images/common/ico_arrow03.png") no-repeat top 6px left
        5px / 5px;
}

footer .f_links .nav_wrap li a:hover span {
    text-decoration: underline;
}

footer .copyright {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    background-color: #f8c5c8;
}


a.link-custom,
a.link-custom:visited,
a.link-custom:focus,
a.link-custom:hover,
a.link-custom:active {
    cursor: default !important;
    outline: none;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

/* gnav
------------------------------------------------------------*/
#gnav {
    float: right;
}

#gnav ul {
    display: flex;
    align-items: center;
}

#gnav ul li {
    font-size: 14px;
    padding: 0 23px;
    border-left: 1px dashed #f0ddd3;
}

#gnav ul li a {
    display: block;
    color: #1e1e1e;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#gnav ul li a.active,
#gnav ul li a:hover {
    color: #f75984;
}

/* #gnav ul li:nth-child(5) {
    padding-right: 23px;
    margin-right: 20px;
    border-right: 1px dashed #f0ddd3;
} */

#gnav ul li:nth-last-child(2) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px dashed #f0ddd3;
}

#gnav ul li:last-child {
    padding: 0;
    width: 163px;
    border-left: 0;
}

#gnav ul li a.btn_contact {
    white-space: nowrap;
    padding: 12px 15px;
    text-align: center;
    background-color: #64ca81;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#gnav ul li a.btn_contact span {
    /* height: 20px; */
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    background: url(../images/common/ico_btn01.png) no-repeat left center / 16px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
    font-size: 12px;
    letter-spacing: 0px;
}

#gnav ul li a.btn_contact:hover {
    background-color: #3b9d57;
}

@media screen and (max-width: 768px) {
    /* common
	------------------------------------------------------------*/
    section {
        padding: 50px 0;
    }

    .container .inner,
    .container .inner2 {
        max-width: none;
        width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* header
	------------------------------------------------------------*/
    #gnav ul li:last-child {
        max-width: 180px;
    }

    /* btn
	------------------------------------------------------------*/
    .btn {
        max-width: 250px;
    }
  
}

@media screen and (max-width: 980px) {
    /* common
	------------------------------------------------------------*/
    section {
        padding: 60px 0;
    }

    /* btn
	------------------------------------------------------------*/
    .btn {
        padding: 13px 25px;
        max-width: 285px;
    }

    /* headings
	------------------------------------------------------------*/
    .tit_sub {
        margin-bottom: 20px;
        font-size: 200%;
    }

    .tit_sub::before {
        height: 40px;
        width: 40px;
    }

    .tit_sub span {
        padding-left: 20px;
    }
  
}
@media screen and (max-width: 1024px) {
    footer .f_links .nav_wrap li a:hover span.custom-hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 1200px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* header
	------------------------------------------------------------*/
    header {
        padding: 20px 0;
        overflow: visible;
    }

    header .h_wrap .logo {
        max-width: 200px;
    }

    #trigger-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        float: right;
        width: 35px;
        height: 35px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    #trigger-menu .line {
        position: relative;
        display: block;
        width: 35px;
        height: 4px;
        box-sizing: border-box;
        background-color: #1e1e1e;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    #gnav_sp {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
    }

    #gnav_sp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        width: 95%;
        background-color: #ddd;
    }

    #gnav_sp #gnav {
        float: none;
    }

    #gnav_sp #gnav ul {
        display: block;
        background-color: rgba(247, 89, 132, 0.2);
    }

    #gnav_sp #gnav ul li {
        border: 0;
    }

    #gnav_sp #gnav ul li a {
        padding: 15px 10px;
    }

    #gnav_sp #gnav ul li a.btn_contact {
        padding: 12px 10px;
    }

    #gnav ul li:last-child {
        padding: 10px;
        max-width: none;
        width: 50%;
        box-sizing: border-box;
    }

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    body.menu-open::before {
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }

    body.menu-open #trigger-menu .line:nth-child(2) {
        opacity: 0;
    }

    body.menu-open #trigger-menu .line:first-child {
        top: 11px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    body.menu-open #trigger-menu .line:last-child {
        bottom: 12px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    /* footer
	------------------------------------------------------------*/
    footer .container {
        padding: 30px 0 0;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    footer .logo_wrap {
        margin-bottom: 40px;
    }

    footer .logo {
        margin: 0 auto 20px;
        max-width: 220px;
    }

    footer p {
        text-align: center;
    }

    footer .social_link {
        display: flex;
        justify-content: center;
    }

    footer .social_link li {
        margin-right: 10px;
        max-width: 30px;
    }

    footer .f_links .nav_wrap {
        padding: 0;
        float: none;
        width: 100%;
        max-width: none;
        height: auto !important;
    }

    footer .f_links .nav_wrap li {
        margin-bottom: 0;
        border-top: 1px dashed #f0ddd3;
    }

    footer .f_links .nav_wrap li .acc {
        padding: 10px 20px;
        margin-bottom: 0;
        background: url("../images/common/ico_plus.png") no-repeat center right
            20px / 10px;
    }

    footer .f_links .nav_wrap li .acc1 {
        padding: 10px 20px;
        margin-bottom: 0;
        background: none;
    }

    footer .f_links .nav_wrap li.open .acc {
        padding: 10px 20px;
        margin-bottom: 0;
        background-image: url("../images/common/ico_minus.png");
    }

    footer .f_links .nav_wrap li .sub_links {
        padding: 10px 30px;
        background-color: rgba(247, 89, 132, 0.2);
    }

    footer .f_links .nav_wrap li .sub_links li {
        border-top: 0;
    }

    footer .f_links .nav_wrap li .sub_links li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1023px) {
    a.dropbtn {
        font-size: 12px !important;
    }

    #gnav ul li a.btn_contact {
        padding: 12px 15px !important;
    }

    header {
        padding: 15px 0 !important;
    }
}

@media screen and (min-width: 1400px) {
    a.dropbtn {
        font-size: 14px !important;
    }

    #gnav ul li a.btn_contact {
        padding: 12px 15px !important;
    }

    header {
        padding: 15px 0 !important;
    }
}

@media screen and (max-width: 1400px) {
    /* header
	------------------------------------------------------------*/
    #gnav ul li {
        padding: 0 10px;
    }

    #gnav ul li:nth-child(6) {
        padding-right: 10px;
        margin-right: 10px;
    }

    #gnav ul li.btn_login_logout{
        padding-right: 0px;
        margin-right: 0px;
    }

    /* footer
	------------------------------------------------------------*/
}

/* header mobile */
.sp #gnav .dropdown-top .dropbtn {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 100;
}

.sp #gnav .dropdown-top .dropbtn::before {
    content: "";
    background: url("/asset/front/images/common/ico_arrow03.png") no-repeat
        center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.sp .dropdown-top {
    display: block;
    position: relative;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.sp .dropdown-top a:hover {
    background: #f0f0f0;
}

/* end header mobile */
