@charset "UTF-8";
/*
Theme Name:
Theme URI: http://
Author:
Author URI:
Description:
Version: 1.1
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

BODY {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: left;
}

h1 {
  text-align: center;
}

h2 {
  font-family: serif;
  font-weight: bold;
  line-height: 1.7;
  font-size: 2rem;
  color: #77A3B5;
  margin-bottom: 2rem;
}

h3 {
  font-family: serif;
  font-weight: bold;
  line-height: 1.7;
  font-size: 2rem;
  color: #7B8141;
  margin-bottom: 2rem;
}

p {
  text-align: left;
  line-height: 2;
  margin-bottom: 3rem;
}

.btn {
  width: 300px;
  height: 35px;
  line-height: 35px;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #77A3B5;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.btn a:hover {
  background: #77A3B5;
  color: #FFFFFF;
  margin-left: 1px;
  margin-top: 1px;
  box-shadow: none;
}

section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center;
}

.page {
  padding-top: 90px;
}

.midashi {
  margin-bottom: 30px;
}

.row {
  margin: 0 auto;
}

/* ヘッダ */
header {
  width: 100%;
  margin: 0 auto;
  background-color: #77A3B5;
  padding: 2rem 0;
}

#logo {
  float: left;
}

#logo img {
  width: 300px;
}

#util {
  float: right;
  padding: 2.4rem;
}

#util li {
  display: inline-block;
  margin-left: 1em;
  color: white;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #00475D;
}

/* flexbox */
.div2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div2 li {
  width: 47.5%;
  margin-bottom: 2rem;
}

.div3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div3 li {
  width: 30%;
  margin-bottom: 2rem;
}

.div3::after {
  content: "";
  display: block;
  width: 30%;
}

.div4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div4 li {
  width: 23%;
  margin-bottom: 2rem;
}

.div4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.div4::after {
  content: "";
  display: block;
  width: 23%;
}

