body {
  color: #24292e;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  pointer-events: none;
}
section {
  width: 100%;
}
.sec-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 65px;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.blocking {
  display: inline-block;
}
.title-red {
  color: rgb(219, 51, 107);
}
h2 {
  color: black;
  font-size: 2.2rem;
}
.title-min {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.title-min:before, .title-min:after {
  border-top: 1.2px solid;
  content: "";
  width: 1em;
}
.title-min:before {
  margin-right: 0.28rem;
}
.title-min:after {
  margin-left: 0.28rem;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
  .title-min {
    font-size: 1rem;
  }
}
/*-------------------------------------------
header
-------------------------------------------*/
#header {
  height: 100px;
  align-items: center;
  margin: 0 auto;
  padding: 0 2%;
}
#header img {
  width: 200px;
}
.btn-red-min {
  display: none;
}
.btn-red-pc {
  display: block;
  width: 250px;
  box-sizing: border-box;
}
.btn-red-pc a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background-color: #f86767;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1rem;
  padding: 1em;
}

.light-btn {
  width: 80%;
  max-width: 400px;
  margin: .5em auto 0;
}
.light-btn .btn-red-pc {
  width: 100%;
}
.light-btn .btn-red-pc a {
  padding: 1.5em 1em;
}

/*.btn-red-pc {
  display: block;
  width: 250px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #f86767;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1rem;
  padding: 8px 0;
}*/
/*.btn-red-pc {
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
}
.btn-red-pc:hover {
  color: #fff;
  background-color: #ff8cf5;
  letter-spacing: 5px;
  transition: .3s;
}*/
@media screen and (max-width: 600px) {
  #header {
    max-width: 100%;
    height: 70px;
  }
  #header img {
    width: 150px;
    left: 10px;
  }
  #header li {
    font-size: 0.8rem;
    margin-left: 20px;
  }
  #header li:first-child {
    margin-left: 0;
  }
  .btn-red-pc {
    visibility: hidden;
    opacity: 0;
  }
  .btn-red-min {
    display: block;
    width: 250px;
    /*height: 50px;
    line-height: 50px;
    font-size: 1.2rem;*/
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #f86767;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;
    white-space: nowrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 1.1rem;
    padding: 8px;
  }
}
/*-------------------------------------------
Main
-------------------------------------------*/
#main {
  margin-bottom: 0px;
  width: 100%;
}
.pc-img, .min-img {
  width: 100%;
}
@media screen and (max-width: 539px) {
  #main {
    height: 100vh;
    background-image: url(img/main-min.png?202411060940);
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .pc-img {
    display: none;
  }
}
/*-------------------------------------------
about
-------------------------------------------*/
#about {
  height: auto;
}
.about-flexbox {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-flex-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-title {
  margin-top: 40px;
}
.title-min {
  margin-bottom: 40px;
}
.sentence {
  text-align: left;
  margin-bottom: 60px;
  line-height: 2rem;
}
.about-img {
  width: 100%;
}
@media screen and (min-width: 630px) {
  #about {
    position: relative;
    z-index: -1;
  }
  #about::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    transform: skewY(-30deg);
    transform-origin: top right;
    z-index: -2;
    width: 100%;
    height: 65%;
    background: whitesmoke;
  }
  .about-flexbox {
    flex-direction: row-reverse;
    width: 80%;
  }
  .about-word {
    padding-left: 27%;
  }
  .about-title {
    margin-top: 0;
  }
  .title-min {
    margin-bottom: 40px;
  }
  .about-img {
    margin: 20px auto;
  }
  .sentence {
    margin-bottom: 0;
  }
}
@media screen and (min-width:610px) and (max-width:868px) {
  .about-flexbox {
    width: 85%;
  }
  .about-word {
    padding-left: 19%;
  }
}
@media screen and (min-width:800px) {
  #about::after {
    left: 0;
    bottom: 100px;
    transform: skewY(-15deg);
    transform-origin: top right;
    width: 100%;
    height: 55%;
  }
}
/*-------------------------------------------
reduce
-------------------------------------------*/
#reduce {
  height: auto;
}
.reduce-flexbox {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.reduce-flex-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reduce-title {
  margin-top: 40px;
}
.title-min {
  margin-bottom: 40px;
}
.sentence {
  text-align: left;
  margin-bottom: 60px;
  letter-spacing: .1rem;
  line-height: 2rem;
}
.reduce-img {
  width: 80%;
  padding-bottom: 40px;
}
@media screen and (min-width: 630px) {
  .reduce-flexbox {
    flex-direction: row;
    width: 80%;
  }
  .reduce-title {
    margin-top: 0;
  }
  .title-min {
    margin-bottom: 80px;
  }
  .reduce-img {
    width: 100%;
    margin: 0px auto;
    padding-left: 27%;
    padding-top: 40px;
  }
  .sentence {
    margin-bottom: 0;
  }
}
@media screen and (min-width:610px) and (max-width:868px) {
  .reduce-flexbox {
    width: 85%;
  }
  .reduce-img {
    width: 100%;
    padding-bottom: 0;
  }
}
/*-------------------------------------------
work
-------------------------------------------*/
#works {
  height: auto;
  background-color: whitesmoke;
}
.works-title {
  padding-top: 40px;
}
.title-min {
  margin-bottom: 40px;
}
.works {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.6);
}
.works-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
}
.works-flex-item1 {
  width: 80%;
}
h3 {
  font-size: 1.3rem; /*h2は1.5*/
  letter-spacing: .1rem;
  font-weight: 500;
  position: relative;
  padding-top: 0;
  color: rgb(0, 0, 0);
}
.block-title {
  position: relative;
  z-index: 2;
}
.block-title::before {
  content: attr(data-en);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(107, 185, 250, 0.2);
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
}
.block-explanation {
  text-align: left;
  padding-bottom: 40px;
  line-height: 2rem;
}
.works-img {
  width: 80%;
}
.room-0 {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .works-title {
    margin-top: 0;
  }
  .title-min {
    margin-bottom: 40px;
  }
  .works {
    width: 90%;
    padding-top: 45px;
  }
  .works-flex {
    width: 95%;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .works-flex-item1, .works-flex-item2 {
    width: 48%;
    text-align: center;
  }
  h3 {
    font-size: 1.7rem; /*h2は1.5*/
    letter-spacing: .2rem;
  }
  .block-title::before {
    top: -60px;
    left: 45%;
    transform: translateX(-50%);
    font-size: 80px;
    font-weight: 800;
  }
  .block-explanation {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
  .medicine {
    width: 73%;
  }
  .room-0 {
    width: 58%;
    padding-right: 4%;
  }
}
@media screen and (min-width:600px) and (max-width:908px) {
  h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .works-flex-item1 {
    padding-left: 3%;
  }
  .block-explanation {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*-------------------------------------------
point
-------------------------------------------*/
.point-area {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}
.point-number, .reason-words {
  color: rgb(47, 173, 247);
}
.point {
  width: 93%;
  margin: 0 auto;
  padding-top: 30px;
}
.point3 {
  font-size: 1.8rem;
  line-height: 1rem;
  width: 30px;
  font-weight: 600;
}
.point-title {
  font-size: 1.4rem;
  margin: 30px 10px;
  letter-spacing: .1rem;
  color: rgb(0, 0, 0);
}
.reason {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.base-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border: solid 2.5px rgb(47, 173, 247);
  margin-bottom: 1rem;
}
.point-number {
  background-color: rgb(47, 173, 247);
  display: table;
  width: 5rem;
  padding-bottom: 5px;
}
.number {
  color: white;
  font-size: 2.3rem;
  display: table-cell;
  vertical-align: 50%;
}
.reason-contents {
  display: flex;
  flex-direction: column;
  margin-left: .9rem;
  margin-right: .7rem;
}
.reason-title {
  font-size: 1.3rem;
  margin-top: .6rem;
  margin-bottom: .6rem;
  white-space: nowrap;
}
.reason-explanation {
  font-size: 0.9rem;
  text-align: left;
  padding-bottom: .4rem;
}
.point-icon img {
  width: 90px;
}
.point-icon {
  margin-right: 4.2%;
}
.point-icon-pc {
  display: none;
}
@media screen and (min-width:868px) {
  .point-title {
    font-size: 1.875rem;
    margin: 1.2rem auto;
    margin-top: 60px;
  }
  .reason-title {
    font-size: 1.3rem;
  }
  .reason-explanation {
    font-size: .65rem;
  }
}
@media screen and (min-width: 610px) {
  .point {
    padding-top: 40px;
  }
  .point-icon {
    display: none;
  }
  .point-icon-pc {
    display: flex;
  }
  .point-icon-pc img {
    width: 48%;
    margin: 3px auto;
  }
  .point-title {
    background: linear-gradient(to right, rgb(206, 245, 255) 0%, rgba(68, 178, 241, 0.8) 30%, rgba(100, 183, 247, 0) 100%);
    color: rgb(255, 255, 255);
    margin: 20px 50px;
  }
  .reason {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
  .base-box {
    display: flex;
    flex-direction: column;
    min-width: 30%;
    margin: 2%;
    box-shadow: 6px 4px #a6deff;
  }
  .point-number {
    width: 2.5rem;
  }
  .reason-title {
    font-size: 1.4rem;
  }
  .reason-explanation {
    font-size: 1rem;
  }
}
@media screen and (min-width:610px) and (max-width:868px) {
  .point-title {
    font-size: 1.5rem;
    margin: 1.1rem auto;
  }
  .reason-title {
    font-size: 1rem;
  }
  .reason-explanation {
    font-size: .8rem;
  }
}
/*20230621*/
.point-item {}
.point-item-box {
  border: solid 2.5px rgb(47, 173, 247);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 1em;
}
.point-no {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(47, 173, 247);
}
.point-no p {
  font-size: 2.3rem;
  color: #fff;
  line-height: 1;
  width: 36px;
  height: 46px;
}
.point-img {
  width: 100px;
  padding: 0 10px;
}
.point-txt {
  color: rgb(47, 173, 247);
  padding: 8px 0 8px 46px;
  font-size: 0.9rem;
  text-align: left;
}
.point-txt strong {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .point-item {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
  .point-item-box {
    min-width: 30%;
    margin: 2%;
    box-shadow: 6px 4px #a6deff;
    flex-direction: column;
    justify-content: space-between;
  }
  .point-no {
    left: 50%;
    top: 0;
    transform: translateY(0) translateX(-50%);
  }
  * {
    min-height: 0%;
  }
  .point-img {
    width: 100%;
    padding: 50px 0 0;
  }
  .point-img img {
    width: 48%;
  }
  .point-txt {
    color: rgb(47, 173, 247);
    padding: .9em;
    font-size: 0.8rem;
    text-align: left;
    max-width: 100%;
  }
  .point-txt strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .point-txt {
    font-size: 1rem;
  }
  .point-txt strong {
    font-size: 1.4rem;
  }
}
/*-------------------------------------------
room
-------------------------------------------*/
.room-all {
  display: flex;
  flex-direction: column;
  margin-left: .9rem;
  margin-right: .9rem;
  margin-top: 40px;
  padding-bottom: 30px;
}
img .three {
  width: 100%;
}
.room {
  padding: 9px;
  border: solid 2px rgb(47, 173, 247);
  margin: 2.5%;
  position: relative;
}
.tri {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: rgb(47, 173, 247) transparent transparent transparent;
  z-index: 1;
}
.tri2 {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent rgb(47, 173, 247) transparent;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .room-all {
    width: 94%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 40px;
  }
  .room {
    width: 30%;
  }
  img .three {
    width: 100%;
  }
}
/*-------------------------------------------
question
-------------------------------------------*/
#question {
  background-color: white;
}
.question-title-box {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  background-color: whitesmoke;
}
.question-title-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: whitesmoke;
}
.question-title {
  font-size: 1.21rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.question-title::before, .question-title::after {
  content: "";
  width: 1.5px;
  height: 30px;
  background-color: rgb(0, 0, 0);
}
.question-title::before {
  margin-right: 20px;
  transform: rotate(-35deg);
}
.question-title::after {
  margin-left: 20px;
  transform: rotate(35deg);
}
.question-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.question-flex-item1 {
  padding-left: 7.9%;
}
.list {
  text-align: left;
  padding: 20px;
}
.list-item {
  line-height: 2rem;
  font-weight: 700;
  list-style-type: disc;
  font-weight: 700;
}
.question-img {
  width: 80%;
}
@media screen and (min-width: 600px) {
  .question-title {
    font-size: 1.4rem;
  }
  .question-title::before {
    margin-right: 30px;
  }
  .question-title::after {
    margin-left: 30px;
  }
  .question-title::before, .question-title::after {
    width: 1.5px;
    height: 40px;
  }
  .question-flex {
    max-width: 960px;
    margin: 0 auto;
    padding: 5%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .question-flex-item1 {
    padding-left: 0;
    padding-right: 0;
  }
  .question-img {
    width: 400px;
    padding-right: 10%;
    padding-left: 15%;
  }
  .list-item {
    font-size: 1.2rem;
  }
}
/*-------------------------------------------
company
-------------------------------------------*/
#company {
  padding-top: 70px;
  padding-bottom: 40px;
  background-image: url(img/bottom-img.png);
  background-position: bottom;
}
.company-flex {
  margin-bottom: 100px;
}
.company-img {
  width: 85%;
  padding-bottom: 40px;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 85%;
}
table th, table td {
  padding: 10px;
  font-weight: 550;
}
table th {
  border-bottom: solid 2px rgb(31, 166, 245);
}
table td {
  border-bottom: solid 1.8px black;
}
th {
  text-align: center;
  font-weight: lighter;
  width: 25%;
}
td {
  text-align: left;
}
@media screen and (min-width: 762px) {
  .company-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
  .company-flex-item1, .company-flex-item2 {
    width: 48%;
  }
  .company-img {
    width: 100%;
    padding-bottom: 0;
  }
}
/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.5rem;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.footer-flex {
  display: flex;
  justify-content: center;
  width: 90%;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 20px;
}
.footer-flex-item2 {
  padding-left: 30px;
  color: rgb(45, 178, 240);
  font-weight: 600;
}
#footer img {
  width: 100px;
}
.company-name, .company-address {
  text-align: left;
}
.company-name {
  font-size: 1.1rem;
}
#footer p {
  padding-bottom: 20px;
  color: rgb(45, 178, 240);
}
@media screen and (min-width: 600px) {
  footer {
    font-size: 0.8rem;
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 0px;
  }
  .company-name {
    font-size: 1.3rem;
  }
  .footer-flex {
    justify-content: flex-start;
    width: 80%;
  }
  #footer img {
    width: 150px;
  }
  #footer p {
    padding-bottom: 0;
  }
}

/*-------------------------------------------
蛍光灯 light
-------------------------------------------*/
#light .light-box {
	width: 90%;
	margin: 60px auto 60px;
	border: solid 2.5px rgb(47, 173, 247);
	box-shadow: 6px 4px #a6deff;
	box-sizing: border-box;
	padding: 2em;
}
#light .light-box .light-pic {
	width: 90%;
	margin: 0 auto 20px;
	max-width: 300px;
}
#light .light-box h2 {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#light .light-box .light-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: left;
}
#light .light-box .light-list ul {
	list-style: none;
	padding: 0;
	text-align: left;
	margin-bottom: 15px;
}
#light .light-box .light-list ul li {
	margin: .5em 0;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.5;
}
#light .light-box .light-list .light-arrow {
	max-width: 30px;
	margin-bottom: 15px;
}
#light .light-box .light-strong {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
#light .light-box .light-strong dt {
	margin-bottom: 10px;
}
#light .light-box .light-strong dt img {
	max-width: 200px;
}
#light .light-box .light-strong dt span {
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	color: #f86767;
	display: block;
	margin-top: 10px;
}
#light .light-box .light-att {
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
}
@media screen and (min-width: 800px) {
#light .light-box {
	width: 80%;
	max-width: 880px;
	margin: 80px auto 60px;
	padding: 2.5em;
}
#light .light-box h2 {
	font-size: 24px;
}
#light .light-box .light-list ul li {
	margin: .5em 0;
	font-size: 18px;
}
#light .light-box .light-strong dt {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#light .light-box .light-strong dt img {
	max-width: 200px;
	margin-right: 10px;
}
#light .light-box .light-strong dt span {
	font-size: 24px;
	margin-top: 0px;
}

