@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("../fonts/CormorantGaramond-Light.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -80px auto 0;
  padding-top: 80px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  text-align: center;
}
.com-tel-link {
  font-size: 2rem;
}
.com-tel-num {
  font-size: 3rem;
}
.com-tel-note {
  margin-top: 5px;
}

.com-dl {
  text-align: center;
}
.com-dl div {
  justify-content: center;
}

.news-post-ttl {
  margin-top: 5px;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  max-width: 250px;
}
.com-tag-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-tag-link {
  padding: 7px 30px;
}

/* =========================================

  main  SP

========================================= */
/*  top-about  SP
------------------------------------ */
#top-about .about-txt {
  margin-top: 15px;
}
#top-about .about-btn-wrap {
  margin-top: 30px;
}

/*  top-service  SP
------------------------------------ */
#top-service {
  padding-top: 5%;
  background-size: 180%;
}
#top-service .service-list {
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-service .service-list-img {
  width: 60%;
  margin: auto;
}
#top-service .service-list-ttl {
  margin-top: 5px;
  font-size: 1.8rem;
}
#top-service .service-txt {
  margin-top: 15px;
}
#top-service .service-btn-wrap {
  margin-top: 30px;
}

/*  top-bnr  SP
------------------------------------ */
#top-bnr .bnr-inner {
  padding: 0 15px;
}
#top-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
#top-bnr .bnr-list-item {
  width: 100%;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-bnr .bnr-list-link {
  padding: 40px 10px 30px;
}
#top-bnr .bnr-list-txt {
  margin-top: 15px;
}
#top-bnr .schedule-map iframe {
  width: 100%;
}
#top-bnr .schedule-link {
  font-size: 1.5rem;
}

/*  top-contact  SP
------------------------------------ */
#top-contact .contact-box {
  padding: 30px 15px;
}
#top-contact .contact-txt {
  margin-top: 10px;
}
#top-contact .contact-list {
  flex-direction: column;
  align-items: center;
}
#top-contact .contact-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}

/*  top-news  SP
------------------------------------ */
#top-news::before {
  content: none;
}
#top-news .news-inner {
  display: block;
}
#top-news .news-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-news .news-btn {
  width: 175px;
  height: 50px;
  margin-top: 0;
  background-size: 20px;
  line-height: 50px;
}
#top-news .news-post {
  margin: 30px auto 0;
  padding: 10px 15px;
  border-radius: 15px;
  background: #fff;
}

/* =========================================

sub layout  SP

========================================= */
/*  about  SP
------------------------------------ */
#about .concept-flx {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#about .concept-img {
  margin: 10px auto 0;
}
#about .commit-txt {
  margin-top: 20px;
}
#about .commit-list {
  margin-top: 20px;
}
#about .commit-list-item {
  padding: 80px 0 0;
  background-position: right top;
  background-size: 65px;
}
#about .commit-list-item:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 100px;
  background-position: right 20px;
}
#about .commit-list-ttl-num {
  font-size: 2rem;
}
#about .commit-list-ttl-txt {
  font-size: 1.8rem;
}
#about .service-ul {
  margin-top: 30px;
}
#about .service-ul-li:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .service-list {
  flex-direction: column;
  align-items: center;
}
#about .service-list-box {
  padding: 30px 15px;
}
#about .service-list-box-ttl {
  font-size: 2rem;
}
#about .service-list-box-txt {
  margin-top: 15px;
  text-align: left;
  font-size: 1.5rem;
}
#about .service-list li {
  padding: 88px 13px 30px;
}
#about .service-list li:nth-of-type(n+2) {
  margin: 15px auto 0;
}
#about .service-list01-item01 {
  background-size: 50px;
  background-position: center 20px;
}
#about .service-list01-item02 {
  background-size: 30px;
  background-position: center 15px;
}
#about .service-list01-item03 {
  background-size: 50px;
  background-position: center 25px;
}
#about .service-list01-item04 {
  background-size: 50px;
  background-position: center 15px;
}
#about .service-list01-item05 {
  background-size: 40px;
  background-position: center 15px;
}
#about .service-list01-item06 {
  background-size: 120px;
  background-position: center 25px;
}
#about .service-list02-item01 {
  background-size: 70px;
  background-position: center 20px;
}
#about .service-list02-item02 {
  background-size: 70px;
  background-position: center 20px;
}
#about .service-list02-item03 {
  background-size: 60px;
  background-position: center 25px;
}
#about .service-list02-item04 {
  background-size: 70px;
  background-position: center 15px;
}
#about .service-list-ttl {
  font-size: 2rem;
}
#about .service-list-txt {
  margin-top: 15px;
  font-size: 1.5rem;
}

