@charset "UTF-8";

/* 全端末共通
-------------------------------------------------- */
/* Sass Document */
/*フォント*/
/*カラーパレット*/
/*上から濃い順*/
/* メディア別非表示 */
/* globalNav */
header {
  background-color: #ffe9d5;
  padding-top: 0.5%;
  z-index: 9999;
  position: relative;
}

header h1 {
  height: 80px;
  float: left;
  padding-left: 3%;
  padding-right: 5%;
  padding-top: 5px;
}

header h1 img {
  max-width: 350px;
}

header .nav_logo {
  display: none;
}

.top_intro {
  position: relative;
  margin: 10% 0 5%;
}

.top_intro .top_icon01,
.top_intro .top_icon02,
.top_intro .top_icon03,
.top_intro .top_icon04,
.top_intro .top_icon05,
.top_intro .top_icon06 {
  position: absolute;
  width: 5%;
}

.top_intro .top_icon01 {
  top: 10%;
  left: 18%;
}

.top_intro .top_icon02 {
  top: 20%;
  right: 20%;
}

.top_intro .top_icon03 {
  top: 45%;
  left: 18%;
}

.top_intro .top_icon04 {
  top: 60%;
  right: 20%;
}

.top_intro .top_icon05 {
  bottom: 10%;
  left: 23%;
}

.top_intro .top_icon06 {
  bottom: 0;
  right: 25%;
}

.top_intro .intro_txt {
  margin: 5% auto;
  text-align: center;
  font-family: "Sawarabi Gothic";
  font-size: 1.3em;
  line-height: 1.4em;
}

.sub_list_down {
  height: 70px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /*position: absolute;*/
  top: 100px;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s 0.3s;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  background-color: #c77c63;
  font-weight: bold;
  margin-top: 95px;
  margin-bottom: -110px;
}

.sub_list_down a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.sub_list_down a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sub_list_down a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sub_list_down li {
  padding: 2.5% 2% 2%;
  display: inline-block;
}

/* SPメニューが表示された時用のCSS */
.nav-open .nav_logo {
  position: absolute;
  top: 1%;
  left: 2%;
  display: block;
  width: 60%;
  float: left;
}

.nav-open .hbg_line {
  background-color: #fff;
}

.nav-open .globalNav {
  right: 0;
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hbg_line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hbg_line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hbg_line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

/* main */
main {
  background: url("../img/bg_01.jpg");
}

main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 110px auto 0px;
  padding: 2% 0;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.wrapper .top_copy {
  position: absolute;
  top: -15%;
  left: 63%;
  width: 35%;
  /*z-index: 1;*/
}

.wrapper .top_home_img {
  width: 30%;
}

.wrapper .top_bird_img {
  width: 23%;
  position: absolute;
  left: 15%;
  top: -18%;
}

section {
  padding: 5% 0;
}

section h3 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 2%;
}

section .line {
  margin: 2% 0 5% 0;
}

section .regard_mind {
  display: block;
  width: 90%;
  margin: 0 auto 5%;
}

section .regard_mind li {
  display: inline-block;
  width: calc(86% / 3);
}

section .regard_mind li:nth-child(2) {
  margin: 0 3%;
}

section p {
  margin: 5% auto;
  width: 80%;
  font-size: 1.1em;
  line-height: 1.8em;
}

section h3 img {
  width: 80%;
}

section h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1%;
}

section .sub_cont {
  width: 80%;
  margin: 3% auto;
}

section .sub_cont h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section .sub_cont h4 img {
  width: 30px;
  margin: 0 1% 0 0;
  padding: 0;
}

section .sub_cont img {
  width: 52%;
}

section .sub_cont p {
  width: 45%;
  margin: 0;
  line-height: 1.4em;
}

section .sub_cont span {
  display: inline-block;
  margin: 1% 0;
}

section .img80p {
  width: 80%;
  margin: 0 auto 2%;
}

section .img80p02 {
  width: 80%;
  margin: 10% auto 0;
}

.pink_bg {
  background: url("../img/bg_02.jpg");
  position: relative;
  padding: 0 0 8%;
  margin: 10% 0;
}