.outer {
  position: relative;
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.reverse {
  flex-direction: row-reverse;
}

.wave-divider {
  margin: 5rem auto;
}

.wave-divider2 {
  margin: 1rem auto 5rem auto;
}

th {
  font-weight: normal;
  padding-right: 1em;
}

.top-img {
  text-align: center;
  vertical-align: top;
}

.top-01 {
  text-align: center;
}

.top-01 h2 {
  color: #77A3B5;
  font-family: serif;
}

.top-01 p {
  width: 500px;
}

.top-01 .div2 li {
  margin-bottom: 0;
}

.top-02 {
  padding: 5rem;
  text-align: center;
  background-color: #ECEDDC;
  color: #7B8141;
}

.top-02 li {
  border-bottom: 1px solid #7B8141;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.top-02 li .news-date {
  padding-right: 2rem;
  display: table-cell;
}

.top-02 li .news-ttl {
  display: table-cell;
}

.top-02 .to-past-news {
  text-align: right;
  margin-top: 1rem;
}

.top-02 p {
  width: 500px;
}

.top-03 {
  text-align: center;
}

.top-03 .top-03-left {
  padding: 5rem;
}

.top-03 .top-icon {
  font-size: 6rem;
  color: #77A3B5;
  margin: 2rem auto;
}

.top-03 h2 {
  color: #77A3B5;
  font-family: serif;
}

.top-03 p {
  width: 500px;
}

.top-04 {
  padding: 5rem 0;
  background-color: #D2DEE4;
  color: #77A3B5;
}

.top-05 {
  padding: 5rem 0;
  background-color: #ECEDDC;
  color: #77A3B5;
}

.top-05 .top-icon {
  font-size: 6rem;
  color: #77A3B5;
  margin: 2rem auto;
}

.top-05 p {
  text-align: center;
  color: black;
}

.tenpo img {
  border-radius: 0 50px;
}

.tenpo h4 {
  font-family: serif;
  color: #77A3B5;
  font-size: 2rem;
}

.tenpo p {
  color: black;
  text-align: center;
}

.goaisatsu-list {
  margin: 5rem auto;
  text-align: left;
}

.goaisatsu-list li {
  border-left: 8px solid #ECEDDC;
  padding: 0;
  padding-left: 1em;
  margin-bottom: 5rem;
}

.goaisatsu-list li h2 {
  line-height: 2;
}

.goaisatsu-members {
  margin: 5rem auto;
}

.goaisatsu-members .name {
  color: #77A3B5;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  float: left;
  vertical-align: center;
  padding-right: 0.5em;
}

.goaisatsu-members .name-kana {
  color: #77A3B5;
  font-family: serif;
  font-size: 16px;
  vertical-align: center;
  padding-top: 4px;
}

.goaisatsu-members .sub-ttl {
  font-weight: normal;
}

.goaisatsu-members .div201 {
  float: left;
  width: 35%;
}

.goaisatsu-members .div201 img {
  width: 100%;
}

.goaisatsu-members .div202 {
  float: left;
  width: 60%;
  text-align: left;
}

.goaisatsu-members p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.boshu-clmn {
  display: -webkit-flex;
  display: flex;
}

.boshu-clmn h4 {
  font-family: serif;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2rem;
  color: #77A3B5;
  margin-bottom: 1rem;
}

.text-area {
  width: 47.5%;
  text-align: left;
  margin-right: 5%;
}

.text-area p {
  font-family: serif;
}

.img_area {
  width: 47.5%;
}

.img_area img {
  border-radius: 40px 0 40px 0;
}

.box1 {
  margin-bottom: 2rem;
  flex-direction: row;
}

.box1 .text-area {
  width: 47.5%;
  text-align: left;
  margin-right: 5%;
}

.box1 .img_area {
  width: 47.5%;
}

.box2 {
  margin-bottom: 2rem;
  flex-direction: row-reverse;
}

.box2 .text-area {
  width: 47.5%;
  text-align: left;
}

.box2 .img_area {
  width: 47.5%;
  margin-right: 5%;
}

.boshu-yoko {
  text-align: left;
  margin-bottom: 4rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98.5%, #000 100%);
  background-repeat: repeat-y;
  background-size: 100% 2.4em;
  line-height: 2.4;
}

/* tbl01 responsive */
.tbl01 {
  border-collapse: collapse;
  width: 100%;
  margin: 5rem auto;
  text-align: left;
}

.tbl01 th,
.tbl01 td {
  width: auto;
  border: none;
  border-bottom: 1px solid #77A3B5;
  padding: 0.5em;
  line-height: 2;
}

.tbl01 th {
  width: auto;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

@media only screen and (max-width: 1280px) {
  .tbl01 th,
  .tbl01 td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 0.5em;
    vertical-align: top;
  }
  .tbl01 tr:first-child th {
    border-top: 1px solid #77A3B5;
    width: 100%;
  }
}

/* tbl02 responsive */
.tbl02 {
  border-collapse: collapse;
  width: 100%;
  margin: 5rem auto;
  text-align: left;
  vertical-align: top;
}

.tbl02 th,
.tbl02 td {
  width: auto;
  border: none;
  padding: 0.5em;
  line-height: 2;
}

.tbl02 th {
  width: auto;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  font-weight: bold;
  width: 15em;
}

@media only screen and (max-width: 1280px) {
  .tbl02 {
    vertical-align: top;
  }
  .tbl02 th,
  .tbl02 td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 0.5em;
    vertical-align: top;
  }
  .tbl02 tr:first-child th {
    border-top: 1px solid #ddd;
  }
  .tbl02 th {
    width: 100%;
  }
}

/* フォーム */
.contact-outline {
  border: 1px solid #77A3B5;
  padding: 5rem 5rem 3rem 5rem;
  margin-bottom: 5rem;
}

.contact {
  width: 55%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
  font-family: sans-serif;
  font-weight: normal;
}

.wpcf7 {
  margin: 0;
}

.wpcf7 .wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 small {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.6em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 1em;
  background: #008EFF;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 .ttl {
  text-align: left;
  margin-bottom: 0.5em;
}

.wpcf7 .content {
  margin-bottom: 1em;
}

