@charset "UTF-8";
html{
  scroll-behavior: smooth;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 1px;
  background-color: #ffffff;
}
img {
  width: 100%;
}


@media screen and (max-width: 1023px){
  .pc-only{
    display: none;
  }
  .pc-foo{
    display:none;
  }
}
@media screen and (max-width: 1023px){
  .g-nav{
    display: none;
  }
}
/*ヘッダー部分*//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

/**/言語切り替え表示のデフォルトスタイル/**/
a[data-stt-changelang] {
	text-decoration:none;
	margin:0 7px;
}
/**/アクティブなテキストのスタイル/**/
a[data-stt-active] {
	font-weight:bold;
}
/* コレがチェックボックス。label 要素の for 属性で操作できるので、チェックボックス自体は非表示にする */
#language {
  display: none;
}

/* チェックボックスに隣接するラベルの ::after 疑似要素でスタイリング */
#language + label::after {
  content: "English";  /* 未チェック時に表示するテキスト */
  border: 1px solid #ccc;      /* あとはボタン風にスタイリングするだけ */
  border-radius: 4px;
  padding: 2px 4px;
  background: #eee;
  cursor: pointer;
}

/* ホバー時の見た目変更 */
#language + label:hover::after {
  border-color: #999;
  background: #ccc;
}

