@charset "UTF-8";

.cont-area {
    padding-top: 25px;
}

/* 店舗一覧 */
.branch__wrap {
  width: 1200px;
  margin: 0 auto;
}
.branch__title {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 26px;
  text-align: left;
}
.branch__shopitem {
  margin: 0 0 20px 0;
  padding: 20px 442px 20px 30px;
  border: 4px solid #EFEFEF;
  position: relative;
}
.branch__shop-img {
  position :absolute;
  top: 20px;
  right: 20px;
  width: 383px;
}
.branch__shop-img img {
  width: 100%;
}
.branch__shop-name {
  margin: 0 0;
  text-align: left;
  font-size: 26px;
}
.branch__shop-lead {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.branch__form--frame {
  display: flex;
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.branch__form--frame--first {
  border: none;
}
.branch__form-title {
  display: flex;
  width: 96px;
  padding: 8px 10px;
  background: #F8F8F8;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.branch__form-cont {
  width: calc(100% - 96px);
  padding: 8px 20px;
}
.branch__shop--menu {
  display: flex;
  margin: 15px 0 0 0;
}
.branch__shop--menu .c-btn__orange.small a,
.branch__shop--menu .c-btn__orange-gra.small a,
.branch__shop--menu .c-btn__gray.small a {
  padding: 8.5px 0;
}

.branch-btn__detail.c-btn__orange.small {
  margin: 0;
}
.branch-btn__contact.c-btn__orange-gra.small {
  margin: 0 0 0 20px;
}

/* 店舗詳細 */

.branch-detail__wrap{
  width: 1200px;
  margin: 0 auto;
}
.branch-detail__title {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 26px;
  text-align: left;
}
.branch-detail__summary {
  display: flex;
  margin: 0 0 40px 0;
  padding: 10px 10px 10px 30px;
  width: 100%;
  justify-content: space-between;
  border: 3px solid #ccc;
  box-sizing: border-box;
}
.branch-detail__summary-cont {
  width: 643px;
  padding-bottom: 100px;
  position: relative;
}
.branch-detail__summary-cont p {
  font-size: 16px;
}
.branch-detail__shop-contact {
  display: flex;
  margin: 20px 0 0 0;
  padding: 20px;
  width: 100%;
  background: #F8F8F8;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.branch-detail__contact-title {
  font-size: 16px;
}
.branch-detail__contact-list {
  display: flex;
  min-width: 222px;
}
.branch-detail__btn.c-btn__orange-gra.small + .branch-detail__btn {
  margin: 0 0 0 20px;
}
.branch-detail__summary-img {
  width: 483px;
}

.branch-detail__summary-img img {
  width: 483px;
  height: 295px;
  object-fit: cover;
}
.branch-detail__shopitem {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.branch-detail__shop-summary {
  width: 580px;
}
.branch-detail__form--frame {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.branch-detail__form--frame--first {
  border-top: 1px solid #CCCCCC;
}
.branch-detail__form-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  position: relative;
  background: #F8F8F8;
  width: 190px;
  text-align: center;
  box-sizing: border-box;
}
.branch-detail__form-title p {
  font-size: 16px;
}
.branch-detail__form-cont {
  padding: 14px 22px;
  width: calc(100% - 190px);
  box-sizing: border-box;
}
.branch-detail__form-cont a {
  color: #ff7600;
  text-decoration: none;
}
.branch-detail__form-cont a:hover {
  text-decoration: none;
}
.branch-detail__shop-map {
  width: 580px;
}
.branch-detail__shop-map-img {
  margin: 0 0 15px 0;
}
.branch-detail__shop-map-img iframe {
  width: 100%;
}
.branch-detail__shop-access {
  margin: 0 0 15px 0;
}
.c-btn__orange.small.branch-detail__shop-map-btn {
  margin: 0 0 0 auto;
  width: 240px;
}
.branch-detail__cont-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  font-size: 26px;
}
.branch-detail__cont-list {
  display: flex;
  margin: 0 0 60px 0;
  width: 100%;
  flex-flow: wrap;
}
.branch-detail__cont-item {
  width: 18.7%;
  margin: 0 0 20px 1.625%;
  padding: 20px 1.5%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}
.branch-detail__cont-item:nth-child(5n + 1) {
  margin-left: 0;
}
.branch-detail__cont-img {
  margin: 0 auto 20px;
  max-width: 141px;
}
.branch-detail__cont-img img {
  width: 100%;
  border-radius: 70px;
}
.branch-detail__cont-name {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 18px;
}
.c-btn__orange.small.branch-detail__cont-btn {
  width: auto;
  max-width: 180px;
}
/*  スタッフ詳細 */

.concierge__wrap {
  width: 1200px;
  margin: 0 auto;
}
.concierge__head {
  width: 1200px;
  margin: 0 auto 20px auto;
}
.concierge__head img {
  width: 1200px;
  height: 282px;
  object-fit: cover;
}
.concierge__flex {
  display: flex;
  justify-content: space-between;
}
.concierge__sidebar {
  width: 280px;
}
.concierge__sidebar__img {
  margin: 0 0 20px 0;
}
.concierge__sidebar__img img {
  width: 100%;
  border-radius: 50%;
}
.concierge__sidebar__summary {
  padding: 10px 10px 10px 10px;
  background: #F8F8F8;
}
.concierge__sidebar__name {
  margin: 20px 0 0 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.concierge__sidebar__info {
  margin: 20px 0 0 0;
}
.concierge__sidebar__info-title {
  font-size: 16px;
}
.concierge__sidebar__info-cont {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.concierge__sidebar__btn.c-btn__orange.small {
  margin: 20px auto 0;
  width: 100%;
}
.concierge__sidebar__btn.c-btn__orange.small a {
  padding: 17px 10px;
}
.concierge__main-area {
  width: 894px;
}

.concierge__main-area__info {
  margin: 0 0 15px 0;
}
.concierge__main-area__info-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.concierge__main-area__info-title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.concierge__main-area__rec {
  margin: 0 0 40px 0;
}
.concierge__main-area__rec-title {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
/*  ガイド詳細 */

.guide__wrap {
  width: 1200px;
  margin: 0 auto;
}
.guide__head {
  width: 1200px;
  margin: 0 auto 20px auto;
}
.guide__head img {
  width: 1200px;
  height: 282px;
  object-fit: cover;
}
.guide__flex {
  display: flex;
  justify-content: space-between;
}
.guide__sidebar {
  width: 280px;
}
.guide__sidebar__img {
  margin: 0 0 20px 0;
}
.guide__sidebar__img img {
  width: 100%;
  border-radius: 50%;
}
.guide__sidebar__summary {
  padding: 10px 10px 10px 10px;
  background: #F8F8F8;
}
.guide__sidebar__name {
  margin: 20px 0 0 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.guide__sidebar__info {
  margin: 20px 0 0 0;
}
.guide__sidebar__info-title {
  font-size: 16px;
}
.guide__sidebar__info-cont {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.guide__sidebar__list {
  display: flex;
  flex-flow: wrap;
}
.guide__sidebar__item {
  margin: 0 5px 5px 0;
  padding: 0 10px;
  background: #fff;
  border-radius: 40px;
  border: 2px solid #ff7600;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.guide__main-area {
  width: 894px;
}

.guide__main-area__info {
  margin: 0 0 15px 0;
}
.guide__main-area__info:last-child {
  margin-bottom: 40px;
}
.guide__main-area__info-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.guide__main-area__info-title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.guide__main-area__rec {
  margin: 0 0 40px 0;
}
.guide__main-area__rec-title {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
@media(max-width:970px){

  /* 店舗一覧 */
  .branch__wrap {
    width: 100%;
  }
  .branch__shopitem {
    padding: 20px 35% 20px 30px;
  }
  .branch__shop-img {
    width: 30%;
  }
  /* 店舗詳細 */
.branch-detail__wrap{
    width: 100%;
  }
  .branch-detail__summary-cont {
    width: 67%;

  }
  .branch-detail__summary-img {
    width: 30%;
  }
  .branch-detail__shop-map {
    width: calc(100% - 600px);
  }

  /*  スタッフ詳細 */
  .concierge__wrap {
    width: 100%;
  }
  .concierge__head {
    width: 100%;
  }
  .concierge__head img.pc {
    display: block;
  }
  .concierge__sidebar {
    width: 26%;
  }
  .concierge__main-area {
    width: 70%;
  }
/*  ガイド詳細 */
  .guide__wrap {
    width: 100%;
  }
  .guide__sidebar {
   width: 26%;
  }
  .guide__main-area {
    width: 70%;
  }
}

@media(max-width:800px){
  .cont-area {
    padding: 10px 0 0 0;
  }

  /* 店舗一覧 */
  .branch__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .branch__title {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
  .branch__shopitem {
    margin: 0 0 15px 0;
    padding: 15px 10px;
    border: 1px solid #EFEFEF;
  }
  .branch__shop-summary{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  .branch__shop-cont {
    width: calc(100% - 143px);
  }
  .branch__shop-img {
    position :static;
    top: auto;
    right: auto;
    width: 126px;
  }
  .branch__shop-name {
    font-size: 16px;
  }
  .branch__shop-lead {
    margin: 0 0 0 0;
    font-size: 12px;
  }
  .branch__form--frame {
    display: block;
    border: none;
  }
  .branch__form-title {
    display: block;
    padding: 5px 12px;
    width: 100%;
    text-align: left;
  }
  .branch__form-title p {
    font-size: 14px;
  }
  .branch__form-cont {
    margin: 0 auto;
    padding: 5px 0 20px 0;
    width: 100%;
  }
  .branch__form-cont p {
    font-size: 14px;
  }
  .branch__shop--menu {
    justify-content: space-around;
    margin: 0;
  }
  .branch__shop--menu li.c-btn__orange-gra.small {
    width: 32%;
  }
  .branch-btn__detail {
    margin: 0;
  }
  .branch-btn__contact.c-btn__orange-gra.small {
    margin: 0;
  }

  .branch-btn__detail.c-btn__orange.small a {
    padding: 7px 0;
  }
  .branch-btn__contact.c-btn__orange-gra.small a {
    height: 40px;
    padding: 9px 0;
  }

  /* 店舗詳細 */
  .branch-detail__wrap{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .branch-detail__title {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
  .branch-detail__summary {
    display: block;
    margin: 0 0 40px 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .branch-detail__summary-cont {
    width: 100%;
    padding-bottom: 0;
  }
  .branch-detail__shop-introduction {
    margin: 0 0 20px 0;
    font-size: 13px;
  }
  .branch-detail__shop-contact {
    display: flex;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    background: #F8F8F8;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    position: static;
    flex-flow: column;
  }
  .branch-detail__contact-list {
    width: 100%;
  }
  .branch-detail__contact-list .c-btn__orange-gra.small a,
  .branch-detail__contact-list .c-btn__orange-gra.small input,
  .branch-detail__contact-list .c-btn__orange-gra.small button {
    height: 40px;
  }
  .branch-detail__contact-title {
    margin: 0 0 20px;
  }
  .c-btn__orange-gra.small.branch-detail__btn {
    width: 100%;
  }
  .c-btn__orange-gra.small.branch-detail__btn a {
    padding: 9px 0;
  }
  .c-btn__orange-gra.small.branch-detail__btn a:hover {
    padding: 7px 0;
  }
  .branch-detail__summary-img {
    width: 100%;
  }
  .branch-detail__summary-img img {
    margin: 0 auto;
    max-width: 483px;
    width: 100%;
    max-height: 295px;
    height: 100%;
  }
  .branch-detail__shopitem {
    display: block;
  }
  .branch-detail__shop-summary {
    width: 100%;
  }
  .branch-detail__form--frame {
    display: block;
    border: none;
  }
  .branch-detail__form-title {
    display: block;
    padding: 12px 12px;
    width: 100%;
    text-align: left;
  }
  .branch-detail__form-title p {
    font-size: 16px;
  }
  .branch-detail__form-cont {
    margin: 0 auto;
    padding: 5px 10px 20px 10px;
    width: 100%;
  }
  .branch-detail_form-cont p {
    font-size: 13px;
  }
  .branch-detail__shop-map {
    width: 100%;
  }
  .c-btn__orange.small.branch-detail__shop-map-btn {
    width: 100%;
    margin: 0 auto;
  }
  .c-btn__orange.small.branch-detail__shop-map-btn a {
    padding: 17px 0;
  }
  .c-btn__orange.small.branch-detail__shop-map-btn a:hover {
    padding: 19px 0;
  }
  .branch-detail__cont-title {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
  }
  .branch-detail__cont-list {
    margin: 0 0 30px 0;
    justify-content: space-between;
  }
  .branch-detail__cont-name {
    font-size: 15px;
  }
    .branch-detail__cont-item {
    width: 49%;
    margin: 0 0 10px 0;
    padding: 20px 1.5%;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .c-btn__orange.small.branch-detail__cont-btn a {
    padding: 7.5px 0;
  }
  .c-btn__orange.small.branch-detail__cont-btn a:hover {
    padding: 7.5px 0;
  }

  /*  スタッフ詳細 */
  .concierge__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .concierge__head {
    margin: -10px 0 5px 0;
    position: relative;
  }
  .concierge__head img {
    width: 100%;
    height: 100%;
  }
  .concierge__head img.pc {
    display: none;
  }
  .concierge__flex {
   display: block;
  }
  .concierge__sidebar {
    width: 100%;
  }
  .concierge__sidebar__img {
    margin: 0 0 10px 0;
    padding: 0 0 0 134px;
    width: 100%;
    min-height: 90px;
    position: relative;
  }
  .concierge__sidebar__img img {
    border: 5px solid #fff;
    width: 134px;
    position: absolute;
    top: -45px;
    left: 0px;
  }
  .concierge__sidebar__name.sp {
    margin: 0 0 0 5px;
    padding-top: 11px;
    font-size: 16px;
    text-align: left;
  }
  .concierge__sidebar__summary {
    margin: 0 0 15px 0;
  }
  .concierge__sidebar__info {
    margin: 0 0 0 0;
  }
  .concierge__sidebar__info + .concierge__sidebar__info {
    margin: 15px 0 0 0;
  }
  .concierge__sidebar__info-cont {
    font-size: 14px;
  }
  .concierge__sidebar__btn.c-btn__orange.small {
    margin: 8px 0 0 0;
  }
  .concierge__sidebar__btn.c-btn__orange.small a {
    padding: 7px 0px;
  }
  .concierge__sidebar__btn.c-btn__orange.small a:hover {
    padding: 9px 10px;
  }
  .concierge__main-area {
    width: 100%;
  }
  .concierge__main-area__info-title {
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
  }
  .concierge__main-area__info-title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
  }
  .concierge__main-area__rec-title {
    font-size: 16px;
    color: #707070;
  }
  .c-btn__orange.large.concierge__main-area-listbtn a {
    padding: 7.5px 0;
    font-size: 14px;
  }
  .c-btn__orange.large.concierge__main-area-listbtn a:hover {
    padding: 7.5px 0;
  }
  /*  ガイド詳細 */
  .guide__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .guide__head {
    width: 100%;
    margin: -10px 0 5px 0;
    position: relative;
  }
  .guide__head img {
    width: 100%;
  }
  .guide__flex {
    display: block;
  }
  .guide__sidebar {
    width: 100%;
  }
  .guide__sidebar__img {
    margin: 0 0 10px 0;
    padding: 0 0 0 134px;
    width: 100%;
    min-height: 90px;
    position: relative;
  }
  .guide__sidebar__img img {
    border: 5px solid #fff;
    width: 134px;
    position: absolute;
    top: -45px;
    left: 0px;
  }
  .guide__sidebar__name.sp {
    margin: 0 0 0 5px;
    padding-top: 9px;
    font-size: 16px;
    text-align: left;
  }
  .guide__sidebar__summary {
    margin: 0 0 15px 0;
  }
  .guide__sidebar__info {
    margin: 0 0 0 0;
  }
  .guide__sidebar__info + .guide__sidebar__info {
    margin: 15px 0 0 0;
  }
  .guide__sidebar__info-cont {
    font-size: 14px;
  }
  .guide__sidebar__item {
    padding: 0 15px;
  }
  .guide__main-area {
    width: 100%;
  }
  .guide__main-area__info-title {
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
  }
  .guide__main-area__info-title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
  }
  .guide__main-area__rec-title {
    font-size: 16px;
    color: #707070;
  }
  .c-btn__orange.large.guide__main-area-listbtn a {
    padding: 7.5px 0;
    font-size: 14px;
  }
  .c-btn__orange.large.guide__main-area-listbtn a:hover {
    padding: 7.5px 0;
  }
}
