@charset "UTF-8";
html{
  font-size: 62.5%;
}
body{
  font-family: vdl-admin, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  word-break: break-all;
}

img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

img.object-fit{
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

a{
  text-decoration: none;
  color: #474747;
}

.wrapper{
  max-width: 768px;
  margin: auto;
}

header{
  position: relative;
  z-index: 2;
}

#page_area header,
#page_detail header{
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 768px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1{
  height: 1.6rem;
  line-height: 1;
  margin: 1rem 0 0.5rem 1rem;
  font-size: 1rem;
}

#page_area header h1,
#page_detail header h1{
  height: 1.6rem;
  margin: 1rem 0 1rem 1rem;
}

header .logo{
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,0.2);
}

header .logo img{
  width: 100%;
  height: auto;
}

header .nav{
  display: flex;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 1rem 0;
}

header .nav > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem 0 0;
  line-height: 1;
}
header .nav > div i{
  font-size: 2rem;
  color: #a59aca;
  margin-bottom: 5px;
}
header .nav > div span{
  font-size: 1rem;
}

header .nav_menu .close{
  display: none;
}

header .nav_menu.active .close{
  display: inline-block;
}

h2.title{
  position: relative;
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  margin: 2rem 0;
  height: 4rem;
  font-weight: normal;
}

h2.title:after{
  content: "";
  display: block;
  width: 69%;
  margin: 0 0 0 1%;
  background: url("../images/title_line.png") repeat-x left center;
  background-size: auto 15%;
}

.recruit h2.title:after{
  width: 60%;
}

h2.title > span{
  position: relative;
  border: 0.1rem solid #4a2f79;
  width: 29%;
  margin: 0 0 0 1%;
  display: flex;
  align-items: center;
  padding: 0.4rem 0 0.5rem 1rem;
}

.recruit h2.title > span{
  width: 38%;
}

h2.title > span::after{
  background: #f562a7;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -4px;
  bottom: 0;
  right: 0;
  width: 102%;
  height: 102%;
  z-index: -1;
}

.recruit h2.title > span::after{
  background: #ff8928;
}

h2.title span span{
  height: 50%;
  display: block;
  position: relative;
}

h2.title span img{
  height: 100%;
  position: relative;
}

h2.title_shop_name{
  background: #8ab2ff;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 1.5rem 0;
  margin: 0 0 2rem;
}

.recruit h2.title_shop_name{
  background: #ff8ab6;
}

h2.title_shop_name span{
  font-size: 0.5em;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

h2.title_shop_name:before{
  content: '';
  display: inline-block;
  background: url("../images/title_shop_name_icon1.png") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.7rem;
}

h2.title_shop_name:after{
  content: '';
  display: inline-block;
  background: url("../images/title_shop_name_icon2.png") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.7rem;
}

.main{
  background-image: url("../images/main_bg.png"), url("../images/main_bg2.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}

#page_area .main,
#page_detail .main{
  padding: 5.5rem 0 1rem;
}
#page_detail .main{
  background-image: url("../images/main_bg_detail.png"), url("../images/main_bg_detail2.png");
  background-color: #fdeaf4;
}

.main .contents{
  min-height: 5rem;
}

.main .pagetop{
  text-align: right;
  font-size: 1.2rem;
  padding: 0 1rem 0 0;
  font-family: 'Andale Mono','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.main .pagetop img{
  max-height: 1rem;
  vertical-align: baseline;
}

footer{}

footer .copyright{
  background: #a59aca;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
  font-family: 'Andale Mono','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.swiper-pagination{
  position: relative;
  line-height: 1;
}
.swiper-pagination-bullet{
  margin: 0 2px;
}
.swiper-pagination-bullet-active{
  background: #ff88b0
}

.osusume .swiper-slide{
  text-align: center;
}

.osusume .swiper-button-next,
.osusume .swiper-button-prev{
  top: 40%;
  width: 15px;
  height: 30px;
  background-size: 15px auto;
  left: 50%;
  right: auto;
}

.osusume .swiper-button-next,
.osusume .swiper-container-rtl .swiper-button-prev{
  background-image: url("../images/arrow-right.png");
  right:
}

.osusume .swiper-button-prev,
.osusume .swiper-container-rtl .swiper-button-next{
  background-image: url("../images/arrow-left.png");
}


#page_search{}
#page_search ul.area_list{
  list-style: none;
}
#page_search ul.area_list li{
  width: 80%;
  margin: 0 auto 1rem;
}
#page_search ul.area_list li a{
  display: block;
  padding: 0.5rem 1rem 0.5rem;
  text-align: center;
  line-height: 1;
  border-color: #9aacd9;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #9cecfb 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#9cecfb 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#9cecfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9cecfb',GradientType=0 );
}
#page_search.recruit ul.area_list li a{
  border-color: #e077ac;
  background: -moz-linear-gradient(top,  #ffffff 0%, #fb9ccc 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fb9ccc 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#fb9ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fb9ccc',GradientType=0 );
}
#page_search ul.area_list li:nth-last-child(2n+1) a{
  border-color: #e9adf6;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #c09eff 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#c09eff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#c09eff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c09eff',GradientType=0 );
}
#page_search.recruit ul.area_list li:nth-last-child(2n+1) a{
  border-color: #64c6e0;
  background: -moz-linear-gradient(top,  #ffffff 0%, #7ee4ff 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#7ee4ff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#7ee4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7ee4ff',GradientType=0 );
}
#page_search ul.area_list li a .area_title{
}
#page_search ul.area_list li a .area_sub{
  line-height: 1.4;
  font-size: 70%;
  padding: 0.5rem 0 0;
}
#page_search ul.area_list li a .area_sub.no-area{
  padding: 0;
}


