.about {
    display: grid;
    grid-template-columns: minmax(150px, 50%) 1fr;
    width: 60%;
    margin: 10px auto 150px;
  }


  .about .img {
    background: url(../images/DSC_3464.png)
    no-repeat center;
      background-size: cover;
  }
  .about .comment {
    background-color: #fff;
    text-align: center;
    padding: 5%;
  }
  .about .comment h2 {
    color: #000;
  }
  .about .comment p{
    text-align: left;
  }
  .greeting{
    width: 60%;
    margin: 10% auto 5%;
    background-color: #fff;
    padding: 5%;
  }
  .greeting h2{
    font-size: 2.2rem;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin: 30px auto;
  }
  .greeting p{
    font-size: 1.6rem;
    line-height: 32px;
  }
  .greeting .address .place{
    text-align: center;
    background-color: #fff;
    padding: 1.5%;
  }
  .greeting .address .btn{
    margin: 30px auto 50px;
  }
  .greeting .address .train {
    margin-left: 21%;
  }
  
  .greeting .img img {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .greeting .img {
    margin-top: 30px;
    display: flex;
    
  }
  
  .Contact{
    width: 60%;
    margin: 15% auto 5%;
    background-color: #fff;
    padding: 5%;
  }
  .Contact h2{
    font-size: 2.2rem;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin: 30px auto;
  }
  .Contact p{
    font-size: 1.6rem;
    line-height: 32px;
  }
  .Contact .main .tel{
    text-align: center;
    background-color: #fff;
    padding: 1.5%;
    font-size: 2.5rem;
  }
  .Contact .main .sab{
    text-align: left;
    background-color: #fff;
    padding-left: 20%;
    
  }
  .Contact .main .btn{
  
    margin: 30px auto 50px;
  }
  .Contact .main .train {
    margin-left: 21%;
  }
  
  .Contact .img img {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .Contact .img {
    margin-top: 30px;
    display: flex;
    
  }
  
  ul {
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  dd {
    margin-left: 0;
  }
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .flow > li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 33%;
    margin-left: 30px;
  }
  .flow > li .icon {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #fff;
    background: rgb(107,144,219);
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
  }
  .flow > li .icon::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: rgb(107,144,219);
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid rgb(107,144,219);
    position: relative;
  }
  .flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid rgb(102,213,233);
    border-right: 4px solid rgb(102,213,233);
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107,144,219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  .greeting .info{
    font-size: 1.3rem;
    width: 650px;
    margin: 0 auto;
  }
  .greeting .memo img {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .greeting .memo {
    margin-top: 30px;
    display: flex;
  }
  .about2 {
    display: grid;
    grid-template-columns: minmax(150px, 50%) 1fr;
    width: 100%;
    margin: 10px auto 150px;
  }
  .about2 .img {
    background: url(../images/DSC_3484.png)
    no-repeat center;
      background-size: cover;
  }
  .about2 .comment {
    background-color: #fff;
    text-align: center;
    padding: 5%;
  }
  .about2 .comment h2 {
    color: #000;
  }
  .about2 .comment p{
    text-align: left;
  }
  .box {
    text-align: center;
    margin: 30px auto;
  }
  
  .exp {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-column-count: 数値;
    -moz-column-count: 数値;
    -ms-column-count: 数値;
    column-count: 数値;
    -webkit-column-gap: 数値;
    -moz-column-gap: 数値;
    -ms-column-gap: 数値;
    column-gap: 数値;
    display: inline-block;
    height: 数値;
    text-align: left;
    letter-spacing : 0.2em;
  }
  .exp p{
    margin-left: 18px;
  }

/* -----------------------------------
  sp
----------------------------------- */
@media screen and (max-width: 767px) {

.about{
  display: grid;
  grid-template-columns: 1fr;
  width: 80%;
  height: 150vh;
  margin: 30px auto;
  padding-top: 20%;
}
.about.img {
  border: solid 1px #000 ;
  background: url(images/DSC_3464.png)
  no-repeat center;
    background-size: cover;
}
.about.comment {
  background-color: #fff;
  border: solid 1px #000 ;
    text-align: center;

}
.greeting{
  width: 90%;
  margin: 35% auto 5%;
  background-color: #fff;
  padding: 5%;
}
.greeting h2{
  font-size: 2.2rem;
  line-height: 32px;
  color: #000;
  text-align: center;
  margin: 30px auto;
}
.greeting p{
  font-size: 1.6rem;
  line-height: 32px;
}
.greeting .address .place{
  text-align: center;
  background-color: #fff;
  padding: 1.5%;
}
.greeting .address .btn{

  margin: 30px auto 50px;
}
.greeting .address .train {
  margin-left: 0%;
}

.greeting .img img {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.greeting .img {
  margin-top: 30px;
  display: flex;
  
}


.Contact{
  width: 90%;
  margin: 30% auto 5%;
  background-color: #fff;
  padding: 5%;
}
.Contact h2{
  font-size: 2.2rem;
  line-height: 32px;
  color: #000;
  text-align: center;
  margin: 30px auto;
}
.Contact p{
  font-size: 1.6rem;
  line-height: 32px;
}
.Contact .main .tel{
  text-align: center;
  background-color: #fff;
  padding: 1.5%;
  font-size: 2.5rem;
}
.Contact .main .sab{
  text-align: left;
  background-color: #fff;
  padding-left: 0%;

}
.Contact .main .btn{

  margin: 30px auto 50px;
}
.Contact .main .train {
  margin-left: 21%;
}

.Contact .img img {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.Contact .img {
  margin-top: 30px;
  display: flex;
  
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
  margin-top: 30px;

}
dd {
  margin-left: 0;
}
.flow {
  flex-direction: column;
  margin-top: 30px;
}
.flow > li {
  -ms-flex-preferred-size: 22%;
  flex-basis: 33%;
  margin-left: 0px;
}
.flow > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background: rgb(107,144,219);
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
.flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: rgb(107,144,219);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid rgb(107,144,219);
  position: relative;
}
.flow > li:not(:last-child) dl::before {
  display:none;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}
.exp p{
  margin-left: 3.5px;
}
.greeting .info{
  font-size: 1.3rem;
  width: 650px;
  margin: 0 auto;
  text-align: right;
}
}









table {
  border-collapse: collapse;
  margin: 30px auto 10px;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  .greeting .info{
    font-size: 1.3rem;
    width: auto;
    margin: 0 auto;
  }
  .about2 {
    display: grid;
    grid-template-columns:  1fr;
    width: 100%;
    margin: 10px auto 100px;
    height: 80vh;
  }
  .about2 .img {
    background: url(../images/DSC_3464.png)
    no-repeat center;
      background-size: cover;
  }
  .about2 .comment {
    background-color: #fff;
    text-align: center;
    padding: 5%;
  }
  .about2 .comment h2 {
    color: #000;
    margin: 30px auto;
  }
  .about2 .comment p{
    text-align: left;
    margin-top: 50px;
  }
}


.stepbar {
  margin: 30px auto 50px;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 3em;
  left: 1.5em;

}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}


@media screen and (min-width: 768px){
  .brsp {display: none; }
  }


   .box {
    margin-top: 50px;
    padding: 5%;
    border: 1px solid #43755f;
  }
  
  .box strong {
    display: block;
    padding-bottom: 15px;
    font-size: 1.8rem;
  }