﻿@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("../css-1");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
body {
  font-size: 4vw;
}

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

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*---------------------------------------------
 Drawer Default
---------------------------------------------*/
.drawer-logo {
  width: 45%;
  margin-bottom: 8%;
}

.drawer-nav {
  padding: 10% 8% 10% !important;
  background: #fff;
}

.drawer-nav .drawer-menu {
  font-family: "Noto Serif JP", serif;
}

.drawer-nav .drawer-menu > li {
  border-bottom: 1px solid #ccc;
}

.drawer-nav .drawer-menu > li > .drawer-menu-item {
  font-size: 4vw;
  padding: 5%;
  color: #004097;
}

/*Drawer Btn Setting
=======================================*/
/*Right Position
-----------------------------------*/
/*close*/
.drawer--right .drawer-toggle.drawer-hamburger {
  background: #fff !important;
  right: 2.5% !important;
  top: 1%;
}

/*open*/
.drawer--right.drawer-open .drawer-hamburger {
  top: 1%;
  right: 2.5% !important;
}

/*Drawer Btn
-----------------------------------*/
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #004097 !important;
}

/*drawer box*/
.drawer-hamburger {
  width: 50px;
  height: 50px;
  border: solid 2px #004097;
  box-sizing: border-box;
}

/*drawer line*/
.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

/*drawer box txt*/
.drawer-hamburger-txt {
  color: #fff;
  font-size: 9px;
  bottom: -15px;
}

/*DropDown Menu
---------------------------------------------*/
.drawer-dropdown-menu {
  margin: 0 0 5% 0;
  box-sizing: border-box;
  padding-left: 5%;
}

.drawer-dropdown-menu > li,
.drawer-dropdown-menu .drawer-dropdown-menu-item {
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 64, 151, 0.2);
}

.level1,
.level2 {
  position: relative;
}

.level1 a,
.level1 p,
.level2 a,
.level2 p {
  font-size: 4vw;
}

.level1 {
  background: #fff;
}

.level2 {
  background: #fff;
}

.drawer-current {
  right: 5px !important;
  top: 50%;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

/*Original Custum Code
=======================================*/
/*SNS
-----------------------------------*/
.sns-list {
  margin: 10% auto 5%;
}

.sns-list li {
  margin-right: 5%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*Address
-----------------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}

.drawer-address li {
  margin-bottom: 3%;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}