/* チェック時のラベルを変更 */
#language:checked + label::after {
  content: "日本語";
}
/* チェックボックスの直後のラベル要素、の直後にラッパー要素があるので以下のようになる */
#language:not(:checked) + label + .contents *[lang="en"],   /* 未チェック時は英語コンテンツを非表示 */
#language:checked       + label + .contents *[lang="ja"] {  /* チェック時は日本語コンテンツを非表示 */
  display: none;
}
.lang {
  display: flex;
  margin-left: 22%;
  margin-top: 3%;
  margin-bottom: -10%;
}
.ja-en{
  margin-bottom:5px;
}
.bana-wrap {
  width: 95%;
  margin: 0 auto;
}
.bana- {
  width: 100%;
  object-fit: contain;
}
@media screen and ( max-width:320px) {
  .lang {
    display: flex;
    margin-top: 5%;
    margin-bottom: -10%;
}
.main-logo {
  width: 180px;
  height: auto;
  object-fit: cover;
  margin-top: 5%;
}
}
@media screen and (min-width:376px) and ( max-width:568px) {
  .header-ct {
    text-align: center;
    width: 70%;
}
}
@media screen and (min-width:481px) and ( max-width:768px) {
  .header-ct {
    margin-left: 28%;
}
.sub_menu_xs {
  margin-top: -2%!important;
}
.lang {
  margin-left: 40%;
}
.logo-wrapper {
  width: 40%!important;
}
.main-logo {
  width: 30%!important;
  height: auto;
  object-fit: cover;
}
}
@media screen and ( min-width:1024px) {
  .bana-wrap{
    display: none;
  }
}
/*PC用ヘッダー*//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
@media screen and (min-width: 1024px){
  #header{
    display: none;
  }
  .main-logo{
    width: 200px;
    height: 105px;
    object-fit: contain;
  }
  .header-pcwrapper{
    display: flex;
    width:100%;
  }
  .tl-number{
    font-size: 24px;
    text-align: center;
    font-weight: 900;
  }
  .work-time{
    text-align: center;
    background-color: #E5E5E5;
    width: 90%;
    margin: 0 auto;
    font-size:18px;
  }
  .head-btn{
    width: 207px;
    height: 44px;
    text-align: center;
    margin-left: 10%;
    margin-top: 5%;
    border: none;
    border-radius: 20px;
    box-shadow: 2px 2px 4px grey;
    font-size: 18px;
  }
  .tel-wrapper{
    margin-left:3%;
  }
  .mail-wrapper{
    margin-left:3%;
  }
  .pr{
    padding-bottom: 40px;
  }
  .toolBlock__fontSizer {
    width: 300px;
    height: 36px;
    overflow: hidden;
  }
  .cf {
    min-height: 1px;
    position: absolute;
    /*top: -42%;
    left: 8%;*/
  }
  .nt {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1px;
    line-height: 0%;
    margin: 0;
    padding: 0;
    text-align: left !important;
    display: block;
  }
  .toolBlock__fontSizer .toolBlock__fontSizer__btn {
    width: 80px;
    line-height: 19px;
    float: left;
    text-align: center;
    color: #888;
    background: #ddd;
    cursor: pointer;
    border: solid 1px #ddd;
  }
  .toolBlock__fontSizer__btn--regular {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .toolBlock__fontSizer dd.active {
    color: #FFF;
    border: solid 1px #52382a;
    background: #af826a;
    background: -moz-linear-gradient(top, #af826a 0%, #845c46 100%);
    background: -webkit-linear-gradient(top, #af826a 0%,#845c46 100%);
    background: linear-gradient(to bottom, #af826a 0%,#845c46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af826a', endColorstr='#845c46',GradientType=0 );
  }
  .toolBlock__fontSizer__btn--zoomer {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .toolBlock__fontSizer dt {
    width: 170px;
    height: 15px;
    background: url(../img/size.html) center center no-repeat;
  }
  .head-lgbtn{
    width: 150px;
    height: 35px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: rgb(195,190,178);
    background: radial-gradient(circle, rgba(195,190,178,1) 0%, rgba(172,152,122,1) 61%, rgba(172,152,122,1) 100%);
    box-shadow: 2px 2px 4px grey;
    margin: 10px;
    font-size: 22px;
  }
  .login-wrap{
    margin-left:3%;
    position: relative;
  }
  .g-nav{
    width: 100%;
    text-align: center;
  }
  .g-nav ul{
    margin-top:20px;
  }
  .g-nav ul li{
    display:inline-block;
    border-left:1px solid #A59D9D;
    padding: 1% 1% 0;
    font-size: 20px;
    font-weight: 900;
    width: 12%;
  }
  .g-nav ul li:last-child{
    border-right:1px solid #A59D9D;
  }
}

/*スマホメニュー*//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
.sp-menu-nav {
  width: 49.7%;
  border: 1px solid #fff;
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
}
.sp-menu-nav a {
  border-bottom: 0;
  border-right: 0;
  display: block;
  height: auto;
  padding: 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color:#fff;
}
.fa, .fas {
  font-weight: 900;
  color: #fff!important;
}
.fa-file:before {
  content: "\f15b";
  color: #fff;
}
.polygon{
  width:15px;
  margin-left: 5px;
  padding-bottom: 3px;
  height: 16px;
}
.cos-work ul li img {
  margin-bottom: 5px;
  margin-right: 5px;
}
.span_bt {
  /* margin-left: 90%; */
  position: absolute;
  left: 90%;
}
.recommend{
  margin:0;
  position: absolute;
  bottom: 25px;
  color: #fff;
}
.star{
  width: 18px;
  height: 18px;
  padding-bottom: 4px;
}
.last-ch{
  width:99.55%!important;
}
.fa, .fas {
  font-weight: 900;
  margin-bottom: 2%;
  margin-right: 3%;
  color: #f74e47;
}
.far {
  font-weight: 400;
  margin-bottom: 2%;
  margin-right: 3%;
  color: #cc386f;
}
.imp{
  margin-bottom:1%!important;
}
.lady{
  margin-right:11%!important;
}
.sub_menu_xs {
  padding: 0px 0;
}
.sp-ul {
  background: rgb(248, 98, 92);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  width: 95%;
  margin: 0 auto;
  /* color: #fff; */
}
/*フッター部分*//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/
footer{
  position: relative;
}
.footer_block{
  position: absolute;
  top: 120px;
  padding: 20px 15px 10px 15px;
  background: #f74e47;
  width: -webkit-fill-available;
}
.footer_block .fsubnav_block {
  display: block !important;
  width: 100%;
  margin: 0 0 10px;
  background: #fff;
}
.fsubnav_block ul{
  display: flex;
}
.fsubnav_block ul li{
  width: 50%;
  height: 65px;
  border: 0.5px solid #52382B;
  line-height: 4.5;
  text-align: center;
}
#copyright{
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#copyright a{
  color: #fff;
}
/*メインコンテンツ*/
main {
    margin: 0 auto;
    background-color: #ffffff;
    color: #000000;
}
.pc-foo{
  max-width: 1024px;
  margin:0 auto;
  background-color: rgb(248, 98, 92);
}
.pc-foo ul a {
  display: block;
  color: #fff;
}
.pc-foo ul {
  display: flex;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.pc-foo ul li {
  width: 25%;
  color: #fff;
  padding: 10px;
  font-size: 10px;
  border-left: 2px solid #fff;
}
.pc-foo ul li:last-child{
  border-right: 2px solid #fff;
}
small {
  text-align: center;
  width: 100%;
  display: block;
  color:#fff;
}
.img-wo{
  width: 100%;
  display: block;
  margin:0 auto;
}
.img-wo img {
  width: inherit;
  display: block;
  margin: 0 auto;
  height: fit-content;
  object-fit: cover;
}
.text_1 {
  left: 50%;
  top: 30%;
  color: #fff;
  font-size: 45px;
  position: absolute;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif;
  /* background-color: white; */
  font-weight: 900;
}
/*iphone5用*/
@media screen and (max-width: 320px){
  a.btn-radius {
    border-radius: 10px;
    width: 120px;
    height: 30px;
    margin-left: 9%;
    margin-top: 5%;
  }
  /* .tel {
    font-weight: 900;
    font-size: 16px;
    margin-top: -10%;
    margin-left: 2%;
  }
  .time {
    margin-top: -10px;
    margin-left: 2%;
    font-size: 12px;
  } */
  .sp-menu-nav {
    width: 49.6%;
    border: 1px solid #fff;
    margin-bottom: -1px;
    margin-right: -1px;
}
}
.top-mar{
  margin-top:20px;
}
@media screen and (max-width: 568px){
  .main-logo {
    width: 110px;
    height: 59px;
    object-fit: cover;
    margin-top: 5%;
}
.tel {
  font-weight: 900;
  font-size: 12px;
  margin: 0;
}
.time {
  margin-top: -10px;
  margin-left: 2%;
  font-size: 10px;
}
a.btn-radius {
  border-radius: 10px;
  width: 70px;
  height: 30px;
  margin-left: 9%;
  margin-top: 16%;
}
.lang {
  display: flex;
  margin-top: 5%;
  margin-bottom: -10%;
  width: 100%;
  margin-left: 0%;
}
.lang label{
  margin-left: -20px;
}
.ja-en{
  width:20px;
}
}
@media screen and (max-width: 380px) and (min-width: 321px){
  .main-logo {
    width: 150px;
    height: 59px;
    object-fit: cover;
    margin-top: 5%;
}
.tel {
  font-weight: 900;
  font-size: 14px;
  /* margin-left: 2%; */
}
.time {
  margin-top: -10px;
  margin-left: 2%;
  font-size: 12px;
}
a.btn-radius {
  border-radius: 10px;
  width: 80px;
  height: 30px;
  margin-left: 9%;
  margin-top: 16%;
}
}
@media screen and (max-width: 568px) and (min-width: 381px){
  .main-logo {
    width: 180px;
    height: 59px;
    object-fit: cover;
    margin-top: 5%;
}
/* .tel {
  font-weight: 900;
  font-size: 16px;
  margin-top: -10%;
  margin-left: 2%;
}
.time {
  margin-top: -10px;
  margin-left: 2%;
  font-size: 14px;
} */
.lang {
  display: flex;
  margin-top: 4%;
  margin-bottom: -10%;
  width: 100%;
  margin-left: 0%;
}
.lang label {
  margin-left: 10px;
}
a.btn-radius {
  border-radius: 10px;
  width: 90px;
  height: 30px;
  margin-left: 9%;
  margin-top: 16%;
}
}
.title-pr {
  font-size: 24px;
  color: rgb(248, 98, 92);
  text-align: center;
  border: 3px solid rgb(248, 98, 92);
  border-radius: 20px;
  margin: 30px;
  width: 90%;
  margin: 30px auto;
}
.first-ti{
  margin-top:0;
}
@media screen and (max-width: 568px){
.title-pr {
    font-size: 18px;
    color: rgb(248, 98, 92);
    text-align: center;
    border: 3px solid rgb(248, 98, 92);
    border-radius: 20px;
    margin: 30px;
    width: 80%;
    margin: 40px auto;
}
.main-title {
  background: linear-gradient(transparent 0%, rgb(248, 98, 92) 100%);
  text-align: center;
  color: #696969;
  margin-top: 30px;
}
}

  .main-title {
    background: linear-gradient(transparent 0%, rgb(248, 98, 92) 100%);
    text-align: center;
    color: #696969;
    width: 98%;
    font-size: 18px;
}
/*pcサイドメニュー*/
  .pc-side {
    width: 40%;
    margin-left: 20px;
  }
  .type_box h2{
    text-align: center;
    background:rgb(248, 98, 92);
    color:#fff;
  }
  .type_box h3{
    text-align: center;
  }
  .select_box{
    width:60%;
    margin:0 auto;
    height: 40px;
  }
  .type_button {
    background: rgb(248, 98, 92);
    padding: 5px 0;
  }
  .type_box {
    border: 2px solid #f74e47;
    width: 95%;
    margin: 0 auto;
}
.pc-main{
  width: 100%;
  margin:0 auto;
}
a:hover{
  opacity: 0.8;
}
/* img:hover{
  opacity: 0.8;
} */
.head_wrap ul li a:hover{
  color:#C8102E;
  opacity: 1;
  transition: opacity 0.1s;
}
@media screen and (min-width: 1024px){
  .img-wo img {
    /* max-width: 1500px; */
    display: block;
    /* margin: 0 auto; */
    width: inherit;
    height: fit-content;
    object-fit: cover;
}
}
.img-wo {
  width: inherit;
  height:fit-content;
}
#header-content img {
  /* position: absolute; */
  object-fit: cover!important;
}
.text_1 {
  left: 40%;
  top: 30%;
  color: #fff;
  font-size: 47px;
  position: absolute;
  font-family: "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,Meiryo , "MS PGothic" , sans-serif;
  /* background-color: white; */
  font-weight: 900;
}
@media screen and (max-width: 568px){
  .text_1 {
    left: 32%;
    top: 35%;
    color: #fff;
    font-size: 35px;
    position: absolute;
    font-family: "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,Meiryo , "MS PGothic" , sans-serif;
    /* background-color: white; */
    font-weight: 900;
  }
}
@media screen and (min-width: 1024px){
  .text_1 {
    left: 37%!important;
    top: 30%!important;
    color: #fff;
    font-size: 60px;
    position: absolute!important;
    font-family: "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,Meiryo , "MS PGothic" , sans-serif;
    /* background-color: white; */
    font-weight: 900;
  }
}
li, p, a{
  font-family: "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,Meiryo , "MS PGothic" , sans-serif;
}
.gold-tit {
  font-size: 35px;
  text-align: center;
  border: none!important;
  border-radius: 0!important;
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: 900;
  background: #C8102E;
  color: #fff!important;
}
.sp_header {
  padding: 7px 10px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #000;
  border-bottom: 1px solid #fff;
}
.nav_link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1023px){
  .nav_link {
    font-size: 10px;
    float: right;
    margin-right: 12%;
  }
}
/* .head_wrap ul li a{
  font-size: 16px;
} */
@media screen and (max-width: 1500px){
  .head_wrap ul li a{
    font-size: .9vw;
  }
}

@media screen and (max-width: 769px){
  .nav_link {
    font-size: 10px;
    float: right;
    margin-right: 12%;
    font-weight: normal;
  }
  .head_wrap ul li a{
    font-size:14px;
  }
}
.nav_link img {
  width: 10%;
}
.head_btn a {
  color: #fff;
  font-size:14px!important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 48px;
}
.img-wo img {
  /* max-width: 1500px; */
  display: block;
  /* margin: 0 auto; */
  width: 200px!important;
  height: 100px;
  /* height: fit-content; */
  object-fit: contain;
  margin-top: 70px;
}
.logo_area img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 568px){
  .img-wo img {
    object-fit: cover;
    width: 250px;
    height: 70px;
    object-fit: contain;
    margin-top: 80px!important;
    display: block;
}
}
@media screen and (max-width: 568px){
#footer .pr img {
    width: 50%!important;
    height: 75px!important;
    object-fit: contain;
}
a.link-btn:link, a.link-btn:visited {
  width: 300px;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  padding: 8px;
  /* display: block; */
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 60px;
  display: flow-root;
  /* margin-top: 30px!important; */
  font-size:1.5rem!important;
  opacity: 1 !important;
}
}
ul#portrait li.gals-box .box-text .clearfix .font-gothic {
  font-size: 0.95em!important;
  font-weight: 900;
}
ul#portrait li.gals-box .box-text p.comment {
  font-size: 1em!important;
  line-height: 22px;
  background-color: rgba(172, 152, 122, 0.3);
  width: 95%;
  height: 92px;
  overflow: auto;
  padding: 8px;
  bottom: 68px;
}
.shisetsu-directions{
  display:none;
}
.link{
  display:none;
}
.catch-copy h3{
  display:none;
}

