@media only screen and (min-width: 768px), print {

body::after {
  background-image: url(../../assets/images/co-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.info.main {
  width: 90%;
  margin: 160px auto 0;
  /* background-color: #fff; */
  box-sizing: border-box;
  padding: 0;
  max-width: 1100px;
}
.page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
}
.page-title img {
  height: 70px;
  width: auto;
}
.page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
.inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.inner picture {
  width: 500px;
  margin: 0 auto 80px;
}
.inner .text {
  width: 500px;
  margin: 0 auto 120px;
}
.inner figure {
  width: 570px;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.inner .text h2 strong {
  display: block;
  font-size: 42px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: 300;
}
.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 12px;
  line-height: 1.8em;
  display: flex;
}
.inner .text p strong {
  display: block;
  margin-bottom: 10px;
  width: 150px;
}
.inner iframe {
  width: 100%;
  height: 500px;
}

}
.salon-photo {
  margin-top: 200px;
}
.photo-inner {
  display: flex;
  flex-wrap: wrap;
}
.photo-inner figure {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.photo-inner figure img {
  width: 50%;
}
.photo-inner figure.wide img {
  width: 100%;
}
@media only screen and (max-width: 767px), print {

.info.main {
  width: 100%;
  margin: 0 auto;
  padding: 30vw 6vw 6vw;
  box-sizing: border-box;
}
.info.main .inner picture {
  width: 65vw;
  display: block;
  margin: 0 auto;
}
.page-title {
  text-align: center;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 15vw;
}
.page-title img {
  height: 12vw;
  width: auto;
}
.page-title span {
  display: block;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 3vw;
}
.inner .text {
  width: 100%;
  float: none;
  margin-top: 10vw;
}
.inner figure {
  width: 100%;
  float: none;
  margin-bottom: 8vw;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 3.6vw;
  line-height: 1.3em;
  margin-bottom: 7vw;
}

.inner .text h2 strong {
  display: block;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  line-height: 1em;
  margin-bottom: 2vw;
  font-weight: 300;
}

.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 5vw;
  font-size: 3.4vw;
}
.inner .text p strong {
  display: block;
  margin-bottom: 2vw;
}
.inner .text iframe {
  width: 100%;
  height: 60vw;
  margin-top: 6vw;
}
.photo-inner figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.photo-inner figure:nth-child(4) {
  order: 3;
}
.photo-inner figure:nth-child(3) {
  order: 4;
}
iframe {
  width: 100%;
  height: 90vw;
  margin-top: 10vw;
}
.salon-photo {
  margin-top: 24vw;
}
}