/*  service  SP
------------------------------------ */
#service .service-list-item {
  flex-direction: column-reverse !important;
  align-items: center;
}
#service .service-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#service .service-list-contents {
  margin: 15px auto 0;
}
#service .service-list-ttl {
  text-align: center;
  font-size: 2rem;
}
#service .service-list-ttl-sub {
  font-size: 1.8rem;
  text-align: center;
}
#service .service-list-txt {
  margin-top: 15px;
}
#service .price-txt-box {
  margin-top: 20px;
}
#service .price-box {
  margin-top: 30px;
  padding: 30px 15px;
}
#service .price-list {
  margin: 20px auto 0;
}
#service .price-list-ttl-num {
  font-size: 2rem;
}
#service .price-list-ttl-txt {
  font-size: 1.8rem;
}
#service .menu-box {
  margin-top: 20px;
  padding: 20px 15px;
}
#service .menu-box-list-item {
  width: 49%;
}
#service .menu-box-list-item:nth-of-type(2n) {
  margin-left: 2%;
}
#service .menu-box-list-item:nth-of-type(n+3) {
  margin-top: 15px;
}
#service .menu-box-link {
  padding: 10px 5px;
  border-radius: 10px;
  font-size: 1.3rem;
}
#service .menu-list {
  margin-top: 30px;
}
#service .menu-list-item:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}
#service .menu-list-tag-txt {
  padding: 5px 10px;
  font-size: 1.4rem;
}
#service .menu-list-ttl {
  display: block;
  margin-top: 5px;
}
#service .menu-list-ttl span {
  display: block;
}
#service .menu-list-ttl-txt {
  font-size: 2rem;
}
#service .menu-list-ttl-price {
  text-align: right;
  font-size: 1.5rem;
}
#service .menu-list-txt {
  margin-top: 5px;
}

/*  voice  SP
------------------------------------ */
#voice .voice-txt {
  margin-top: 20px;
}
#voice .voice-list {
  margin-top: 30px;
}
#voice .voice-list-item {
  padding: 20px;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#voice .voice-list-flx {
  display: block;
}
#voice .voice-list-flx dl:nth-of-type(n+2) {
  margin: 15px 0 0;
}
#voice .voice-list-dl-item {
  display: block;
}
#voice .voice-list-dl dt, #voice .voice-list-dl dd {
  font-size: 1.4rem;
}
#voice .voice-list-dl dt {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
#voice .voice-list-dl dd {
  margin: 5px 0 0;
}
#voice .voice-list-ttl {
  font-size: 2rem;
}
#voice .voice-list-gallery-item {
  width: 90%;
  padding-top: 75%;
  flex: 0 0 90%;
}
#voice .voice-list-txt {
  font-size: 1.5rem;
}
#voice .qa-list {
  margin-top: 30px;
}
#voice .qa-list-item {
  border-radius: 20px;
}
#voice .qa-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#voice .qa-list-ttl {
  padding: 16px 15px 18px 50px;
  font-size: 1.8rem;
}
#voice .qa-list-ttl::before {
  left: 19px;
  top: 21px;
}
#voice .qa-list-txt {
  padding: 16px 15px 18px 50px;
  font-size: 1.5rem;
}
#voice .qa-list-txt::before {
  left: 19px;
  top: 21px;
}

/*  information  SP
------------------------------------ */
#information .message-box {
  margin-top: 30px;
}
#information .message-box-ttl {
  margin: 15px auto 0;
  text-align: center;
  font-size: 2rem;
}
#information .message-img {
  width: 70%;
  margin: auto;
}
#information .information-box {
  padding: 30px 15px;
}
#information .information-table {
  margin-top: 15px;
}
#information .map-ttl {
  font-size: 2rem;
  background-size: 15px;
}
#information .ggmap {
  margin-top: 0;
}

/*  news  SP
------------------------------------ */
#news .com-box {
  padding: 3%;
}/*# sourceMappingURL=style_sp.css.map */