#page_search ul.area_list_etc{
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
#page_search ul.area_list_etc li{
  width: 25vw;
  max-width: 150px;
  margin: 0 auto 1rem;
}
#page_search ul.area_list_etc li a{
  display: flex;
  padding: 0;
  height: 25vw;
  max-height: 150px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-color: #f47bb4;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f47bb4 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f47bb4 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f47bb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f47bb4',GradientType=0 );
}
#page_search.recruit ul.area_list_etc li a{
  border-color: #e9af59;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffbd5b 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffbd5b 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffbd5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbd5b',GradientType=0 );
}
#page_search ul.area_list_etc li a .area_title{
  padding: 0;
}


/* エリアの店舗一覧 */
#page_area .shop_list{
  list-style: none;
  padding: 0 10%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#page_area .shop_list li{
  background: #fff;
  border: 2px solid #f0a8c0;
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0 0 2rem;
}
#page_area .shop_list li{
  border: 2px solid #f562a7;
}
#page_area .shop_list li h3{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
#page_area .shop_list li h3 span{
  font-size: 1rem;
  display: block;
  margin: 5px 0 0;
}
#page_area .shop_list li .shop_desc{
  line-height: 1.4;
  padding: 0 0 1rem;
}
#page_area .shop_list li .shop_photo{
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
}
#page_area .shop_list li .shop_info{
  border-bottom: 2px solid #a59aca;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
#page_area .shop_list li .shop_info_icon{
  width: 24px;
  padding: 3px 3px 0;
}
#page_area .shop_list li .shop_info_title{
  width: 60px;
  font-weight: bold;
  padding: 0 0 0 7px;
}
#page_area .shop_list li .shop_info_desc{
  flex:1;
}

#page_area .shop_list li .shop_detail_btn a{
  display: block;
  padding: 0.6rem 0;
  font-size: 1.2rem;
  margin: 2rem auto 1rem;
  width: 50%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

  background: rgb(159,237,251);
  background: -moz-linear-gradient(90deg, rgba(159,237,251,1) 0%, rgba(171,132,245,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(159,237,251,1) 0%, rgba(171,132,245,1) 100%);
  background: linear-gradient(90deg, rgba(159,237,251,1) 0%, rgba(171,132,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9fedfb",endColorstr="#ab84f5",GradientType=1);
}

#page_area.recruit .shop_list li .shop_detail_btn a{
  background: rgb(254,225,64);
  background: -moz-linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  background: linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee140",endColorstr="#fa709a",GradientType=1);
}

#page_area .shop_list li .shop_taigu{
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 0 0 0;
}

#page_area .shop_list li .shop_taigu .taigu_icon{
  width: 20%;
  text-align: center;
  margin: 2% 0 0;
}