@media screen and (max-width: 568px){
.cos-work ul li {
  width: 48%!important;
  margin: 0 auto;
  text-align: justify;
  font-size: 14px;
}
}
@media screen and (min-width: 769px){
.tel a {
    font-size: 16px!important;
}
.cos-work ul li {
  font-size: 16px;
}
#footer .footer-menu ul.main-menu li a {
  font-size:16px!important;
}
#footer .footer-menu ul.sub-menu li a{
  font-size:16px!important;
}
}
@media screen and (max-width: 959px){
#footer .shisetsu-reservation .inner .tel {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-left: 0px!important;
}}
@media screen and (max-width: 568px){
.img-wo img {
    /* object-fit: contain!important; */
    width: 150px!important;
    height: 70px;
    object-fit: contain;
    margin-top: 30px!important;
    display: block;
}
main {
  margin-top: 80px;
}
}
.head_wrap ul li a {
  color: #333;
  text-align: center;
  display: block;
  /* margin-top: 18%; */
  font-weight: bold;
}
.head_btn2 {
  background: #696969;
}
.btn_a {
  background: #000!important;
}
.img-wo img:hover{
  opacity: 10;
}
.pc_header {
  width: 100%;
  background: #000;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 0.9;
}
@media screen and (max-width: 1023px){
	.pc_header{
		display:none;
	}
}
.head_wrap ul li a {
  color: #ffffff;
  text-align: center;
  display: block;
}
.top_time {
  position: absolute;
  top: 60px;
  left: 8px;
  font-size: 18px;
}
#nav-content ul a {
  color: #fff;
  display: block;
  /* text-align: center; */
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 3.5;
  /* position: absolute; */
}
.searchplus:hover {
  color: #C8102E;
  background-color: #ffffff;
  border: 1px solid #C8102E;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 768px){
  .searchplus:hover {
    color: #fff !important;
    background:#C8102E !important;
  }
}
.search-contents-container button {
  background-color: #C8102E;
}
.index_wrap {
  margin-bottom: 0;
  position: relative;
}
.w100 {
  width: 100%;
  max-width: 1200px!important;
  margin: 0 auto;
}
.pc-under{
  display:none;
}
@media screen and (min-width: 769px){
  .sp_br{
    display:none;
  }
}
.top_time {
  position: absolute;
  line-height: 1.5;
}
.head_btn {
  width: 80px!important;
  height: 50px;
  background: #333;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
}
.hiroi {
  width: 40%!important;
  line-height: 35px;
}
.small_title{
  font-size: 12px;
}
.big{
  font-size:12px;
}
.hiroi {
  width: 35%!important;
  line-height: 15px;
  margin-top: 10px;
}

