@charset "UTF-8";
/* Scss Document */
/*====================__CMT__====================*/
/* Tablet */
/* Mobile - Large */
/* Mobile - Small */
/*====================__CMT__====================*/
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 6%;
    width: auto;
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body .txt,
  body .txt-vertical {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  .txt-vertical {
    -webkit-writing-mode: inherit !important;
        -ms-writing-mode: inherit !important;
            writing-mode: inherit !important;
    text-orientation: inherit !important;
    word-wrap: wrap inherit !important;
    width: auto !important;
    height: auto !important;
    text-align: justify;
  }
  body {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .round a {
    width: 132px !important;
    height: 132px !important;
    line-height: 1.6 !important;
    padding-top: 42px !important;
  }
  .round a::before {
    bottom: 20px;
  }
  #sec4 .wrap {
    padding: 0 3%;
  }
  #sec4 #feed {
    margin-bottom: 9vw;
    padding: 0;
    display: block !important;
  }
  #sec4 #feed .rss_item + .rss_item {
    margin-top: 5vw;
    padding: 0;
  }
  #sec4 #feed dl .rss_img {
    float: left;
    width: 46%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec4 #feed dl .rss_img span {
    width: 100% !important;
    height: 0 !important;
    padding-top: 70%;
  }
  #sec4 #feed dl dd {
    float: right;
    width: 47%;
  }
  #sec4 #feed .rss_item {
    width: 100% !important;
  }
  #sec4 .btn.more {
    position: static !important;
  }
  .sec_list {
    display: block;
  }
  .sec_list .col .menu_list .menu_tt {
    padding: 11px 0 9px;
    margin-bottom: 10px;
    font-size: 20px;
    background: url(../img/shared/bg_brow_sp.jpg);
  }
  .sec_list .col .menu_list .menu {
    padding: 6px 0;
  }
  .sec_list .col {
    width: 100%;
  }
  .sec_list .col .menu_list + .menu_list {
    margin-top: 0;
  }
  .sec_list .col .menu_list .toggle-main {
    padding-bottom: 30px;
  }
  .toggle .toggle-link {
    pointer-events: inherit;
  }
  .toggle .toggle-main {
    display: none;
  }
  .toggle .toggle-link:after {
    background: url(../img/shared/down_menu.png) no-repeat center/100% auto;
    position: absolute;
    top: auto;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    right: 3%;
    width: 15px;
    height: 25px;
    content: '';
  }
  .toggle.active .toggle-link:after {
    background: url(../img/shared/up_menu.png) no-repeat center/100% auto;
  }
  /*-------------------ABC-----------------*/
  #fixed-sp {
    background: #000;
    text-align: center;
    line-height: 1;
    height: 65px;
  }
  #fixed-sp ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
  }
  #fixed-sp ul li.btn1 {
    /*width: 45%;*/
	  width: 50%;
  }
  #fixed-sp ul li.btn1 .tt {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1;
  }
  #fixed-sp ul li.btn1 .num {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-size: 18px;
  }
  #fixed-sp ul li.btn1 .num .icon {
    width: 14px;
  }
  #fixed-sp ul li.btn3 {
    width: 20%;
  }
  #fixed-sp ul li .fz17 {
    font-size: 17px;
  }
  #fixed-sp ul li:nth-child(2) {
    border: 0;
    /*width: 35%;*/
	width: 50%;
    font-size: 20px;
    position: relative;
  }
  #fixed-sp ul li:nth-child(2)::before {
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background: #737373;
  }
  #fixed-sp ul li:nth-child(2)::after {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    top: 10px;
    bottom: 10px;
    /*background: #737373;*/
  }
  #fixed-sp ul li:nth-child(3) a img {
    margin: 0 0 3px;
  }
  /*====================== NAV ====================== */
  header .topnavi {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 54px;
  }
  header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
  }
  header .topnavi li a {
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
    border-left: 1px dotted white;
  }
  header .topnavi li a:hover {
    text-decoration: none;
  }
  header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
  }
  header .menu_toggle {
    padding: 74px 20px;
    background: #000;
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
  }
  header .sub_click {
    display: block;
    padding: 9px 0;
    position: relative;
  }
  header .sub_click:before {
    content: '';
    position: absolute;
    width: 15px;
    border-top: 1px solid #fff;
    right: 5px;
    top: 22px;
    -webkit-animation: smoky-out 0.7s 0s both;
            animation: smoky-out 0.7s 0s both;
  }
  header .sub_click:after {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid #fff;
    right: 12px;
    top: 15px;
    -webkit-animation: smoky-out 0.7s 0s both;
            animation: smoky-out 0.7s 0s both;
  }
  header .sub_click.open:after,
  header .sub_click.open:before {
    -webkit-animation: smoky 0.7s 0s both;
            animation: smoky 0.7s 0s both;
  }
  header .sub_click.open:after {
    opacity: 0;
  }
  @-webkit-keyframes smoky {
    50% {
      -webkit-filter: blur(3px);
              filter: blur(3px);
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
  }
  @keyframes smoky {
    50% {
      -webkit-filter: blur(3px);
              filter: blur(3px);
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
  }
  @-webkit-keyframes smoky-out {
    50% {
      -webkit-filter: blur(3px);
              filter: blur(3px);
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
  }
  @keyframes smoky-out {
    50% {
      -webkit-filter: blur(3px);
              filter: blur(3px);
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
  }
  #menu_toggle li {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
            transform: matrix(1, 0, 0, 1, 0, -20);
    -webkit-transition: all ease 0.5s 0.3s;
    transition: all ease 0.5s 0.3s;
    opacity: 0;
    text-align: center;
  }
  #menu_toggle .sub_scroll_box li {
    margin: 0 20px;
    border: none;
  }
  #menu_toggle .sub_scroll_box li a {
    padding: 5px 0;
  }
  #menu_toggle .sub_scroll_box li:last-child {
    border-bottom: none;
  }
  .navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .navOpen #menu_toggle a {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .navOpen.mn_tyle_a li {
    text-align: left !important;
  }
  .navOpen.mn_tyle_a .hamburger {
    opacity: 0;
    visibility: hidden;
  }
  .hamburger {
    background-color: #000;
    position: fixed;
    top: 15px;
    z-index: 101;
    right: 0;
    padding: 12px 10px 4px 64px;
  }
  .hamburger:after {
    font-size: 11px;
    content: 'MENU';
    position: absolute;
    top: 10px;
    left: 0;
    right: 50px;
    text-align: center;
  }
  .navOpen .hamburger:after {
    display: none;
  }
  .navOpen .menu_toggle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  /* ナビゲーションアイコン：アクティブ */
  .navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .navOpen .navBtn span:nth-of-type(2) {
    margin-top: 6px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  header .button-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    width: 60px;
  }
  header .button-toggle span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin-top: 5px;
  }
  header .menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    padding-top: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .menu_toggle a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
  }
  header .menu_toggle a {
    display: block;
    padding: 18px 25px;
    border-bottom: 1px solid #737373;
    font-size: 16px;
    line-height: 1;
  }
  header .menu_toggle a.active {
    color: #cf3a2b;
  }
  header .nav-fixed {
    height: 0;
  }
  header .menu_toggle .btn2 {
	  background-color: #fff;
    margin: 15% 0 0;
    text-align: center;
  }
  header .menu_toggle .btn2 a {
	  color: #000;
  }
  .sp_dib {
    display: inline-block;
  }
  .pc_dib {
    display: none;
  }
  /*====================__end_NAV__====================*/
  /*====================__START__====================*/
  header {
    color: #fff;
    padding-top: 28vw;
    /*====================__CMT__====================*/
  }
  header .hamburger,
  header .hamburger:hover {
    opacity: 1;
  }
  header .hamburger-inner,
  header .hamburger-inner:after,
  header .hamburger-inner:before {
    background: #fff;
    height: 2px;
    border-radius: 0;
  }
  header .hamburger:after {
    letter-spacing: 0.2em;
    font-family: 'Noto Serif', serif;
  }
  header h1 {
    text-align: center;
    padding-top: 10vw;
    font-size: 13px;
  }
  header #key {
    min-height: auto;
  }
  header #key .swiper-slide {
    min-height: auto;
  }
  header .row,
  header .navBar nav {
    display: none;
  }
  header .wrap {
    position: static;
  }
  header .navBar .logo {
    left: 6%;
    top: 5vw;
    width: 25%;
  }
  header #key .text {
    width: auto;
    left: 3%;
    right: 3%;
    bottom: 6vw;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  header #key .text h1 {
    display: none;
  }
  header #key .text .menu {
    position: static;
    padding-left: 0;
    line-height: 200%;
  }
  header #key .text .menu dt {
    font-size: 5vw;
  }
  header #key .text .menu dd {
    font-size: 10vw;
  }
  footer {
    padding-bottom: 0;
  }
  footer nav {
    display: none !important;
  }
  footer .logo {
    max-width: 30%;
    margin: auto;
  }
  footer .wrap .content {
    display: block;
    margin: 0;
    padding-bottom: 12vw;
  }
  footer .wrap .content .colL {
    width: 100%;
    padding: 0;
  }
  footer .wrap .content .colL .tel {
    margin: 7vw 0 5vw;
  }
  footer .wrap .content .colL .tel dt {
    font-size: 16px;
    margin: 0 4%;
    background: url(../img/shared/line_tel.jpg) no-repeat center center/100% auto;
  }
  footer .wrap .content .colL .tel dd {
    font-size: 26px;
    padding: 3px 0 0;
  }
  footer .wrap .content .colL .tel dd .icon {
    margin-top: 4px;
  }
  footer .wrap .content .colL .tel .des {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 12px;
  }
  footer .wrap .content .colR {
    width: 100%;
    padding: 6vw 3% 0;
    border-left: 0;
    border-top: 1px solid #616161;
    margin-top: 6vw;
  }
  footer .wrap .content .colR dl {
    display: block;
  }
  footer .wrap .content .colR dl dt {
    width: auto;
  }
  footer .wrap .content .colR dl + dl {
    margin-top: 5vw;
  }
  footer .footerB {
    padding: 9vw 0 70px;
  }
  footer .footerB .wrap {
    padding: 0 6%;
    display: block;
  }
  footer .footerB .wrap #socialbuttons {
    text-align: center;
  }
  footer .footerB .copyRight {
    min-width: auto;
  }
  footer .footerB .copyRight address {
    text-align: center;
    padding: 0;
  }
  footer .footerB .copyRight address .fz15 {
    padding: 10px 0 0;
  }
  footer .footerB .copyRight address a {
    border-bottom: 1px solid #a7a7a7;
  }
  .btn a,
  .btn span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 49px;
    height: 49px;
    width: 80%;
  }
}

/*====================__END__====================*/
@media only screen and (max-width: 767px) {
  html #socialbuttons .social-line {
    width: 92px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  html.responsive {
    min-width: 320px !important;
  }
}

/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 999px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.77083), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/*# sourceMappingURL=responsive.css.map */