#page_area .shop_list li .shop_taigu .taigu_icon img{
  width: 91%;
}

#page_detail .shop_detail_box{
  padding: 0 10%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#page_detail .shop_detail_box .shop_photo{
}

#page_detail .shop_detail_box .shop_photo img{
  width: 100%;
}

#page_detail .shop_detail_box .shop_desc{
  text-align: center;
  line-height: 1.2;
  margin: 2rem 0;
}

#page_detail .shop_gallery_title{
  background: #f9a1d0;
  color: #fff;
  margin-left: -6.25%;
  padding: 0.5rem;
  line-height: 1;
  width: 8rem;
  text-align: center;
}

#page_detail .shop_detail_box .shop_gallery_wrap{
  overflow: scroll;
  margin: 3rem -6.25%;
  border: 1px solid #f9a1d0;
  background: #fff;
}

#page_detail .shop_detail_box .shop_gallery{
  background: #fff;
  padding: 0 0 0 1rem;
  width: 40rem;
}

#page_detail .shop_detail_box .shop_gallery::after{
  content: "";
  clear: both;
  display: block;
}

#page_detail .shop_detail_box .shop_gallery .shop_gallery_item{
  margin: 1rem 1rem 1rem 0;
  width: 12rem;
  height: 12rem;
  float: left;
}

#page_detail .shop_detail_box .shop_gallery .shop_gallery_item img{
  width: 12rem;
  height: 12rem;
}

#page_detail .shop_detail_box .shop_taigu{
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 0 0;
  margin: 0 -0.5%
}

#page_detail .shop_detail_box .shop_taigu .taigu_icon{
  width: 20%;
  text-align: center;
  margin: 2% 0 0;
}

#page_detail .shop_detail_box .shop_taigu .taigu_icon img{
  width: 91%;
}

#page_detail .shop_detail_box .shop_info_box{
  margin: 3rem -6.25%;
  border-top: 1px solid #f9a1d0;
}
#page_detail .shop_detail_box .recruit_info .shop_info_box{
  margin: 3rem 0 0;
}
#page_detail .shop_detail_box .recruit_info h3{
  margin: 3rem 0 0;
  text-align: center;
  color: #f562a7;
}
#page_detail .shop_detail_box .recruit_info .shop_info_box{
  margin: 0 -6.25% 3rem;
}
#page_detail .shop_detail_box .shop_info{
  display: flex;
  flex-wrap: nowrap;
}
#page_detail .shop_detail_box .shop_info_box .shop_info .shop_info_desc{
  flex:1;
  border-left: 1px solid #f9a1d0;
  border-right: 1px solid #f9a1d0;
  border-bottom: 1px solid #f9a1d0;
  background: #fff;
}
#page_detail .shop_detail_box .shop_info_box .shop_info .shop_info_desc{
  flex:1;
  border-left: 1px solid #f9a1d0;
  border-right: 1px solid #f9a1d0;
  border-bottom: 1px solid #f9a1d0;
  background: #fff;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page_detail .shop_detail_box .shop_info_box .shop_info .shop_info_title{
  width: 30%;
  text-align: center;
  border-left: 1px solid #f9a1d0;
  border-right: 1px solid #f9a1d0;
  border-bottom: 1px solid #fff;
  background: #f9a1d0;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_detail .shop_detail_box .shop_info_box .shop_info:nth-of-type(2n) .shop_info_title{
  background: #daa6dc;
  border-left: 1px solid #daa6dc;
  border-right: 1px solid #daa6dc;
}
#page_detail .shop_detail_box .shop_info_box .shop_info:nth-of-type(2n):last-of-type .shop_info_title{
  border-bottom: 1px solid #daa6dc;
}
#page_detail .shop_detail_box .shop_info_box .shop_info:nth-of-type(2n):last-of-type .shop_info_desc{
  border-bottom: 1px solid #f9a1d0;
}
#page_detail .shop_detail_box .shop_info_box .shop_info:last-of-type .shop_info_title{
  border-bottom: 1px solid #f9a1d0;
}
#page_detail .shop_detail_box .shop_info_box .shop_info:last-of-type .shop_info_desc{
  border-bottom: 1px solid #f9a1d0;
}


#page_detail .shop_detail_box .taigu_salary{
  display: flex;
}