.hiroi {
  letter-spacing: 0;
  margin-top: 28px;
}


@media screen and (max-width: 568px){
#footer .footer-menu ul.main-menu {
    display: none;
}
}
.exb{
  background: #fff!important;
}
.btn_a {
  width: 280px!important;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
.btn_a {
  background: #fff!important;
  color: #000!important;
}
.btn_a a {
  color: #000!important;
  font-size: 24px!important;
}
@media screen and (max-width: 568px){
  .btn_a a {
    font-size: 14px!important;
  }
  }
  @media screen and (min-width: 1024px){
  .btn_a a {
    font-size: 16px!important;
}

}

.base_color2 {
  border-radius: 0!important;
  background-color: #FFF!important;
}
.btn_a {
  width: 280px!important;
  box-shadow: 0 1px 1px rgba(1,5,1,.3);
}

/*-------------------------追加------------------------------*/

.new-title {
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 20px;
}

.new-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 11rem;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}
.c38_rank {
    display: inline-block;
    background: url(../img/rank_red.jpg) no-repeat center center / contain;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
}
.c38_card {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: space-between;
    margin: 10px auto;
}

.c38_card li {
    padding: 7px;
    position: relative;
    margin-bottom: 20px;
    width: 17%;
    margin-bottom: 40px;
    background: #fff;
    color: #000 ;
}