.wpcf7 .asterisk {
  margin: 0 0 0 0.2em;
  color: red;
}

/*フォーム */
/* 歯科衛生士の方へ */
.dso {
  text-align: left;
  border-left: 8px solid #ECEDDC;
  padding: 0;
  padding-left: 1em;
  margin-bottom: 5rem;
}

.dso h2 {
  margin-bottom: 2rem;
  line-height: 2rem;
}

.dso p {
  margin-bottom: 2rem;
}

.kakomi {
  text-align: left;
  border: 1px solid #77A3B5;
  padding: 2rem;
  margin-bottom: 5rem;
  border-left: 1px solid #77A3B5;
}

.kakomi h2 {
  font-family: serif;
}

.kakomi img {
  margin: 2rem auto;
}

.torikumi li {
  margin-top: 2rem;
}

.torikumi h3 {
  color: #77A3B5;
  font-weight: bold;
}

.mb {
  margin-bottom: 5rem;
}

/* 目次用 */
.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #77A3B5;
  border-radius: 3px;
}

.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #77A3B5;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E");
  content: '';
}

.toc-002 label::after {
  margin-left: 7px;
  font-weight: 500;
  font-size: .7em;
  color: #fff;
  content: "[開く]";
  cursor: pointer;
}

.toc-002:has(:checked) label::after {
  content: "[閉じる]";
}

.toc-002 input {
  display: none;
}

.toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

.toc-002 > ol {
  height: 0;
}

.toc-002:has(:checked) > ol {
  height: auto;
  padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-002 ol ol li {
  font-weight: 500;
  font-size: .9em;
}

.toc-002 a {
  color: #77A3B5;
  text-decoration: none;
}

/* 店舗一覧 */
.tenpo {
  background-color: none;
}

.tenpo-list img {
  border-radius: 0 50px;
}

.tenpo-list h4 {
  font-family: serif;
  color: #77A3B5;
  font-size: 2rem;
}

.tenpo-list p {
  color: black;
  text-align: center;
}

.tenpo-list li {
  margin-bottom: 5rem;
}

/*　recruit */
.about-dso {
  text-align: center;
}

.about-dso h2 {
  text-align: center;
}

.about-dso .top-icon {
  font-size: 6rem;
  color: #77A3B5;
  margin: 2rem auto;
}

/* pc-sp switch PC */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* トップにもどる */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #7B8141;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

#nav-toggle {
  display: none;
}

#gloval-nav {
  display: none;
}

.news-single{
	text-align:left;
}

.news-single-ttl{
	font-size:125%;
	font-weight:bold;
	font-family:serif;
	border-bottom:1px solid #77A3B5;
	padding-bottom:1rem;
	margin-bottom:1rem;
	color: #77A3B5;
}

.news-single-date{
	text-align:left;
	font-size:85%;
}

