@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* ====================================================

    ┏───────────────────────┓
    │   Table Of Contents   │
    ┗───────────────────────┛

    1. Visual
    1-1. Reset
    2. Professional
    3. Service
    4. News
    5. Recruit
    6. Loading

==================================================== */
/* ====================================

  0. Common

==================================== */
/*
  0-1. Hero
==================================== */
.hero {
  background-image: url(/wp/wp-content/themes/royal_new_theme/assets/images/pages/shop/hero-ph_1.jpg);
}

/*
  0-2. Container
==================================== */
.shop-item {
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  background: url(/wp/wp-content/themes/royal_new_theme/assets/images/common/bg-lattice.png) repeat;
}

.shop-item .shop-title {
  padding: 10px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f0f0f0;
}

@media screen and (max-width: 959px) {
  .shop-item {
    margin-top: 4vw;
  }
  .shop-item .shop-title {
    padding: 2.66667vw 4vw;
  }
}

.shop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

.shop-box .text {
  position: relative;
  margin-left: 15px;
  padding-bottom: 40px;
  line-height: 1.5;
}

.shop-box .conversion {
  margin-top: 5px;
}
.shop-box .conversion br {
	display: none;
}
.shop-box .number-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #d02e2c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  pointer-events: none;
}

.shop-box .number-link .point {
  width: 42px;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  background-color: #fcebeb;
}

.shop-box .business-time {
  margin: 3px 0 15px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.shop-box .business-time .time {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.shop-box .button-primary {
  position: absolute;
  right: 0;
  bottom: 0;
}

.shop-box .button-primary:hover {
  top: auto;
  bottom: -2px;
}

@media screen and (max-width: 959px) {
  .shop-box {
    display: block;
    padding: 4vw;
  }
  .shop-box img {
    width: 100%;
  }
  .shop-box .text {
    margin: 2vw 0;
    padding-bottom: 0;
  }
  .shop-box .number-link {
    pointer-events: auto;
  }
  .shop-box .number-link .point {
    width: 10.66667vw;
    margin-right: 20;
    line-height: 5.86667vw;
  }
  .shop-box .business-time {
    margin: .8vw 0 2.4vw;
  }
  .shop-box .button-primary {
    position: relative;
    height: 16vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .shop-box .button-primary.-arrow:after {
    right: 4vw;
    width: 3.33333vw;
    height: 3.33333vw;
    margin-top: -1.86667vw;
  }
}

.lower {
  line-height: 1.5;
}

.lower p + p {
  margin-top: 15px;
}

.lower .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.lower .center-box .image {
  margin-right: 20px;
}

.lower .center-box .logo img {
  width: 360px;
}

@media screen and (max-width: 959px) {
  .lower p + p {
    margin-top: 2.66667vw;
  }
  .lower .center-box {
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .lower .center-box .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lower .center-box .image img {
    width: 100%;
  }
  .lower .center-box .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lower .center-box .logo {
    margin-top: 6.66667vw;
    margin-bottom: 4vw;
  }
  .lower .center-box .logo img {
    width: 76.4vw;
  }
}


.staff_box {
overflow:hidden;
margin-bottom:30px;
}


.staff_box:last-child {
margin-bottom:0px;
}

.staff_box .photo {
float:left;
position:relative;
}

.staff_box .photo .arrow {
position:absolute;
top:50%;
right:-26px;
margin-top:-11px;
}


.staff_box .frame {
background:#fff;
border:1px solid #ccc;
float:right;
width:612px;
}

.staff_box h4 {
background:#e5ebee;
font-size:118%;
line-height:1;
padding:15px 20px 13px;
}

.staff_box dl {
margin:0px 20px;
line-height:1.5;
}

.staff_box dl dt {
margin:0;
padding:0.5em 0;	
}

.staff_box dl dd {
margin:-2.5em 0 0 0;
padding:0.5em 0 0.5em 4.5em;	
border-bottom:1px dotted #ccc;
}

.staff_box p {
padding:20px;
}



@media screen and (max-width: 959px) {
.staff_box .photo .arrow {
	display: none;
}
.staff_box .photo {
    width: 19%;
}
.staff_box .photo img {
    width: 100%;
}
.staff_box .frame {
    width: 80%;
}
}


@media screen and (min-width: 960px) {
/*枠線つき吹き出し*/
.staff_box .frame{
  position: relative;
}

.staff_box .frame:before,
.staff_box .frame:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.staff_box .frame:before{
    top: 43px;
    left: -20px;
    border-style: solid;
    border-color: transparent #cccccc transparent;
    border-width: 10px 20px 10px 0;
    margin: 0;
}
.staff_box .frame:after{
    top: 44px;
    left: -17px;
    border-style: solid;
    border-color: transparent #fff transparent;
    border-width: 9px 17px 9px 0;
    margin: 0;
	z-index: 10;
}
}

/* ====================================
  追加分
==================================== */
@media screen and (max-width: 959px) {
.shop_img {
    margin-bottom: 1em;
}
.shop_img img{
    width: 100%;
	height: auto;
}
}
@media screen and (min-width: 960px) {
.shop_img{
    display: inline-block;
	overflow: hidden;
    width: 47%;
	margin: 0 1%;
}
}