.c38_thumbnail {
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.c38_thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1;
    display: inline-block;
    width: 100%;
    object-fit: contain;
}
.c38_name {
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.c38_girl_size {
    margin: 5px 0;
    text-align: center;
    color: rgb(248, 98, 92);
    font-size: 1.1em;
}
.c38_girl_size span {
    font-weight: bold;
}
.c38_comment {
    font-size: 0.75em;
    line-height: 1.4;
    border-top: 1px solid #d2d2d2;
    padding: 5px;
}
.c38_card li:nth-of-type(2) .c38_rank {
                background: url(../img/rank_silver.jpg) no-repeat center center / contain;
              }
              .c38_card li:nth-of-type(1) .c38_rank {
                background: url(../img/rank_gold.jpg) no-repeat center center / contain;
              }
              .c38_card li:nth-of-type(3) .c38_rank {
                background: url(../img/rank_bronze.jpg) no-repeat center center / contain;
              }
              .c38_rank {
                display: inline-block;
                background: url(../img/rank_red.jpg) no-repeat center center / contain;
                width: 40px;
                height: 40px;
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                text-align: center;
                line-height: 40px;
                position: absolute;
                top: 20;
                left: 20;
                z-index: 2;
            }
.c38_card li a:hover{
                opacity:10;
              }
              .c38_card li:hover{
                opacity:0.7;
              }

.h-ml10 {
    margin-left: 10px;
}

a.link-btn:link, a.link-btn {
    width: 300px;
    background: #C8102E;
    font-size: 1.5rem;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    padding: 8px;
    display: flow-root;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
    opacity: 1 !important;
    border: 1px solid #C8102E;
}
a.link-btn:link:hover, a.link-btn:hover {
  background: #fff;
  color: #C8102E;
  border: 1px solid #C8102E;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #fff;
    margin: 1em 0 5rem;
    padding: 0;
    clear: both;
}

.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .inner img {
    width: 40%;
    max-width: 380px;
    margin: 20px 50px;
}

.sale-sticky {
    position: fixed;
    right: 3.8rem;
    bottom: 1rem;
    z-index: 1000;
}

.sale-sticky .sale-sticky__main {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    font-size: 18px;
}

.sale-sticky .sale-sticky__main a {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
    color: #fff;
}

.sale-sticky .sale-sticky__ttl {
    display: -webkit-box;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    color:#fff;
}

.sale-sticky .sale-sticky__txt {
    line-height: 1.375;
    color:#fff;
    margin: 0 0 1rem;
    text-align: center;
}
.sale-sticky .sale-sticky__btn {
    -webkit-border-radius: 1.15rem;
    -ms-border-radius: 1.15rem;
    border-radius: 1.15rem;
    background-color: rgb(146, 140, 140);
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 auto;
    padding: .5rem 0;
    position: relative;
    text-align: center;
    width: 9.6rem;
}

.sale-sticky .sale-sticky__btn:after {
    content: '';
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent;
    border-left: .5rem solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -.3rem;
    right: 1rem;
}


.sale-sticky .sale-sticky__img {
    animation: spin 4s linear infinite;
    display: block;
    width: 180px; 
}

.sale-sticky .sale-sticky__img {
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    -ms-animation: spin 6s linear infinite;
    -o-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
} 

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.sale-sticky:after {
    content: '';
    animation: spin 4s linear infinite;
    position: absolute;
    left: .7rem;
    top: 1rem;
    height: 100%;
    width: 100%;
    z-index: -1;
}
main {
  padding-top: 120px;
}
#main {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.flex-b {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#atwlist .flex-box {
    width: 30%;
    margin-bottom: 10px;
}

