@charset "UTF-8";

/*基本設定flex*/

.flex {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    align-items: center;
}

.bet {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: left;
}

.cnt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {}

#page-top a:hover {
    text-decoration: none;
}

a:visited {
    color: #000;
}


/*body*/

.header_h1_sp {
    display: none;
}

.body {
    margin: 0 auto;
}

.article {
    border-radius: 12px;
    background-color: #fff;
    /*border: 2px solid #7c7c7c;*/
    margin-bottom: 5%;
}

.header {
    position: relative;
    background-image: url(../../top/img/main_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.header_gra {
    background-image: url(../../top/img/main_gra.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 234px;
    position: absolute;
    bottom: 0;
}

.header_h1_pc {
    width: 100%;
    /* KVの高さは任意で設定してください。ここでは例として673pxにしています。 */
    height: 673px;
    overflow: hidden;
    /* はみ出した部分を隠す */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    /* KV画像がない場合の背景色 */
}

.kv-image {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center center;
}

.header_h1_sp img {
    object-fit: cover;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.header_pcnav {
    /*border-top: 4px solid;*/
    /*border-image: linear-gradient(to right, #f00082, #8c058c) 1;*/
    border-top: #95ff7a 4px solid;
    background-color: #fff;
    height: 80px;
    position: relative;
    margin-bottom: 25px;
}

.header_pcmenu {
    min-width: 1000px;
    margin: 0 auto;
}

.header_pcmenuli {
    border-right: 1px solid #dbdbdb;
    padding: 5px 20px;
    color: #000;
}

.header_pcmenuli:last-child {
    border-right: none;
}

.header_pcmenuli:hover {
    cursor: pointer;
}

.header_pcmenuli a {
    display: block;
    padding: 10px 20px;
}

.header_pcmenuli a:hover {
    color: #f00082;
}

.header_pcmenuli--01 {
    border-right: none;
    margin-right: 30px;
}

.header_pcmenuli--nolink {
    padding: 5px 45px;
    color: #e6e6e6;
}

.header_pcmenuli--nolink:hover,
.header_pcmenuli--01:hover {
    cursor: auto;
}


/*footer*/

.foot-main {
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px 0 30px;
    margin-top: 46px;
}

.foot-main__logo-wrap {
    text-align: center;
}

.foot-main__logo {
    width: 80px;
}

.foot-main__copy {
    font-size: .63rem;
    padding-top: 10px;
}

.foot-main__sns {
    text-align: center;
    padding-top: 15px;
    display: inline-block;
}

.foot-main__sns>li {
    display: block;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.foot-main__sns>li>a {
    display: block;
}

.foot-main__sns-line,
.foot-main__sns-x,
.foot-main__sns-fb {
    width: 30px;
}

.foot-main__inquiry {
    padding-top: 20px;
    font-size: .69rem;
}

.foot-main__inquiry>a {
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}

.foot-main__inquiry>a:hover {
    text-decoration: underline;
}


/*sp時にbodyにclassのsp設置*/


/*header*/

body.sp header {
    width: 100%;
    padding: 0px;
    background: none;
}

body.sp header nav.pc-nav {
    width: 100%;
    padding: 0px;
}

body.sp header ul.pc-menu {
    display: none;
}

body.sp header ul.drawer-menu li {
    height: 14vw;
    line-height: 14vw;
    background: none;
    border-bottom: 1px solid #dbdbdb;
    color: #000;
    text-align: center;
    padding: 0;
}

body.sp header ul.drawer-menu li img {
    width: 100%;
}

body.sp header ul.drawer-menu li a {
    font-size: 16px;
    padding: 0%;
    color: #000;
}

body.sp header ul.drawer-menu li.nolink {
    padding: 0 0 0 2%;
}

body.sp header ul.drawer-menu li.ttl {
    text-align: center;
    padding-top: 12px;
    background: none;
    margin: 0 auto;
    text-align: center;
}

body.sp header ul.drawer-menu li.ttl img {
    width: 50%;
}


/*header*/

body.sp .header_pcnav {
    display: none;
}


/*ドロワー*/

.drawer-hamburger {
    display: none !important;
}

body.sp .drawer-hamburger {
    display: block !important;
    background-color: #41b179;
    width: 10vw;
    height: 3vw;
}

body.sp .header_gra {
    display: none;
}

body.sp.drawer-open .drawer-hamburger {
    background-color: #41b179;
}

body.sp span.menu {
    margin-top: 10px;
    display: block;
}

body.sp .drawer-menu {
    font-size: 6vw;
    width: 60%;
    margin: 0 auto;
    height: 1100px;
}

body.sp.drawer-open span.menu {
    display: none;
}

body.sp .header_pcmenuli {
    border: none;
    padding: 5px;
}

body.sp .header_pcmenuli--nolink {
    padding: 0 0 0 2%;
}

body.sp .header_pcmenuli a:hover {
    background: none;
}

body.sp .header_h1_pc {
    display: none;
}

body.sp .header_h1_sp {
    display: block;
}

body.sp .header_h1_sp img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

body.sp .header_pcmenuli--01 {
    margin-right: 0;
    margin: 20% 0 0 0;
    padding-bottom: 10% !important;
}

body.sp .header_pcmenuli--nolink {
    color: #e6e6e6 !important;
}

body.sp .kv img.pcOnly {
    display: none;
}

body.sp #page-top img {
    width: 100%;
    height: auto;
}