@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: Shiina
Theme URI:
Description: Shiina
Author: Shiina
Author URI:
License:
Version: 0.9
---------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow: auto;
    height: 100%;
  }
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  background: #c9bda7;
}

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


img {
  max-width: 100%;         
  height: auto;            
  vertical-align: middle;    
  font-style: italic;       
  background-repeat: no-repeat;
  background-size: cover;      
  shape-margin: 0.75rem;       
}
.image_block img {
  width:1200px;
  text-align: center;
  margin:0 auto;
  display: block;
}

h1, h2, h2, h3, h5, h6 {
  font-size: 100%;
}

li {
  list-style: none;
}
.sp{
  display: none !important;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*回り込み解除*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*iosデフォルトをリセット*/
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/*各ページの見出し*/
h2 {
  margin-bottom: 46px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  font-family: 'Mate SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
h2 span {
  display: block;
  font-size: 32px;
  /*font-weight: bold;*/
}

.button {
  display: inline-block;
  width: 400px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  font-size: 24px;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 80px;
  font-size: 18px;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #3e343c;
  color: #fff;
}
.button:hover {
  background-color: #a1a0a1;
}

.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.button::before {
  right: 0;
}

.button::after {
  left: 0;
}

.button:hover::before,
.button:hover::after {
  width: 0;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.link_box {
  cursor: pointer;
}

/*グローバルナビ*/
nav.gnav {
  min-width: 1200px;
}
nav.gnav ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
nav.gnav ul li {
  position: relative;
}
nav.gnav ul li .micro {
  position: absolute;
  bottom: 29px;
  right: -21px;
  color: #ffffff;
  padding: 0px 3px;
  border-radius: 100%;
  font-weight: 500;
}
nav.gnav ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 15px 0;
  transition: all 0.2s ease;
}
nav.gnav ul li span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
nav.fixed ul li a {
  font-size: 14px;
  padding: 3px 0;
}
nav.fixed ul li .micro {
  position: absolute;
  bottom: 14px;
  right: -19px;
  font-size: 11px;
  line-height: 1.3;
}
nav.fixed ul li span {
  font-size: 10px;
}

/*各ページの見出し*/
.common_header {
  text-align: center;
  min-width: 1200px;
  height:100px;
}

.common_header_logo {
  padding:25px 0 20px;
  width:300px;
}
/*各種お知らせ部分*/
.bn_area {
  min-width: 1200px;
  padding: 60px;
}

/*女の子一覧部分*/
.list {
  width: 1200px;
  margin: 0 auto;
}
.list .com_girl {
  position: relative;
  width: 25%;
  height: 540px;
  padding: 30px 3px;
  float: left;
  text-align: center;
}
.list .com_girl img {
  width: 85%;
}
.list .com_girl .option {
  position: absolute;
  top: 0;
  left: 25px;
  width: 83%;
  text-align: center;
  font-size: 14px;
}
.list .com_girl .data {
  position: absolute;
  bottom: 140px;
  left: 25px;
  width: 83%;
  height: 38px;
  padding: 8px 10px;
}
.list .com_girl .data .aroma_star {
  position: absolute;
  top: 5px;
  right: 5px;
}
.list .com_girl .data .aroma_star img {
  width: 65px;
}
.list .com_girl .data .aroma_star .star {
  display: none;
}
.list .com_girl .data .name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px
}
.list .com_girl .data .name2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 45px
}
.list .com_girl .data .name span {
  /*padding-left: 8px;*/
  letter-spacing: 0.8px;
}
.list .com_girl .data .size {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.heart {
  margin-bottom: 50px;
  text-align: center;
}

/*メルマガ欄*/
.mailmagazine {
  min-width: 1200px;
  height: 410px;
  padding-top: 48px;
  background: url(../images/mm_bg02.webp) top center;
  background-attachment: fixed;
  text-align: center;
}
.mailmagazine h3 {
  font-size: 24px;
  line-height: 3;
  margin-bottom: 24px;
}
.mailmagazine p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
}

#mailmagazine_cancel::before {
  content:'';
  display: block;
  padding-top: 5rem;
  margin-top: -5rem;
}
/*トップに戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 40px;
  left: 40px;
}

#pageTop a {
  display: block;
  z-index: 999;
  text-align: center;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a :hover {
  text-decoration: none;
  opacity: 0.7;
}

/*フッター*/
footer {
  min-width: 1200px;
}
footer .box {
  display: flex;
  justify-content: center;
  min-width: 1200px;
}
footer .box li {
  width: 400px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
footer .box li span {
  display: block;
  font-size: 24px;
}
footer h4 {
  margin-bottom: 8px;
  padding-left: 8px;
}
footer h4 i {
  margin-right: 4px;
}
footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
}
footer .inner ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-left: 16px;
}
footer .inner ul li {
  width: 16%;
  font-size: 15px;
}
footer .inner ul li i {
  margin-right: 4px;
}
footer .copy {
  clear: both;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/*グローバルナビ*/
nav.gnav {
  background: #2b242b;
}
nav.gnav li .micro {
  background: #8a1500;
  color: #ffffff;
}
nav.gnav li a {
  color: #ffffff;
}
nav.gnav li a :hover {
  text-shadow: 0 0 10px #edf8ff,	0 0 10px #edf8ff,	0 0 0.10px #edf8ff;
}
nav.gnav li span {
  color: #ffffff;
}

nav.fixed {
  background: rgba(43, 36, 43, 0.9);
}

/*各ページの見出し*/
.common_header {
  /*background: #ffffff;*/
}

h2 {
  color: #3b322b;
}
h2 span {
  /*color: #222222;*/
  color: #2b302b;
}

/*各種お知らせ部分*/
.bn_area {
  /*background: #ffffff;*/
}

/*女の子一覧部分*/
.list .com_girl .option {
  background: #d1cbba;
  border: 1px solid #a17e77;
  color: #8a1500;
}
.list .com_girl .data {
  /*background: rgba(0, 0, 0, 0.4);
  color: #ffffff;*/
}
.list .com_girl .name span {
  color: #ff006c;
}

.fa-heart {
  color: #8a1500;
  text-shadow: 0 0 3px #fff;
}

/*メルマガ欄*/
.mailmagazine {
  color: #ffffff;
}

.mailmagazine .button {
  background-color: #5a5148;
  color: #fff;
}

.mailmagazine .button:hover {
  background-color: #eee;
  color: #7c7c7c;
}

.mailmagazine .button::before,
.mailmagazine .button::after {
  background-color: #5a5148;
}

.mailmagazine .button:hover::before,
.mailmagazine .button:hover::after {
  background-color: #7c7c7c;
}

/*トップに戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 40px;
  left: 40px;
}
#pageTop a {
  background-color: #892d38;
  color: #fff;
  border: 3px solid #ffffff;
}

/*フッター*/
footer {
  background: #600f18;
}
footer .box {
  color: #666;
  background: #cacaca;
}
footer h4 {
  color: #ffffff;
}
footer .inner ul li {
  color: #ffffff;
}
footer .inner ul li a {
  color: #ffffff;
}
footer .inner ul li a:hover {
  color: #D8D8D8;
}
footer .copy {
  background: #2b242b;
  color: #ffffff;
}

/* 各ページ */
/* トップページ */
header.top_header .box {
  color: #ffffff;
}
header.top_header .box li {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #727272;
}
.mv {
  border-bottom: 20px solid #ffffff;
  background: #ffffff;
}
#mv {
    height: calc(100vh - 72px);
    overflow: hidden;
    position: relative;
    width: 100%;
	display: grid;
    place-items: center;
}
#mv video {
    webkit-transform: translateX(-50%);
    left: 50%;
    max-height: initial;
    max-width: initial;
    min-height: calc(100vh - 72px);
    min-width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
	width: initial;
}

/* 要確認 */
.caution {
  background: #000000;
  color: #ff0000;
}