#atwlist .desc {
    text-align: center;
}

.girl_name {
    padding: 3px 5px;
    color: #000000;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    margin-bottom: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 40px;
    font-weight: bold;
  }

.no1-title {
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 80px;
    color: #000;
    background-color: rgb(248, 98, 92);
    border: dashed 4px;
    width: 50%;
    margin: 0 auto 80px;
    text-align: center;
}

.h0 {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

strong {
    font-size: 2.3rem;
    font-weight: bold;
}

.manu-l {
    width: 100%;
}

.manu-r {
    width: 25%;
}

#prof{
  color: #000;
}

@media screen and (min-width: 568px){
              .height {
                height: 215px;
              }
              }
            @media screen and (max-width: 568px){
              .height{
                height:215px;
              }
            }
            @media screen and (min-width: 568px){
              .height2{
                height:430px;
              }
            }
            @media screen and (max-width: 568px){
              .height2{
                height:250px;
              }
            }

#prof td {
    padding: 30px 5px;
    width: 58%;
}

#prof1 td.td-left {
    width: 300px;
    padding: 0 50px;
    min-width: 187px;
}

.select-box01 select {
    border-radius: 0!important;
}
          
.syameStateWrap {
    color: #000000;
    border-bottom: solid 1px;
    padding: 5px;
}
.syameStateWrap1 {
    color: #000000;
}
.syamePhoto img {
    width: 100%;
}
.syameBox {
    width: 23%;
    margin-bottom: 20px;
    border: solid 1px;
    padding: 15px 0;
    text-align: center;
}
          
