@charset "UTF-8";

/* -----------------------------------------------

	 pagename(mainタグのクラス名を合わせる事)

----------------------------------------------- */
.utop_section {
  position: relative;
  height: 380px;
  background-image: url(../images/under_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.utop_section::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #121c2e;
  opacity: 0.35;
  z-index: -1;
}
.utop_section .sechead .ja,
.utop_section .sechead .en{
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.utop_section .container{
  height: 100%;
}
.utop_section .cwrap,
.utop_section .bgwrap{
	height: 100%;
}
.utop_section .sechead {
	margin: 0;
}
.utop_section .sechead .ja,
.utop_section .sechead .en{
	text-align: center;
}


@media only screen and (max-width: 1024px) {
  .utop_section{
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
	.utop_section {
		height: 300px;
	}
}
@media only screen and (max-width: 479px) {
	.utop_section {
		height: 200px;
	}
}



/* -----------------------------------------------

	 store

----------------------------------------------- */
.mapwrap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  .mapwrap iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .mapwrap iframe {
    height: 280px;
  }
}

/* -----------------------------------------------

	 service

----------------------------------------------- */
#service .usec_menu .service .head{
  gap: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cdcdcd;
}
#service .usec_menu .service .head .img{
  max-width: 300px;
}
#service .usec_menu .service .head .txts{
  width: calc(100% - 360px);
  line-height: 1.8;
}
#service .usec_menu .service .head h3{
  font-size: 24px;
  margin-bottom: 20px;
}
#service .usec_menu .service{
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 40px 60px;
}
#service .usec_menu .service:not(:last-child){
  margin-bottom: 60px;
}
#service .usec_menu .boxwrap{
  gap: 30px;
}
#service .usec_menu .box{
  background: #fdf4f7;
  width: 50%;
  padding: 20px 40px 25px;
  border-radius: 10px;
}
#service .usec_menu .box .ttl{
  margin-bottom: 10px;
}
#service .usec_menu .box li{
  line-height: 1.5;
  margin-bottom: 15px;
}
#service .usec_treatment .inner{
  gap: 60px;
}
#service .usec_treatment .inner .img,
#service .usec_treatment .inner .txts{
  width: 50%;
}
#service .usec_treatment .inner .txts{
  line-height: 3;
}
#service .usec_feature .boxwrap{
  gap: 40px;
}
#service .usec_feature .box{
  width: calc(100% / 3);
  background: #d13d8f;
  color: #fff;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  max-width: 220px;
  width: 25vw;
  max-height: 220px;
  height: 25vw;
}
.usec_visit .txts{
  margin-bottom: 60px;
}
.usec_visit .txts .txt:not(:last-child){
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  #service .usec_feature .box{
    max-width: 200px;
    max-height: 200px;
  }
  #service .usec_menu .service{
    padding: 30px 40px;
  }
  #service .usec_menu .service .head{
    gap: 40px;
  }
  #service .usec_menu .service .head .img{
    max-width: 250px;
  }
  #service .usec_menu .service .head .txts {
    width: calc(100% - 290px);
  }
  #service .usec_menu .box {
    padding: 20px 30px 25px;
  }
}
@media only screen and (max-width: 768px) {
  #service .usec_treatment .inner {
    gap: 30px;
  }
  #service .usec_treatment .inner .txts{
    line-height: 2;
  }
  #service .usec_feature .boxwrap {
    gap: 30px;
  }
  #service .usec_feature .box{
    max-width: 180px;
    max-height: 180px;
  }
  #service .usec_menu .service .head{
    flex-direction: column;
    gap: 20px;
  }
  #service .usec_menu .service .head .txts {
    width: 100%;
  }
  #service .usec_menu .service .head h3{
    text-align: center;
    font-size: 20px;
  }
  #service .usec_menu .boxwrap{
    flex-direction: column;
    gap: 20px;
  }
  #service .usec_menu .box {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #service .usec_treatment .inner {
    flex-direction: column-reverse;
  }
  #service .usec_treatment .inner .img, #service .usec_treatment .inner .txts {
    width: 100%;
  }
  #service .usec_treatment .inner .txts br{
    display: none;
  }
  #service .usec_feature .boxwrap {
    gap: 0 20px;
    flex-wrap: wrap;
  }
  #service .usec_feature .box{
    width: 39vw;
    height: 39vw;
    letter-spacing: -0.05rem;
  }
  #service .usec_menu {
    margin-bottom: 60px;
  }
  #service .usec_menu .service {
    padding: 30px 20px;
  }
  #service .usec_menu .service .head h3{
    font-size: 18px;
  }
  #service .usec_menu .box {
    padding: 20px;
  }
  #service .usec_menu .box li{
    margin-bottom: 10px;
  }
  #service .usec_menu .service:not(:last-child) {
    margin-bottom: 45px;
  }
}

/* -----------------------------------------------

	 price

----------------------------------------------- */
#price .usec_list .listwrap{
  margin-bottom: 60px;
}
#price .usec_list .list{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 60px;
}
#price .usec_list .list:not(:last-child) {
  margin-bottom: 60px;
}

#price .usec_list .list h3{
  text-align: center;
  color: #d13d8f;
  margin-bottom: 30px;
}
#price .usec_list .list table{
  max-width: 500px;
  margin: 0 auto 30px;
}
#price .usec_list .list table tr:first-child{
  border-top: solid 1px #cdcdcd;
}
#price .usec_list .list table th,
#price .usec_list .list table td{
  padding: 20px;
}
#price .usec_list .list .note{
  text-align: center;
}
#price .usec_list .lasttxt{
  color: #d13d8f;
  text-align: center;
}
#price .usec_payment .boxwrap{
  gap: 30px;
}
#price .usec_payment .box{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  max-width: 180px;
  width: 22vw;
  max-height: 180px;
  height: 22vw;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #price .usec_list .list{
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 479px) {
  #price .usec_list{
    margin-bottom: 60px;
  }
  #price .usec_list .listwrap{
    margin-bottom: 45px;
  }
  #price .usec_list .list{
    padding: 30px 20px;
  }
  #price .usec_list .list:not(:last-child) {
    margin-bottom: 45px;
  }
  #price .usec_list .list table th{
    padding: 10px 15px 0;
  }
  #price .usec_list .list table td{
    padding: 0 15px 10px;
  }
  #price .usec_payment .boxwrap{
    gap: 15px;
  }
  #price .usec_payment .box{
    letter-spacing: -0.05rem;
    width: 25vw;
    height: 25vw;
  }
  #price .usec_list .list .note {
    text-align: left;
    line-height: 1.3;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  #price .usec_list .list .note:not(:last-child){
    margin-bottom: 5px;
  }
}

/* -----------------------------------------------

	 under

----------------------------------------------- */
.under{}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}