/* 要確認 */
.pickup_area {
  /*background: #c9bda7;*/
}
.pickup_area h2.pickup {
  color: #382e2c;
}
.pickup_area .picks .pickupgirl .option {
  color: #382e2c;
}
.pickup_area .picks .pickupgirl .name {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.pickup_area .picks .pickupgirl .size {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.update_area {
  background: #f2f3f9;
}
.update_area a .date {
  color: #000000;
}
.update_area a .update_p {
  color: #000000;
}
.update_area .entry {
  background: #f0f0f0;
}
.update_area .entry .type1 {
  background: #e44040;
  color: #ffffff;
}
.update_area .entry .type2 {
  background: #ef9015;
  color: #ffffff;
}
.update_area .entry .type3 {
  background: #378dc3;
  color: #ffffff;
}
.update_area .entry .type4 {
  background: #35a238;
  color: #ffffff;
}
.update_area .entry .type5 {
  background: #da5e7e;
  color: #ffffff;
}

.time_infomation {
  /*background: #ffffff;*/
}
.time_infomation .info_date {
  color: #444341;
}

.time_infomation {
  min-width: 1200px;
  padding: 60px 0;
}
.time_infomation .info_sche {
  margin-bottom: 10px;
}
.time_infomation .info_date {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
}
.time_infomation .next_time {
  text-align: center;
  font-size: 14px;
}
.time_infomation .now {
  background: #245c93;
  color: #ffffff;
}
.time_infomation .remain30 {
  background: #c0392b;
  color: #ffffff;
  text-align: center;
}
.time_infomation .remain30 span {
  display: inline-block;
  width: 60%;
  float: right;
  background: #ffffff;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.time_infomation .remain60 {
  background: #c0392b;
  color: #ffffff;
  text-align: center;
}
.time_infomation .remain60 span {
  display: inline-block;
  width: 60%;
  float: right;
  background: #ffffff;
  text-align: center;
  font-size: 15px;
}
.time_infomation .over60 {
  background: #561f18;
  color: #ffffff;
  text-align: center;
}
.time_infomation .over60 span {
  display: inline-block;
  width: 60%;
  float: right;
  text-align: center;
}
.time_infomation .other {
  background: #676767;
  color: #ffffff;
}

.system .systems table.table3 {
  border-bottom: 1px solid #7c7c7c;
}
.system .systems table.table3 th {
  border-top: 1px solid #7c7c7c;
}
.system .systems table.table3 td {
  border-top: 1px solid #7c7c7c;
}
.system .systems .important {
  color: #ff0000;
}
.system .systems .faq {
  background: #8a1500;
}
.system .systems dt {
  color: #F06;
}
.system .systems dd span {
  color: #8a1500;
}

.concept .em {
  color: #8a1500;
}

/* コンパニオン一覧ページ */
.companion_list .filter_btn .all_on {
  background: #8a1500;
}
.companion_list .filter_btn .type1_on {
  background: #8a1500;
}
.companion_list .filter_btn .type2_on {
  background: #8a1500;
}
.companion_list .filter_btn .type3_on {
  background: #8a1500;
}
.companion_list .filter_btn .type4_on {
  background: #8a1500;
}
.companion_list .filter_btn .type5_on {
  background: #8a1500;
}
.companion_list .filter_btn .type6_on {
  background: #8a1500;
}
.companion_list .filter_btn div {
  background: #cccccc;
  color: #aaaaaa;
}
.companion_list .filter_btn div:hover {
  cursor: pointer;
}
.companion_list .filter_btn div a {
  color: #666666;
}
.companion_list .filter_btn p {
  background: #cccccc;
  color: #aaaaaa;
}
.companion_list .filter_btn p a {
  color: #666666;
}
.companion_list .next {
  background: #ffffff;
  color: #ff006c;
  box-shadow: 0px 0px 1px #cccccc;
}
.companion_list .today {
  background: #ffffff;
  color: #004ac5;
  box-shadow: 0px 0px 1px #cccccc;
}

/* スケジュールページ */
.schedule .calendar_table div {
 /* color: #ffffff;*/
}
.schedule .select_on {
  background: #b1a280;
}
.schedule .select_off {
  background: #dfd6c5;
}
.schedule .sche_time {
  background: #892d38;
  color: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.schedule .sche_time span {
  background: #f4f4f4;
  color: #333;
}

/* ランキングページ */
.ranking h3 {
  color: #ffffff;
  background: #9a9a9a;
  border-radius: 5px;
}
.ranking .rank_228 h3 {
  background: #f37021 url(/images/ranking.png);
}
.ranking .list .next {
  background: #ffffff;
  color: #ff006c;
  box-shadow: 0px 0px 1px #646464;
  font-size: 14px;
}
.ranking .list .today {
  background: #ffffff;
  color: #004ac5;
  box-shadow: 0px 0px 1px #646464;
  font-size: 14px;
}
.ranking .list .none {
  color: #004ac5;
}
.ranking .list .rank {
  background: #bcbcbc;
  color: #ffffff;
}
.ranking .list .up {
  color: #ff6249;
}
.ranking .list .down {
  color: #749cf5;
}
.ranking .list .keep {
  color: #fff;
}
.ranking .list .com_girl:first-child .rank {
  background: #fda346 url(/images/number.png);
}
.ranking .list .pairbox:first-child .rank {
  background: #fda346 url(/images/number.png) center top no-repeat;
}
.ranking .list .com_girl .data .name {
  font-size: 16px;
}
.ranking .list .com_girl .data .size {
  font-size: 13px;
}

/* アクセス */
.access .route dl {
  background: #f3ede5;
}
.access h4 {
  color: #ffffff;
}
.access .jr h4 {
  background: #063;
}
.access .kq h4 {
  background: #C03;
}
.access .car h4 {
  background: #039;
}
.transit{
  padding:30px;
  background: #fff;
  margin-bottom:100px;
}
/* ブログ */
.blog .blog_entry {
  border: 3px solid #eeeeee;
  background: #ffffff;
}
.blog .blog_header h3 a {
  color: #7c7c7c;
}
.blog .date {
  color: #999;
}

/* メルマガページ */
.mm .mm1 {
  color: #ffffff;
}
.mm .mm2 {
  color: #ffffff;
}
.mm h3 {
  text-shadow: 1px 1px 3px #000;
}
.mm p {
  text-shadow: 1px 1px 3px #000;
}
.mm input {
  color: #999;
}
.mm input:input-placeholder {
  color: #eeeeee;
}
.mm input:focus {
  background: #d9fdff;
}
.mm input[type="submit"] {
  background: #7e2d00;
  color: #ffffff;
}
.mm .about_mm h3 {
  border-bottom: 1px solid #666;
}
.mm .about_discount li {
  color: #999;
}
.mm .discount h3 {
  color: #8a1500;
}

/* 動画一覧 */
.movie .list .com_girl {
  background: #eeeeee;
}

/* 動画 */
.movie_list {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.movie_list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}

.movei_box {
  position: relative;
  width: 560px;
  height: 400px;
  margin: 0 20px 30px 20px;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
.movei_box iframe {
  width: 560px;
  height: 315px;
}
.movei_box .movie_name {
  padding: 5px 0 0;
  font-size: 1.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.movei_box .movie_prof_link {
  font-size: 1rem;
}
.movei_box .movie_prof_link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.movie_special {
  width: 960px;
  margin: 0 auto 130px;
}
.movie_special p {
  padding: 5px 0 0;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 315px;
}
.youtube:before {
  position: absolute;
  content: "Click to play";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 315px;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.youtube img {
  width: 560px;
  height: 315px;
}
.youtube:hover:before {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

/* 店内清掃について */
.cleanliness .clean p {
  color: #666;
}

/* お問い合わせ */
.contact input {
  color: #999;
}
.contact textarea {
  color: #999;
}
.contact input:input-placeholder {
  color: #eeeeee;
}
.contact input:focus {
  background: #d9fdff;
}
.contact input[type="submit"] {
  background: #8a1500;
  color: #ffffff;
}

/* プロフィール詳細 */
.profile .profile_area .link_area .icon {
  color: #ffffff;
  background: #00b389 url(../images/movie_logo.jpg) center center;
}
.profile .profile_area .link_area .prof_movie h5 {
  background: #efefef;
}
.profile .profile_area .link_area .prof_movie h5 span {
  color: #666;
}
.profile .profile_area .data_area {
  background: #e3ddd1;
  color: #666666;
}
.profile .profile_area .data_area .size {
  border-bottom: 3px dotted #ccc;
}
.profile .profile_area .chart_area #chart_area1 {
  color: #7d7d7d;
}
.profile .profile_area .chart_area #chart_area1 th {
  color: #fff;
  background: #7c7c7c;
  border: 1px solid #7c7c7c;
}
.profile .profile_area .chart_area #chart_area2 th {
  color: #fff;
  background: #7c7c7c;
  border: 1px solid #7c7c7c;
}
.profile .text_area h4 {
  background: #7c7c7c;
  color: #ffffff;
}
.profile .text_area .msg_companion h4 {
  background: #2b242b;
}
.profile .review_area li {
  border: 2px solid #eeeeee;
  background: #fefefe;
}
.profile_chart_table td span.chart_star {
    color: #ff6e0d;
}
.profile_chart_table td {
    padding: 2px 0;
    width: 256px;
    color: #adadad;
    letter-spacing: 0.2rem;
    font-size: 16px;
}
.profile_chart_table th {
    text-align: left;
    padding: 5px 0;
    width: 200px;
    color: #555;
}
.profile .profile_area .data_area  hr {
    margin: 400px 0 20px;
    background-color: #999999;
    height: 1px;
    border: none;
}

.blog_art{
	border-radius:5px 5px 0 0;
	margin-bottom:5px;
}
.blog_art_inner{
	padding:10px 5px;
	background:#ffffff;
}
.blog_art h4{
	background:#2b242b;
	color:#ffffff;
	text-align:center;
	padding:0.3rem 0;
	border-radius:5px 5px 0 0;
}
.blog_art h5{
	white-space:pre-wrap;
	padding:0 10px;
	text-align:justify;
}
.blog_entry_date{
	font-size:12px;
	text-align:right;
	padding:0 10px;
}
.prof_blog_eyecatch {
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 245px;
	max-height: 220px;
	margin: 0 auto;
}
.prof_blog_eyecatch img {
	width: 100%;
	height: 100%;
	max-width: 245px;
	max-height: 220px;
	object-fit: cover;
}

/* CSS Document */
header.top_header {
  margin: 0 auto;
  min-width: 1200px;
  height: 800px;
  padding-top: 100px;
  background: url("../images/background.webp");
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
header.top_header {
  margin: 0 auto;
  min-width: 1200 px;
  padding-bottom: 120 px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
header.top_header h1 {
  margin-bottom: 60px;
}
header.top_header video {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1920px;
}
header.top_header video img {
  width: 100%;
}
header.top_header .head_content {
  position: relative;
  z-index: 3;
  width: 1200px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}
header.top_header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #ffffff;
}
header.top_header .box li {
  width: 30%;
  padding: 80px 0;
}
header.top_header .box li span {
  display: block;
  font-size: 32px;
}
header.top_header .box li:first-child {
  padding: 50px 0;
}
header.top_header .pattern {
  width: 100%;
  height: 100%;
  background: url(../images/line.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mv {
  min-width: 1200px;
  padding: 24px;
  background-attachment: fixed;
}

/* 要確認 */
.caution {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 20px 0;
}
.caution h4 {
  font-size: 24px;
}
.caution p {
  font-size: 20px;
}

/* 要確認 */
.pickup_area {
  min-width: 1200px;
  padding: 60px 0;
  text-align: center;
}
.pickup_area h2.pickup {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 28px;
  font-weight: bold;
}
.pickup_area .pick_title {
  text-align: center;
  margin-bottom: 56px;
}
.pickup_area .picks {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.pickup_area .picks .pickupgirl {
  position: relative;
  text-align: left;
}
.pickup_area .picks .pickupgirl img {
  width: 320px;
}
.pickup_area .picks .pickupgirl .option {
  position: absolute;
  top: -25px;
  left: 16px;
}
.pickup_area .picks .pickupgirl .name {
  position: absolute;
  bottom: 65px;
  left: 16px;
  width: 267px;
  height: 30px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 18px;
}
.pickup_area .picks .pickupgirl .size {
  position: absolute;
  bottom: 35px;
  left: 16px;
  width: 267px;
  height: 30px;
  padding-left: 10px;
  color: #ffffff;
}

.update_area {
  min-width: 1200px;
  padding: 60px 0;
}
.update_area .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.update_area .entry {
  width: 590px;
  height: 190px;
  margin-bottom: 8px;
  padding: 20px;
  background: #ffffff;
}
.update_area .entry img {
  float: left;
  margin-right: 20px;
}
.update_area .entry .update {
  margin-right: 5px;
  padding: 2px 5px;
}
.update_area .entry .date {
  font-size: 18px;
}
.update_area .entry .update_title {
  margin-bottom: 8px;
}
.update_area .entry .update_p {
  height: 63px;
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
}

/* CSS Document */
.system {
  padding: 60px 0;
  /*width: 1200px;*/
  margin: 0 auto;
}
.system .systems {
  /*padding: 140px;*/
  margin: 0 auto;
  text-align: center;
}
.system .for_mm
{
  width:600px;
  position: relative;
  margin:0 auto;
  padding: 1rem 2rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #333;
  background: #dfd6c5;
}

.system .system_arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  width: 40px;
}
.system .systems h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.system .systems table.table1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.system .systems table.table1 th {
  width: calc(100% / 3);
  padding: 15px 0;
  font-size: 24px;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
}
.system .systems table.table1 td {
  padding: 30px 0;
  font-size: 28px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.system .systems p.about_discount {
  text-align: center;
  margin-bottom: 20px;
}
.system .systems table.table2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.system .systems table.table2 th {
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
}
.system .systems table.table2 td {
  padding: 20px 10px;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.system .systems table.table2 td span {
  color: #c81717;
  font-weight: bold;
  font-size: 18px;
}
.system .systems table.table3 {
  margin-bottom: 40px;
  width: 100%;
}
.system .systems table.table3 th {
  margin: 0;
  padding: 20px;
  width: 60%;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
}
.system .systems table.table3 th span {
  font-size: 14px;
  padding-left: 8px;
}
.system .systems table.table3 td {
  margin: 0;
  padding: 20px;
  width: 40%;
  text-align: right;
  font-weight: normal;
  font-size: 24px;
}
.system .systems ul {
  margin-bottom: 120px;
  line-height: 2;
}
.system .systems ul li {
  list-style: inside disc;
}
.system .systems .important {
  font-size: 20px;
  text-align: center;
  margin-bottom: 120px;
  margin-top: -80px;
}
.system .systems .faq {
  color: #ffffff;
}
.system .systems dl {
  padding-left: 8px;
}
.system .systems dl span {
  font-weight: 500;
}
.system .systems dt {
  font-size: 20px;
  margin-bottom: 12px;
}
.system .systems dd {
  margin-bottom: 48px;
  font-size: 16px;
}
.system .system_reserve .important {
    font-size: 16px;
    text-align: center;
    color: #af0b0b;
}


.system .sms_explain{
	width: 800px;
    margin: 0 auto;
    text-align: left;
	margin-bottom: 100px;
	
}
.system .sms_explain p{
	margin-bottom:1rem;
}
.system .sms_explain .mb1{
	margin-bottom:1rem;
}
.system .sms_explain .mb2{
	margin-bottom:2rem;
}

.system .sms_explain .mb3{
	margin-bottom:3rem;
}
.system .sms_explain .mb4{
	margin-bottom:4rem;
}

.system .sms_explain .mb5{
	margin-bottom:5rem;
}

.system .sms_explain h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 32px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.system .sms_explain ul {
  padding:0 0 25px 20px;
}
.system .sms_explain li {
    list-style: disc;
    list-style-position: outside;
}




/* CSS Document */
.greeting {
  width: 100%;
  min-width: 1200px;
  height: 711px;
  background: url(/images/greeting.jpg) top center no-repeat;
  box-sizing: border-box;
}
.greeting p {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  line-height: 1.8;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  white-space: pre;
}

.concept {
  padding: 60px 0;
}
.concept h3 {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
}
.concept .about_treatment {
  text-align: center;
}
.concept .about_treatment iframe {
  margin-bottom: 100px;
}
.concept .about_oil {
  background: #f2f2f2;
  padding: 50px 0;
  min-width: 1200px;
}
.concept .about_oil h3 {
  width: 1200px;
  margin: 0 auto 30px auto;
}
.concept .about_oil p {
  width: 1200px;
  margin: 0 auto 30px auto;
  line-height: 1.3;
}
.concept .about_oil p img {
  float: left;
  margin-right: 10px;
}
.concept .about_oil p span {
  display: block;
  color: #7e2d00;
  font-weight: bold;
  margin: 10px 0;
}
.concept .about_level {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.concept .about_level p {
  margin-bottom: 30px;
}
.concept .about_level li {
  padding-left: 100px;
  margin-bottom: 30px;
}
.concept .about_level li span {
  display: block;
  color: #7e2d00;
  font-weight: bold;
}
.concept .about_level .beginner {
  background: url(/images/star2_1.png) top left no-repeat;
}
.concept .about_level .standard {
  background: url(/images/star2_2.png) top left no-repeat;
}
.concept .about_level .silver {
  background: url(/images/star2_3.png) top left no-repeat;
}
.concept .about_level .gold {
  background: url(/images/star2_4.png) top left no-repeat;
}
.concept .about_level .platina {
  background: url(/images/star2_5.png) top left no-repeat;
}
.concept .about_interior {
  padding: 60px 0;
  text-align: center;
  background: #f2f2f2;
  min-width: 1200px;
}
.concept .about_interior .slider-pro {
  margin-bottom: 30px;
}
.concept .concepts {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.concept .concepts .item {
  clear: both;
  margin-bottom: 100px;
  min-height: 255px;
}
.concept .concepts .item h3 {
  margin-bottom: 10px;
}
.concept .concepts .item figure {
  float: left;
  width: 456px;
  margin-right: 25px;
}
.concept .concepts .item p {
  line-height: 1.5;
}
.concept .emergency {
  width: 981px;
  margin: 0 auto 100px auto;
  text-align: center;
}
.concept .kit {
  width: 900px;
  margin: 0 auto 100px auto;
  text-align: left;
}
.concept .kit h3 {
  margin-bottom: 10px;
}
.concept .kit p {
  margin-bottom: 30px;
}
.concept .o_caution p {
  text-align: right;
}
.concept .toreatment_movie {
  width: 1200px;
  margin: 40px auto 130px auto;
}


/* CSS Document */
.companion_list {
  padding: 60px 0;
  min-width: 1200px;
}
.companion_list .filter_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.companion_list .filter_btn div {
  margin: 10px;
  border-radius: 10px;
}
.companion_list .filter_btn div{
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}
.companion_list .filter_btn p {
  margin: 10px;
  border-radius: 10px;
}
.companion_list .filter_btn p a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}
.companion_list .next {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}
.companion_list .today {
  height: 25px;
  line-height: 25px;
  background: #ffffff;
  text-align: center;
  font-weight: 500;
}
.companion_list .none {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}
.companion_list .about_2pair {
  text-align: center;
  margin-bottom: 30px;
}
.companion_list .about_2pair p {
  margin-bottom: 24px;
}
.companion_list #portfolio {
  width: 1200px;
  margin: 0 auto 60px auto;
}

/* CSS Document */
.schedule {
  min-width: 1200px;
  padding: 60px 0;
}
.schedule .calendar_table {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.schedule .calendar_table div {
  margin: 8px;
  border-radius: 10px;
  padding: 13px 46px;
  cursor: pointer;
}
.schedule .saturday, .schedule .holiday {
  font-weight: bold;
}
.schedule .sche_time {
  text-align: center;
  height: 25px;
  line-height: 25px;
}
.schedule .sche_time span {
  display: inline-block;
  width: 60%;
  float: right;
  text-align: center;
}
.schedule .list {
  min-height: 800px;
}

/* CSS Document */
.ranking {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.ranking h3 {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.ranking .list {
  padding: 0 0 150px 0;
}
.ranking .list .next {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}
.ranking .list .today {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}
.ranking .list .none {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}
.ranking .list .rank {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
}
.ranking .list .com_girl {
  height: 421px;
  position: relative;
  width: 240px;
  padding: 30px 3px;
  float: left;
}
.ranking .list .com_girl img {
    width: 234px;
}
.ranking .list .com_girl .data {
  position: absolute;
  bottom: -16px;
}
.ranking .list .up, .ranking .list .keep, .ranking .list .down {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 30px;
}
.ranking .list .pairbox {
  width: 390px;
  margin: 30px 5px 0 5px;
  padding: 0;
  float: left;
}
.ranking .list .pairbox .data {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  position: absolute;
  width: 195px;
  height: 100px;
  padding: 10px;
  bottom: 7px;
}
.ranking .list .pairbox .pairbox:last-child {
  margin-right: 0;
  padding: 200px;
}
.ranking .list .pairbox .pair_com_girl_l {
  width: 195px;
  position: relative;
  float: left;
}
.ranking .list .pairbox .pair_com_girl_l .data {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  position: absolute;
  width: 195px;
  height: 100px;
  padding: 10px;
  bottom: 7px;
}
.ranking .list .pairbox .pair_com_girl_r {
  width: 195px;
  position: relative;
  float: right;
}

/* CSS Document */
.access {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.access div#map_canvas {
  width: 1200px;
  height: 490px;
  padding: 0px;
  margin-top: 0;
}
.access p {
  margin-bottom: 120px;
}
.access .route {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.access dl {
  margin-bottom: 60px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.access dd {
  margin-bottom: 32px;
}
.access h4 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.access .jr {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.access .kq {
  float: left;
  width: 49%;
  margin-left: 1%;
}
.access .car {
  clear: both;
  width: 49%;
}
.access img {
  width: 100%;
}

/* CSS Document */
.blog {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.blog .list {
  width: 1200px;
  margin: 0 auto;
}
.blog .com_blog {
    float: left;
    width: calc(97.5% / 3);
    margin: 0 5px 40px 5px;
    position: relative;
    background: #fffbf6;
    padding: 1% 1% 0 1%;
    border: 1px solid #f4ede4;
}
.blog .com_blog .l {
  float: left;
  width: 146.5px;
}
.blog .com_blog .l img {
  width: 100%;
}
.blog .com_blog .r {
  float: left;
  width: 215px;
  height: 230px;
  padding: 7px;
  position: relative;
  margin-top: 3px;
}
.blog .com_blog .r h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 10px;
  line-height: 1.4;

}
.blog .com_blog .r .article {
  font-size: 14px;
  margin-bottom: 5px;
  color: #626262;

}
.blog .com_blog .r .next {
  font-size: 14px;
  text-align: right;
}
.blog .com_blog .r .next a {
    text-align: right;
    color: #C60;
    font-size: 14px;
}
.blog .com_blog .name {
  bottom: 50px;
  right: 10px;
  text-align: right;
  font-size: 13px;
  margin-right: 10px;
}
.blog .com_blog .date {
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 12px;
  margin-right: 10px;
}

/* CSS Document */
.mm {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.mm .mm1 {
  width: 1200px;
  height: 585px;
  margin-bottom: 60px;
  padding-top: 110px;
  background: url(../images/mm_bg1.jpg) no-repeat;
  text-align: center;
}
.mm .mm2 {
  width: 1200px;
  height: 585px;
  padding-top: 110px;
  background: url(../images/mm_bg2.jpg) no-repeat;
  text-align: center;
}
.mm h3 {
  margin-bottom: 74px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 40px;
}
.mm p {
  margin-bottom: 74px;
  font-size: 20px;
  font-weight: 500;
}
.mm input {
  display: block;
  width: 525px;
  height: 60px;
  padding: 10px 10px;
  margin: 0 auto 10px auto;
  font-size: 24px;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.mm input[type="submit"] {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 10px;
  border: none;
}
.mm .about_mm {
  margin-bottom: 100px;
}
.mm .about_mm h3 {
  width: 690px;
  margin-bottom: 16px;
  font-size: 24px;
  text-shadow: none;
}
.mm .about_mm p {
  font-size: 18px;
  text-shadow: none;
}
.mm .about_mm figure {
  float: right;
  padding-left: 30px;
  padding-top: 10px;
}
.mm .about_mm div {
  display: block;
  content: " ";
  clear: both;
  min-height: 115px;
}
.mm .about_mm .ab1 {
  padding-left: 250px;
  background: url(../images/mm1.png) top left no-repeat;
}
.mm .about_mm .ab2 {
  padding-left: 250px;
  background: url(../images/mm2.png) top left no-repeat;
}
.mm .about_mm .ab3 {
  padding-left: 250px;
  background: url(../images/mm3.png) top left no-repeat;
}
.mm .about_discount {
  margin-bottom: 100px;
}
.mm .about_discount li {
  line-height: 1.8;
}
.mm .about_discount li:before {
  content: "※";
  display: block;
  float: left;
  margin-right: 8px;
}
.mm .about_discount .caution {
  background: none;
  text-align: left;
}
.mm .discount figure {
  float: left;
  margin-right: 60px;
}
.mm .discount h3 {
  margin-bottom: 24px;
  text-shadow: none;
  font-size: 30px;
}
.mm .discount p {
  text-shadow: none;
}
.mm .discount:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 60px;
}

/* CSS Document */
.movie {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.movie .list .com_girl {
  float: left;
  position: relative;
  width: 560px;
  height: 400px;
  margin: 0 20px 30px 20px;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
.movie .list .com_girl iframe {
  width: 560px;
  height: 315px;
}
.movie .list .com_girl .name {
  padding: 10px 0;
}
.movie .list .com_girl .toprof {
  font-size: 14px;
}
.movie .list .com_girl .toprof a {
  display: block;
}

.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 315px;
}

.movie .list .youtube img {
  width: 560px;
  height: 315px;
}

.youtube::before {
  position: absolute;
  content: "Click to play";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 315px;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.youtube:hover::before {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

/* CSS Document */
.cleanliness {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.cleanliness p {
  margin-bottom: 60px;
}
.cleanliness .clean:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 60px;
}
.cleanliness .clean figure {
  float: left;
  margin-right: 60px;
}
.cleanliness .clean figure img {
  width: 480px;
}
.cleanliness .clean h3 {
  margin-bottom: 24px;
  text-shadow: none;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.cleanliness .clean p {
  text-shadow: none;
}
.cleanliness .flexbox{
  margin:0 auto 50px;
  display: flex;
  width:900px;
}
.cleanliness .flexbox figure {
  width: 30%;
}

.cleanliness .flexbox .flexbox_text{
  width: 70%;
  padding-left:30px;
}
.cleanliness .item {
  clear: both;
  margin-bottom: 130px;
  min-height: 255px;
}
.cleanliness .item h3 {
  margin-bottom: 10px;
}
.cleanliness .item figure {
  float: left;
  width: 456px;
  margin-right: 25px;
}
.cleanliness .item p {
  line-height: 1.5;
  margin-bottom: 0px;
}
.cleanliness .emergency {
  width: 100%;
  margin: 0 auto 100px auto;
  text-align: center;
}
.cleanliness .kit {
  width: 900px;
  margin: 0 auto 100px auto;
  text-align: left;
}
.cleanliness .kit h3 {
  margin-bottom: 10px;
}
.cleanliness .kit p {
  margin-bottom: 30px;
}

/* CSS Document */
.privacy {
  width: 990px;
  margin: 0 auto;
  padding: 60px 0;
}
.privacy h3 {
  font-size: 24px;
  margin-bottom: 24px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.privacy p {
  margin-bottom: 32px;
  font-size: 18px;
}
.privacy ol {
  margin-bottom: 32px;
  padding-left: 1em;
}
.privacy ol li {
  list-style: disc inside;
}
.cleanliness h3 {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
}
.cleanliness .kit h3 {
    margin-bottom: 10px;
}

/* CSS Document */
.recruit {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.recruit p {
  margin-bottom: 48px;
  text-align: center;
}
.recruit h4 {
  margin: 0 auto 8px auto;
  width: 960px;
  text-align: center;
  font-size: 24px;
}
.recruit .teacher_tb {
  width: 960px;
  margin: 0 auto 48px auto;
  font-size: 18px;
}
.recruit .teacher_tb th {
  background: #CCC;
  padding: 20px 10px;
  text-align: left;
}
.recruit .teacher_tb td {
  background: #eee;
  padding: 10px;
}
.recruit .teacher_tb td a {
  text-decoration: underline;
  color: #A22121;
}

/* CSS Document */
.contact {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.contact dt {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 16px;
}
.contact dt span {
  font-size: 16px;
  color: #999999;
  line-height: 1;
}
.contact dd {
  margin-bottom: 48px;
}
.contact input {
  display: block;
  width: 960px;
  height: 60px;
  padding: 10px 10px;
  margin: 0 auto 10px auto;
  font-size: 20px;
  font-weight: normal;
}
.contact textarea {
  display: block;
  width: 960px;
  height: 300px;
  padding: 10px 10px;
  margin: 0 auto 10px auto;
  font-size: 24px;
  font-weight: normal;
}
.contact input[type="submit"] {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 10px;
  border: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/* CSS Document */
.profile {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.profile .right_area {
  position: relative;
  width: 785px;
  height: 705px;
  margin-left:12px;
  display: flex;
  justify-content:space-between;

}
.profile .profile_area {
  display: flex;
  width: 1200px;
  height: 710px;
  margin-bottom: 60px;
}
.profile .profile_area .photo_area {
  width: 400px;
}
.profile .profile_area .data_area {
  position: relative;
  width: 560px;
  padding: 0px 25px;
  font-size: 15px;
  border-radius: 5px;
}
.profile .profile_area .data_area h3 {
  font-size: 30px;
  color: #892d38;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin: 8px 0 0;
}
.profile .profile_area .data_area h3 span {
  margin-left: 10px;
}
.profile .profile_area .data_area h3 .fa-heart {
  font-size: 24px;
  padding: 5px 1px;
}
.profile .profile_area .data_area .size {
  font-size: 16px;
  padding-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.profile .profile_area .data_area .aroma_star {
  position: absolute;
  top: 15px;
  right: 25px;
}
.profile .profile_area .data_area dl {
  padding-top: 25px;
  line-height: 1.2;
}
.profile .profile_area .data_area dt {
  clear: both;
  float: left;
  width: 40%;
  height: 42px;
}
.profile .profile_area .data_area dd {
  float: left;
  width: 60%;
  height: 42px;
  overflow: hidden;
}
.profile .profile_area .data_area .cup {
  position: absolute;
  bottom: 15px;
  right: 15px;
}



.profile .profile_area .data_area .health_check{
  position: absolute;
  top: 5px;
  right: 30px;
  text-align: right;


}
.profile .profile_area .data_area .health_check p{
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  font-weight: 500;
}

.profile .profile_area .data_area .health_check span{
  font-size: 15px;

}







.profile .chart_area {
  float: left;
  width: 215px;
}
.profile .chart_area #chart_area1 {
  margin-bottom: 20px;
}
.profile .chart_area #chart_area1 h4 {
  text-align: center;
  background: #8a1500;
  color: #ffffff;
  margin-bottom: 5px;
  width: 215px;
  border-radius: 3px;
}
.profile .chart_area #chart_area1 th {
  text-align: left;
  padding: 2px 8px;
  font-size: 14px;
}
.profile .chart_area #chart_area1 td {
  padding: 0px 8px;
}
.profile .chart_area #chart_area2 {
  margin-bottom: 20px;
}
.profile .chart_area #chart_area2 h4 {
  text-align: center;
  background: #133c57;
  color: #ffffff;
  margin-bottom: 5px;
  width: 215px;
  border-radius: 3px;
}
.profile .chart_area #chart_area2 th {
  text-align: left;
  padding: 2px 8px;
  font-size: 14px;
}
.profile .chart_area #chart_area2 td {
  padding: 0px 8px;
}
.profile .schedule_area {
  width: 100%;
  margin: -30px auto 80px;
}
.profile .schedule_area table {
  width: 100%;
  color: #8e8b87;
}
.profile .schedule_area table th {
  width: 20%;
  padding: 10px 0;
  border: 1px solid #9d9d9d;
  border-collapse: collapse;
  background: #e3ddd1;
  border-top:1px solid #9d9d9d;
  border-left: none;
}
.profile .schedule_area table td {
  border:1px solid #9d9d9d;
  border-collapse: collapse;
  padding: 20px 0;
  border-top: none;
  border-left: none;
  color: #666666;
  background: #f7f4eb;
}
.profile .schedule_area table th:first-child ,.profile .schedule_area table td:first-child{
  border-left:1px solid #9d9d9d;

}
.profile .text_area {
  margin-bottom: 120px;
}
.profile .text_area h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  border-radius: 5px;
}
.profile .text_area .msg_area {
  width: 600px;
  padding-right: 20px;
  float: left;
}
.profile .text_area .msg_companion {
  margin-bottom: 40px;
}
.profile .text_area .msg_teacher {
  margin-bottom: 40px;
}
.profile .text_area .msg_shop {
  margin-bottom: 40px;
}
.profile .review_area {
  width: 600px;
  padding-left: 20px;
  float: left;
}
.profile .review_area li {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.profile .gravure_area {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
}

/* CSS Document */
.gravure_list {
  padding: 60px 0;
  min-width: 1200px;
}
.gravure_list .sub {
  text-align: center;
  margin-bottom: 30px;
}
.gravure_list .gravures {
  text-align: center;
  float: left;
  width: 400px;
  height: 320px;
  padding: 20px 5px;
  float: left;
  font-size: 20px;
  line-height: 1.3;
}
.gravure_list .gravures span {
  display: block;
  color: #ff0000;
  font-size: 16px;
}
.gravure_list .gravures img {
  width: 390px;
}
.gravure_list .gravures a {
  color: #000000;
}

.gravure {
    padding: 60px 0;
    width: 1200px;
    margin: 0 auto;
}
.gravure .gravure_wrapper {
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.gravure .gravure_wrapper li {
    width: 400px;
    height: 420px;
    text-align: center;
    float: left;
    position: relative;
    margin-bottom: 40px;
}
.gravure .gravure_wrapper li img {
    width: 380px;
    height: 380px;
	object-position: top;
    object-fit: cover;
}
.gravure .gravure_wrapper li p {
    text-align: center;
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 0px;
}
.gravure .gravure_wrapper li span a {
    color:#686868;
}

#movie_list{
  margin:60px auto;
}
/* CSS Document */
.error {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.error p {
  margin-bottom: 60px;
  text-align: center;
}
.error a {
  display: block;
  color: #ffffff;
  width: 200px;
  margin: 0 auto;
}
.error a p {
  background: #ed6d00;
  border-radius: 10px;
  padding: 10px 20px;
}

.prof_schedule_date.saturday {
  color: #09F;
}
.prof_schedule_date.holiday {
  color: #F36;
}

/* CSS Document */
.aromanotes {
  padding: 60px 0;
  width: 900px;
  margin: 0 auto;
}
.aromanotes p {
  margin-bottom: 30px;
}
.aromanotes .aro:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 60px;
}
.aromanotes .aro figure {
  float: left;
  margin-right: 60px;
}
.aromanotes .aro figure img {
  width: 480px;
}
.aromanotes .aro h3 {
  margin-bottom: 24px;
  text-shadow: none;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.aromanotes .aro p {
  text-shadow: none;
}

/* CSS Document */
.csr {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}

.csr p {
  margin-bottom: 60px;
}
.csr article{
  margin-bottom: 30px;
}

.csr article:after {
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 60px;
}
.csr article figure {
  float: right;
  margin-left: 30px;
}
.csr article h3 {
  margin-bottom: 40px;
  border-bottom: 1px solid #999999;
  border-left: 20px solid #999999;
  padding-left: 20px;
  text-shadow: none;
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.csr article h3 span{
  margin-right: 20px;
    display: block;
    float: right;
    font-size: 20px;
    color: #444444;
    font-weight: normal;
}
.csr article p {
  text-shadow: none;
}

/* top-review add 181112 ham */
.top_review_area {
  min-width: 1200px;
  padding: 60px 0;
  background: #F4EDE5;
}
.top_review_area_inner {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.top_review_cp_block {
  width: 590px;
  height: 190px;
  margin-bottom: 8px;
  padding: 20px;
  background: #fff;
}
.top_review_cp_photo {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
}
.top_review_cp_block_detail {
  height: 63px;
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}

/* prof review readmore add 181120 */
.profile_review_post {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    background: #fefefe;
}
.profile_review_toggle {
    background-color: #7c7c7c;
    color: #FFF;
    text-align: center;
    width: 20rem;
    font-size: 1.2rem;
    margin: 0 auto 20px;
    padding: .8rem;
}
.profile_review_toggle .active {
    display: block;
}
.profile_review_toggle:after {
    content: '続きを読む ▼';
}
.profile_review_toggle.active:after {
    content: '閉じる ▲';
}

/* newfece */
.newface {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.newface .newface_area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 350px;
    text-align: center;
}
.newface img {
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.newface_girl {
	margin-bottom: 65px;
}
.newface_girl .newface_data {
	margin-top:5px;
}
.newface_girl .new_buttons {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.newface_girl .new_buttons li {
    display: block;
    float: left;
    width: 263px;
    margin: 0 3px;
    text-align: center;
    padding: 5px 0;
}
.newface_girl .new_buttons .attend {
    background-color: #fff;
    border: 1px solid #ccc;
}
.newface_girl .new_buttons .goprofile {
    background: #892d38;
    color: #ffffff;
}
.newface .nf_new {
    top: 0;
    left: 20%;
    font-size: 18px;
    color: #c40707;
    text-align: left;
}
.newface .nf_name {
	font-weight: bold;
    font-size: 23px;
    color: #892d38;
}
.newface .nf_size {
	margin-bottom: 20px;
}
.newface_girl .new_buttons .attend .today {
    color: #140078;
}
.newface_girl .new_buttons .attend .next {
    color: #990000;
}
.newface_girl .new_buttons .attend .notyet {
    color: #666666;
}

/* event */
.event{
	min-width: 1200px;
	padding: 60px 0;
    margin: 0 auto;
	text-align: center;
}
.event .center {
    text-align: center;
}
.event iframe {
    width: 950px;
    height: 550px;
	margin-top: 70px;
}
.event h3 {
    clear: both;
    text-align: center;
    font-size: 35px;
    color: #666;
    margin-top: 40px;
}
.event h4 {
    clear: both;
    text-align: center;
    font-size: 25px;
    color: #545454;
    margin-bottom: 10px;
	margin-top: 80px;
}
.event .sentence {
    text-align: center;
    margin-top: 30px;
    font-size: 19px;
    line-height: 40px;
}
.event .sentence02 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 30px;
	font-weight:bold;
}
.event .back_area {
    min-width: 1200px;
    padding: 30px 0 30px;
    background: #f1e6d6;
	margin-bottom: 8rem;
}
.event .bns {
    min-width: 1200px;
}
.event .ev_movie {
    width: 960px;
    margin: 0 auto;
    margin-top: 70px;
}
.event .pick_pt2 {
    width: 960px;
	margin-bottom: 80px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 auto;
}
.event .pickupgirl {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
	margin:0 auto;
	margin-bottom: 30px;
}
.event .pickupgirl img {
    width: 380px;
    height: 380px;
    object-position: top;
    object-fit: cover;
}
.event .for_sche {
    display: block;
    width: 450px;
    background: #f37021;
    padding: 30px 50px;
    color: #ffffff;
    text-align: center;
    margin: 80px auto 80px auto;
    font-size: 24px;
}
.event .title {
	background: url(/images/bn/ev_bg.png) top center;
	margin-top:50px;
	margin-bottom:50px;
	padding: 30px 0 20px;
}
.event .title_02 {
  font-size: 28px;
  font-weight: bold;
}
.event .title_03 {
  font-size: 22px;
  font-weight: bold;
  color: #e84d4d;
}
.event p {
  font-size: 18px;
}
.event .in_table_01 {
	width: 960px;
    margin: 0 auto;
    padding: 0 0 80px;
}
.event .in_table {
    width: 960px;
    border-collapse: collapse;
	margin: 0 auto 10%;
}
.event .in_table th {
    background: #8e8e8e;
    color: #ffffff;
    border: 1px solid #000000;
    width: 25%;
    font-size: 22px;
    padding: 20px;
    text-align: left;
}
.event .in_table td {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 20px;
    text-align: left;
	font-size: 19px;
}
.event .in_table td span.title {
    font-size: 24px;
    font-weight: bold;
}
.event .sp-slide img {
    width: 780px;
	height: 585px;
}
.event .ev_banner {
	text-align: center;
    margin: 8rem auto;
}
.event .ev_movie p {
    font-size: 1.3rem;
    text-align: center;
    color: #666;
    margin: 0.5rem 0 0;
}
.event .title_g {
    background: url(/images/bn/ev_bg.png) top center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 5px 0 1px;
}

.event .sentence_g {
    text-align: center;
    margin-top: 30px;
    font-size: 19px;
    line-height: 30px;
}

.event .pickupgirl_g {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.event .pickupgirl_g img {
    width: 380px;
    height: 380px;
    object-position: top;
    object-fit: cover;
}



/* CSS Document */
.information {
  width: 990px;
  margin: 0 auto;
  padding: 60px 0;
}
.information h4 {
  font-size: 23px;
  color:#e84d4d;
  margin: 10px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.information p {
  font-size: 18px;
}
.information p .title {
  font-size: 22px;
  font-weight: bold;
  color: #e84d4d;
}
.information .in_table_02 {
	margin:0 auto;
	text-align:center;
	margin: 100px 0 20px;
}
.information .in_table_03 {
	margin:0 auto;
	text-align:center;
	margin: 20px 0 20px;
}
.information .in_table_03 .title {
    font-weight: bold;
    font-size: 24px;
}
.information .in_table_04 {
	margin: 100px 0 15px;
}
.information .in_table_04 span {
	display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 32px;
    font-weight: bold;
	text-align: center;
}
.information .title_02 {
    font-size: 23px;
    font-weight: bold;
}
.information .title_03 {
  font-size: 25px;
  font-weight: bold;
  color: #e84d4d;
}
.information .in_table_05 {
	margin-top: 10px;
	margin-bottom: 80px;
}
.information .in_table {
    width: 100%;
    border-collapse: collapse;
}
.information .in_table th {
    background: #8e8e8e;
    color: #ffffff;
    border: 1px solid #000000;
    width: 18%;
    font-size: 22px;
    padding: 20px;
    text-align: left;
}
.information .in_table td {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 20px;
    white-space: pre-wrap;
}
.information .in_table td span.title {
    font-size: 24px;
    font-weight: bold;
}
.information .arrow3{
  width: 200px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: -20px;
}
.information .arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  background: #777;
}
.information .arrow3::after{
  content: "";
  display:block;
  border-top: 100px solid #777;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}
.information .in_table_06 {
    margin: 60px 0 80px;
}
.information .in_table_06 .in_selfie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
}
.information .in_table_06 .in_selfie li.grid {
    width: 48%;
    text-align: center;
    margin: 10px 1%;
    position: relative;
}

.time_infomation .sche_time {
  background: #541d16;
  color: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  height: 25px;
  line-height: 25px;
}
.time_infomation .sche_time span {
  background: #f4f4f4;
  color: #333;
  display: inline-block;
  width: 60%;
  float: right;
  text-align: center;
}

/* guide2 */
.guide2 {
	padding: 60px 0;
	margin: 0 auto;
}
.guide2 h2 {
	margin-bottom:80px;
}
.guide2 .inner {
    max-width: 1080px;
	margin: 0px auto;
}
.guide2 .text p {
    display: block;
    font-size: 15px;
    line-height: 200%;
}
.guide2 .text {
    width: 73%;
    float: right;
}
.guide2 .pict {
    width: 20%;
    max-width: 240px;
    float: left;
}
.guide2 li {
	list-style: square inside;
	line-height: 200%;
}
.guide2 .block-a {
    padding: 50px 0 110px;
    background: rgb(243, 243, 243);
}
.guide-a .text h3 {
    color: rgb(255,255,255);
    background: rgb(125,125,125);
}
.guide2 .text h3 {
    margin-bottom: 20px;
    padding: 4px 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
}
.block-b {
    padding: 50px 0 110px;
    background: rgb(125,125,125);
}
.guide-b .text h3 {
    color: rgb(125,125,125);
    background: rgb(255,255,255);
}
.guide-b .text p {
    color: rgb(255,255,255);
}
.guide-b li {
	list-style: square inside;
    color: rgb(255,255,255);
}

/* guide */
.guide {
	padding: 60px 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.guide h2 {
	margin-bottom:50px;
}
.guide .inner {
    max-width: 1080px;
	margin: 0 auto;
}
.guide .text p {
    display: block;
    font-size: 20px;
    line-height: 200%;
}
.guide .text {
}
.guide .pict {
    width: 20%;
    max-width: 240px;
	margin: 0 auto 20px;
}
.guide ul {
    max-width: 980px;
	margin: 0 auto;
}
.guide li {
	list-style: disc inside;
	line-height: 200%;
}
.guide .block-a {
    padding: 130px 0 200px;
}
.guide-a .text h3 {
    color: rgb(255,255,255);
    background: rgb(125,125,125);
}
.guide .text h3 {
    margin-bottom: 30px;
    padding: 1px 30px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
}
.block-b {
    padding: 130px 0 200px;
    background: rgb(125,125,125);
}
.guide-b .text h3 {
    color: rgb(125,125,125);
    background: rgb(255,255,255);
}
.guide-b .text p {
    color: rgb(255,255,255);
}
.guide-b li {
	list-style: disc inside;
    color: rgb(255,255,255);
}
.guide .arrow3{
	width: 200px;
	margin: 0 auto;
}
.guide .arrow3::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	background: #777;
}
.guide .arrow3::after{
    content: "";
    display: block;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    transform-origin: left top;
    transform: scaleY(.5);
    position: absolute;
}
.guide .arrow3_2{
	width: 200px;
	margin: 0 auto;
}
.guide .arrow3_2::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	background: #777;
}
.guide .arrow3_2::after{
    content: "";
    display: block;
    border-top: 100px solid #7D7D7D;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    transform-origin: left top;
    transform: scaleY(.5);
    position: absolute;
}
.guide .text span {
	color: #ff8d8d;
}
.guide .lett {
    max-width: 980px;
	margin: 0 auto;
}

.system{
	padding:60px 0;
	margin-bottom:200px;
}
.system table.fee{
	width:780px;
	margin:0 auto;
}
.system h2{
	padding-bottom:0;
	margin-bottom:30px;
}
.system table.fee{
	padding-top:60px;
}
.system table.fee th{
	text-align:left;
	vertical-align:top;
	font-size:24px;
  width:60%;
}
.system table.fee td{
	text-align:right;
	vertical-align:top;
	font-size:26px;
	padding-bottom:15px;
}
 td.fee {
  width: 20%;
}

 td.course {
  width: 20%;
  text-align: right;
}

.system hr{
	width:1000px;
	margin:30px auto;
  height: 1px;
  background-color: #797979;
  border: none; 
}


.system .system1{
	width:800px;
	margin:0 auto;
	text-align:left;
	margin-bottom:100px;
}
.system .system1 li{
	list-style:disc;
	list-style-position:outside;
}
.system .nomination{
	text-align:left;
	width:800px;
	margin:0 auto;
	margin-bottom:100px;
	color:#333;
}
.system .nomination p{
	margin-bottom:20px;
}
.system .nomination table{
	width:800px;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.system .nomination table th{
	width:33%;
    background: #b1a280;
    border: 1px solid #c9bda7;
	padding:10px 0;
	
}
.system .nomination table td{
	width:33%;
    background: #dfd6c5;
    border: 1px solid #c9bda7;
	padding:20px 0;
}

.system .nomination table td .star1{
	display:block;
	width:200px;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	
}
.system .nomination table td .star2{
	display:block;
	width:200px;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}

.system .nomination table td .star3{
	display:block;
	width:200px;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}

.system .nomination table td .star4{
	display:block;
	width:200px;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}

  .system .pair img {
    width: 65px;
    display: inline-block;
    vertical-align: super;
}

.system_nomination_explain{
  margin-bottom: 3rem;
}
.system_nomination_explain h3{
  margin-top: 120px;
}
.system_nomination_explain p{
  font-size: 16px;
  color: #404040;
  padding-left: 1rem;
}
.system_nomination_explain table{
  width: 100%;
  border: 1px solid #878787;
  border-collapse: collapse;
  color: #404040;
}
.system_nomination_explain table th{
  width: 28%;
  border: 1px solid #878787;
  font-weight: normal;
  padding: 1.5rem 1rem;
  font-size: 16px;
  background: #b1a280;
}
.system_nomination_explain table td{
  width: 70%;
  border: 1px solid #878787;
  padding: 1.5rem 1rem;
  font-size: 16px;
  text-align: left;
  background: #dfd6c5;
}


.system .system_time{
	padding:60px 0;
	background:#dfd6c5;
	color:#2b302b;
	text-align:center;
}
.system .system_time p{
	font-size:36px;
}

.system .system_reserve{
	padding:60px 0;
	text-align:center;
}
.system .system_reserve p{
	font-size:36px;
	margin-bottom:20px;
	
}
.system .system_reserve p a{
	color:#000;
}
.system .system_reserve p span{
	display:block;
	font-size:24px;
	margin-bottom:20px;
}
.system .system_reserve p span br{
	display:none;
}
.system .system_reserve p.center{
	font-weight:normal;
	font-size:18px;
}
.system2{
	padding-top:50px;
}
.system2 h2{
	color:#2b302b;
	margin-bottom:50px;
}
.system2 .system3{
	width:960px;
	margin:0 auto;
	margin-bottom:100px;
	
}

.system2 .system3 li{
	list-style:disc;
	list-style-position:outside;
}
.system_faq{
	padding:60px 0;
	background:#fffbf2;
}
.system_faq dl{
	width:1000px;
	margin:0 auto;
	font-size:18px;
}
.system_faq dt{
	color:#f37021;
}
.system_faq dd{
	margin-bottom:50px;
}
.system_faq dd span{
	color:#f37021;
}
.system .pair{
	text-align:center;
	margin-bottom:100px;
}
.system .pair img{
	width:30px;
	position:relative; 
    top:10px; 
}
.system .discount{
	text-align:center;
	margin-bottom:80px;
}

.com_rank{
	font-size:16px;;
	width:55%;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*border:2px solid #fff;*/
    height:1.8em;
    line-height:1.8em;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
}
.star1{
	color:#009;
	border:2px solid #009;	
}
.star2{
	color:#ed6d00;
	border:2px solid #ed6d00;
}
.star3{
	color:#666;
	border:2px solid #666;
	font-weight:bold;
}
.star4{
	color:#B67B03;
	border:2px solid #B67B03;
	font-weight:bold;
}

.about_star_a{
	text-align:center;
	margin-bottom:20px;
}
.about_star{
	text-align:center;
	margin-bottom:50px;
}

.profile .com_rank {
    font-size: 15px;
    width: 22%;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
    height: 1.7em;
	line-height: 1.6em;

    text-align: center;
    position: absolute;
    top: 51px;
    right: 25px;
}
.profile .star1{
	color:#009;
	border:2px solid #009;	
}
.profile .star2{
	color:#ed6d00;
	border:2px solid #ed6d00;
}
.profile .star3{
	color:#666;
	border:2px solid #666;
	font-weight:bold;
}
.profile .star4{
	color:#B67B03;
	border:2px solid #B67B03;
	font-weight:bold;
}

.profile .about_star_a{
	text-align:center;
	margin-bottom:20px;
}
.profile .about_star{
	text-align:center;
	margin-bottom:50px;
}

.com_girl .smoke_icon {
    position: absolute;
    bottom: 100%;
    right: 10%;
    width: 10%;
    max-width: 30px;
}

.thanks {
    padding: 60px 0;
    margin-bottom: 200px;
}
.thanks .register {
    margin: 0 auto;
    text-align: center;
}
.thanks h2 {
    clear: both;
    text-align: center;
    font-size: 35px;
    color: #f37021;
    padding: 90px 0 15px;
    font-weight: bold;
}
.thanks p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}

/* gp_info */
.gp_shop_info_area{
  padding: 60px 0;
  width: 960px;
  margin: 0 auto;
}
.gp_shop_info_area .shop_detail{
	padding:2rem;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	display:flex;
	justify-content:space-betweem;
	gap:50px;
	position:relative;
	margin-bottom:50px;
  background-color: #dfd6c5;
}
.group_shop_details{
	padding-top:120px;
}
.shop_detail_left{
	width:240px;
	font-family: 'Noto Serif JP', serif;	
}
.shop_detail_left h3{
	position:absolute;
	top:2rem;
	left:322px;
    font-family: 'EB Garamond', serif;
	font-weight:400;
	font-size:1.2rem;
	line-height:1.2;
}
.shop_detail_left h3 span{
	display:block;
	font-size:2.5rem;
}
.shop_detail_right{
	padding-top:5.5rem;
}
.shop_detail_right p{
	white-space:pre-wrap;
	margin-bottom:1rem;
}
.shop_detail figure{
	aspect-ratio: 1 / 1;
	overflow:hidden;
	position: relative;
	margin-bottom:0.5rem;
}
.shop_detail figure img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	object-position: top;
}
.shop_detail .to_luxury p{
	text-align:center;
	background:#840b0b;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_proportion p{
	text-align:center;
	background:#000000;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_celeb p{
	text-align:center;
	background:#7c7c7c;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_premium p{
	text-align:center;
	background:#012353;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_elegant p{
	text-align:center;
	background:#ed6d00;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_rich p{
	text-align:center;
	background:#877841;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}
.shop_detail .to_muse p{
	text-align:center;
	background:#25253f;
	color:#ffffff;
	font-size:0.9rem;
	padding:1rem 0;
}

/* gp_info footer */
.gpinfo_area{
	width:1200px;
	margin:0 auto;
	padding:60px 0;
}
.gpinfo_area h2 img{
	width:200px;
}
.gpinfo_area .gpinfo{
	display:flex;
	justify-content:space-betweem;
	gap:30px;
}
.gpinfo_area .gpinfo li{
	width:20%;
}
.gpinfo_area .gpinfo figure{
	aspect-ratio: 1 / 1;
	overflow:hidden;
	position: relative;
}
.gpinfo_area .gpinfo figure img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	object-position: top;
}
.gpinfo_area .gpinfo figcaption img{
	width:100%;
	text-align:center;
}
.gpinfo_area .to_gpinfo a{
	display:block;
	width:400px;
	padding:25px 20px;
	background:#ffffff;
	color:#333;
	text-decoration:none;
	margin:50px auto;
	text-align:center;
	font-weight:700;
	border:1px solid #aaaaaa;
	border-radius:5px;
	line-height:1.8;
}
.gpinfo_area_back{
	background: #ffffff;
}
.special {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 180px;
}
.special ul {
    display: flex;
    flex-wrap: wrap;
}
.special_area_box {
    /*width: 48%;*/
    /*margin: 5px 1%;*/
	margin: 0 auto;
}
.special_area_box img {
    width: 100%;
}
