/*===========================================
all
===========================================*/
@media screen and (max-width: 810px) {
* {
  box-sizing: border-box;
}
}

/*===========================================
sp_navi
===========================================*/
#sp_navi {
  transition: all 0.5s ease;
}

#disable-layer {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}

/*===========================================
.sp_menu
===========================================*/
.sp_menu {
  display: none;
}

@media screen and (max-width: 810px) {
.sp_menu {
  display: block;
  position:absolute;
  right: 0;
  top: 0;
  margin:0;
  padding: 0 0 0;
  text-align: center;
  box-sizing: border-box;
  height: 65px;
  cursor: pointer;
  width:65px;
  overflow:hidden;
  background: #000;
}
}

.sp_menu img{
  width:auto;
  height:28px;
  margin:8px auto 6px;
}

.sp_menu p{
  font-size:11px;
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1;
}

.sp_menu span{
  margin:0;
  padding:0;
}

.sp_menu:hover {
  background: #2E3092;
}

#sp_head .open {
  text-decoration: none;
  color:#FFF;
}

/*===========================================
global
===========================================*/
#global {
  width: 200px;
  height: 100%;
  line-height: 1.2;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  background: #FFF;
  overflow-y: auto;
  transition: all 0.5s ease;
  font-size: 14px;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",MS P Gothic,Osaka,Arial,Verdana,sans-serif;
}

#global a {
   color: #333;
  text-decoration: none;
}

#global-menu {
  border-top: 1px solid #ccc;
  margin-top:10px;
}

#global-menu li.mst {
  border-bottom: 1px solid #ccc;
  font-size:12px;
  line-height:1.5
}

#global-menu li.mst span{
  font-family: 'Alata', sans-serif;
  font-size:1.3em;
}

#global-menu li a {
  padding: 10px 15px;
  display: block;
  position: relative;
  color:#2E3092;
}

#global-menu li a:hover {
  background: #FFF;
  color:#E23535;
}

#global-menu > li > a:after {
  content: '\f054';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
}

#global-menu ul li:first-child {
  border-top: none;
}

#global-menu .children {
  background: #F3F3F1;
}

#global-menu .children {padding:0;margin:0;}

#global-menu .children li .trigger {
  padding: 15px 25px;
  display: block;
  position: relative;
  cursor: pointer;
  background: #3063A7;
  color:#FFF;
  border-bottom: 1px solid #1B79BC;
}

#global-menu .children li .trigger:after {
  content: '\f078';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
}

#global-menu .children li .trigger:hover {
  background: #1F76B8;
  color:#FFF;
}

#global-menu .children li .trigger.active {
  background: #1F76B8;
  color:#FFF;
}

#global-menu .children li .trigger.active:after {
  content: '\f077';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
}

#global-menu .children li .target {
  background: #FFF;
  display: none;
  padding:0;margin:0;
}

#global-menu .children li .target li {
  border-bottom: 1px solid #1B79BC;
  line-height: 1.4;
}

#global-menu .children li .target li a {
  color:#2F61A4;
}

#global-menu .children li .target li a:hover {
  color:#FFF;
}

#global-menu .children li .target.active {
  display: block;
}
}

#global-menu .children li .target li a:after {
  content: '\f054';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
}

#global-close {
  padding: 10px 10px 8px;
  margin-top:8px;
}

#global-close .close {
  width: 100px;
  margin: auto;
  padding: 10px 5px;
  background: #f5f5f5;
  display: block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color:#333;
  font-size:90%;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

#global-close .close:hover {
  background: #B0B0B0;
  color:#FFF;
}

/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-weight: normal;
  font-style: normal;
}

#global-buttons .btn-tel {
  width: 98%;
  margin:7px auto;
  line-height:1.5;
  text-align: center;
}

#global-buttons .btn-tel a {
  padding: 12px 0 10px;
  background: #3B3838;
  border-radius: 7px;
  display: block;
  text-align: center;
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

#global-buttons .btn-tel a:hover {
  color: #000;
  background: #FFF;
}

#sns-buttons  {
  text-align: center;
  margin:7px auto 0;
}

#sns-buttons p {
  text-align: center;
  display: inline-block;
  margin: 5px 3px;
  color: #00A69C;
}

#sns-buttons a {
  color: #00A69C;
}
#sns-buttons i {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  background: #FFF;
  line-height: 30px;
  padding-left:1px;
  padding-bottom:1px;
}
#sns-buttons i:before { padding 0; line-height: 30px; }
#sns-buttons a:hover i { background: #108172; color:#FFF;}

.s_info {
  padding: 10px 5px;
  color:#3B3838;
  text-align: center;
}

.s_info p {
  line-height:1.5;
  font-size:14px;
  margin:5px 0 5px;
  color:#000;
}

#global-buttons .btn-tel {
  width: 90%;
  margin:0 auto 0;
  line-height:1.5;
  text-align: center;
}

#global-buttons .btn-tel a {
  padding: 8px 0 7px;
  background: #E23535;
  border-radius: 7px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  letter-spacing:0.05em;
}

#global-buttons .btn-tel a:hover {
  color: #FFF;
  background: #2E3092;
}