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: 759px){
/* 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(/imgr/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:90px;
  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;
  white-space: nowrap;
}
li.menu_end a::before{
  content:"";
  display: inline-block;
  margin:0 3px 0 5px;
  width: 14px;
  height: 14px;
  background-image: url(/imgr/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(/imgr/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 {
  z-index: 10;
  position: absolute;
  top: 89px;
  left: -3px;
  width: 190px;
  opacity: 0;
  visibility :hidden;
  background: #dc0000;
  transition: all .4s ease;
}
ul.menu3 {
  z-index:10;
  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,.header_logo3{
  display:none;
}
}
@media screen and (max-width: 945px){
  .header_logo3{
    display:inline-block;
    position: absolute;
    top:5px;
    left:10%;
  }
  ul.menu{
    padding:0;
  }
  .menu{
    justify-content: center;
    width:100%;
    flex:1;
  }
  li.menu_start {
    display:none;
  }
  li.menu1{
    width:90px;
  }
}

/* pcここまで */
/* spここから */

@media screen and (max-width: 760px){
 .pcimg,.menu,.global_menu,.footerpc{
   display:none;
 }
 .nav{
   width:100%;
 }
 .headimg{
   width:100%;
   height:260px;
   /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
   /* padding-top: 54.58%; */
   background:url('/imgr/spheadbg.jpg') no-repeat;
   background-size: 100% 100%;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .headimg p{
   color:#fff;
   font-size:13px;
   font-weight:800;
 }
 .head-logo {
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
 }
 .resbtn{ 
    position: absolute;
    right: 70px;
    top: 10px;
    width: 106px;
    height: 50px;
    color: #fff;
    background: rgba(224,66,56,1);
    border-radius: 3px;
    z-index: 999;
}
.resbtn:hover,.openbtn:hover{
  color:rgba(224,66,56,1);
  background:#fff;
}
.resbtn1{
  text-align: center;
  margin-top:10px;
  font-size:20px;
  font-weight:700;
  line-height: 0.9;
}
.btn1s{
  font-size:12px;
  font-weight:700;
  margin-bottom:3px;
}
 .openbtn{ 
    position: absolute;
    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;
  user-select: none;
}
.ha_menu:first-child{
  margin-top:8px;
}
.ha_menu{
  width:21px;
  border-radius: 3px;
  margin-top:3px;
  border:2px solid #fff;
}
.openbtn:hover .ha_menu{
  border:2px solid rgba(224,66,56,1);
}
#menu_open_check{
  display:none;
}
.sp_menu{
  position:absolute;
  z-index:10;
  width:100%;
  transform: translateX(-105%);
  height:2000px;
  background:rgba(255,255,255,1);
  top:0;
  transition:0.3s;
}
.sp_menu ul{
  width:100%;
  margin-top:80px;
  list-style: none;
  color:#e04238;
}
.sp_menu li{
  padding: 0px 100px;
  line-height: 3;
  font-weight:700;
  font-size:15px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp_menu a{
  text-decoration: none;
  color:#e04238;
}
.sp_menu li span{
  font-weight: 800;
}
.sp_menu_close{
  margin-top:20px;
}
.sp_menu_close span{
  border-radius: 3px;
  padding:5px;
  background:#e04238;
  color:#fff;
  font-weight:normal;
}
#menu_open_check:checked ~ .sp_menu {
  transform: translateX(0%);
  opacity:1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#menu_open_check:checked ~ .label8 .close1 {
  position:absolute;
  top:10px;
  right:10px;
  transform:rotate(-45deg);
}
#menu_open_check:checked ~ .label8 .close2 {
  opacity:0;
}
#menu_open_check:checked ~ .label8 .close3 {
  position:absolute;
  top:15px;
  right:10px;
  transform:rotate(45deg);
}
.footersp1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp11{
  width:50%;
  font-size:13px;
  border:1px solid #fff;
  background:#e04238;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp11 a{
  color:#fff;
  text-decoration: none;
  padding:23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex:1;
}
.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 a{
  color:#000;
}
.ffbb::after{
  content:'　　|';
}
.footersp2 small{
  color:#6c757d;
  font-size:10.4px;
}
.footersp3{
  position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    font-size:0;
}
.sp31{
  display:inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size:13px;
  padding:16px 0;
  line-height: 1;
  border:1px solid #fff;
  width:25%;
  background:#e04238;
  color:#fff;
}
}
@media screen and (min-width: 700px){
  .sp_menu li{
    padding: 0px 200px;
}
}
@media screen and (max-width: 450px){
  .sp_menu li{
    padding: 0px 10px;
}
}
@media screen and (max-width: 350px){
  .sp31{
    font-size:3vw;
  }

}