@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 img.spOnly{
    display: none;
}
.body{
    margin: 0 auto;
}
.article{
    padding-top: 2%;
    background-color: #FFFF;
}
.header{
    position: relative;
    background-image: url(../img2/main_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.header_gra{
    background-image: url(../img2/main_gra.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 234px;
    position: absolute;
    bottom: 0;
}
.header_h1{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 673px;
}
.header_h1 img{
    position: absolute;
    left: 50%;
    width: 2000px;
    height: 673px;
    margin-left: -1000px;
}
.header_logo img{
	position: absolute;
	left: 50%;
	width: 767px;
	height: 379px;
	margin-left: -384px;
	top: 141px;
}
.header_pcnav{
    background: url(../img2/header_bg.png) repeat-x left center;
    height: 54px;
    position: relative;
}
.header_pcmenu{
    min-width: 1000px;
    margin: 0 auto;
}
.header_pcmenuli{
    border-right:1px solid #000;
    padding: 5px 20px;
}
.header_pcmenuli:hover{
    cursor: pointer;
}
.header_pcmenuli a{
    display: block;
    padding: 0px 25px;
}
.header_pcmenuli a:hover{
    color: #FFF;
    background: #29c5ef;
}
.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:first-child {
    padding-top: 2px;
}
.foot-main__sns > li > a {
    display: block;
}
.foot-main__sns-tw {
    width: 33px;
}
.foot-main__sns-line, .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 #fff;
    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 {
    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: #29c5ef;
    width: 10vw;
    height: 3vw;
}
body.sp .header_gra{
    display: none;
}
body.sp.drawer-open .drawer-hamburger {
    background-color: #bebebe;
}
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 img.pcOnly{
    display: none;
}
body.sp .header_h1 {
    overflow:visible ;
    height: auto;
    position: relative;
}
body.sp .header_h1 img.spOnly{
    position: absolute;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
}
body.sp .header_logo{
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: 40px;
}
body.sp .header_logo img{
    width: 96%;
    height: auto;
    left: 0;
    right: 0;
    bottom: -6vw;
    top: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}
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;
}