.pink_bg::before {
  content: "";
  position: absolute;
  top: -99px;
  width: 100%;
  height: 100px;
  background: url("../img/over_parts.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.pink_bg::after {
  content: "";
  position: absolute;
  bottom: -35px;
  width: 100%;
  height: 35px;
  background: url("../img/bottom_parts.png") no-repeat;
  background-size: cover;
  background-position: top center;
}

.pink_bg .point_icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.pink_bg h2 {
  padding-top: 5%;
}

.pink_bg02 {
  background: url("../img/bg_02.jpg");
  position: relative;
  padding: 0;
  margin: 0 0 10%;
  padding: 0 0 8%;
}

.pink_bg02 h2,
.pink_bg02 h3 {
  padding-top: 5%;
}

article {
  width: 80%;
  margin: 2% auto;
  padding: 3% 0;
  border-bottom: 1px #342a1b dashed;
  /* 全端末向けCSS */
}

article:last-of-type {
  border-bottom: none;
}

article .blog_img {
  float: left;
  margin-right: 2%;
  width: 20%;
}

article h4,
article p {
  width: 75%;
  float: right;
}

article::after {
  clear: both;
  content: "";
  display: block;
}

article h4 {
  font-size: 1.2em;
  font-weight: bold;
}

/*Form*/
.form {
  width: 80%;
  margin: 0 auto;
}

.form div {
  margin-bottom: 3%;
}

.form label {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1%;
}

.form label span {
  display: inline-block;
  margin: 0 2%;
  padding: 0.5%;
  background: #df7861;
  color: #fff;
  font-size: 0.8em;
  border-radius: 5px;
}

.form input,
.form textarea {
  width: 100%;
}

.form input,
.form textarea,
.form select {
  background-color: #fff;
  color: #333;
  font-size: 100%;
  padding: 2%;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  border: 1px #999 solid;
}

.form .submit_btn {
  width: 25%;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 40px;
  background: #df7861;
  color: #fff;
  cursor: pointer;
  border: 1px #eee solid;
  margin-top: 13px;
  margin: 0 auto;
}

.form .submit_btn:hover {
  background: #ffcdaf;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

/*footer*/
.footer_menu {
  width: 80%;
  margin: 3% auto 10%;
  position: relative;
  left: 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_menu .F-menu_l {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding-right: 2%;
}

.footer_menu .F-menu_c {
  display: inline-block;
  width: 24%;
  border-left: #ecb390 1px solid;
  border-right: #ecb390 1px solid;
  padding: 0 2% 0 6%;
  vertical-align: top;
}

.footer_menu .F-menu_r {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-left: 7%;
}

.footer_menu li {
  font-size: 1.1em;
  margin-bottom: 4%;
}

.footer_menu li a:hover {
  text-decoration: underline;
}

.footer_menu li ul {
  margin-left: 30px;
  margin-top: 4%;
  font-size: 0.8em;
}

.footer_menu li img {
  width: 20px;
  margin-right: 2%;
}

footer address {
  text-align: center;
  margin: 5% 0;
  padding: 5% 0;
  background: url("../img/back-circle.png") no-repeat;
  background-size: contain;
  background-position: center top;
}

footer h2,
footer p {
  margin: 1% auto;
  text-align: center;
  line-height: 1.4em;
}

footer .footer {
  background-color: #342a1b;
  color: #fff;
  padding: 3%;
  text-align: center;
  position: relative;
}

footer .footer a {
  color: #fff;
}

footer .footer a:hover {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.7;
}

footer .footer i {
  font-size: 1.5em;
}

footer .footer p {
  padding-top: 1%;
  color: #fff;
  text-align: center;
}

footer .home {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 10%;
}

footer .rabbit {
  position: absolute;
  top: -25%;
  left: 60%;
  transform: translateX(-60%);
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  width: 4%;
}

footer .tree {
  position: absolute;
  top: -23%;
  left: 40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  width: 3.5%;
}

/* パーツ関連 */
.btn {
  width: 25%;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  border: 2px solid #ecb390;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-size: 1.2em;
  position: relative;
  margin: 0 auto;
}

.btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #df7861;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}

.btn:hover {
  color: #fff;
  background-color: #df7861;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  filter: alpha(opacity=70);
  /* IE 6,7*/
  -moz-opacity: 0.7;
  /* IE 8,9 */
  opacity: 0.7;
}

.btn:hover::after {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-color: transparent transparent transparent #fff;
}

.icon_point {
  width: 45px;
  margin: 0 0 3% 0;
}

.icon_point02 {
  width: 55px;
  margin: 2% 0 0 0;
}

.icon_break {
  width: 45px;
  margin: 5% 0;
}

.houshin {
  width: 70%;
  margin: 0 auto 5%;
  padding: 2%;
  border: 4px #fff double;
}

.houshin h4 {
  margin: 0 auto 4%;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
}

.houshin li {
  margin-bottom: 4%;
  padding-left: 1.5em;
  font-size: 1.2em;
  position: relative;
}

.houshin li:last-child {
  margin-bottom: 2%;
}

.houshin li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.txt_item {
  width: 90%;
  margin: 0 auto 5%;
  padding: 4%;
  border-radius: 25px;
  background: #fff;
  overflow: hidden;
}

.txt_item h4 {
  margin: 0 auto 4%;
  font-size: 1.5em;
  text-align: center;
  width: 80%;
  padding: 0 10%;
  position: relative;
}

.txt_item h4::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 35%;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.txt_item h4::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 35%;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.txt_item p {
  width: 55%;
  float: left;
  line-height: 1.4em;
  margin: 0;
}

.txt_item img {
  width: 40%;
  float: right;
}

.txt_item img::after {
  clear: both;
  content: "";
}

.txt_item02 {
  width: 80%;
  margin: 0 auto 5%;
  padding: 4%;
  border-radius: 25px;
  background: #fff;
  border: 2px #ecb390 solid;
  overflow: hidden;
}

.txt_item02 h4 {
  margin: 0 auto 4%;
  font-size: 1.5em;
  text-align: center;
  width: 80%;
  padding: 0 10%;
  position: relative;
}

.txt_item02 p {
  width: 70%;
  line-height: 1.4em;
  margin: 0 auto;
}

.txt_item03 {
  width: 60%;
  margin: 5% auto 5%;
  padding: 4%;
  border-radius: 25px;
  background: #fff;
  border: 2px #ecb390 solid;
  overflow: hidden;
}

.txt_item03 h4 {
  margin: 0 auto 4%;
  font-size: 1.5em;
  text-align: center;
  width: 80%;
  padding: 0 10%;
  position: relative;
}

.txt_item03 p {
  width: 70%;
  display: block;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.8em;
}

.txt_cap {
  margin: 0 auto 5%;
  font-size: 1em;
  line-height: 1.2em;
  display: inline-block;
  width: 80%;
  text-align: left;
}

.list_item {
  width: 80%;
  margin: 0 auto 1%;
  overflow: hidden;
}

.list_item li {
  position: relative;
  margin: 2%;
  padding-left: 25px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.list_item li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.list_item04 {
  width: 80%;
  margin: 0 auto 1%;
}

.list_item04 li {
  position: relative;
  margin: 2%;
  padding-left: 25px;
  font-size: 1.4em;
  line-height: 1.4em;
  width: 100%;
  margin-left: -25px;
}

.list_item04 li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.list_item04 li span {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}

.list_item02 {
  width: 90%;
  margin: 0 auto 1%;
  overflow: hidden;
}

.list_item02 li {
  width: 43%;
  display: inline-block;
  position: relative;
  margin: 2%;
  padding-left: 25px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.list_item02 li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_li.svg") no-repeat 0 0;
  background-size: 20px 20px;
}

.list_item02 li img {
  width: 100%;
  margin: 1% 0;
}

.list_item03 {
  width: 90%;
  margin: 5% auto 1%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_item03 li {
  width: calc(78% / 3);
  display: inline-block;
  position: relative;
  margin: 2%;
  padding-left: 25px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.list_item03 li h4 {
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list_item03 li h4 img {
  width: 50px;
  margin-right: 8px;
}

.list_item03 li img {
  width: 100%;
  margin: 1% 0;
}

.list_item03 li p {
  font-size: 0.9em;
  line-height: 1.2em;
}

.table_item {
  width: 70%;
  margin: 1% auto;
  border: 0;
}

.table_item td {
  padding: 2%;
  font-size: 1.1em;
  line-height: 1.5em;
}

.table_item td:nth-child(odd) {
  width: 30%;
}

.table_item td:nth-child(even) {
  width: 60%;
}

.table_item span {
  font-size: 0.8em;
}

.table_item02 {
  width: 70%;
  margin: 1% auto;
  border: 0;
  border-collapse: collapse;
  border: solid 1px #ccc;
}

.table_item02 tr,
.table_item02 th,
.table_item02 td {
  border: solid 1px #999;
}

.table_item02 th {
  background-color: #ffe9d5;
  width: 20%;
  text-align: center;
}

.table_item02 td {
  padding: 2%;
  font-size: 1.1em;
  line-height: 1.5em;
  width: 34%;
  text-align: center;
}

.table_item02 span {
  font-size: 0.8em;
}

.v_h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.v_h3 span.left {
  display4: inline-block;
  position: absolute;
  left: 20%;
  height: 70px;
  width: 4%;
  background: linear-gradient(45deg, transparent, transparent 45%, #342a1b 45%, #342a1b 50%, transparent 50%, transparent 95%);
}

.v_h3 span.right {
  display: inline-block;
  position: absolute;
  right: 20%;
  height: 70px;
  width: 4%;
  background: linear-gradient(-45deg, transparent, transparent 45%, #342a1b 45%, #342a1b 50%, transparent 50%, transparent 95%);
}

.v_h3 span.left2 {
  display: inline-block;
  position: absolute;
  right: 10%;
  height: 120px;
  width: 4%;
  background: linear-gradient(45deg, transparent, transparent 45%, #342a1b 45%, #342a1b 50%, transparent 50%, transparent 95%);
}

.v_h3 span.right2 {
  display: inline-block;
  position: absolute;
  left: 10%;
  height: 120px;
  width: 4%;
  background: linear-gradient(-45deg, transparent, transparent 45%, #342a1b 45%, #342a1b 50%, transparent 50%, transparent 95%);
}

.v_review {
  overflow: hidden;
  margin: 0 auto 10%;
}

.v_review div {
  margin: 0 1% 0 0;
  width: 40%;
  min-height: 40vh;
  padding: 9% 4% 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: url("../img/v_review.svg") no-repeat;
  background-position: top center;
  background-size: contain;
  overflow: hidden;
  position: relative;
}

.v_review div:nth-child(n + 1) {
  margin: 0;
}

.v_review div p {
  font-size: 1em;
  line-height: 1.4em;
  max-width: 320px;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.schedule {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.schedule:last-child {
  margin-bottom: 5%;
}

.schedule h4 {
  width: 100%;
  background-color: #ffcdaf;
  padding: 1% 0 1% 10%;
  height: 40px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 100;
}

.schedule h4:before {
  content: "";
  position: absolute;
  left: 2%;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url("../img/time.svg") no-repeat;
  background-size: cover;
}

.schedule h4.white {
  background-color: #fff;
  border: 2px #fff0cb solid;
}

.schedule p {
  display: inline-block;
  width: 45%;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 0 5%;
}

.schedule p.no-img {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.2em;
}

.schedule img {
  display: inline-block;
  width: 45%;
  margin-left: 2%;
}

.schedule .border_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  border-left: 4px #fff0cb solid;
  margin: 0 0 0 30px;
  padding: 2% 0 5%;
}

.txt_sub {
  width: 70%;
  margin: 2% auto;
  padding: 1%;
  text-align: 1.2em;
  line-height: 1.2em;
  border: 1px #342a1b solid;
  text-align: center;
}

.l-list li:not(:last-child) {
  margin-bottom: 8%;
}

.l-list h3 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  position: relative;
  margin-left: 1em;
  margin-bottom: 0.2em;
  width: calc(100% - 2em);
}

.l-list h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -1.2em;
  transform: translateY(-50%);
  background: url(../img/icon_li.svg) no-repeat 0 0;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.l-list__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-list__img {
  width: calc(33% - 1em);
  max-width: 355px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.l-list__img:not(:last-child) {
  margin-right: 1em;
}

.map__img {
  /* padding: 8% 2em; */
  padding: 8% 0;
}

.nav_item-map img {
  padding-bottom: 2.5px;
}

.sp-show {
  display: none !important;
}

.sp-hide {
  display: block !important;
}

.l-voice {
  margin: 5% auto 0;
  max-width: 90%;
}

.l-voice__img {
  max-width: 890px;
  margin: 0 auto;
}

.l-voice__items {
  margin: 8% auto;
}

.l-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 633px;
  width: 80%;
  margin-bottom: -5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-voice__item:nth-child(2n + 1) {
  background: url(../img/bubble-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 12%;
}

.l-voice__item:nth-child(2n) {
  margin-left: auto;
  background: url(../img/bubble-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8%;
}

.l-voice__item:nth-child(2n) p {
  margin-right: 0;
}

.l-voice__item:last-child {
  margin-bottom: 0;
}

.l-voice__item p {
  padding: 7%;
  width: 78%;
  margin: 0 auto;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 768px) {

  /* Sass Document */
  /*フォント*/
  /*カラーパレット*/
  /*上から濃い順*/
  /* メディア別非表示 */
  .pc_hidden {
    display: none;
  }

  .tb_hidden {
    display: none;
  }

  /* globalNav */
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5vh;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }

  header h1 {
    padding-top: 0;
  }

  header .globalNav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 50px;
    background-color: #df7861;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  header .globalNav .sub_list {
    text-indent: 1.2em;
  }

  header .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }

  header .globalNav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header .globalNav img {
    display: none;
  }

  header .globalNav_item,
  header .sub_list {
    /*text-align: center;*/
    padding: 0 14px;
  }

  header .globalNav_item a,
  header .sub_list a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #fff;
  }

  header .globalNav_item a:hover,
  header .sub_list a:hover {
    background-color: #eee;
  }

  header .hbg_line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #111;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  header .hbg_line--1 {
    top: 14px;
  }

  header .hbg_line--2 {
    top: 20px;
  }

  header .hbg_line--3 {
    top: 26px;
  }

  header .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #111;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
  }

  header .nav_logo {
    display: none;
  }

  header #header-wrapper {
    max-width: 100%;
  }

  header h1 {
    width: 45%;
    position: absolute;
    left: 2%;
    top: 1.5%;
  }

  header h1 img {
    width: auto;
    max-height: 4.8vh;
  }

  .top_intro {
    /* スマホとタブレット共通CSS */
  }

  .top_intro .top_icon01,
  .top_intro .top_icon02,
  .top_intro .top_icon03,
  .top_intro .top_icon04,
  .top_intro .top_icon05,
  .top_intro .top_icon06 {
    position: absolute;
    width: 10%;
  }

  .top_intro .top_icon01 {
    top: 40%;
    left: 0%;
  }

  .top_intro .top_icon02 {
    top: 50%;
    right: 0%;
  }

  .top_intro .top_icon03 {
    top: 65%;
    left: 0%;
  }

  .top_intro .top_icon04 {
    top: 70%;
    right: 0%;
  }

  .top_intro .top_icon05 {
    bottom: 0;
    left: 0%;
  }

  .top_intro .top_icon06 {
    bottom: -5%;
    right: 0%;
  }

  .top_intro .intro_txt {
    margin: 5% auto;
    font-size: 1.1em;
  }

  .sub_list_down {
    /* スマホとタブレット共通CSS */
    display: none;
  }

  /* SPメニューが表示された時用のCSS */
  .nav-open .nav_logo {
    position: absolute;
    top: 1%;
    left: 2%;
    display: block;
    width: 60%;
    float: left;
  }

  .nav-open .hbg_line {
    background-color: #fff;
  }

  .nav-open .globalNav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }

  .nav-open .hbg_line--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hbg_line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hbg_line--3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }

  /* main */
  main {
    /* スマホ向けCSS */
  }

  main h2 {
    height: 5vh;
    margin: 5vh auto 0;
    font-size: 1.5em;
  }

  main .key-img {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }

  .wrapper {
    max-width: 90%;
  }

  .wrapper .top_copy {
    position: absolute;
    top: -12%;
    left: 40%;
    width: 63%;
    /*z-index: 1;*/
  }

  .wrapper .top_home_img {
    width: 70%;
  }

  .wrapper .top_bird_img {
    width: 40%;
    position: absolute;
    left: 5%;
    top: -10%;
  }

  section {
    /* スマホとタブレット共通CSS */
  }

  section .regard_mind {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  section .regard_mind li {
    width: 76%;
    display: block;
    margin: 0 auto 10%;
  }

  section .regard_mind li:nth-child(2) {
    margin: 0 auto 10%;
  }

  section h4 {
    font-size: 1.6em;
    margin-bottom: 2%;
  }

  section .sub_cont {
    width: 90%;
    margin: 8% auto;
  }

  section .sub_cont img {
    width: 100%;
    margin: 0 0 2%;
  }

  section .sub_cont p {
    width: 100%;
    margin: 0 0 3%;
  }

  section h3 {
    font-size: 1.5em;
  }

  section h3 img {
    width: 90%;
  }

  section .img80p02 {
    width: 90%;
    margin: 10% auto 0;
  }

  .pink_bg {
    margin: 30% 0 20%;
  }

  .pink_bg02 {
    margin: 0 0 20%;
  }

  article {
    /* スマホとタブレット共通CSS */
    /* スマホ向けCSS */
  }

  /*Form*/
  .form {
    width: 80%;
    margin: 0 auto;
  }

  .form div {
    margin-bottom: 3%;
  }

  .form label {
    display: block;
    font-size: 1.2em;
    margin-bottom: 1%;
  }

  .form label span {
    display: inline-block;
    margin: 0 2%;
    padding: 0.5%;
    background: #df7861;
    color: #fff;
    font-size: 0.8em;
    border-radius: 5px;
  }

  .form input,
  .form textarea {
    width: 100%;
  }

  .form input,
  .form textarea,
  .form select {
    background-color: #fff;
    color: #333;
    font-size: 100%;
    padding: 2%;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2%;
    border: 1px #999 solid;
  }

  .form .submit_btn {
    width: 25%;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 40px;
    background: #df7861;
    color: #fff;
    cursor: pointer;
    border: 1px #eee solid;
    margin-top: 13px;
    margin: 0 auto;
  }

  .form .submit_btn:hover {
    background: #ffcdaf;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }

  /*footer*/
  .footer_menu {
    max-width: 90%;
    display: none;
  }

  footer address {
    margin: 20% 0 30%;
    padding: 8% 0;
  }

  footer h2,
  footer p {
    margin: 2% auto;
    text-align: center;
  }

  footer .home {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40%;
  }

  footer .rabbit {
    position: absolute;
    top: -25%;
    left: 82%;
    transform: translateX(-82%);
    -webkit-transform: translateX(-82%);
    -ms-transform: translateX(-82%);
    width: 13%;
  }

  footer .tree {
    position: absolute;
    top: -20%;
    left: 20%;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    width: 10%;
  }

  footer .footer {
    background-color: #342a1b;
    color: #fff;
    padding: 8% 0 5%;
    text-align: center;
    position: relative;
  }

  footer .footer a {
    color: #fff;
  }

  footer .footer i {
    font-size: 2.3em;
  }

  footer .footer p {
    padding-top: 4%;
    color: #fff;
    text-align: center;
  }

  /* パーツ関連 */
  .btn {
    /* スマホとタブレット共通CSS */
    width: 50%;
    font-size: 0.9em;
  }

  .icon_point {
    width: 45px;
    margin: 0 0 3% 0;
  }

  .icon_point02 {
    width: 55px;
    margin: 2% 0 0 0;
  }

  .icon_break {
    margin: 10% 0;
    /* スマホ向けCSS */
  }

  .houshin {
    padding: 4%;
    /* スマホ向けCSS */
  }

  .houshin li {
    margin-bottom: 4%;
    padding-left: 1.5em;
    font-size: 1.2em;
    position: relative;
    line-height: 1.2em;
  }

  .houshin li:last-child {
    margin-bottom: 2%;
  }

  .houshin li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icon_li.svg") no-repeat 0 0;
    background-size: 20px 20px;
  }

  .txt_item {
    padding: 4%;
    padding: 6% 6%;
  }

  .txt_item h4 {
    margin-bottom: 4%;
  }

  .txt_item h4::before {
    left: 10%;
  }

  .txt_item h4::after {
    right: 10%;
  }

  .txt_item p {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }

  .txt_item img {
    width: 100%;
    float: none;
  }

  .txt_item02 {
    padding: 4%;
    padding: 6% 6%;
  }

  .txt_item02 p {
    width: 100%;
    margin: 0;
  }

  .txt_item02 h4 {
    margin-bottom: 4%;
  }

  .txt_item02 p {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }

  .txt_item02 img {
    width: 100%;
    float: none;
  }

  .txt_item03 {
    padding: 4%;
    padding: 6% 6%;
    width: 90%;
    margin: 5% auto 3%;
  }

  .txt_item03 h4 {
    margin: 0 auto 4%;
    font-size: 1.5em;
    text-align: center;
    width: 80%;
    padding: 0 10%;
    position: relative;
  }

  .txt_item03 p {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .txt_cap {
    margin: 0 auto 5%;
    font-size: 1em;
    line-height: 1.2em;
    display: inline-block;
    width: 80%;
    text-align: left;
  }

  .list_item {
    padding: 4%;
    padding: 6% 6%;
  }

  .list_item04 {
    padding: 4%;
    padding: 6% 6%;
  }

  .list_item02 {
    padding: 4%;
    padding: 6% 6%;
  }

  .list_item02 li {
    width: 90%;
    display: block;
    margin-bottom: 8%;
  }

  .list_item02 li img {
    margin: 0 0 0 -20px;
  }

  .list_item03 {
    padding: 6% 6%;
  }

  .list_item03 li {
    width: 90%;
    display: block;
    margin-bottom: 8%;
  }

  .list_item03 li img {
    margin: 0 0 0 -20px;
  }

  .table_item {
    width: 100%;
  }

  .table_item02 {
    width: 100%;
  }

  .float_l {
    float: none;
  }

  .float_r {
    float: none;
  }

  .v_h3 {
    font-size: 1.2em;
  }

  .v_h3 span.left {
    left: -5%;
  }

  .v_h3 span.right {
    right: -5%;
  }

  .v_h3 span.left2,
  .v_h3 span.right2 {
    display: none;
  }

  .v_review {
    margin: 0 auto 5%;
  }

  .v_review div {
    margin: 10% auto;
    width: 90%;
    min-height: 50vh;
    padding: 12% 4% 0;
    position: relative;
  }

  .v_review div:nth-child(n + 1) {
    margin: 0 auto 10% auto;
  }

  .v_review div p {
    font-size: 0.9em;
    line-height: 1.5em;
    max-width: 320px;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .schedule {
    width: 96%;
  }

  .schedule:first-child {
    margin-top: 5%;
  }

  .schedule:last-child {
    margin-bottom: 10%;
  }

  .schedule h4 {
    width: 100%;
    background-color: #ffcdaf;
    padding: 1% 0 1% 13%;
    height: 40px;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 100;
    font-size: 1.1rem;
  }

  .schedule h4:before {
    content: "";
    position: absolute;
    left: 2%;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("../img/time.svg") no-repeat;
    background-size: contain;
  }

  .schedule p {
    display: block;
    width: 95%;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 0 5% 5%;
  }

  .schedule p.no-img {
    display: block;
    width: 95%;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 0 5% 5%;
  }

  .schedule img {
    display: block;
    width: 95%;
    margin-left: 5%;
  }

  .txt_sub {
    width: 70%;
    margin: 2% auto;
    padding: 1%;
    text-align: 1.2em;
    line-height: 1.2em;
    border: 1px #342a1b solid;
    text-align: center;
  }

  .l-list li:not(:last-child) {
    margin-bottom: 8%;
  }

  .l-list h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    position: relative;
    margin-left: 1em;
    margin-bottom: 0.2em;
    width: calc(100% - 2em);
    max-width: calc(500px - 2em);
    margin: 0 auto 0.2em;
  }

  .l-list h3::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -1.2em;
    transform: translateY(-50%);
    background: url(../img/icon_li.svg) no-repeat 0 0;
    background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .l-list__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-list__img {
    width: calc(33% - 1em);
    max-width: 355px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .l-list__img:not(:last-child) {
    margin-right: 1em;
  }

  .l-list__img:not(:last-child) {
    margin: 0 auto 1em;
  }

  .map__img {
    /* padding: 8% 2em; */
    padding: 8% 0;
  }

  .nav_item-map img {
    padding-bottom: 2.5px;
  }

  .sp-show {
    display: none !important;
  }

  .sp-hide {
    display: block !important;
  }

  .l-voice {
    margin: 5% auto 0;
    max-width: 90%;
    padding: 0;
    max-width: 100%;
  }

  .l-voice__img {
    max-width: 890px;
    margin: 0 auto;
  }

  .l-voice__items {
    margin: 8% auto;
  }

  .l-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 633px;
    width: 80%;
    margin-bottom: -5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    width: 100%;
  }

  .l-voice__item:nth-child(2n + 1) {
    background: url(../img/bubble-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 12%;
    padding: 33% 2%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/bubble-bottom-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .l-voice__item:nth-child(2n) {
    margin-left: auto;
    background: url(../img/bubble-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8%;
    padding: 40% 2%;
    background: url(../img/bubble-bottom-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
  }



  .l-voice__item:nth-child(2n) p {
    margin-right: 0;
    margin-right: auto;
  }

  .l-voice__item:last-child {
    margin-bottom: 0;
  }

  .l-voice__item:last-child {
    padding: 10%;
    margin-right: auto;
    background: url(../img/bubble-bottom-left04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .l-voice__item p {
    padding: 7%;
    width: 78%;
    margin: 0 auto;
    font-size: 1em;
  }
}

/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1023px) {

  /* Sass Document */
  /*フォント*/
  /*カラーパレット*/
  /*上から濃い順*/
  /* メディア別非表示 */
  .pc_hidden {
    display: none;
  }

  .sp_hidden {
    display: none;
  }

  /* globalNav */
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5vh;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    height: 60px;
  }

  header h1 {
    padding-top: 0;
  }

  header .globalNav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 50px;
    background-color: #df7861;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  header .globalNav .sub_list {
    text-indent: 1.2em;
  }

  header .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }

  header .globalNav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header .globalNav img {
    display: none;
  }

  header .globalNav_item,
  header .sub_list {
    /*text-align: center;*/
    padding: 0 14px;
  }

  header .globalNav_item a,
  header .sub_list a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #fff;
  }

  header .globalNav_item a:hover,
  header .sub_list a:hover {
    background-color: #eee;
  }

  header .hbg_line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #111;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  header .hbg_line--1 {
    top: 14px;
  }

  header .hbg_line--2 {
    top: 20px;
  }

  header .hbg_line--3 {
    top: 26px;
  }

  header .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #111;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
  }

  header .nav_logo {
    display: none;
  }

  header #header-wrapper {
    max-width: 100%;
  }

  header h1 {
    width: 45%;
    position: absolute;
    left: 2%;
    top: 1.5%;
  }

  header h1 img {
    width: auto;
    max-height: 4.8vh;
  }

  header h1 {
    top: 5px;
  }

  header h1 img {
    max-height: 50px;
  }

  header .hamburger {
    position: absolute;
    right: 0;
    top: 5px;
    width: 60px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }

  header .hbg_line {
    position: absolute;
    left: 11px;
    width: 27px;
    height: 2px;
    background-color: #111;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  header .hbg_line--1 {
    top: 14px;
  }

  header .hbg_line--2 {
    top: 25px;
  }

  header .hbg_line--3 {
    top: 36px;
  }

  .top_intro {
    /* スマホとタブレット共通CSS */
  }

  .top_intro .top_icon01,
  .top_intro .top_icon02,
  .top_intro .top_icon03,
  .top_intro .top_icon04,
  .top_intro .top_icon05,
  .top_intro .top_icon06 {
    position: absolute;
    width: 80%;
    max-width: 50px;
  }

  .top_intro .top_icon01 {
    top: 10%;
    left: 18%;
  }

  .top_intro .top_icon02 {
    top: 20%;
    right: 20%;
  }

  .top_intro .top_icon03 {
    top: 45%;
    left: 18%;
  }

  .top_intro .top_icon04 {
    top: 60%;
    right: 20%;
  }

  .top_intro .top_icon05 {
    bottom: 10%;
    left: 21%;
  }

  .top_intro .top_icon06 {
    bottom: 0;
    right: 22%;
  }

  .sub_list_down {
    /* スマホとタブレット共通CSS */
    display: none;
    /* タブレットホ向けCSS */
  }

  /* SPメニューが表示された時用のCSS */
  .nav-open .nav_logo {
    position: absolute;
    top: 1%;
    left: 2%;
    display: block;
    width: 60%;
    float: left;
  }

  .nav-open .hbg_line {
    background-color: #fff;
  }

  .nav-open .globalNav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }

  .nav-open .hbg_line--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hbg_line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hbg_line--3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }

  /* main */
  main {
    /* タブレットホ向けCSS */
  }

  main h2 {
    height: 5vh;
    margin: 5vh auto 0;
    font-size: 1.5em;
  }

  main .key-img {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }

  .wrapper {
    max-width: 90%;
  }

  .wrapper .top_copy {
    position: absolute;
    top: -25%;
    left: 45%;
    width: 55%;
    max-width: 350px;
    /*z-index: 1;*/
  }

  .wrapper .top_home_img {
    width: 70%;
  }

  .wrapper .top_bird_img {
    width: 40%;
    position: absolute;
    left: 5%;
    top: -18%;
  }

  section {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  section .sub_cont {
    width: 90%;
    margin: 2% auto 8%;
  }

  section .sub_cont img {
    width: 100%;
    margin: 0 0 2%;
  }

  section .sub_cont p {
    width: 100%;
    margin: 0 0 3%;
  }

  section h3 img {
    width: 90%;
  }

  .pink_bg {
    margin-top: 25%;
  }

  .pink_bg02 {
    margin-top: 0;
  }

  article {
    /* スマホとタブレット共通CSS */
    /* タブレットホ向けCSS */
  }

  /*Form*/
  .form {
    width: 80%;
    margin: 0 auto;
  }

  .form div {
    margin-bottom: 3%;
  }

  .form label {
    display: block;
    font-size: 1.2em;
    margin-bottom: 1%;
  }

  .form label span {
    display: inline-block;
    margin: 0 2%;
    padding: 0.5%;
    background: #df7861;
    color: #fff;
    font-size: 0.8em;
    border-radius: 5px;
  }

  .form input,
  .form textarea {
    width: 100%;
  }

  .form input,
  .form textarea,
  .form select {
    background-color: #fff;
    color: #333;
    font-size: 100%;
    padding: 2%;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2%;
    border: 1px #999 solid;
  }

  .form .submit_btn {
    width: 25%;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 40px;
    background: #df7861;
    color: #fff;
    cursor: pointer;
    border: 1px #eee solid;
    margin-top: 13px;
    margin: 0 auto;
  }

  .form .submit_btn:hover {
    background: #ffcdaf;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }

  /*footer*/
  .footer_menu {
    max-width: 90%;
  }

  footer .home {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 15%;
  }

  /* パーツ関連 */
  .btn {
    /* スマホとタブレット共通CSS */
    width: 35%;
  }

  .icon_point {
    width: 45px;
    margin: 0 0 3% 0;
  }

  .icon_point02 {
    width: 55px;
    margin: 2% 0 0 0;
  }

  .icon_break {
    margin: 10% 0;
    /* タブレットホ向けCSS */
  }

  .houshin {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .houshin li {
    margin-bottom: 4%;
    padding-left: 1.5em;
    font-size: 1.2em;
    position: relative;
    line-height: 1.2em;
  }

  .houshin li:last-child {
    margin-bottom: 2%;
  }

  .houshin li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icon_li.svg") no-repeat 0 0;
    background-size: 20px 20px;
  }

  .txt_item {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .txt_item02 {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .txt_item02 p {
    width: 100%;
    margin: 0;
  }

  .txt_item03 {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .txt_cap {
    margin: 0 auto 5%;
    font-size: 1em;
    line-height: 1.2em;
    display: inline-block;
    width: 80%;
    text-align: left;
  }

  .list_item {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .list_item04 {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .list_item02 {
    padding: 4%;
    /* タブレットホ向けCSS */
  }

  .list_item03 {
    /* タブレットホ向けCSS */
    width: 100%;
  }

  .list_item03 li {
    width: calc(72% / 3);
    display: inline-block;
    position: relative;
    margin: 2%;
    padding-left: 25px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .list_item03 li h4 {
    font-size: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list_item03 li h4 img {
    width: 50px;
    margin-right: 8px;
  }

  .list_item03 li img {
    width: 100%;
    margin: 1% 0;
  }

  .list_item03 li p {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .table_item {
    /* タブレットホ向けCSS */
  }

  .table_item02 {
    /* タブレットホ向けCSS */
  }

  .float_l {
    float: none;
  }

  .float_r {
    float: none;
  }

  .v_h3 {
    font-size: 1.2em;
  }

  .v_h3 span.left {
    left: 10%;
  }

  .v_h3 span.right {
    right: 10%;
  }

  .v_review {
    margin: 0 auto;
  }

  .v_review div {
    margin: 10% 5% 0 auto;
    width: 40%;
    min-height: 35vh;
    padding: 6% 4% 0;
  }

  .v_review div:nth-child(2) {
    margin: 0 0 0 2%;
  }

  .v_review div p {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .txt_sub {
    width: 70%;
    margin: 2% auto;
    padding: 1%;
    text-align: 1.2em;
    line-height: 1.2em;
    border: 1px #342a1b solid;
    text-align: center;
  }

  .l-list li:not(:last-child) {
    margin-bottom: 8%;
  }

  .l-list h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    position: relative;
    margin-left: 1em;
    margin-bottom: 0.2em;
    width: calc(100% - 2em);
  }

  .l-list h3::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -1.2em;
    transform: translateY(-50%);
    background: url(../img/icon_li.svg) no-repeat 0 0;
    background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .l-list__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-list__img {
    width: calc(33% - 1em);
    max-width: 355px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }

  .l-list__img:not(:last-child) {
    margin-right: 1em;
  }

  .map__img {
    /* padding: 8% 2em; */
    padding: 8% 0;
  }

  .nav_item-map img {
    padding-bottom: 2.5px;
  }

  .sp-show {
    display: none !important;
    display: block !important;
  }

  .sp-hide {
    display: block !important;
    display: none !important;
  }

  .l-voice {
    margin: 5% auto 0;
    max-width: 90%;
  }

  .l-voice__img {
    max-width: 890px;
    margin: 0 auto;
  }

  .l-voice__items {
    margin: 8% auto;
  }

  .l-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 633px;
    width: 80%;
    margin-bottom: -5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .l-voice__item:nth-child(2n + 1) {
    background: url(../img/bubble-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 12%;
    padding: 15%;
  }

  .l-voice__item:nth-child(2n) {
    margin-left: auto;
    background: url(../img/bubble-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8%;
    padding: 10%;
  }

  .l-voice__item:nth-child(2n) p {
    margin-right: 0;
  }

  .l-voice__item:last-child {
    margin-bottom: 0;
  }

  .l-voice__item:last-child {
    padding: 10%;
    margin-right: auto;
    background: url(../img/bubble-bottom-left03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .l-voice__item p {
    padding: 7%;
    width: 78%;
    margin: 0 auto;
  }
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {

  /* Sass Document */
  /*フォント*/
  /*カラーパレット*/
  /*上から濃い順*/
  /* メディア別非表示 */
  .sp_hidden {
    display: none;
  }

  .tb_hidden {
    display: none;
  }

  /* globalNav */
  header {
    height: 100px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  header .globalNav_list {
    margin: 0 auto 0 40%;
    width: 800px;
    padding-top: 30px;
  }

  header .globalNav_list .globalNav_item {
    display: block;
    float: left;
    padding: 5px 5px 0;
    margin-bottom: 5px;
    font-size: 13px;
    height: 60px;
    text-align: center;
    width: 100px;
    border-right: 1px #342a1b dashed;
  }

  header .globalNav_list .globalNav_item:nth-child(1) {
    border-left: 1px #342a1b dashed;
  }

  header .globalNav_list .globalNav_item:nth-child(4),
  header .globalNav_list .globalNav_item:nth-child(5),
  header .globalNav_list .globalNav_item:nth-child(8) {
    border-right: none;
  }

  header .globalNav_list .globalNav_item img {
    display: block;
    margin: 0 auto;
    width: 35px;
    margin-bottom: 5px;
  }

  header .sub_list {
    height: 0px;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 105px;
    left: 0;
    -webkit-transition: all 0.3s 0.3s;
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
    background-color: #c77c63;
    font-size: 1.2em;
    font-weight: bold;
  }

  header .sub_list a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  header .sub_list a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  header .sub_list a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  header .sub_list li {
    padding: 1.5% 2% 2%;
    display: inline-block;
  }

  header .globalNav_item:hover .sub_list {
    height: 60px;
    z-index: 10;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.3s;
  }

  header .globalNav_item:nth-child(4) {
    position: absolute;
    text-align: left;
    right: 48%;
    top: 5px;
  }

  header .globalNav_item:nth-child(4)::before {
    content: url("../img/arrow.png");
    padding-right: 3px;
  }

  header .globalNav_item:nth-child(5) {
    position: absolute;
    right: 39%;
    top: 5px;
    width: 120px;
  }

  header .globalNav_item:nth-child(5)::before {
    content: url("../img/arrow.png");
    padding-right: 3px;
  }

  header .globalNav_item:nth-child(6) {
    display: none;
  }

  header .globalNav_item:nth-child(8) {
    color: #fff;
    vertical-align: middle;
    position: absolute;
    right: 28%;
    top: 5px;
    background-color: #df7861;
    height: 18px;
    border-radius: 20px;
    padding-top: 10px;
    -webkit-transition: 1s;
    transition: 1s;
  }

  header .globalNav_item:nth-child(8) a {
    color: #fff;
  }

  header .globalNav_item:nth-child(8):hover {
    background-color: #ffcdaf;
  }

  header .globalNav_item:nth-child(8)::before {
    font-family: "Material Icons";
    content: "mail_outline";
    padding-right: 3px;
    font-size: 18px;
    vertical-align: bottom;
  }

  .top_intro {
    /* PC向けCSS */
  }

  .sub_list_down {
    /* PC向けCSS */
  }

  /* SPメニューが表示された時用のCSS */
  .nav-open .nav_logo {
    position: absolute;
    top: 1%;
    left: 2%;
    display: block;
    width: 60%;
    float: left;
  }

  .nav-open .hbg_line {
    background-color: #fff;
  }

  .nav-open .globalNav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }

  .nav-open .hbg_line--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hbg_line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hbg_line--3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }

  /* main */
  main .key-img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }

  section {
    /* PC向けCSS */
  }

  article {
    /* PC向けCSS */
  }

  /*Form*/
  .form {
    width: 80%;
    margin: 0 auto;
  }

  .form div {
    margin-bottom: 3%;
  }

  .form label {
    display: block;
    font-size: 1.2em;
    margin-bottom: 1%;
  }

  .form label span {
    display: inline-block;
    margin: 0 2%;
    padding: 0.5%;
    background: #df7861;
    color: #fff;
    font-size: 0.8em;
    border-radius: 5px;
  }

  .form input,
  .form textarea {
    width: 100%;
  }

  .form input,
  .form textarea,
  .form select {
    background-color: #fff;
    color: #333;
    font-size: 100%;
    padding: 2%;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2%;
    border: 1px #999 solid;
  }

  .form .submit_btn {
    width: 25%;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 40px;
    background: #df7861;
    color: #fff;
    cursor: pointer;
    border: 1px #eee solid;
    margin-top: 13px;
    margin: 0 auto;
  }

  .form .submit_btn:hover {
    background: #ffcdaf;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }

  /*footer*/
  .footer_menu {
    max-width: 1080px;
  }

  footer .footer {
    background-color: #342a1b;
    color: #fff;
    padding: 3%;
    text-align: center;
    position: relative;
  }

  footer .footer a {
    color: #fff;
  }

  footer .footer i {
    font-size: 1.5em;
  }

  footer .footer p {
    padding-top: 1%;
    color: #fff;
    text-align: center;
  }

  /* パーツ関連 */
  .btn {
    /* PC向けCSS */
  }

  .icon_point {
    width: 45px;
    margin: 0 0 3% 0;
  }

  .icon_point02 {
    width: 55px;
    margin: 2% 0 0 0;
  }

  .icon_break {
    /* PC向けCSS */
  }

  .houshin {
    /* PC向けCSS */
  }

  .txt_item {
    /* PC向けCSS */
  }

  .txt_item02 {
    /* PC向けCSS */
  }

  .txt_item03 {
    /* PC向けCSS */
  }

  .txt_cap {
    margin: 0 auto 5%;
    font-size: 1em;
    line-height: 1.2em;
    display: inline-block;
    width: 80%;
    text-align: left;
  }

  .list_item {
    /* PC向けCSS */
  }

  .list_item04 {
    /* PC向けCSS */
  }

  .list_item02 {
    /* PC向けCSS */
  }

  .list_item03 {
    /* PC向けCSS */
  }

  .table_item {
    /* PC向けCSS */
  }

  .table_item02 {
    /* PC向けCSS */
  }

  .float_l {
    float: left;
  }

  .float_r {
    float: right;
  }

  .v_h3 {
    /* PC向けCSS */
  }

  .v_review {
    /* PC向けCSS */
  }

  .schedule {
    /* PC向けCSS */
  }

  .txt_sub {
    width: 70%;
    margin: 2% auto;
    padding: 1%;
    text-align: 1.2em;
    line-height: 1.2em;
    border: 1px #342a1b solid;
    text-align: center;
  }

  .l-list li:not(:last-child) {
    margin-bottom: 8%;
  }

  .l-list h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    position: relative;
    margin-left: 1em;
    margin-bottom: 0.2em;
    width: calc(100% - 2em);
  }

  .l-list h3::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -1.2em;
    transform: translateY(-50%);
    background: url(../img/icon_li.svg) no-repeat 0 0;
    background-size: 20px 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .l-list__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-list__img {
    width: calc(33% - 1em);
    max-width: 355px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }

  .l-list__img:not(:last-child) {
    margin-right: 1em;
  }

  .map__img {
    /* padding: 8% 2em; */
    padding: 8% 0;
  }

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

  .nav_item-map img {
    padding-bottom: 2.5px;
  }

  .sp-show {
    display: none !important;
  }

  .sp-hide {
    display: block !important;
  }

  .l-voice {
    margin: 5% auto 0;
    max-width: 90%;
  }

  .l-voice__img {
    max-width: 890px;
    margin: 0 auto;
  }

  .l-voice__items {
    margin: 8% auto;
  }

  .l-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 633px;
    width: 80%;
    margin-bottom: -5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-voice__item:nth-child(2n + 1) {
    background: url(../img/bubble-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 12%;
  }

  .l-voice__item:nth-child(2n) {
    margin-left: auto;
    background: url(../img/bubble-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8%;
  }

  .l-voice__item:nth-child(2n) p {
    margin-right: 0;
  }

  .l-voice__item:last-child {
    margin-bottom: 0;
  }

  .l-voice__item p {
    padding: 7%;
    width: 78%;
    margin: 0 auto;
  }

  .l-voice__item:last-child {
    padding: 10%;
    margin-right: auto;
    background: url(../img/bubble-bottom-left02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

}

/* 園庭クリっカブルマップ */
.map__img {
  position: relative;
}

.pin-wrap {
  position: absolute;
  cursor: pointer;
}

.pin-wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}

.map__img area {
  cursor: pointer;
}

.budo.pin-wrap {
  top: 14%;
  left: 20%;
  max-width: 80px;
  width: 8%;
}

.sakura.pin-wrap {
  top: 13%;
  left: 29.5%;
  max-width: 80px;
  width: 8%;
}

.fuki.pin-wrap {
  right: 32%;
  top: 16.5%;
  max-width: 100px;
  width: 8%;
}

.jagaimo.pin-wrap {
  top: 38%;
  left: 16%;
  max-width: 70px;
  width: 7%;
}

.kuwa.pin-wrap {
  top: 42%;
  right: 33%;
  max-width: 80px;
  width: 7%;
}

.kurumi.pin-wrap {
  bottom: 26%;
  right: 36%;
  max-width: 90px;
  width: 8%;
}

.ringo.pin-wrap {
  bottom: 28%;
  right: 21%;
  max-width: 90px;
  width: 8%;
}

.pin-wrap img.hovered {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  position: relative;
  z-index: 1;
}

/* モーダル */
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


.md-inner {
  padding: 24px;
  background: #fff;
  height: auto;
}



.md-xmark {
  position: absolute;
  /* top: 34px;
  right: 20px; */
  /* top: 23px;
  right: 8px;
  width: 25px; */
  top: 5px;
  right: 5px;
  width: 15px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}


.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

/*# sourceMappingURL=style.css.map */