@media screen and (max-width: 768px) {
.syameBox {
    width: 32%;
}
}
@media screen and (max-width: 568px) {
.syameBox {
    width: 48%;
}  
}


.girl_base_color {
  background:#FFF;
  margin: 0 auto;
  color: #000;
  border: 1px solid #dcdcdc; 
}

@media screen and (max-width: 480px){

  .girl_base_color {
    margin: 20px auto 40px;
}
}

.girl_base_color2 {
    background: #f3f3f3;
    margin: 5px;
    border: 0px solid #dcdcdc;
    border-radius: 5px 5px 5px 5px;
}

#wrap{
  background-color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
#slider{
  width: 300px;
  margin:0 auto 30px;
}
.slide-item img{
    width: 100%;
  }  
#thumbnail-list{
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.downimg-item{
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  width: 20%;
}

.downimg-item:after{
    content:'';
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
.thumbnail-current:after{
    opacity: 0;
  }
#slideshow img{
    margin: 0 auto;
  } 




















@media screen and (min-width: 569px){
  .small_c {
    display: none;
  }
  
  .sp-none {
    display: none !important;
  }
}

@media screen and (max-width: 1100px){
  #main {
    padding: 10vh 2.5% 0;
  }
  
  
  
}

@media screen and (min-width: 769px){
  .sp768 {
    display: none;
  }
}

@media screen and (max-width: 768px){
  #main {
    padding: 5vh 0 0;
}
  
  .sub_menu_xs {
    padding: 12vh 0 0 !important;
}
  
  .c38_card li {
    width: 45%;
  }
  
    div#atwlist .flex-box {
    width: 44%;
    margin-bottom: 10px;
    padding: 20px 2.5%;
  }
  
  .kansen {
    padding: 60px 15px;
  }

  .c38_girl_size {
    margin: 5px 0;
    text-align: center;
    color: rgb(248, 98, 92);
    font-size: 12px;
  }

  .manu-l {
    width: 100%;
  }
  
  .manu-r {
    margin-top: 50px;
      width: 100%;
  }
  
  .no1-title {
    width: 80%;
  }
  
  .pc768 {
    display: none;
  }
  
  #prof1 td.td-left {
    width: 27.6%;
    padding: 0 6px 0 0;
    min-width: 187px;
  }
  
  #member .info-box {
    padding: 0 0 40px;
  }
  
}


