body,ul,li{
  margin:0;padding:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 950px){
/* global_menu */
.global_menu{
  background:#333;
}
.select_language{
  max-width: 1000px;
  margin:0 auto;
  text-align: right;
}
.global_menu li{
  display:inline-block;
  width:100px;
  margin:5px 0;
}
.global_menu li a{
  width:100%;
  color:#fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:14px;
  transition: .4s;
}
.slb{
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
}
.global_menu li a:hover{
  color:#dc0000;
}
/* menu_wrap */
.menu_wrap {
  margin: 0 auto;
  background-image: url(/img/bg_header_wrap.png);
  height:88px;
}
.menu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 0;
}
.menu ul,.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.menu_start {
  width: 218px;
  height: 40px;
}
li.menu1 {
  width: 10%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.menu1 img{
  max-width:90px;
  width:100%;
  height:auto;
}
li.menu_end {
  margin-top:12px;
  width: 110px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
li.menu_end a{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  color:#000;
  text-decoration: none;
  line-height: 2em;
  margin-left:3px;
  text-shadow:1px 1px 2px #ccc;
}
li.menu_end a::before{
  content:"";
  display: inline-block;
  margin:0 3px 0 5px;
  width: 14px;
  height: 14px;
  background-image: url(/img/arrow.png);
  background-size: contain;
  vertical-align:-3px;
}
li.menu_end a:hover{
  color:#fff;
  background: #dc0000;
  border-radius: 10px;
}
li.menu_end a:hover::before{
  width: 14px;
  height: 14px;
  background-image: url(/img/arrow2.png);
  background-size: contain;
  vertical-align:-3px;
}
.menu_start>a:hover,.menu1>a:hover{
  opacity:0.7;
}
li.menu1>a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.menu2 a ,.menu3 a{
  display: inline-block;
  width: 100%;
  padding:2px 0;
  text-decoration: none;
  color:#fff;
}
li.menu_title{
  margin-top:5px;
  font-size:14px;
  font-weight:700;
  padding:5px;
}
li.menu_title img{
  width:16px;
  vertical-align:-3px;
  padding:0 5px;
}
.menu2 li img,.menu3 li img{
  width:14px;
  vertical-align:-3px;
  padding:0 5px;
}
.line {
border-top: 1px dashed #8c8b8b;
padding:5px;
}
.menu2 li,.menu3 li{
  width:100%;
  font-size:13px;
  padding:2px 0 5px 8px;
  box-sizing: border-box;
}
.menu2 li a:hover,.menu3 li a:hover {
  background:rgb(234,85,83);
}
li.menu1 {
  position: relative;
}
ul.menu2 {
  position: absolute;
  top: 89px;
  left: -3px;
  width: 190px;
  opacity: 0;
  visibility :hidden;
  background: #dc0000;
  transition: all .4s ease;
}
ul.menu3 {
  position: absolute;
  top: 89px;
  left: 187px;
  width: 189px;
  opacity: 0;
  visibility :hidden;
  background: #dc0000;
  transition: all .4s ease;
}
li.menu1:hover ul.menu2, li.menu1:hover ul.menu3{
  opacity: 1;
  visibility :visible;
}
.footerpc{
  background:#282828;
}
.footer_line{
  max-width:1000px;
  margin:0 auto;
  border-bottom:1px solid #cd0000;
  padding:10px 0 0 0;
  margin-bottom:10px;
}
.footer_inner{
  max-width:1000px;
  margin:0 auto;
  padding-bottom:20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_ul li{
  list-style:none;
  opacity: .5;
}
.footer_ul li:hover{
  opacity:1;
}
.spon,.footersp{
  display:none;
}
}
/* pcここまで */
/* spここから */

@media screen and (max-width: 950px){
 .pcimg,.menu,.global_menu,.footerpc{
   display:none;
 }
 .headimg{
   width:100%;
   height:372px;
   background:lightgreen;
 }
 .head-logo {
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
 }
 .resbtn{ 
    position: absolute;
    right: 70px;
    top: 10px;
    width: 120px;
    height: 50px;
    color: #fff;
    background: rgba(224,66,56,1);
    border-radius: 3px;
    z-index: 999;
}
.resbtn1{
  text-align: center;
  margin-top:8px;
  font-size:23px;
  font-weight:800;
  line-height: 0.8;
}
.btn1s{
  font-size:12px;
  font-weight:700;
  margin-bottom:3px;
}
 .openbtn{ 
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(224,66,56,1);
    border-radius: 3px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.ha_text{
  font-size:10px;
  padding:0;
  font-weight:600;
  height:18px;
}
.ha_menu:first-child{
  margin-top:8px;
}
.ha_menu{
  width:21px;
  border-radius: 3px;
  margin-top:3px;
  border:2px solid #fff;
}

.footersp1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp11{
  width:50%;
  padding:23px 0;
  font-size:13px;
  font-weight:600;
  border:1px solid #fff;
  background:#e04238;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footersp2{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height:150px;
}
.footersp2 li{
  list-style:none;
  display:inline-block;
  padding:15px;
  font-size:13px;
}
.footersp2 li:first-child::before{
  content:'　　';
}
.footersp2 li:first-child::after{
  content:'　　|';
}
.footersp3{
  position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    font-size:0;
}
  /* display: flex;
  align-items: center;
  justify-content: center; */

.sp31{
  display:inline-block;
  box-sizing: border-box;
  text-align: center;
  padding:8px;
  border:1px solid #fff;
  width:25%;
  font-size:3vw;
  font-weight:600;
  background:#e04238;
  color:#fff;
}

}