#page_detail .shop_detail_box .taigu_salary .taigu_icon{
  position: relative;
  flex:1;
  overflow: hidden;
  margin: 0 0.5%;
}
#page_detail .shop_detail_box .taigu_salary .taigu_icon:before {
    content:"";
    display: block;
    padding-top: 100%;
}
#page_detail .shop_detail_box .taigu_salary .taigu_icon img{
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
}
#page_detail .shop_detail_box .taigu_salary .taigu_icon.active img{
  top: 0;
  left: 0;
  bottom: auto;
}

#page_detail .shop_detail_box .shop_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem -8.75% 1rem;
}

#page_detail .shop_detail_box .shop_btn a{
  display: block;
  text-align: center;
  width: 46%;
  margin: 1rem 2%;
  color: #fff;
  padding: 0.6rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  background: rgb(254,225,64);
  background: -moz-linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  background: linear-gradient(90deg, rgba(254,225,64,1) 0%, rgba(250,112,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee140",endColorstr="#fa709a",GradientType=1);
}
#page_detail .shop_detail_box .shop_btn a:nth-of-type(1){
  background: #ffc107;
  background: -moz-linear-gradient(0, #ffc107 0%, #ff8b5f 100%);
  background: -webkit-linear-gradient(0, #ffc107 0%, #ff8b5f 100%);
  background: linear-gradient(0, #ffc107 0%, #ff8b5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc107",endColorstr="#ff8b5f",GradientType=0);
}
#page_detail .shop_detail_box .shop_btn a:nth-of-type(2){
  background: #beea0f;
  background: -moz-linear-gradient(0, #beea0f 0%, #4dcb4d 100%);
  background: -webkit-linear-gradient(0, #beea0f 0%, #4dcb4d 100%);
  background: linear-gradient(0, #beea0f 0%, #4dcb4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#beea0f",endColorstr="#4dcb4d",GradientType=0);
}
#page_detail .shop_detail_box .shop_btn a:nth-of-type(3){
  background: #ff9f9f;
  background: -moz-linear-gradient(0, #ff9f9f 0%, #ff8ab6 100%);
  background: -webkit-linear-gradient(0, #ff9f9f 0%, #ff8ab6 100%);
  background: linear-gradient(0, #ff9f9f 0%, #ff8ab6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f9f",endColorstr="#ff8ab6",GradientType=0);
}
#page_detail .shop_detail_box .shop_btn a:nth-of-type(4){
  background: #ffabec;
  background: -moz-linear-gradient(0, #ffabec 0%, #b192ee 100%);
  background: -webkit-linear-gradient(0, #ffabec 0%, #b192ee 100%);
  background: linear-gradient(0, #ffabec 0%, #b192ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffabec",endColorstr="#b192ee",GradientType=0);
}

#page_detail .shop_detail_box .shop_btn a img{
  height: 1.2em;
  vertical-align: sub;
}

#page_detail .shop_detail_box .shop_taigu_detail{
  border: 2px solid #f9a1d0;
  border-radius: 10px;
  margin: 3rem -6.25% 0;
  background: #fff;
  padding: 2rem 1rem;
}

#page_detail .shop_detail_box .shop_taigu_detail h3{
  text-align: center;
  color: #f562a7;
  line-height: 1;
}

#page_detail .shop_detail_box .shop_taigu_detail .salary{
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem 0 0;
}

#page_detail .shop_detail_box .shop_taigu_detail .salary span{
  color: #f562a7;
}

#page_detail .shop_detail_box .shop_taigu_detail .taigu{
  font-size: 0.8em;
  margin: 0 0 1rem;
}

#page_detail .shop_detail_box .shop_taigu_detail .comment{
  margin: 1rem 0;
  line-height: 1.4;
  text-align: justify;
}

#page_detail .shop_detail_box .shop_taigu_detail .comment strong{
  color: #f562a7;
}

#page_detail .shop_detail_box .shop_taigu_detail .coupon{
  margin: 1rem 0;
  line-height: 1.4;
  text-align: justify;
}
#page_detail .shop_detail_box .shop_taigu_detail .coupon p{
  margin: 1rem 0;
}

#page_detail .shop_detail_box .shop_taigu_detail .coupon strong{
  color: #f562a7;
}

