@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
body {
  font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
  font-size: 12px;
  line-height: 2.2;
  color: #313131;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.wrapper1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
——global-nav—— #global-nav {
  width: 100%;
}
#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
nav.NavMenu ul {
  width: 100%;
  margin: 3% auto 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 50%;
  margin: 0 25% 2% 25%;
  padding-bottom: 0px;
  /* border-bottom: solid #fff 1px;*/
}
nav.NavMenu ul li:last-child {
  padding-bottom: 0;
}
nav.NavMenu ul li a {
  display: block;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Kiwi Maru', serif;
  text-decoration: none;
}
.Toggle {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block;
  float: right;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 8px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.Toggle span:nth-child(1) {
  top: 9px;
}
.Toggle span:nth-child(2) {
  top: 20px;
}
.Toggle span:nth-child(3) {
  top: 31px;
}
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #C1C1C1;
}
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #C1C1C1;
}
header {
  width: 100%;
  height: 1100px;
  background-image: url("../img/main_back.png");
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  width: 233px;
  display: inline-block;
}
img.logo {
  width: 233px;
}
.header_inside {
  width: 100%;
  background-color: #000;
  opacity: 0.9;
}
.title {
  width: 260px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 17px 0 0 30px;
  font-weight: 600;
}
.tel {
  /*width: 260px;*/
  font-size: 25px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 30px;
  font-weight: 600;
}
img.logo2 {
  width: 311px;
  margin: 30px 0 30px 550px;
}
#footer {
  width: 100%;
  background-color: #fff;
}
.title_footer {
  width: 100%;
  margin: 40px auto 50px auto;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
}
.title_footer span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.box_left_footer {
  width: 500px;
  display: inline-block;
  float: left;
}
.tel2 {
  width: 350px;
  margin: 0 0 0 0;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
  color: #000;
}
.tel2 img {
  vertical-align: text-top;
  margin: 5px 20px 0 0;
}
.tel2text {
  margin-left: 50px;
}
.staffhour {
  width: 350px;
  margin: 10px 0 0 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.staffhour img {
  vertical-align: text-top;
  margin: 0 20px 0 0;
}
.staffhourtext {
  margin-left: 50px;
  margin-bottom: 20px;
}
.address {
  line-height: 30px;
}
.address img {
  vertical-align: middle;
}
.box_grey {
  width: 380px;
  margin: 23px 0 0 0;
  padding: 10px 20px 5px 20px;
  background-color: #f4f4f4;
}
.text_grey {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.text_grey span {
  font-size: 20px;
  font-weight: 400;
}
.text_click {
  font-size: 12px;
  text-align: right;
  margin: 10px 0 0 0;
}
.text_click img {
  vertical-align: middle;
}
.text_click a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.box_right_footer {
  width: 500px;
  display: inline-block;
}
.copy {
  font-size: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media all and (min-width: 1024px) and (max-width: 1280px) {}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  ul, ol {
    list-style: none;
  }
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #313131;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .wrapper1200 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  ——global-nav—— #global-nav {
    width: 100%;
  }
  #global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  nav.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #000;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  nav.NavMenu ul {
    width: 100%;
    margin: 3% auto 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 50%;
    margin: 0 25% 2% 25%;
    padding-bottom: 0px;
    /* border-bottom: solid #fff 1px;*/
  }
  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    text-decoration: none;
  }
  .Toggle {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
    float: right;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 8px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 31px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #C1C1C1;
  }
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #C1C1C1;
  }
  header {
    width: 100%;
    height: 600px;
    background-image: url("../img/main_back.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  h1 {
    width: 233px;
    display: inline-block;
  }
  img.logo {
    width: 233px;
  }
  .header_inside {
    width: 100%;
    background-color: #000;
    opacity: 0.9;
  }
  .title {
    width: 260px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0 30px;
    font-weight: 600;
  }
  .tel {
    width: 260px;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 30px;
    font-weight: 600;
  }
  img.logo2 {
    max-width: 18%;
    margin: 2% 0 1% 60%;
  }
  img.campaign {
    max-width: 100%;
  }
  #footer {
    width: 100%;
    background-color: #fff;
  }
  .title_footer {
    width: 100%;
    margin: 40px auto 50px auto;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
  }
  .title_footer span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .box_left_footer {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .tel2 {
    width: 350px;
    margin: 0 0 0 0;
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
  }
  .tel2 img {
    vertical-align: text-top;
    margin: 5px 20px 0 0;
  }
  .staffhour {
    width: 350px;
    margin: 10px 0 0 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
  }
  .staffhour img {
    vertical-align: text-top;
    margin: 0 20px 0 0;
  }
  .staffhourtext {
    margin-left: 50px;
    margin-bottom: 20px;
  }
  .address {
    line-height: 30px;
  }
  .address img {
    vertical-align: middle;
  }
  .box_grey {
    width: 300px;
    margin: 23px 0 0 0;
    padding: 10px 20px 5px 20px;
    background-color: #f4f4f4;
  }
  .text_grey {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  .text_grey span {
    font-size: 20px;
    font-weight: 400;
  }
  .text_click {
    font-size: 12px;
    text-align: right;
    margin: 10px 0 0 0;
  }
  .text_click img {
    vertical-align: middle;
  }
  .text_click a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
  }
  .box_right_footer {
    width: 50%;
    display: inline-block;
  }
  .box_right_footer iframe {
    width: 100%;
  }
  .copy {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {}
@media all and (max-width: 480px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  ul, ol {
    list-style: none;
  }
  body {
    font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    font-size: 12px;
    line-height: 2.2;
    color: #313131;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .wrapper1200 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  ——global-nav—— #global-nav {
    width: 100%;
  }
  #global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  nav.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #000;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  nav.NavMenu ul {
    width: 100%;
    margin: 3% auto 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 50%;
    margin: 0 25% 2% 25%;
    padding-bottom: 0px;
    /* border-bottom: solid #fff 1px;*/
  }
  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    text-decoration: none;
  }
  .Toggle {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
    float: right;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 8px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 31px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #C1C1C1;
  }
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #C1C1C1;
  }
  header {
    width: 100%;
    height: 600px;
    background-image: url("../img/main_back.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  h1 {
    max-width: 20%;
    ;
    display: inline-block;
  }
  img.logo {
    width: 233px;
  }
  .header_inside {
    width: 100%;
    background-color: #000;
    opacity: 0.9;
  }
  .title {
    display: none;
    /*width: 253px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0 30px;
    font-weight: 600;*/
  }
  .tel {
    /*width: 260px;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 30px;
    font-weight: 600;*/
    display: none;
  }
  img.logo2 {
    max-width: 25%;
    margin: 0 0 0 246px;
  }
  #footer {
    width: 100%;
    background-color: #fff;
  }
  .title_footer {
    width: 100%;
    margin: 40px auto 50px auto;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
  }
  .title_footer span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  .box_left_footer {
    width: 100%;
    display: inline-block;
  }
  .tel2 {
    width: 350px;
    margin: 0 0 0 20px;
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
  }
  .tel2 img {
    vertical-align: text-top;
    margin: 5px 20px 0 0;
  }
  .staffhour {
    width: 350px;
    margin: 10px 0 0 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
  }
  .staffhour img {
    vertical-align: text-top;
    margin: 0 20px 0 0;
  }
  .staffhourtext {
    margin-left: 50px;
    margin-bottom: 20px;
  }
  .address {
    width: 92%;
    padding: 0 0 0 8%;
    line-height: 30px;
  }
  .address img {
    vertical-align: middle;
  }
  .box_grey {
    width: 80%;
    margin: 23px 4% 30px 4%;
    padding: 10px 20px 5px 20px;
    background-color: #f4f4f4;
  }
  .text_grey {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  .text_grey span {
    font-size: 20px;
    font-weight: 400;
  }
  .text_click {
    font-size: 12px;
    text-align: right;
    margin: 10px 0 0 0;
  }
  .text_click img {
    vertical-align: middle;
  }
  .text_click a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
  }
  .box_right_footer {
    width: 100%;
    display: inline-block;
  }
  .box_right_footer iframe {
    width: 100%;
  }
  .copy {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
  }
}