/* pagenation single*/
.pagenation-single {text-align:center;margin-bottom:3rem;}
.pagenation-single ul {padding:2em 0;margin: 2em auto;display: block;}
.pagenation-single li a{display: inline-block;float: left;font-size: 1em;margin-right:1em;color:#ccc;}

.form-recruit{
	border:1px solid #77A3B5;
	padding:3rem;
	}


/* モバイル設定 **********************************************************************************/
@media (max-width: 1280px) {
  BODY {
    font-size: 1.4rem;
  }
  header {
    position: fixed;
    z-index: 900;
  }
  .wrapper {
    overflow: hidden;
  }
  .row {
    width: 100%;
    margin: 0 auto;
  }
  section {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #util {
    display: none;
    float: right;
    padding: 2.4rem;
  }
  #util li {
    display: inline-block;
    margin-left: 1em;
    color: white;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  #logo {
    float: left;
    width: 50%;
  }
  #util {
    display: none;
  }
  .mt {
    padding-top: 9rem;
  }
  .inner {
    margin-top: 3rem;
    position: relative;
  }
  .wave-divider {
    margin: 2rem auto;
  }
  .top-01 p {
    width: 100%;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .top-img {
    margin: 2rem auto;
  }
  .top-02 {
    padding: 2rem 0;
  }
  .top-02 .news-date {
    padding-right: 2rem;
    display: block;
    font-size: 90%;
  }
  .top-02 .news-ttl {
    display: block;
    font-size: 90%;
  }
  .top-02 .to-past-news {
    text-align: right;
    margin-top: 1rem;
    font-size: 90%;
  }
  .top-03 .top-03-left {
    padding: 2rem 0 0 0;
  }
  .top-03 p {
    width: 100%;
  }
  .top-04 {
    padding: 2rem 0;
    background-color: #D2DEE4;
    color: #77A3B5;
  }
  .top-05 {
    padding: 2rem 0;
    background-color: #ECEDDC;
    color: #77A3B5;
  }
  .top-05 .top-icon {
    font-size: 6rem;
    color: #77A3B5;
    margin: 2rem auto;
  }
  .top-05 p {
    text-align: center;
    color: black;
  }
  .page {
    padding-top: 150px;
  }
	
	.goaisatsu-members .name {
  font-size: 16px;
}
	
#gaiyo{display: block;margin-top: -85px;padding-top: 85px;}
	
  .toc-002:has(:checked) > ol {
    padding: 1em;
  }
  .boshu-clmn {
    display: -webkit-flex;
    display: flex;
  }
  .boshu-clmn h4 {
    font-family: serif;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.8rem;
    color: #77A3B5;
    margin-bottom: 1rem;
  }
  .text-area {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .text-area p {
    font-family: serif;
  }
  .img_area {
    width: 100%;
  }
  .img_area img {
    border-radius: 40px 0 40px 0;
  }
  .box1 {
    margin-bottom: 2rem;
    flex-direction: row;
  }
  .box1 .text-area {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .box1 .img_area {
    width: 100%;
  }
  .box2 {
    margin-bottom: 2rem;
    flex-direction: row-reverse;
  }
  .box2 .text-area {
    width: 100%;
    text-align: left;
  }
  .box2 .img_area {
    width: 100%;
  }
  .boshu-yoko {
    text-align: left;
    margin-bottom: 4rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98.5%, #000 100%);
    background-repeat: repeat-y;
    background-size: 100% 2.4em;
    line-height: 2.4;
  }
  .tbl01 th {
    background: #D2DEE4;
  }
  /* フォーム */
  .contact-outline {
    border: 1px solid #77A3B5;
    padding: 2rem;
    margin-bottom: 5rem;
  }
  .contact {
    width: 55%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 4em;
    font-family: sans-serif;
    font-weight: normal;
  }
  .wpcf7 {
    margin: 0;
  }
  .wpcf7 .wpcf7 p {
    margin-bottom: 1em;
  }
  .wpcf7 small {
    font-size: 0.85em;
    margin-bottom: 1em;
  }
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
  }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 95%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.6em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  }
  .wpcf7 input[type="submit"] {
    font-size: 100%;
    padding: 1em;
    background: #008EFF;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-appearance: none;
  }
  .wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  }
  .wpcf7 p {
    margin-bottom: 1em;
  }
  .wpcf7 .ttl {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .wpcf7 .content {
    margin-bottom: 1em;
  }
  .wpcf7 .asterisk {
    margin: 0 0 0 0.2em;
    color: red;
  }
  /*フォーム */
  /* flexbox */
  .div2 li {
    width: 100%;
  }
  .div3 li {
    width: 100%;
  }
  .div4 li {
    width: 100%;
  }
  .reverse {
    flex-direction: row;
  }
  .box1 {
    flex-direction: column;
  }
  .box2 {
    flex-direction: column-reverse;
  }
  /* pc-sp switch sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* SP menu start */
  #nav-toggle {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    position: fixed;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 2px;
  }
  #nav-toggle:hover span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 18px;
  }
  #nav-toggle .nav-toggle-txt {
    font-size: 11px;
    text-align: center;
    padding-top: 28px;
    color: #FFF;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    display: inline-block;
  }
  #nav-toggle {
    z-index: 995;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: #77A3B5;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  }
  /* SP menu end */
}
