@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F2F2F2;
  margin-top: 45px;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .main {
    margin-top: 71px;
  }
}
.section-top_image {
  height: 350px;
  background-image: url("../images/top/bg.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top h2 {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  padding: 50px 0 0;
  font-size: 20px;
}
.section-top_main-image-sp {
  margin: 0 auto;
  width: 50%;
  animation-name: mvdog;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
}
@keyframes mvdog {
  0% { transform: rotate(0);}
  33% { transform: rotate(6deg);}
  66% { transform: rotate(-6deg);}
  100% { transform: rotate(0);}
}
.section-top_main-image-pc {
  display: none;
}
.section-top_image-massage {
  padding-bottom: 60px;
  font-size: 12px;
  line-height: 21px;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-top {
    text-align: center;
  }
  .section-top_image {
    background-image: url(../images/top/bg_pc.png);
    background-size: cover;
    margin: 0 auto;
    height: calc(100vh - 85px);
    width: 100%;
    padding: 140px 0 120px;
    box-sizing: border-box;
  }
  .section-top h2 {
    padding: 0;
    font-size: 32px;
  }
  .section-top_main-image-sp {
    display: none;
  }
  .section-top_main-image-pc {
    display: block;
    margin: 0 auto;
    height: 65%;
    animation-name: mvdog;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
  }
  .section-top_image-massage {
    font-size: 16px;
    line-height: 34px;
  }
}
.section-news {
  padding: 50px 0 40px;
  background-image: url("../images/news_bg.jpeg");
  background-position: center;
  background-size: 800px auto;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  position: relative;
}
.section-news h2 {
  color: #EA8A8A;
  padding-bottom: 5px;
  border-bottom: solid 5px #685454;
}
.section-news_title {
  display: none;
}
.section-news ol {
  list-style: none;
  margin-bottom: 25px;
}
.section-news ol li {
  padding-bottom: 5px;
  display: flex;
  height: 70px;
  border-bottom: solid 1px #685454;
  align-items: center;
}
.section-news ol li div {
  margin: 5px 20px;
  line-height: 24px;
}
.section-news_date {
  font-size: 28px;
}
.section-news ol li span {
  text-align: left;
}
.section-news_btn {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  background-color: #EA8A8A;
  color: #F2F2F2;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.section-news_btn:hover {
  background-color: #685454;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-news {
    padding: 60px 50px 40px;
  }
  .section-news_title {
    display: block;
  }
  .section-news_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-news_wrapper-list1 {
    width: 30%;
  }
  .section-news_wrapper-list2 {
    flex: 1;
  }
  .section-news h2 {
    font-size: 40px;
    border: none;
    text-align: center;
  }
  .section-news_title {
    font-family: "Sawarabi Mincho", "さわらび明朝", serif;
    font-size: 16px;
    text-align: left;
    line-height: 45px;
    letter-spacing: 5px;
    padding-left: 70px;
  }
  .section-news ol {
    margin: 0 0 25px;
  }
  .section-news ol li:first-child {
    border-top: solid 5px #685454;
  }
  .section-news ol li span {
    font-size: 16px;
    padding-left: 40px;
  }
  .section-news_btn-wrapper {
    text-align: right;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section-concept {
  padding: 45px 20px 30px;
  background-color: #fff;
  position: relative;
}
.section-salon_waves-top {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}
.section-concept h2:before {
  content: url("../images/sp_icon1.png");
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 10px;
  left: 0px;
}
.section-concept h2:after {
  content: url("../images/sp_icon2.png");
  height: 30px;
  margin-left: 5px;
  position: relative;
  top: 10px;
  right: 0px;
}
.section-concept_title {
  font-family: "Yomogi", cursive;
  font-size: 10px;
  line-height: 15px;
}
.section-concept h3 {
  margin-top: 25px;
  color: #EA8A8A;
}
.section-concept_description {
  padding: 25px 0 40px;
  background-image: url("../images/concept/ConceptBG.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  line-height: 24px;
}
.section-concept_sub-title {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  padding: 30px 20px 10px;
}
.section-concept_sub-title-wrap {
  margin-bottom: 120px;
}
.section-concept_product-wrap {
  text-align: left;
}
.section-concept_product {
  display: inline-block;
  width: 335px;
  margin: 0 0 10px;
  padding: 5px 0 5px 10px;
  text-align: left;
  text-decoration: none;
  background-color: #F2F2F2;
  color: #685454;
  border-radius: 15px;
}
.section-concept_product-description {
  text-align: left;
  padding: 0 1px 50px;
}
.section-concept_description-img {
  display: none;
}
.section-concept_product-image_wrapper1 {
  display: flex;
  justify-content: center;
  list-style: none
}
.section-concept_product-image {
  width: 120px;
  padding: 0;
}
.section-concept_product-right {
  position: relative;
}
.section-concept_product-fukidashi1 {
  width: 155px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.section-concept_product-fukidashi2 {
  width: 180px;
  position: absolute;
  top: 10px;
  right: -10px;
}
.section-concept_product-packdog {
  width: 210px;
  position: relative;
  padding: 125px 50px 0;
  animation-name: mvdog;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
}
@keyframes mvdog {
  0% { transform: rotate(0);}
  33% { transform: rotate(6deg);}
  66% { transform: rotate(-6deg);}
  100% { transform: rotate(0);}
}
.section-concept_product-fukidashi3 {
  width: 180px;
  position: absolute;
  right: 0px;
  bottom: -115px;
}
.fadeup {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 30px);
}
.fadeup.on {
  opacity: 1.0;
  transform: translate(0, 0);
}
.fadedown {
  opacity: 0;
  transition: .8s;
  transform: translate(0, -30px);
}
.fadedown.on {
  opacity: 1.0;
  transform: translate(0, 0);
}
.fadeleft {
  opacity: 0;
  transition: .8s;
  transform: translate(-30px, 0);
}
.fadeleft.on {
  opacity: 1.0;
  transform: translate(0, 0);
}
.faderight {
  opacity: 0;
  transition: .8s;
  transform: translate(30px, 0);
}
.faderight.on {
  opacity: 1.0;
  transform: translate(0, 0);
}
.delay01 {
  transition-delay: .3s;
}
.delay02 {
  transition-delay: .6s;
}
.delay03 {
  transition-delay: .9s;
}

@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-concept {
    padding: 80px 0px 120px;
  }
  .section-salon_waves-top{
    bottom: 0px;
  }
  .section-concept h2 {
    font-size: 46px;
    padding: 0 20px;
  }
  .section-concept h2:before {
    content: url("../images/pc_icon1.png");
    top: 10px;
    left: 0px;
  }
  .section-concept h2:after {
    content: url("../images/pc_icon2.png");
    top: 10px;
    right: 0px;
  }
  .section-concept_title {
    font-size: 12px;
    line-height: 40px;
  }
  .section-concept h3 {
    font-size: 24px;
    margin-top: 70px;
  }
  .section-concept_pc-bg {
    background-image: url("../images/concept/concept_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .section-concept_description {
    background-image: none;
    padding: 40px 50px 120px;
    line-height: 30px;
  }
  .section-concept_description-img {
    display: block;
    max-width: 100%;
  }
  .section-concept_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-concept_wrap-text {
    width: 50%;
  }
  .section-concept_wrap-img {
    width: 45%;
    align-self: center;
  }
  .section-concept_sub-title-wrap {
    max-width: 900px;
    margin: 0 auto 80px;
  }
  .section-concept_sub-title {
    font-size: 30px;
    text-align: left;
    padding: 0 0 15px 0;
  }
  .section-concept_product-wrap {
    text-align: left;
  }
  .section-concept_product {
    margin: 0 0 20px;
    padding: 10px 0 10px 15px;
    width: 400px;
  }
  .section-concept_product-description {
    padding-bottom: 40px;
    width: 600px;
  }
  .section-concept_product-image_wrapper1 {
    justify-content: space-between;
  }
  .section-concept_product-image {
    width: 160px;
  }
  .section-concept_product-wrap2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-concept_product-left {
    width: 48%;
  }
  .section-concept_product-right {
    position: relative;
    width: 38%;
  }
  .section-concept_product-packdog {
    width: 250px;
    top: inherit;
    padding: 120px 50px 0 0;
    
  }
  .section-concept_product-fukidashi1 {
    width: 180px;
    top: -20px;
    left: 60px;
    position: absolute;
    z-index: 1;
  }
  .section-concept_product-fukidashi2 {
    width: 200px;
    Top: 60px;
    right: -80px;
    position: absolute;
    left: inherit;
  }
  .section-concept_product-fukidashi3 {
    width: 210px;
    Bottom: -60px;
    right: -90px;
    position: absolute;
    top: inherit;
    left: inherit;
  }
}
.section-salon {
  padding: 45px 25px 50px;
  background-color: #EBD5D5;
  position: relative;
}
.section-salon_waves-bottom {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
}
.section-salon h2 {
  padding: 0 20px;
}
.section-salon h2:before {
  content: url("../images/sp_icon1.png");
  margin-right: 5px;
  position: relative;
  top: 10px;
  left: 0px;
}
.section-salon h2:after {
  content: url("../images/sp_icon2.png");
  margin-left: 5px;
  position: relative;
  top: 10px;
  right: 0px;
}
.section-salon_title {
  padding: 0 20px;
  margin: 0px 0 25px;
  font-family: "Yomogi", cursive;
  font-size: 10px;
  line-height: 15px;
}
.section-salon h3 {
  padding: 0 20px;
}
.section-salon_lead-description {
  padding: 25px 20px 40px;
  line-height: 24px;
}
.section-salon_shampoo, .section-salon_cut {
  background-image: url("../images/salon/frame_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 85px;
  margin-bottom: 30px;
}
.section-salon_shampoo h4 {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  padding: 70px 20px 25px;
}
.section-salon_cut h4 {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  padding: 5px 20px 25px;
}
.section-salon_shampoo p, .section-salon_cut p {
  padding: 0 20px 15px;
  text-align: left;
}
.section-salon_shampoo-table, .section-salon_cut-table {
  width: 320px;
  margin: 0 auto;
}
.section-salon_shampoo-table th, td {
  border-bottom: solid 1px #685454;
  padding: 5px;
}
.section-salon_shampoo-table th {
  font-weight: 500;
  background-color: #EBD5D5;
  background-color: rgba(235, 213, 213, 0.4);
}
.section-salon_shampoo-btn, .section-salon_cut-btn {
  margin: 25px 20px 30px;
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  text-decoration: none;
  background-color: #EA8A8A;
  color: #F2F2F2;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.section-salon_shampoo-flow, .section-salon_cut-flow {
  height: 335px;
  margin: 0 20px;
  background-color: #F2F2F2;
  border-radius: 30px;
}
.section-salon_shampoo-flow h5, .section-salon_cut-flow h5 {
  font-weight: 500;
  padding: 10px 0 0px;
}
.section-salon_shampoo-slide, .section-salon_cut-slide {
  font-size: 14px;
  line-height: 20px;
}
.section-salon_shampoo-image, .section-salon_cut-image {
  width: 200px;
  padding: 20px 0 30px;
  margin: 0 auto;
}
.section-salon_cut-temporary {
  padding: 65px 20px 0;
  color: #D90000;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.section-salon_option-container {
  margin-bottom: 25px;
  position: relative;
}
.section-salon_cut-table th, td {
  border-bottom: solid 1px #685454;
  padding: 5px;
}
.section-salon_cut-table th {
  font-weight: 500;
  background-color: #EBD5D5;
  background-color: rgba(235, 213, 213, 0.4);
}
.section-salon_option {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  padding: 0 0px 25px;
}
.section-salon_option-sp_img {
  width: 130px;
  position: absolute;
  right: -15px;
  top: 30px;
}
.section-salon_option-pc_img {
  display: none;
}
.section-salon_option-product {
  display: inline-block;
  width: 335px;
  margin: 0 0px 10px;
  padding: 5px 0 5px 10px;
  text-align: left;
  text-decoration: none;
  background-color: #F2F2F2;
  color: #685454;
  border-radius: 15px;
}
.section-salon_option-description {
  text-align: left;
  padding: 0 4px 10px;
}
.section-salon_option-item1 {
  text-align: left;
  padding-bottom: 25px;
}
.section-salon_option-item2 {
  display: none;
}
.section-salon_alacarte {
  width: 100%;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-salon {
    padding: 80px 50px 65px;
    position: relative;
    margin-top: 0px;  
  }
  .section-salon_waves-bottom {
    bottom: -80px;
  }
  .section-salon h2 {
    font-size: 46px;
    padding: 0 20px;
  }
  .section-salon h2:before {
    content: url("../images/pc_icon1.png");
    top: 10px;
    left: 0px;
  }
  .section-salon h2:after {
    content: url("../images/pc_icon2.png");
    top: 10px;
    right: 0px;
  }
  .section-salon_title {
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 50px;
  }
  .section-salon_lead {
    font-size: 24px;
  }
  .section-salon_lead-description {
    padding: 30px 0 40px;
  }
  .section-salon_shampoo, .section-salon_cut {
    background-image: url("../images/salon/frame_pc.png");
    background-size: contain;
    width: 800px;
    margin: 0 auto 30px;
    padding: 55px 115px;
  }
  .section-salon_shampoo h4, .section-salon_cut h4 {
    padding: 0 0 25px;
    font-size: 24px;
  }
  .section-salon_shampoo-wrap, .section-salon_cut-wrap {
    display: flex;
    justify-content: space-between;
  }
  .section-salon_cut-wrap {
    flex-direction: row-reverse;
  }
  .section-salon_shampoo-info, .section-salon_cut-info {
    width: 48%;
  }
  .section-salon_shampoo-table, .section-salon_cut-table {
    width: 100%;
  }
  .section-salon_shampoo-flow, .section-salon_cut-flow {
    width: 48%;
    align-self: center;
    margin: 0 auto 50px;
    height: auto;
  }
  .section-salon_shampoo-image, .section-salon_cut-image {
    display: block;
    width: 270px;
  }
  .section-salon_cut-temporary {
    padding: 0 0 5px;
    font-size: 16px;
  }
  .section-salon_option-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-salon_option {
    padding: 0 150px 40px;
    font-size: 24px;
  }
  .section-salon_option-sp_img {
    display: none;
  }
  .section-salon_option-pc_img {
    display: block;
    position: absolute;
    top: 20px;
    left: -35px;
  }
  .section-salon_option-wrap {
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
  .section-salon_option-item1 {
    align-self: center;
    width: 45%;
  }
  .section-salon_option-item2 {
    display: block;
    align-self: center;
    width: 18%
  }
  .section-salon_option-item2 img {
    padding-bottom: 20px;
  }
  .section-salon_option-item3 {
    align-self: center;
    width: 32%;
  }
  .section-salon_option-product {
    margin: 0 0 5px;
    padding: 10px 0 10px 15px;
    width: 400px;
  }
  .section-salon_option-description {
    padding: 0 0 20px;
  }
}
.section-hotel {
  padding: 45px 25px 50px;
  background-image: url("../images/hotel/hotel_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-hotel h2 {
  padding: 0 20px;
}
.section-hotel h2:before {
  content: url("../images/sp_icon1.png");
  margin-right: 5px;
  position: relative;
  top: 10px;
  left: 0px;
}
.section-hotel h2:after {
  content: url("../images/sp_icon2.png");
  margin-left: 5px;
  position: relative;
  top: 10px;
  right: 0px;
}
.section-hotel_title {
  padding: 0 20px;
  margin: 0px 0 25px;
  font-family: "Yomogi", cursive;
  font-size: 10px;
  line-height: 15px;
}
.section-hotel h3 {
  padding-bottom: 25px;
}
.section-hotel_description {
  padding-bottom: 40px;
  line-height: 24px;
}
.section-hotel_table {
  width: 335px;
  margin: 0 auto;
  border: solid 1px #685454;
}
.section-hotel_table th {
  width: 167.5px;
  padding: 10px;
  border: solid 1px #685454;
  font-weight: 500;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-hotel {
    padding: 80px 150px 100px;
    background-image: url("../images/hotel/hotel_bg_pc.png");
    background-position: center;
  }
  .section-hotel h2 {
    font-size: 46px;
  }
  .section-hotel h2:before {
    content: url("../images/pc_icon1.png");
    top: 10px;
    left: 0px;
  }
  .section-hotel h2:after {
    content: url("../images/pc_icon2.png");
    top: 10px;
    right: 0px;
  }
  .section-hotel_title {
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 50px;
  }
  .section-hotel_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-hotel_item1 {
    width: 67%;
    align-self: center;
  }
  .section-hotel_item2 {
    width: 50%;
    align-self: center;
  }
  .section-hotel h3 {
    font-size: 24px;
    text-align: left;
    padding: 0;
  }
  .section-hotel_description {
    padding: 30px 0 40px;
    text-align: left;
    line-height: 28px;
  }
}
.section-contact {
  padding: 45px 20px 60px;
  background-color: #fff;
}
.section-contact h2 {
  padding-bottom: 40px;
  color: #EA8A8A;
  font-size: 18px;
}
.section-contact_text {
  text-align: left;
  padding-bottom: 20px;
}
.section-contact iframe {
  margin-bottom: 50px;
  width: 100%;
}
.section-contact_tel {
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  height: 125px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #EA8A8A;
}
.section-contact_comment {
  padding: 10px 0 15px;
  font-size: 16px;
  line-height: 20px;
}
.section-contact_phone {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 6px;
}
.section-contact_hour {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}
.section-contact h4 {
  padding: 50px 0 20px;
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 20px;
}
form {
  width: 100%;
}
.form-row {
  text-align: left;
  padding-bottom: 10px;
}
.form-label {
  width: 200px;
}
.form-label label {
  font-weight: 500;
  text-align: left;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #F21C00;
}
/* フォームパーツのデザイン */
input, textarea {
  width: 310px;
  background-color: #EBD5D5;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #685454;
}
input::placeholder, textarea::placeholder {
  color: #685454;
  font-size: 14px;
}
select {
  background-color: #EBD5D5;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #685454;
}
button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 45px;
  border: none;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #F2F2F2;
  font-weight: bold;
  background-color: #EA8A8A;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-contact {
    padding: 80px 50px 100px;
  }
  .section-contact h2 {
    padding-bottom: 80px;
    font-size: 36px;
  }
  .section-contact_text {
    padding-bottom: 25px;
    text-align: center;
  }
  .section-contact iframe {
    margin-bottom: 60px;
    width: 550px;
  }
  .section-contact_tel {
    width: 800px;
  }
  .section-contact_comment {
    padding: 10px 0 20px;
    line-height: 28px;
  }
  .section-contact_phone {
    font-size: 36px;
  }
  .section-contact_hour {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .section-contact h4 {
    padding: 60px 0 35px;
    font-size: 30px;
  }
  form {
    width: 60%;
    margin: 0 auto;
  }
  .form-row {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .form-label {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: right;
    padding-right: 10px;
  }
  .form-label label {
    font-weight: 500;
  }
  /* フォームパーツのデザイン */
  input, textarea {
    padding: 15px 20px;
    flex-grow: 1;
  }
  select {
    padding: 15px 20px;
  }
}
.section-shop {
  margin: 20px 20px 50px;
  position: relative;
}
.section-shop h2:before {
  content: url("../images/sp_icon1.png");
  margin-right: 5px;
  position: relative;
  top: 10px;
  left: 0px;
}
.section-shop h2:after {
  content: url("../images/sp_icon2.png");
  margin-left: 5px;
  position: relative;
  top: 10px;
  right: 0px;
}
.section-shop_title {
  margin: 0px 0 25px;
  font-family: "Yomogi", cursive;
  font-size: 10px;
  line-height: 15px;
}
.section-shop_info {
  padding-bottom: 25px;
}
.section-shop_info h5 {
  width: 80px;
  padding: 5px;
  text-decoration: none;
  background-color: #EBD5D5;
  color: #EA8A8A;
  border-radius: 30px;
  text-align: center;
}
.section-shop_info span {
  padding: 0 0 10px 15px;
}
.section-shop_image1 {
  width: 145px;
  padding-left: 30px;
  position: absolute;
}
.section-shop_info-hours {
  margin: 0 auto 25px;
  width: 300px;
  table-layout: fixed;
}
.section-shop_info-hours tr th {
  border: solid 1px #685454;
  padding: 5px 10px;
  font-weight: 500;
}
.section-shop_image2, .section-shop_image3 {
  display: none;
}
.section-shop_map {
  width: 335px;
  padding-bottom: 40px;
}
.section-shop-contact {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 18px;
}
.section-shop_contact-hours {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 12px;
  line-height: 10px;
}
.section-shop_contact-phone {
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  line-height: 45px;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 600;
  border-bottom: solid 1px #685454;
}
.section-shop_contact-line {
  padding-bottom: 20px;
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  line-height: 45px;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 600;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-shop {
    padding: 80px 50px 65px;
    margin: 0 auto;
    max-width: 1100px;
  }
  .section-shop h2 {
    font-size: 46px;
  }
  .section-shop h2:before {
    content: url("../images/pc_icon1.png");
    top: 10px;
    left: 0px;
  }
  .section-shop h2:after {
    content: url("../images/pc_icon2.png");
    top: 10px;
    right: 0px;
  }
  .section-shop_title {
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 50px;
  }
  .section-shop_image1 {
    width: 180px;
    right: 70px;
    top: 240px;
  }
  .section-shop_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 850px;
    margin: 0 auto;
  }
  .section-shop_map {
    width: 475px;
    height: 475px;
  }
}
.section-instagram {
  padding: 35px 30px 100px;
  background-image: url("../images/news_bg.jpeg");
  background-position: center;
  background-size: 800px auto;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
}
.section-instagram h2 {
  padding-bottom: 30px;
}
.section-instagram h2:after {
  content: url("../images/instagram/instagram_icon_sp.png");
  position: relative;
  top: 10px;
  right: 0px;
}
.section-instagram_image {
  width: 230px;
  height: 230px;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-instagram {
    padding: 50px 150px 40px;
  }
  .section-instagram h2 {
    font-size: 46px;
    padding-bottom: 20px;
  }
  .section-instagram_slide{
    max-width: 1100px;
    margin: 0 auto;
  }
}