@charset "UTF-8";
#yukata {
  margin-top: calc(10vh + 50px); }

.header_img {
  padding-top: 50px; }

.header_img img {
  width: 100%; }

article {
  width: 1100px; }

article h2 {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 65px;
  letter-spacing: 5px;
  transform: rotate(0.05deg);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  position: relative;
  text-align: center; }

article h2 span {
  margin-top: 20px;
  display: block;
  color: #6e6e6e;
  font-size: 0.9rem;
  letter-spacing: 0;
  vertical-align: 1px;
  font-weight: normal; }

#point ul {
  display: flex;
  justify-content: space-between; }

#point ul li {
  width: 30%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 1000px;
  color: #ffffff; }

#point ul li:nth-of-type(1) {
  background: #a35d48; }

#point ul li:nth-of-type(2) {
  background: #bba649; }

#point ul li:nth-of-type(3) {
  background: #5b86ad; }

#point ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */ }

.content {
  position: absolute;
  width: 100%;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%); }

.content .number {
  font-size: 2.5rem;
  font-family: 'Handlee', cursive; }

.content h3 {
  margin: 20px 10px;
  font-size: 2rem; }

.content .text {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem; }

#menu_list {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  flex-wrap: wrap;
  font-weight: bold; }

#menu_list dt {
  width: 50%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef; }

#menu_list dt:last-of-type {
  margin-bottom: 0; }

#menu_list dt:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/yukata_icon.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 15px; }

#menu_list dd {
  width: 50%;
  text-align: right;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef; }

#menu_list dd:last-of-type {
  margin-bottom: 0; }

#menu_list span {
  font-size: 1rem; }

#flow {
  width: 100%;
  padding: 100px 0;
  background: #f4f9fa; }

#flow_list {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  order: 0; }

#flow_list:after {
  content: '';
  width: 100%; }

#flow_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  color: #ffffff;
  width: 140px;
  text-align: center;
  height: 140px;
  border-radius: 10px; }

#flow_list li h3 {
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0; }

#flow_list li h3 span {
  width: 90%;
  margin: 10px auto 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  display: block;
  font-size: 0.75rem; }

#flow_list li.arrow {
  height: auto;
  width: 0px;
  margin: 55px 20px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #79553d;
  align-self: flex-start; }

#flow_list li:nth-of-type(2n) {
  border-radius: 0; }

#flow_list li:nth-of-type(1) {
  background-color: #A25D4A; }

#flow_list li:nth-of-type(2).arrow {
  border-left-color: #a86f4b; }

#flow_list li:nth-of-type(3) {
  background-color: #ae814a; }

#flow_list li:nth-of-type(4).arrow {
  border-left-color: #b4934b; }

#flow_list li:nth-of-type(5) {
  background-color: #BAA54A; }

#flow_list li:nth-of-type(6).arrow {
  border-left-color: #a29d62; }

#flow_list li:nth-of-type(7) {
  background-color: #8b957b; }

#flow_list li:nth-of-type(8).arrow {
  border-left-color: #738d93; }

#flow_list li:nth-of-type(9) {
  background-color: #5B85AC; }

#apply {
  text-align: center; }

#apply .apply {
  line-height: 1.75; }

#apply .apply span {
  margin-top: 5px;
  display: block;
  font-size: 0.9rem; }

#apply #apply_list {
  margin-top: 35px;
  display: flex;
  justify-content: center; }

#apply #apply_list li {
  width: 30%;
  font-weight: bold;
  color: #414141; }

#apply #apply_list li img {
  width: 100%; }

#apply #apply_list li .salon_name {
  margin-top: 20px;
  font-size: 1rem; }

#apply #apply_list li .salon_name .shop {
  margin-left: 10px; }

#apply #apply_list li .tel {
  margin-top: 10px;
  font-size: 1.25rem; }

#apply #apply_list li .tel a {
  color: #414141; }

#apply .button {
  display: inline-block;
  width: 32%;
  margin-top: 35px;
  border: 1px solid #79553d;
  box-sizing: border-box;
  background: #79553d;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  transition: all 0.5s; }

#apply .button a {
  display: block;
  padding: 20px 0;
  color: #ffffff; }

#apply .button a:hover {
  opacity: 1; }

#apply .button:hover {
  cursor: pointer;
  background: #ffffff; }

#apply .button:hover a {
  color: #79553d; }

@media screen and (max-width: 1200px) {
  article h2 {
    margin-bottom: 50px; }
  #yukata {
    margin-top: 70px; }
  article {
    width: 90%;
    margin: 0 auto; }
  #img {
    width: 100%; }
  .header_img {
    padding-top: 0; }
  .header_img img {
    width: 100%; }
  #point {
    margin-top: 50px;
    width: 90%; }
  #point ul {
    display: block; }
  #point ul li {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px; }
  #point ul li:before {
    display: none; }
  #point ul li:last-of-type {
    margin-bottom: 0; }
  .content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: flex; }
  .content .number {
    font-size: 2rem;
    margin-left: 40px;
    padding-right: 40px;
    border-right: 1px dashed #fff;
    display: flex;
    align-items: center; }
  .content > div {
    margin-left: 40px;
    text-align: left; }
  .content h3 {
    padding-top: 25px;
    margin: 10px 0;
    font-size: 1.5rem; }
  .content .text {
    font-size: 0.9rem;
    padding-bottom: 25px; }
  #menu {
    margin-top: 75px; }
  #menu_list {
    font-size: 1.1rem;
    display: block;
    font-weight: normal; }
  #menu_list dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0; }
  #menu_list dt:before {
    margin-right: 10px;
    width: 25px; }
  #menu_list dd {
    width: 100%; }
  #flow {
    margin-top: 75px;
    padding: 75px 0; }
  #flow_list {
    width: 100%;
    display: block; }
  #flow_list li {
    height: 100px;
    width: 100%; }
  #flow_list li h3 span {
    padding-top: 5px;
    margin-top: 10px;
    width: 40%; }
  #flow_list li.arrow {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #79553d;
    margin: 10px auto 0; }
  #flow_list li:nth-of-type(2n) {
    border-radius: 0; }
  #flow_list li:nth-of-type(1) {
    background-color: #A25D4A; }
  #flow_list li:nth-of-type(2).arrow {
    border-top-color: #a86f4b;
    border-left-color: transparent; }
  #flow_list li:nth-of-type(3) {
    background-color: #ae814a; }
  #flow_list li:nth-of-type(4).arrow {
    border-top-color: #b4934b;
    border-left-color: transparent; }
  #flow_list li:nth-of-type(5) {
    background-color: #BAA54A; }
  #flow_list li:nth-of-type(6).arrow {
    border-top-color: #a29d62;
    border-left-color: transparent; }
  #flow_list li:nth-of-type(7) {
    background-color: #8b957b; }
  #flow_list li:nth-of-type(8).arrow {
    border-top-color: #738d93;
    border-left-color: transparent; }
  #flow_list li:nth-of-type(9) {
    background-color: #5B85AC; }
  #apply {
    margin-top: 75px; }
  #apply .apply {
    line-height: 1.5;
    font-size: 0.9rem; }
  #apply #apply_list {
    display: block; }
  #apply #apply_list li {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px; }
  #apply #apply_list li .salon_img {
    display: none; }
  #apply #apply_list li .salon_name {
    margin-top: 10px;
    line-height: 1.5; }
  #apply #apply_list li .salon_name .shop {
    display: inline-block; }
  #apply .button {
    margin-top: 0;
    width: 100%; } }