@media screen and (max-width: 640px){
  .c38_card li {
    margin-bottom: 15px;
  }

}


@media screen and (max-width: 568px){
  .new-title {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  .pc-none {
    display: none !important;
  }
  
}
@media screen and (max-width: 480px){
  .kansen {
    padding: 60px 18px;
  }
}

@media screen and (max-width: 375px){
  .c38_girl_size span {
    font-size: 10px;
  }
}

/*------------------------------------------------------------*/
.f-black {
  color: #000 !important;
}

.f-white {
  color: #000000 !important;
}

.f-gold {
  color: rgb(248, 98, 92) !important;
}


.lh-27 {
  line-height: 27px;
}

.syamePhoto{
  height: 245px;
  overflow: hidden;  
}

.content{
  margin: 0 auto;
  padding: 40px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 33%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 30%;
}
@media screen and (max-width: 640px){

.modal__content{
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 75%;
}
}


.menusp {
  padding: 10px 0;
  border-bottom: solid 1px #333;
  padding-top: 57px;
  color: #fff;
  background-color: #000;
}

.shop_menu {
  display: flex;
  flex-wrap: wrap;
}

.shop_menu li {
  float: left;
  /*width: calc(25% - 1px);*/
  width: 25%;
  display: table;
  padding: 0;
  line-height: 1.1;
}

.shop_menu li a {
  display: table-cell;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

.shop_menu a>span {
  position: relative;
  /*padding-left: 30px;*/
  display: inline-block;
  max-width: 110px;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
}

.shop_menu a>span span {
  display: block;
}

.shop_menu li a .counter {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #C8102E;
  border-radius: 50%;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}

.shop_menu li img {
  width: auto;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px){
  .menusp{
    display: none;
  }
}

.recommend_btn{
  width: 151px;
  height: 50px;
  background: #968674;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
}

.reco_count{
  font-weight: bold;
}

.footer__group p{
  font-size: 12px;
}

.footer__group li {
  margin: 15px;
  border: 1px solid #e4e4e4;
}

.footer__group li img{
  width: 200px;
}

.occ-footer-sns {
  position: static;
  width: auto;
  text-align: center;
  padding-top: 30px;
}

.occ-footer-sns li {
  float: none;
  display: inline-block;
  margin-right: 5px;
}

.occ-footer-sns li img {
    width: 40px;
}

.size_b{
  font-size: 10px;
}


.head_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:80%;
  margin:0 20px auto;
  height: 80px;
}
.head_wrap ul li {
  text-align: center;
  border-right: 1px solid #fff;
  width: 11.1111111%;
}
.head_wrap ul li:last-of-type {
  border-right: none;
}
.head_wrap ul li a{
  color:#333;
  text-align: center;
  display: block;
  /* margin-top: 15%; */
  line-height: 2;
}




@media screen and (max-width: 768px){
  .pc-main {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
  }
  .head_wrap ul li {
    font-size: 1vw;
  }
}



.head_wrap{
  background:rgba(172, 152, 122, 0);
  /* max-width:1500px; */
  width: 100%;
  margin:0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px){
  .head_wrap{
    padding: 0 1vw;
  }
}

.head_wrap ul li a {
  color: #ffffff;
  text-align: center;
  display: block;
  letter-spacing: 0.01em;
}


.u-sp-block {
  display: none;
}
@media screen and (max-width: 768px){
  .u-sp-block {
    display: block;
  }
}


a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  
  text-decoration: none;
}

@media screen and (max-width: 1023px){
  .sp_header{
    display:block;
  }
}

/* 暫定対応 */
ul.shop_menu li a span span.counter {
  visibility: hidden;
}