@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
/* reset */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}
ul, ol{
  list-style: none;
}
button, input, select, textarea{
  margin: 0;
}
input[type="checkbox"], input[type="radio"]{
  cursor: pointer;
}
html{
  box-sizing: border-box;
}
*, *:before, *:after{
  box-sizing: inherit;
}
img, embed, iframe, object, audio, video{
  max-width: 100%;
  height: auto;
  ;
}
iframe{
  border: 0;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td, th{
  padding: 0;
  text-align: left;
}
i, em{
  font-style: normal;
}
/* common */
html{
  font-size: 10px;
  line-height: 1.75;
}
body{
  font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}
a{
  text-decoration: none;
  color: #000000;
  transition: all .3s ease-out;
}
a:hover{
  text-decoration: underline;
  color: #000000;
}
a img{
  transition: all .2s ease-out;
}
a i{
  transition: all .2s ease-out;
}
a i{
  margin-right: 5px;
}
small{
  font-size: 80%;
}
.clearfix{
  content: "";
  display: table;
  clear: both;
}
.redtxt{
  color: #e70012;
}
a[href^="tel"]{
  cursor: default;
}
a[href^="tel"]:hover{
  text-decoration: none;
}
.btn_phone[href^="tel"]:hover{
  background: #000000 url(/images/common/icon_phone.png) 8% 50% no-repeat;
}
.forpc{
  display: block !important;
}
.forsp{
  display: none !important;
}
.h_pc{
  display: block !important;
}
.h_sp{
  display: none !important;
}
.flex-btwn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-cntr{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-left{
  display: flex;
  flex-wrap: wrap;
}
.flex-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-align-center{
  align-items: center;
}
.flex-align-end{
  align-items: flex-end;
}
.flex-align-base{
  align-items: baseline;
}
.flex-rvs{
  flex-direction: row-reverse;
}
.enfnt{
  font-family: Roboto;
}
.container{
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: center;
  background: url(/images/bg.jpg) 50% 0 repeat-y;
}
.inner{
  width: 1000px;
  margin: auto;
}
.cntarea{
  width: 1000px;
  margin: 0 auto;
  padding-top: 114px;
}
.pnkz{
  margin: 30px 0;
}
.pnkz li{
  color: #ffffff;
}
.pnkz li::after{
  content: ">";
  margin: 0 .5em;
}
.pnkz li:last-child::after{
  content: "";
}
.pnkz li a{
  display: inline-block;
  padding: .1em .4em;
  color: #ffffff;
  border-radius: 3px;
}
.pnkz li a:hover{
  color: #ffffff;
  background: #000000;
}
.cntbox{
  width: 1000px;
  margin: 0 auto;
  padding: 70px 50px;
  letter-spacing: .1em;
  background: #ffffff;
}
.h1box{
  margin-bottom: 50px;
}
.h1box p{
  font-size: 1.6rem;
}
.cntbox h1{
  margin: 0 auto 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
.cntbox h1 + p{
  margin: 15px 0;
  font-size: 1.6rem;
}
.sbtnlst li{
  margin: 0 15px 0 0;
  letter-spacing: 0;
}
.sbtnlst li a{
  display: block;
  width: 290px;
  height: 75px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
  border-radius: 10px;
}
.sbtnlst li a span{
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.sbtn_mail{
  padding: 1.3em 1em 1em 70px;
  background: #000000 url(/images/common/icon_mail.png) 8% 50% no-repeat;
  background-size: 14%;
}
.sbtn_mail:hover{
  background: #f49e00 url(/images/common/icon_mail.png) 9% 50% no-repeat;
  background-size: 14%;
}
.sbtn_phone{
  padding: .7em 1em 1em 70px;
  letter-spacing: .15em;
  background: #000000 url(/images/common/icon_phone.png) 7% 50% no-repeat;
}
.sbtn_phone:hover{
  background: #f49e00 url(/images/common/icon_phone.png) 8% 50% no-repeat;
}
.box{
  margin-bottom: 50px;
}
.box h2{
  margin: 50px 0 25px;
  padding: .8em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
  background: #266acc;
}
.box h2:first-child{
  margin: 0 0 25px;
}
.box h3{
  margin: 40px 0 25px;
  padding: .3em 0 .2em .5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 4px solid #000000;
  border-left: 6px solid #000000;
}
.box h3:first-child{
  margin: 0 0 25px;
}
.box h4{
  margin: 30px 0 25px;
  padding: 0 0 .5em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 4px solid #e70012;
}
.box h4:first-child{
  margin: 0 0 25px;
}
.box p{
  margin-bottom: 1.6em;
}
.box p img{
  margin-right: 1em;
}
.box .imglst li{
  width: 340px;
  margin: 0 0 20px 0;
}
.box .imglst div{
  width: 340px;
  margin: 0 0 20px 0;
  color: white;
}
.box .itemlst li{
  width: 18%;
  margin-bottom: 20px;
}
.box .expllst{
  margin-bottom: 50px;
}
.box .expllst li{
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 .8em 30px;
}
.box .expllst li:first-child{
  list-style: none;
  margin: 0 0 .8em 0;
}
.cntctbox{
  margin: 0 0 70px;
  padding: 50px 20px 0;
}
.cntctbox h3{
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #e70012;
}
.cntctbox h3 i{
  margin: 0 10px;
}
.cntctbox h3 i img{
  vertical-align: middle;
}
.cntctbox h3 + p{
  padding-left: 80px;
  font-size: 2rem;
  font-weight: bold;
  background: url(/images/common/icon_oprtr.png) 0 50% no-repeat;
}
.btnlst li{
  width: 48%;
  margin-top: 20px;
}
.btnlst .lsize{
  width: 100%;
  margin-top: 20px;
}
.btnlst li a{
  display: block;
  width: 420px;
  height: 100px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
  border-radius: 10px;
}
.btnlst li a span{
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
}
.btn_mail{
  padding: 1.3em 1em 1em 100px;
  background: #000000 url(/images/common/icon_mail.png) 7% 50% no-repeat;
}
.btn_mail:hover{
  background: #f49e00 url(/images/common/icon_mail.png) 8% 50% no-repeat;
}
.btn_phone{
  padding: .7em 1em 1em 100px;
  letter-spacing: .25em;
  background: #000000 url(/images/common/icon_phone.png) 8% 50% no-repeat;
}
.btn_phone:hover{
  background: #f49e00 url(/images/common/icon_phone.png) 9% 50% no-repeat;
}
.btn_smltr{
  width: 100% !important;
  height: 70px !important;
  padding: 1em 1em 1em 80px;
  font-size: 2.2rem !important;
  letter-spacing: .1em !important;
  text-align: center;
  border-radius: 10px;
  background: #000000 url(/images/common/icon_calc.png) 20% 50% no-repeat;
}
.btn_smltr:hover{
  background: #f49e00 url(/images/commonicon_calc.png) 21% 50% no-repeat;
}
.smltr_btn{
  display: block;
  width: 80% !important;
  height: 40px !important;
  margin: 0 auto;
  padding: .5em 10px .5em 60px;
  font-size: 1.6rem !important;
  font-weight: bold;
  letter-spacing: .1em !important;
  color: #ffffff;
  border-radius: 10px;
  background: #000000 url(/images/common/icon_calc.png) 15% 50% no-repeat;
  background-size: 12%;
}
.smltr_btn:hover{
  color: #ffffff;
  background: #f49e00 url(/images/common/icon_calc.png) 16% 50% no-repeat;
  background-size: 12%;
}
.smltr_btn2{
  display: block;
  width: 60% !important;
  height: 80px !important;
  margin: 0 auto;
  padding: 1.2em 0 .5em 2em;
  font-size: 2rem !important;
  font-weight: bold;
  letter-spacing: .1em !important;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #000000 url(/images/common/icon_calc.png) 25% 50% no-repeat;
  background-size: 5%;
}
.smltr_btn2:hover{
  color: #ffffff;
  background: #f49e00 url(/images/common/icon_calc.png) 25.5% 50% no-repeat;
  background-size: 5%;
}
.itm_btn li a{
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
  border-radius: 10px;
}
.ppr_btn{
  padding: 1em 1em 1em 80px;
  background: #f49e00 url(/images/common/icon_calc.png) 10% 50% no-repeat;
}
.ppr_btn:hover{
  background: #000000 url(/images/common/icon_qstn.png) 12% 50% no-repeat;
}
.shn_btn{
  padding: 1em 1em 1em 80px;
  background: #f49e00 url(/images/common/icon_qstn.png) 10% 50% no-repeat;
}
.shn_btn:hover{
  background: #000000 url(/images/common/icon_qstn.png) 12% 50% no-repeat;
}
.itm_btn li .btn_smltr{
  width: 100% !important;
  height: 64px !important;
  padding: 1em 1em 1em 70px;
  font-size: 2rem !important;
  letter-spacing: 0 !important;
  border-radius: 10px;
  background: #f49e00 url(/images/common/icon_calc.png) 5% 50% no-repeat;
}
.txtlnk{
  display: inline-block;
  padding: 5px .5em 3px;
  text-decoration: underline;
  color: #e70012;
  border-radius: 4px;
  background: #ffffff;
  ;
}
.txtlnk:hover{
  text-decoration: none;
  color: #ffffff;
  background: #edab32;
}
.txtlnk2{
  display: inline-block;
  padding: 5px .5em 3px;
  text-decoration: underline;
  color: #e70012;
  border-radius: 4px;
}
.txtlnk2:hover{
  text-decoration: none;
  color: #ffffff;
  background: #edab32;
}
.btnbox{
  margin: 50px auto 0;
  text-align: center;
}
.btnbox a{
  display: inline-block;
  padding: 1em 1em 1em 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: .1em !important;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #000000 url(/images/common/icon_calc.png) 15% 50% no-repeat;
}
.btnbox a:hover{
  background: #f49e00 url(/images/common/icon_calc.png) 16% 50% no-repeat;
}
.mitumori_go a{
  display: block;
  width: 84%;
  margin: 3em auto;
  transition: .6s;
}
.mitumori_go a:hover{
  transform: scale(1.03,1.03);
}
@media screen and (max-width: 767px){
  html{
    font-size: 10px;
    line-height: 1.85;
  }
  body{
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
  }
  .container{
    margin-top: 0;
    padding-top: 55px;
  }
  .forpc{
    display: none !important;
  }
  .forsp{
    display: block !important;
  }
  .inner{
    width: 100%;
  }
  .cntarea{
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .pnkz{
    margin: 5px 0;
  }
  .cntbox{
    width: 100%;
    margin: 0 auto;
    padding: 30px 2%;
    letter-spacing: .1em;
    background: #ffffff;
  }
  .h1box{
    margin-bottom: 20px;
  }
  .cntbox h1{
    font-size: 2.4rem;
  }
  .cntbox h1 + p{
    line-height: 1.5em;
  }
  .sbtnlst li{
    width: 100%;
    margin: 10px 0 0 0;
    letter-spacing: 0;
  }
  .sbtnlst li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 10px;
  }
  .sbtnlst li a span{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .sbtn_mail{
    padding: 1em .5em 1em 20%;
    background: #000000 url(/images/common/icon_mail.png) 6% 50% no-repeat;
    background-size: 12%;
  }
  .sbtn_phone{
    padding: 1em .5em 1em 20%;
    letter-spacing: 0;
    background: #000000 url(/images/common/icon_phone.png) 7% 50% no-repeat;
    background-size: 12%;
    ;
  }
  .sbtn_mail:hover{
    padding: 1em .5em 1em 20%;
    background: #000000 url(/images/common/icon_mail.png) 6% 50% no-repeat;
    background-size: 12%;
  }
  .sbtn_phone:hover{
    padding: 1em .5em 1em 20%;
    letter-spacing: 0;
    background: #000000 url(/images/common/icon_phone.png) 7% 50% no-repeat;
    background-size: 12%;
    ;
  }
  .box{
    margin-bottom: 20px;
  }
  .box h2{
    margin: 30px 0 25px;
    padding: .8em;
    font-size: 2rem;
  }
  .cntctbox{
    margin: 0 0 40px;
    padding: 30px 0 0;
  }
  .cntctbox h3{
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 2rem;
  }
  .cntctbox h3 i{
    margin: 0 10px;
  }
  .cntctbox h3 i img{
    vertical-align: middle;
  }
  .cntctbox h3 + p{
    padding: 1em 1em 1em 5em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3em;
    background: url(/images/common/icon_oprtr.png) 0 50% no-repeat;
  }
  .btnlst li{
    width: 100%;
    margin-top: 20px;
  }
  .btnlst li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 10px;
  }
  .btn_smltr{
    width: 100% !important;
    height: 70px !important;
    padding: 1em 1em 1em 17%;
    font-size: 1.8rem !important;
    letter-spacing: .1em !important;
    text-align: center;
    border-radius: 10px;
    background: #000000 url(/images/common/icon_calc.png) 5% 50% no-repeat;
    background-size: 10% auto;
  }
  .btn_smltr:hover{
    background: #000000 url(/images/common/icon_calc.png) 5% 50% no-repeat;
    background-size: 10% auto;
  }
  .smltr_btn:hover{
    color: #ffffff;
    background: #000000 url(/images/common/icon_calc.png) 15% 50% no-repeat;
    background-size: 12%;
  }
  .smltr_btn2{
    display: block;
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    padding: .8em 0 .5em 2em;
    font-size: 2rem !important;
    font-weight: bold;
    letter-spacing: .1em !important;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background: #000000 url(/images/common/icon_calc.png) 10% 50% no-repeat;
    background-size: 7%;
  }
  .smltr_btn2:hover{
    color: #ffffff;
    background: #000000 url(/images/common/icon_calc.png) 10% 50% no-repeat;
    background-size: 7%;
  }
  .itm_btn li a{
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2em;
    color: #ffffff;
    border-radius: 10px;
  }
  .ppr_btn{
    padding: 1em 1em 1em 22%;
    background: #f49e00 url(/images/common/icon_qstn.png) 5% 50% no-repeat;
    background-size: 15%;
  }
  .shn_btn{
    padding: 1em 1em 1em 22%;
    background: #f49e00 url(/images/common/icon_qstn.png) 5% 50% no-repeat;
    background-size: 15%;
  }
  .btnbox{
    margin: 30px auto 0;
    text-align: center;
  }
  .btnbox a{
    display: inline-block;
    width: 80%;
    height: 80px;
    padding: 1em .5em 1em 80px;
    font-size: 1.4rem;
  }
}
/* header */
header{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 8em;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 3px 6px -5px #a1a1a1 inset;
}
header .hdmenu{
  position: relative;
  width: 67%;
}
header .header_box{
  max-width: 1200px;
  height: 8em;
  margin: 0 auto;
}
header .logo_box{
  width: 40%;
  height: 7.9em;
  padding: .5em 0 0;
  background: #ffffff;
}
header .logo_info{
  margin: 0 0 .5em;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: left;
  color: #014099;
}
header .logo{
  width: 300px;
  height: 4.9em;
  background: #ffffff;
}
header .hdmenu{
  width: 60%;
  height: 7.9em;
  padding: .5em 0 0;
  background: #ffffff;
}
header .heder_info{
  display: flex;
  justify-content: right;
  padding: .5em 0 0;
}

header .mitumori_btn{
  width: 30%;
  transition: .6s;
}
header .mitumori_btn img{
  display: block;
  width: 80%;
  padding: 1em 0;
}
header .mitumori_btn:hover{
  transform: scale(1.1);
}
@media screen and (min-width:1200px){
  header .logo_info, header .logo_info span{
    font-size: 1.4rem !important;
  }
}
header .telbox{
  padding: 0 1em 0 0;
  line-height: 1.2em;
  text-align: right;
  color: #014099;
}
header .telbox a[href^="tel"]{
  color: #014099;
  cursor: default;
}
header .telephone p{
  font-size: 1.8rem;
}
header .telephone .time{
  font-size: 1.4rem;
}
.tel::before{
  content: "";
  display: inline-block;
  width: 10%;
  height: 15px;
  margin: 0 -.5em 0 0;
  vertical-align: middle;
  background: url(/images/common/icon_phone_header.png) no-repeat;
  background-size: contain;
}
header .glbnav{
  position: absolute;
  right: 16em;
  bottom: .2em;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
header .glbnav li .info_ttl{
  position: relative;
  margin: 0 1em 0 0;
  padding: .2em 1.5em 0 .5em;
  font-size: 1.7rem;
  background: url(/images/common/btn_arw_blre.png) no-repeat 96% 43%;
  background-size: 7px;
}
header .glbnav li a{
  display: block;
  padding: .5em 1em;
  font-size: 1.3vw;
  color: #014099;
  transition: .6s  ;
}
header .glbnav li a:hover{
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #266acc url(/images/common/btn_arw.png) no-repeat 96% 43%;
  background-size: 7px;
}
@media screen and (min-width:1200px){
  header .glbnav li a{
    font-size: 1.4rem;
  }
}
header .glbnav li .hdsubbox{
  position: absolute;
  top: 2.5em;
  left: 11em;
  visibility: hidden;
  opacity: 0;
  width: 43%;
  padding: 0;
  text-align: center;
  background: rgba(136, 177, 255, .9) no-repeat;
  transition: all .2s ease;
}
header .glbnav li:nth-of-type(3) .hdsubbox{
  background: rgba(136, 177, 255, .9) no-repeat;
}
header .glbnav li:hover .hdsubbox{
  visibility: visible;
  opacity: 1;
}
header .glbnav li .hdsubmenu{
  margin: 0 auto;
}
header .glbnav li .hdsubmenu > li{
  width: 100%;
  color: #ffffff;
}
header .glbnav li .hdsubmenu .hd_scatelst li{
  width: 100%;
}
header .glbnav li .hdsubmenu .hd_scatelst li a{
  font-size: 1.6rem;
  color: #ffffff;
  border-bottom: 1px solid #333333;
  background: rgba(0, 0, 0, 0);
}
header .glbnav li .hdsubmenu .hd_scatelst li a:hover{
  text-decoration: none;
  background: #266acc;
}
/* transition */
header, header .logo, header .logo img, header .glbnav li a, header .glbnav li:last-child a, .glbnav .mitumori_btn a{
  transition: all .3s ease;
}
header.fixed .telbox span{
  font-size: 1.2rem;
  vertical-align: middle;
}
header.fixed .glbnav li:hover .hdsubbox{
  visibility: visible;
  opacity: 1;
}
header .spmenu{
  display: none;
}
@media screen and (max-width: 1000px){
  .h_pc{
    display: none !important;
  }
  .h_sp{
    display: block !important;
  }
  header{
    height: auto;
    height: 8em;
    background: #ffffff;
    box-shadow: 0 3px 6px -5px #a1a1a1 inset;
  }
  header .logo_box{
    width: 100%;
    padding: .5em 0 0;
    background: #ffffff;
  }
  header .logo{
    width: 23em;
    height: 4em;
    margin: 0 auto;
    padding: .5em 4em 0 0;
    background: none;
  }
  header .header_box{
    height: 5em;
  }
  header .heder_info{
    display: block;
    margin: 0 0 1em;
    border-bottom: 2px solid #ffffff;
  }
  header .logo_info{
    width: 100%;
    margin: 0 auto;
    padding: .5em 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: .06em;
    text-align: center;
    color: #266acc;
  }
  header .logo_info span{
    display: block;
    margin: 0 0 0 -.5em;
    font-size: 1.8rem !important;
  }
  header .telbox{
    width: 100%;
    padding: 2em 0 ;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
    border-bottom: 2px solid;
  }
  header .telephone p{
    font-size: 2rem;
  }
  .tel::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    background: url(/images/common/icon_phone_header.png) no-repeat;
    background-size: contain;
  }
  header .telephone .time{
    font-size: 1.8rem;
    line-height: 1.4em;
  }
  header .mitumori_btn{
    width: 160px;
    margin: 2em auto;
    transition: .6s;
  }
  header .spmenu{
    display: block;
    position: fixed;
    top: 4.2vh;
    right: 0;
  }
  header .hdmenu{
    position: absolute;
    top: 8em;
    right: -100%;
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: rgba(136, 177, 255, .9);
  }
  header .glbnav{
    display: block;
    position: static;
    text-align: center;
  }
  header .glbnav li .hdsubbox{
    display: none !important;
  }
  header .glbnav li:hover .hdsubbox{
    display: none !important;
  }
  header .glbnav li .info_ttl{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: .5em 0;
    font-size: 1.8rem;
    background: none;
    background-size: 1%;
  }

  header .glbnav li a:hover{
    color: #014099;
    background: none;
  }
  header .mitumori_btn{
    width: 230px;
    margin: 1em auto 2em;
    transition: .6s;
  }
  header .mitumori_btn img{
    display: block;
    width: 100%;
    padding: 1em 0;
  }
}
@media screen and (min-width: 1000px){
  header .hdmenu{
    position: relative;
    right: 0 !important;
  }
}
@media screen and (max-width: 468px){
  header .logo_info{
    font-size: 3vw;
  }
  header .spmenu{
    display: block;
    position: fixed;
    top: 5.2vh;
    right: 0;
  }
}
/* footer */
.footerBtm{
  background: #c0d5f3;
}
.footerBtm .logobox{
  width: 30%;
  padding: 2.5em 0 2em;
}
.footerBtm .innner_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 60%;
  padding: 2em 0 0;
}
.footerBtm .tlink li{
  padding: 0 0 0 4em;
}
.footerBtm .tlink li a{
  display: inline-block;
  margin: 10px auto 0;
  padding: 2px 4px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 3px;
}
.footerBtm .tlink li a:hover{
  color: #ffffff;
  background: #000000;
}
.footerBtm .mrklst{
  display: flex;
  margin: -1.5em 0 0;
  padding: 0 0 1em;
}
.footerBtm .mrklst li{
  margin: 1em .7em 0;
}
.copybox{
  padding: .5em;
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: .15em;
  text-align: center;
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px){
  .footerBtm{
    height: auto;
    padding-bottom: 2em;
  }
  .footerBtm .logobox{
    width: 100%;
    padding: .5em;
  }
  .footerBtm .ftLogo{
    width: 100%;
    padding: 2em 0 0 0;
    text-align: center;
  }
  .footerBtm .innner_box{
    display: block;
    width: 100%;
  }
  .footerBtm .ftLogo img{
    width: 66%;
    margin: 0;
  }
  .footerBtm .tlink{
    display: block;
    padding: 0 2%;
  }
  .footerBtm .tlink li{
    width: 100%;
    margin: .5em 0 0;
    padding: 0;
    text-align: center;
  }
  .footerBtm .tlink li a{
    display: block;
    padding: 3px 5px;
    font-size: 1.6rem;
  }
  .footerBtm .tlink li:last-child a{
    padding-right: 0;
  }
  .footerBtm .flex-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBtm .mrklst{
    width: 80%;
    margin: 0 auto;
    padding: 2em 0 0;
  }
  .footerBtm .mrklst li{
    padding: 0 .5em;
  }
  .copybox{
    font-size: 1rem;
    letter-spacing: 0;
  }
}
/* side */
.sidebox{
  display: none;
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 100;
}
.sidebox li{
  filter: drop-shadow(0 3px 5px rgba(10, 10, 10, .3));
}
.sidebox li a{
  display: block;
  padding: 1em .5em;
  text-align: center;
  border: 1px solid #88b1ea;
  border-bottom: solid 1px #ffffff;
  background: #88b1ea;
}
.sidebox li a img{
  width: 100%;
  vertical-align: bottom;
}
.sidebox li a:hover{
  border: 1px solid #ffffff;
  background: #014099;
}
@media screen and (max-width: 767px){
  .sidebox li a img{
    width: 60%;
    height: 60%;
    vertical-align: bottom;
  }
}
/* error */
.svr-errbox{
  padding: 10em 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3em;
  background: #e4e4e4;
}
.svr-errbox .errmsg p{
  font-size: 2.6rem;
  line-height: 1.4em;
  text-align: center;
}
.topbtn{
  display: block;
  width: 300px;
  margin: 50px auto 0;
  padding: .7em 1em;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background: #000000;
}
.topbtn:hover{
  color: #ffffff;
  background: #e70012;
}
@media screen and (max-width: 767px){
  .svr-errbox{
    padding: 140px 1em 3em;
  }
  .svr-errbox .errmsg p{
    font-size: 2rem;
    line-height: 1.6em;
  }
  .svr-errbox .errmsg p img{
    width: 60%;
  }
  .topbtn{
    width: 80%;
  }
  .mitumori_go a{
    display: block;
    width: 100%;
    margin: 2em auto;
    transition: .6s;
  }
}
/** 遅延処理 **/
.lozad{
  opacity: 0;
  transition: opacity .2s linear,transform .6s ease-out;
  transform: translate3d(0, 2%, 0);
}
.lozad[data-loaded="true"]{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}