#light .light-box .light-att {
	font-size: 14px;
}
}

#light .light-box .sp {
	display: none;
}
@media screen and (max-width: 799.9px) {
#light .light-box {
	padding: 2.5em 1.5em;
}
}
@media screen and (max-width: 600px) {
#light .light-box .sp {
	display: block;
}
#light .light-box .light-strong dd .btn-red-pc {
	opacity: 1;
	visibility: visible;
}
}





/*----------------------------------------------------
   固定ピックアップ 2026.3.19
----------------------------------------------------*/

@media screen and ( min-width:680px) {
.fix-pickup {
	width: 50%;
	max-width: 340px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 6000;
	padding: 10px;
}
}

@media screen and ( max-width:679px) {
.fix-pickup {
	display: none;
}
}

/*----------------------------------------------------
   fix-contact
----------------------------------------------------*/
.fix-contact {
	position: relative;
}
@media screen and ( min-width:680px) {
.fix-contact {
	box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.6);
	max-width: 300px;
	margin-left: auto;
	border-radius: 10px;
}
.fix-contact a {
	display: block;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #31c77f;
}
.fix-contact a:hover {
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.fix-contact .fix-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
}
.fix-contact .fix-box p.fix-logo {
	width: 30%;
}
.fix-contact .fix-box p.fix-logo-txt {
	width: 70%;
	box-sizing: border-box;
	padding-left: .5em;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.fix-contact .fix-txt {
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
}
.fix-contact .fix-txt:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 2px #FFF;
	border-top: solid 2px #FFF;
	transform: rotate(45deg);
	display: block;
	margin-left: 4px;
}

.contact-close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: -30px;
	z-index: 6010;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FFF;
	box-sizing: border-box;
}
.contact-close::before,
.contact-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px; /* 棒の幅（太さ） */
	height: 60%; /* 棒の高さ */
	background: #7f7f7f;
}
.contact-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.contact-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.contact-close:hover::before,
.contact-close:hover::after {
	background: #a13f3f;
}
}

@media screen and ( max-width:679px) {
.fix-contact {
	display: none;
}
}