#page_detail .shop_detail_box .shop_taigu_detail .oubo{
  font-size: 1.1em;
  line-height: 1.4;
  padding: 0 5%;
}

#page_detail .shop_detail_box .shop_taigu_detail .oubo span{
  color: #daa6dc;
}

#page_detail .shop_detail_box .google_map{
  padding: 0 3%;
}

#page_detail .shop_detail_box .google_map iframe{
  max-width: 100%;
  max-height: 60vw;
}

#page_detail .shop_detail_box .schedule,
#page_detail .shop_detail_box .sns{
  margin: 2rem -6.25% 0;
}

#page_detail .shop_detail_box .schedule h4,
#page_detail .shop_detail_box .sns h4{
  border: 1px solid #f9a1d0;
  text-align: center;
  color: #f562a7;
  padding: 0.5rem 0;
  line-height: 1.2;
  background: #fff;
  margin: 0 0 1rem;
}

#page_detail .shop_detail_box .sns .twitter{
  height: 100vw;
  max-height: 600px;
}

#page_detail .shop_detail_box .detail_box{
  margin: 2rem -6.25% 0;
  background: #fff;
  border: 1px solid #f9a1d0;
  line-height: 1;
}

#page_detail .shop_detail_box .detail_box .title{
  border-bottom: 1px solid #f9a1d0;
  text-align: center;
  color: #f562a7;
  padding: 0.5rem 0;
  line-height: 1.2;
}

#page_detail .shop_detail_box .detail_box .type{
  border-bottom: 1px dotted #f9a1d0;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5rem 1rem;
  line-height: 1.2;
}

#page_detail .shop_detail_box .detail_box .age{
  font-size: 10px;
  text-align: center;
  padding: 0 0 1rem;
  line-height: 1.4;
}

#page_detail .shop_detail_box .detail_box .age .graph{
  height: 1em;
  width: 80%;
  border-collapse: collapse;
  margin: 1rem auto;
}

#page_detail .shop_detail_box .detail_box .age span{
  background: none;
}

#page_detail .shop_detail_box .detail_box .chart{
  text-align: center;
  margin: 2rem auto;
  width: 80%;
}

#page_detail.recruit .shop_detail_box .detail_box .chart{
  width: 90%;
}

#page_detail .schedule #carousel{
  height: 115vw;
}
@media (min-width:768px) {
  #page_detail .schedule #carousel{
    height: 800px;
  }
}
#page_detail .schedule .slide_3d #buttons{
  text-align: center;
}
#page_detail .schedule .slide_3d #buttons button{
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  line-height: 1;
  margin: 0 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}

#page_detail .schedule .cast{
  width: 50%;
  background: #fff;
  text-align: center;
}
#page_detail .schedule .photo{
  position: relative;
}
#page_detail .schedule .photo:after{
  content: "";
  display: block;
  padding-top: 150%;
}
#page_detail .schedule .photo img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}
#page_detail .schedule .cast .data{
  line-height: 1;
}
#page_detail .schedule .cast .data .name{
  margin: 0.5rem 0;
}
#page_detail .schedule .cast .data .time{
  margin: 0.5rem 0;
}

.cyan1{
  color: #79f9fe;
  background: #79f9fe;
}
.cyan2{
  color: #64dcde;
  background: #64dcde;
}
.cyan3{
  color: #00c0ca;
  background: #00c0ca;
}
.cyan4{
  color: #3c8cff;
  background: #3c8cff;
}
.cyan5{
  color: #0266dc;
  background: #0266dc;
}

.magenta1{
  color: #febec6;
  background: #febec6;
}

.magenta2{
  color: #ffaae8;
  background: #ffaae8;
}

.magenta3{
  color: #fe96b4;
  background: #fe96b4;
}

.magenta4{
  color: #fd6599;
  background: #fd6599;
}

.magenta5{
  color: #fd2f8e;
  background: #fd2f8e;
}

.orange1{
  color: #feeabe;
  background: #feeabe;
}

.orange2{
  color: #ffd3aa;
  background: #ffd3aa;
}

.orange3{
  color: #fed496;
  background: #fed496;
}

.orange4{
  color: #fca965;
  background: #fca965;
}

.orange5{
  color: #fc8b2f;
  background: #fc8b2f;
}
