@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/*==general==*/

* {
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrap {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

.fontcolor01 {
  color: #000;
}

.fontcolor02 {
  color: #ff0;
  font-size: 100%;
}

img {
  width: 100%;
}

.double_line {
  border-right: double 4px #fff !important;
}

.main_body{
  margin: 0 auto;
}

.main_body h2 {
  width: 100%;
  text-align: center;
  background: #ff0;
  font-size: 3rem;
  padding: 0.5rem 0;
  margin: 4rem 0;
  position: relative;
}

.h2_mini {
  width: 100%;
  color: red;
  text-align: right;
}

.main_body h3 {
  width: 100%;
  background: #403c3c;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: double 4px #fff;
  color: #fff;
  font-weight: 100;
}

.main_body h4 {
  width: 100%;
  background: #403c3c;
  text-align: center;
  border-top: solid 1px #ff0;
  border-bottom: double 4px #ff0;
  color: #ff0;
  font-weight: 100;
}

/*==背景==*/

#particles-js {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
}

/*==footer==*/

footer {
  width: 100%;
  border-top: solid #ffff00 10px;
  background: #000;
  padding: 2rem 0;
}

/*--PC向け--*/

@media screen and (min-width:1280px) {
  /*==general==*/

  .main_body {
    width: 50%;
  }

  .main_body h2 {
    font-size: 3rem;
    padding: 0.5rem 0;
    margin: 4rem 0;
  }

  .h2_mini {
    position: absolute;
    right: 0;
    bottom: 1rem;
    font-size: 1.6rem;
  }

  .main_body h3 {
    width: 100%;
    background: #403c3c;
    margin: 4rem auto 0;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #fff;
    border-bottom: double 4px #fff;
  }

  .main_body h4 {
    width: 80%;
    margin: 4rem auto;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
    text-align: center;
  }

  .main_body h5 {
    width: 100%;
    margin: 4rem auto;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
  }

  .main_body .p01 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .p02 {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 100%;
  }

  .p03 {
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    width: 100%;
  }

  .p04 {
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .sponly{
    display: none;
  }


  section{
    padding-top: 40px;
  }

  /*==パンくずリスト==*/
  .breadcrumb {
    margin: 1rem 0;
    background: #4b4a4a;
  }

  .breadcrumb li {


    display: inline-block;
    /*横に並ぶように*/
    list-style: none;
  }

  .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    color: #fff;
    padding: 0 0 1rem 0;
    font-size: 2rem;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
  }

  .breadcrumb li a:hover {
    background: #c9dbfb;
  }

  /*==header==*/
  header {
    border-top: 10px solid black;
    width: 100%;
    height: 50px;
    background: #ffff00;
    display: flex;
    position: fixed;
    z-index: 1;
  }

  header h1 {
    width: 20%;
    text-align: center;
  }

  header h1 img {
    margin: 0 1rem;
  }

  header nav {
    width: 80%;
  }

  header nav ul {
    margin: 0 auto;
    width: 90%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header nav ul li {
    font-size: 2.4rem;
    font-weight: bold;
  }

  header nav ul li:before {
    display: inline-block;
    /*以下白丸つくる*/
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background: #000;
    margin: 0 4px 0 0;
  }

  /*==index.html==*/

  .menu {
    width: 100%;
    display: flex;
  }

  .menu_left div a img:hover,
  .menu_right div a img:hover {
    opacity: 0.4;
    transition: 1s ease-in-out;
  }

  .menu_left,
  .menu_right {
    width: 31.75%;
  }

  .menu .menu_center {
    width: 36.5%;
    position: relative;
  }

  .menu div div img {
    width: 100%;
    display: block;
  }

  .information {
    width: 100%;
    position: absolute;
    display: flex;
    top: 74%;
    padding: 1rem 2rem;
  }

  .info_Column p {
    padding: 0.5rem 0;
    color: #000;
    font-size: 1.4rem;
  }

  .info_left {
    float: left;
    height: 100px;
    padding: 0 3rem;
    align-items: center;
    font-size: 100%;
    border-right: solid #000 1px;
  }

  .info_left p {
    font-size: 1.6rem;
  }

  .info_right {
    float: right;
    width: 100%;
    padding: 0 1rem;
    font-size: 100%;
  }
  .info_right .info_Column a{
    display: block;
    box-sizing: border-box;
  }
  .info_h {
    width: 10%;
    padding: 0 1rem;
    text-align: center;
    font-size: 90%;
    background: #ff0000;
    color: #fff;
    border-radius: 25px;
    margin: 0 1rem;
  }

  /*==access.html==*/

  .access_img_box {
    width: 100%;
    padding: 1rem
  }

  .access_table {
    width: 80%;
    border-collapse: collapse;
    margin: 3em auto;
  }

  .access_table td,
  .access_table th {
    color: #fff;
    padding: 10px 10px;
    font-size: 3rem;
  }

  .access_table a {
    font-size: 2rem;
    color: #fff;
  }

  .access_table th {
    width: 30%;
    background: #ff0000;
    text-align: left;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .access_table td {
    width: 70%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
  }

  .koutu {
    width: 90%;
    margin: 1rem auto;
  }

  .access_img_footer {
    width: 80%;
    margin: 0 auto;
    padding: 10rem 10rem 0;
  }

  .access_img_footer img {
    display: block;
  }

  /*==floormap.html==*/
  .floormap_img_box {
    width: 100%;
    padding: 1rem;
  }

  .floormap_img_box02 {
    width: 100%;
    margin: 3rem 0;
  }

  .floormap_img_box03 div figure {
    width: 32%;
    margin: 2rem 0;
  }

  .floormap_img_box03 div figure img:first-child {
    margin: 2rem 0;
  }

  .floormap_flexbox {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .floormap_flexbox figcaption{
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  /*==recruit.html==*/

  .recruite_tel {
    width: 80%;
    margin: 0 auto;
  }

  .recruite_tel p {
    text-align: center;
  }

  .recruite_tel p a {
    width: 90%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 6rem;
  }

  .recruit_table {
    width: 80%;
    border-collapse: collapse;
    margin: 3em auto;
  }

  .recruit_table td,
  .recruit_table th {
    color: #fff;
    padding: 10px 10px;
    font-size: 1.6rem;
  }

  .recruit_table a {
    font-size: 2rem;
    color: #fff;
  }

  .recruit_table th {
    width: 20%;
    background: #4b4a4a;
    text-align: left;
    border: 1px solid #fff;
    font-weight: 100;
  }

  .recruit_table td {
    width: 70%;
    border: 1px solid #fff;
    border-right: none;
  }

  .recruit_table td p {
    font-size: 1.6rem;
  }

  .bt_none {
    border-top: none;
  }

  .bb_none {
    border-bottom: none;
  }

  /*==guide.html==*/

  .guide_img_box {
    width: 80%;
    margin: 0 auto
  }

  .guide_table,
  .guide_table01 {
    width: 100%;
    border-collapse: collapse;
    margin: 3em auto;
    text-align: center;
  }

  .guide_table02,
  .guide_table03 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 3em;
  }

  .guide_table td,
  .guide_table th,
  .guide_table01 td,
  .guide_table01 th,
  .guide_table02 td,
  .guide_table02 th,
  .guide_table03 td,
  .guide_table03 th {
    color: #fff;
    padding: 10px 10px;
  }

  .guide_table a {
    font-size: 2rem;
    color: #fff;
  }

  .guide_table th,
  .guide_table01 th {
    width: calc(100%/3);
    background: #403c3c;
    border: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table td,
  .guide_table01 td {
    width: calc(100%/3);
    border: 1px solid #fff;
    font-size: 1.6rem;
  }

  .guide_table02 th {
    width: calc(100%/3);
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table02 td {
    width: calc(100%/3);
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_table03 .th01 {
    width: 15%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }
  .guide_table09 .th01 {
    width: 15%;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }
  .guide_table03 .th01 p {
    font-size: 1.6rem;
  }

  .guide_table03 .th02 {
    width: 25%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }
  .guide_table09 .th02 {
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table03 td {
    width: 60%;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_box {
    display: flex;
    justify-content: space-between;
  }

  .guide_left {
    width: 70%;
  }

  .guide_right {
    width: 28%;
  }

  /*==contact.html==*/

  .contact_box{
    width: 75%;
    margin: 0 auto;
  }

  .contact_box p:nth-child(1){
    text-indent: -1.6rem;
  }

  /*==footer==*/
  .footer_box {
    width: 40%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .left_box {
    width: 50%;
    text-align: center;
  }

  .left_box img {
    width: 100%;
  }

  .left_box {
    color: white;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
  }

  .right_box {
    width: 50%;
    padding: 1em;
  }

  .right_box iframe {
    border-radius: 10px;
  }
}

/*--TAB向け--*/
@media screen and (max-width:1279px) and (min-width:770px) {

  /*==general==*/

  .main_body {
    width: 80%;
  }

  .main_body h2 {
    font-size: 3rem;
    padding: 0.5rem 0;
    margin: 4rem 0;
  }

  .h2_mini {
    position: absolute;
    right: 0;
    bottom: 1rem;
    font-size: 1.6rem;
  }

  .main_body h3 {
    width: 100%;
    margin: 4rem auto 0;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #fff;
    border-bottom: double 4px #fff;
  }

  .main_body h4 {
    width: 80%;
    margin: 4rem auto;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
    text-align: center;
  }

  .main_body h5 {
    width: 100%;
    margin: 4rem auto;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
  }

  .main_body .p01 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .p02 {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 100%;
  }

  .p03 {
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    width: 100%;
  }

  .p04 {
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .sponly{
    display: none;
  }

  /*==パンくずリスト==*/

  .breadcrumb {
    margin: 0;
    background: #4b4a4a;
  }

  .breadcrumb li {
    display: inline-block;
    /*横に並ぶように*/
    list-style: none;
  }

  .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    color: #fff;
    padding: 0 0 1rem 0;
    font-size: 1.4rem;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
  }

  .breadcrumb li a:hover {
    background: #c9dbfb;
  }

  /*==header==*/

  .line_deco {
    width: 100%;
    height: 10px;
    background: "#000";
  }

  header {
    width: 100%;
    height: 200px;
    background: #ffff00;
    display: flex;
    flex-wrap: wrap;
  }

  header h1 {
    width: 100%;
    height: 50px;
    padding-top: 1rem;
    text-align: center;
  }

  header h1 img {
    height: 50px;
    width: 50%;
    margin: 0 auto;
  }

  header nav {
    width: 100%;
  }

  header nav ul {
    margin: 0 auto;
    width: 90%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  header nav ul li {
    width: calc(100%/4);
    font-size: 3rem;
    font-weight: bold;
  }


  header nav ul li:before {
    display: inline-block;
    /*以下白丸つくる*/
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background: #000;
    margin: 0 4px 0 0;
  }

  /*==index.html==*/

  .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .menu_left div a img:hover,
  .menu_right div a img:hover {
    opacity: 0.4;
    transition: 1s ease-in-out;
  }

  .menu_left,
  .menu_right {
    width: 50%;
  }

  .menu .menu_center {
    width: 100%;
    position: relative;
  }

  .menu div div img {
    width: 100%;
    display: block;
  }

  .information {
    width: 100%;
    position: absolute;
    display: flex;
    top: 80%;
    padding: 1rem 2rem;
  }

  .info_Column p {
    padding: 0.5rem 0;
    color: #000;
    font-size: 1.8rem;
  }

  .info_left {
    height: 160px;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    font-size: 100%;
    border-right: solid #000 1px;
  }

  .info_left p {
    font-size: 2.4rem;
  }

  .info_right {
    width: 100%;
    padding: 0 1rem;
    font-size: 100%;
  }

  .info_h {
    width: 10%;
    padding: 0.3rem 1rem 0;
    text-align: center;
    font-size: 90%;
    background: #ff0000;
    color: #fff;
    border-radius: 25px;
    margin: 0 1rem;
  }

  .item01{
    order: 1;
  }
  .item02{
    order: 2;
  }
  .item03{
    order: 3;
  }
  .item04{
    order: -1;
  }
  .item05{
    order: 4;
  }
  .item06{
    order: 5;
  }
  .item07{
    order: 6;
  }

  /*==access.html==*/

  .access_img_box {
    width: 100%;
    padding: 1rem
  }

  .access_table {
    width: 100%;
    border-collapse: collapse;
    margin: 3em auto;
  }

  .access_table td,
  .access_table th {
    color: #fff;
    padding: 10px 10px;
    font-size: 3rem;
  }

  .access_table a {
    font-size: 2rem;
    color: #fff;
  }

  .access_table th {
    width: 30%;
    background: #ff0000;
    text-align: left;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .access_table td {
    width: 70%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
  }

  .koutu {
    width: 90%;
    margin: 1rem auto;
  }

  .access_img_footer {
    width: 80%;
    margin: 0 auto;
    padding: 10rem 10rem 0;
  }

  .access_img_footer img {
    display: block;
  }

  /*==floormap.html==*/
  .floormap_img_box {
    width: 100%;
    padding: 1rem;
  }

  .floormap_img_box02 {
    width: 100%;
    margin: 3rem 0;
  }

  .floormap_img_box03 div figure {
    width: 32%;
    margin: 2rem 0;
  }

  .floormap_img_box03 div figure img:first-child {
    margin: 2rem 0;
  }

  .floormap_flexbox {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .floormap_flexbox figcaption{
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  /*==recruit.html==*/

  .recruite_tel {
    width: 80%;
    margin: 0 auto;
  }

  .recruite_tel p {
    text-align: center;
  }

  .recruite_tel p a {
    width: 90%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 6rem;
  }

  .recruit_table {
    width: 80%;
    border-collapse: collapse;
    margin: 3em auto;
  }

  .recruit_table td,
  .recruit_table th {
    color: #fff;
    padding: 10px 10px;
    font-size: 1.6rem;
  }

  .recruit_table a {
    font-size: 2rem;
    color: #fff;
  }

  .recruit_table th {
    width: 20%;
    background: #4b4a4a;
    text-align: left;
    border: 1px solid #fff;
    font-weight: 100;
  }

  .recruit_table td {
    width: 70%;
    border: 1px solid #fff;
    border-right: none;
  }

  .recruit_table td p {
    font-size: 1.6rem;
  }

  .bt_none {
    border-top: none;
  }

  .bb_none {
    border-bottom: none;
  }

  /*==guide.html==*/

  .guide_img_box {
    width: 80%;
    margin: 0 auto
  }

  .guide_table,
  .guide_table01 {
    width: 100%;
    border-collapse: collapse;
    margin: 3em auto;
    text-align: center;
  }

  .guide_table02,
  .guide_table03 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 3em;
  }

  .guide_table td,
  .guide_table th,
  .guide_table01 td,
  .guide_table01 th,
  .guide_table02 td,
  .guide_table02 th,
  .guide_table03 td,
  .guide_table03 th {
    color: #fff;
    padding: 10px 10px;
  }

  .guide_table a {
    font-size: 2rem;
    color: #fff;
  }

  .guide_table th,
  .guide_table01 th {
    width: calc(100%/3);
    background: #403c3c;
    border: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table td,
  .guide_table01 td {
    width: calc(100%/3);
    border: 1px solid #fff;
    font-size: 1.6rem;
  }

  .guide_table02 th {
    width: calc(100%/3);
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table02 td {
    width: calc(100%/3);
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_table03 .th01 {
    width: 15%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table03 .th01 p {
    font-size: 1.6rem;
  }

  .guide_table03 .th02 {
    width: 25%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.6rem;
  }

  .guide_table03 td {
    width: 60%;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_box {
    display: flex;
    justify-content: space-between;
  }

  .guide_left {
    width: 70%;
  }

  .guide_right {
    width: 28%;
  }

  /*==contact.html==*/

  .contact_box{
    width: 75%;
    margin: 0 auto;
  }

  .contact_box p:nth-child(1){
    text-indent: -1.6rem;
  }


  /*==footer==*/
  .footer_box {
    width: 60%;
    margin: 1em auto;
    display: flex;
    align-items: center;
  }

  .left_box {
    width: 50%;
    text-align: center;
  }

  .left_box img {
    width: 100%;
  }

  .right_box {
    width: 50%;
    padding: 1em;
  }

  .right_box iframe {
    border-radius: 10px;
  }

}

/*--SP向け--*/
@media screen and (max-width:768px) {

  /*==general==*/

  .main_body {
    width: 100%;
    margin: 0 auto;
  }

  .main_body h2 {
    width: 98%;
    text-align: center;
    background: #ff0;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    margin: 1rem auto;
    position: relative;
  }

  .h2_mini {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    color: red;
    text-align: right;
    font-size: 1.2rem;
  }

  .main_body h3 {
    width: 100%;
    background: #403c3c;
    margin: 4rem auto 0;
    text-align: center;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    border-top: solid 1px #fff;
    border-bottom: double 4px #fff;
    color: #fff;
    font-weight: 100;
  }

  .main_body h4 {
    width: 80%;
    margin: 4rem auto;
    font-size: 2rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
    text-align: center;
  }

  .main_body h5 {
    width: 98%;
    margin: 2rem auto;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    border-top: solid 1px #ff0;
    border-bottom: solid 1px #ff0;
    color: #ff0;
    font-weight: 100;
  }

  .main_body .p01 {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }

  .p02 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 98%;
  }

  .p03 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 90%;
  }

  .p04 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .pconly{
    display: none;
  }

  .sponly{
  }

  /*==パンくずリスト==*/

  .breadcrumb {
    margin: 0;
    background: #4b4a4a;
  }

  .breadcrumb li {
    display: inline-block;
    /*横に並ぶように*/
    list-style: none;
  }

  .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    color: #fff;
    padding: 0 0 1rem 0;
    font-size: 1.4rem;
  }

  .breadcrumb li:last-child:after {
    content: '';
  }

  .breadcrumb li a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
  }

  .breadcrumb li a:hover {
    background: #c9dbfb;
  }

  /*==header==*/

  .line_deco {
    width: 100%;
    height: 10px;
    background: "#000";
  }

  header {
    width: 100%;
    height: 300px;
    background: #ffff00;
    display: flex;
    flex-wrap: wrap;
  }

  header h1 {
    width: 100%;
    height: 70px;
    padding: 1rem;
    text-align: center;
  }

  header h1 img {
    margin: 0 auto;
  }

  header nav {
    width: 100%;
  }

  header nav ul {
    margin: 0 auto;
    width: 95%;
    height: 230px;
    display: flex;
    flex-wrap: wrap;
  }

  header nav ul li {
    width: 50%;
    margin: 0.5rem auto;
    font-size: 2.4rem;
    font-weight: bold;
  }

  header nav ul li:last-child{
    width: 100%;
  }

  header nav ul li:before {
    display: inline-block;
    /*以下白丸つくる*/
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background: #000;
    margin: 0 4px 0 0;
  }

  /*==index.html==*/

  .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .menu_left div a img:hover,
  .menu_right div a img:hover {
    opacity: 0.4;
    transition: 1s ease-in-out;
  }

  .menu_left,
  .menu_right {
    width: 100%;
  }

  .menu .menu_center {
    width: 100%;
    position: relative;
  }

  .menu div div img {
    width: 100%;
    display: block;
  }

  .information {
    width: 98%;
    position: absolute;
    display: flex;
    top: 75%;
    padding: 0 0.5rem;
  }

  .info_Column p {
    padding: 0.2rem 0;
    color: #000;
    font-size: 1.2rem;
  }

  .info_left {
    height: 80px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    font-size: 100%;
    border-right: solid #000 1px;
  }

  .info_left p {
    font-size: 1.6rem;
  }

  .info_right {
    width: 100%;
    padding: 0 1rem;
    font-size: 100%;
  }

  .info_h {
    width: 10%;
    padding: 0.3rem 1rem 0;
    text-align: center;
    font-size: 90%;
    background: #ff0000;
    color: #fff;
    border-radius: 25px;
    margin: 0 3% 1rem 0;
  }

  .item01{
    order: 1;
  }
  .item02{
    order: 0;
  }
  .item03{
    order: -1;
  }
  .item04{
    order: 0;
  }
  .item05{
    order: 2;
  }
  .item06{
    order: 3;
  }
  .item07{
    order: 6;
  }

  /*==access.html==*/

  .access_img_box {
    width: 100%;
    padding: 1rem
  }

  .access_table {
    width: 96%;
    border-collapse: collapse;
    margin: 2em auto;
  }

  .access_table td,
  .access_table th {
    color: #fff;
    padding: 5px 5px;
    font-size: 1.2rem;
  }

  .access_table a {
    font-size: 1.2rem;
    color: #fff;
  }

  .access_table th {
    width: 30%;
    background: #ff0000;
    text-align: left;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .access_table td {
    width: 70%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.2rem;
  }

  .koutu {
    width: 90%;
    margin: 1rem auto;
  }

  .access_img_footer {
    width: 80%;
    margin: 0 auto;
    padding: 6rem 6rem 0;
  }

  .access_img_footer img {
    display: block;
  }

  /*==floormap.html==*/
  .floormap_img_box {
    width: 100%;
    padding: 1rem;
  }

  .floormap_img_box02 {
    width: 100%;
    margin: 3rem 0;
  }

  .floormap_img_box02>div>figure {
    width: 80%;
    margin: 1rem auto;
  }

  .floormap_img_box03 div figure {
    width: 80%;
    margin: 1rem auto;
  }

  .floormap_img_box03 div figure img:first-child {
    margin: 1rem 0;
  }

  .floormap_flexbox {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .floormap_flexbox figcaption{
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  /*==recruit.html==*/

  .recruite_tel {
    width: 100%;
    margin: 0 auto;
  }

  .recruite_tel p {
    text-align: center;
  }

  .recruite_tel p a {
    width: 90%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4rem;
  }

  .recruit_table {
    width: 80%;
    border-collapse: collapse;
    margin: 3em auto;
  }

  .recruit_table td,
  .recruit_table th {
    color: #fff;
    padding: 10px 10px;
    font-size: 1.6rem;
  }

  .recruit_table a {
    font-size: 2rem;
    color: #fff;
  }

  .recruit_table th {
    width: 20%;
    background: #4b4a4a;
    text-align: left;
    border: 1px solid #fff;
    font-weight: 100;
  }

  .recruit_table td {
    width: 70%;
    border: 1px solid #fff;
    border-right: none;
  }

  .recruit_table td p {
    font-size: 1.6rem;
  }

  .bt_none {
    border-top: none;
  }

  .bb_none {
    border-bottom: none;
  }

  /*==guide.html==*/

  .guide_img_box {
    width: 80%;
    margin: 0 auto
  }

  .guide_table,
  .guide_table01 {
    width: 100%;
    border-collapse: collapse;
    margin: 2em auto;
    text-align: center;
  }

  .guide_table02,
  .guide_table03 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 3em;
  }

  .guide_table td,
  .guide_table th,
  .guide_table01 td,
  .guide_table01 th,
  .guide_table02 td,
  .guide_table02 th,
  .guide_table03 td,
  .guide_table03 th {
    color: #fff;
    padding: 5px 5px;
  }

  .guide_table a {
    font-size: 2rem;
    color: #fff;
  }

  .guide_table th,
  .guide_table01 th {
    width: calc(100%/3);
    background: #403c3c;
    border: 1px solid #fff;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .guide_table td,
  .guide_table01 td {
    width: calc(100%/3);
    border: 1px solid #fff;
    font-size: 1.2rem;
  }

  .guide_table02 th {
    width: calc(100%/3);
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .guide_table02 td {
    width: calc(100%/3);
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_table03 .th01 {
    width: 15%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .guide_table03 .th01 p {
    font-size: 1.2rem;
  }

  .guide_table03 .th02 {
    width: 25%;
    background: #403c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    font-size: 1.2rem;
  }

  .guide_table03 td {
    width: 50%;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  .guide_table02 th:nth-child(1),
  .guide_table02 td:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .guide_box {
    display: flex;
    justify-content: space-between;
  }

  .guide_left {
    width: 70%;
  }

  .guide_right {
    width: 28%;
  }

  /*==contact.html==*/

  .contact_box{
    width: 75%;
    margin: 0 auto;
  }

  .contact_box p:nth-child(1){
    text-indent: -1.6rem;
  }


  /*==footer==*/
  .footer_box {
    width: 60%;
    margin: 1em auto;
    display: flex;
    align-items: center;
  }

  .left_box {
    width: 50%;
    text-align: center;
  }

  .left_box img {
    width: 100%;
  }

  .right_box {
    width: 50%;
    padding: 1em;
  }

  .right_box iframe {
    border-radius: 10px;
  }

  /*==footer==*/
  .footer_box {
    width: 100%;
    margin: 1em auto;
  }

  .left_box {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .left_box img {
    width: 100%;
  }

  .right_box {
    padding: 1em;
    width: 80%;
    margin: 0 auto;
  }

  .right_box iframe {
    width: 100%;
    border-radius: 10px;
  }
}

/*==mailform==*/
#formWrap {
  width: 80%;
  margin: 3rem auto;
  color: #fff;
  line-height: 120%;
  font-size: 1.6rem;
}

#formWrap textarea{
  background-color: #fff;
  padding: 0.5rem;
  font-size: 1.6rem;
  color:black;

}

#formWrap input{
  background-color: #fff;
  padding: 0.5em;
  font-size: 1.6rem;
  color:black;
}

.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-size: 1.6rem;

}

table.formTable th{
  position: relative;
}

table.formTable td {
  border-left: 1px solid #ccc;
 }

table.formTable th {
  width: 30%;
  text-align: left;
}

.contact_red{
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  padding: 0.5rem;
  background: red;
}

.contact_red02{
  position: absolute;
  right: 1rem;
  bottom: 6rem;
  padding: 0.5rem;
  background: red;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-top: 2rem;
  width: 20%;
  height: 40px;
  border-radius: 25px;
}

input[type="submit"] {
  background: #f00!important;
}

input[type="reset"] {
  background: #198014!important;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="text"],
  textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
    background: #fff;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
  }

  input[type="submit"]{
    margin: 2rem 0 0 0 ;
  }

  .contact_red{
    position: absolute;
    l: 1rem;
    bottom: 0.5rem;
    padding: 0.5rem;
    background: red;
  }

  .contact_red02{
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
    padding: 0.5rem;
    background: red;
  }
}

/*==topanimation==*/

.ball_anime {
  width: 7%;
  animation: ball_anime01 ease-out 2.2s 1 forwards, ball_anime02 0.5s infinite linear;
  position: absolute;
  z-index: 1000;
  bottom: 50%;
}

.ball_anime img {
  width: 100%;
}

@keyframes ball_anime01 {
  0% {
    left: -7%;
    width: 7%;
    height: auto;
  }

  99% {
    left: 107%;
    opacity: 1;
    width: 7%;
    height: auto;
  }

  100% {
    left: 107%;
    opacity: 0;
    display: none;
    width: 0%;
    height: 0%;
  }
}

@keyframes ball_anime02 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading {
  position: absolute;
  top: 5%;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
