@charset "UTF-8";

/*イベント*/

#event {
    margin: 0 0 40px 0;
}
.event_content {}
.event_content li {
	margin: 10px 0 0;
	padding: 20px;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
	text-align: center;
}
.event_content li img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.event_content li span, .event_content li strong, .event_content li font, .event_content li em, .event_content li small, .event_content li div, .event_content li b, .event_content li p {
	font-size: 110% !important;
	font-weight: bold !important;
	line-height: 1.6 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif !important;
	letter-spacing: 0em !important;
}
@media screen and (max-width: 768px) {
	.event_content li {
		padding: 20px 10px;
		text-align: left !important;
		border: 4px solid #fff;
	}
	.event_content li img {
		width: 100%;
		height: auto;
	}
	.event_content li span, .event_content li strong, .event_content li font, .event_content li em, .event_content li small, .event_content li div, .event_content li b, .event_content li p {
		font-size: 100% !important;
	}
}

/*サイトマップ*/

.sitemap_contents {
	margin: 10px 0 0 0;
	padding: 40px;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
}
.sitemap_contents h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px;
    line-height: 1.4;
}
.sitemap_contents h4 {
	font-size: 20px;
	margin: 0 15px 0 0;
	padding: 15px 0 0;
	font-weight: bold;
	display: inline-block;
}
.sitemap_contents ul {
	margin: 10px 0 5px;
}
.sitemap_contents ul li {
	display: inline-block;
}
.sitemap_contents ul li a {
    color: #00c7ea;
	font-size: 13px;
	margin: 2px 0;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: #f9fdfe;
    border-radius: 100px;
    border: 1px solid #4dd5fa;
	display: inline-block;
	padding: 4px 10px;
	letter-spacing: 0em;
}
.sitemap_contents a {
    color: #00c7ea;
}
.sitemap_contents a:hover {
    color: #00c7ea;
}
.sitemap_contents ul li a:hover {
    color: #00c7ea;
}
@media screen and (max-width: 768px) {
	.sitemap_contents {
		padding: 15px 10px 20px;
    }
	.sitemap_contents h3 {
		font-size: 18px;
	}
	.sitemap_contents h4 {
		font-size: 18px;
	}
	.sitemap_contents ul li a {
		font-size: 13px;
		padding: 2px 8px;
	}
}


/*ホテルマップ*/

#hotel {
	margin: 10px 0 20px 0;
}
.map_title_outer {
	margin: 0 0 10px 0;
}
.map_title {
	text-align: center;
	font-size: 42px;
	letter-spacing: -0.04em;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 10px 0;
    background: url(../img/common/section_outer.png) repeat;
    background-size: 800px;
    background-position: center;
	font-feature-settings: "palt";
	color: #10dafe;
}
.map_title span {
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .7);
    display: block;
	padding: 10px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.map_title_outer {
		margin: 0 0 10px 0;
	}
	.map_title {
		font-size: 24px;
		margin: 0;
		padding: 0;
	}
	.map_title span {
		padding: 5px;
	}
}
.hotel_map_content {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
    margin: 0 auto 20px;
}
.hotel_map_content_inner {
	background: #fff;
}
.hotel_map_content_inner img {
	display: block;
	width: 100%;
    border-radius: 16px;
}
.hotel_map_image_pc {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
.hotel_map_image_sp {
	display: none;
}
#hotel ul {
	margin: 0 -5px;
	counter-reset: wpp-ranking;
}
#hotel ul li {
	padding: 0 0.2%;
	margin: 0 0 5px;
}
.hotel_map_list_inner {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
	padding: 10px;
}
.hotel_map_list_inner:before {
	list-style-type: none;
	color: #fff;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
	float: left;
	margin: 0 5px 0 0;
	background: #2cddfe;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
}
.hotel_map_list_inner h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
}
#hotel ul li img {
	display: block;
	width: 100%;
	margin: 15px auto 10px;
	border-radius: 16px;
}
#hotel ul li p {
	margin: 6px 0;
	word-wrap: break-word;
	font-size: 14px;
	letter-spacing: 0em;
}
.hotel_map_label {
	display: inline-block;
	background: #2cddfe;
	color: #fff;
	font-size: 10px;
	padding: 0 6px;
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
	border-radius: 4px;
}
.hotel_map_review {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 18px;
	margin: -5px 0 0 0;
}
#hotel ul li a {
	text-decoration: underline;
	transition: all .3s;
	color: #111;
}
#hotel ul li a:hover {
	opacity: .75;
	color: #111;
}
@media screen and (max-width:768px) {
	#hotel {
		padding: 0;
	}
	.hotel_map_content {
		border: 4px solid #fff;
	}
	.hotel_map_content_inner {
		padding: 0;
	}
	.hotel_map_image_pc {
		display: none;
	}
	.hotel_map_image_sp {
		display: block;
		width: 100%;
	}
	#hotel ul {
		margin: 10px 0;
	}
	#hotel ul li {
		margin: 0 -5px;
		padding: 0 5px 5px;
	}
	.hotel_map_list_inner {
		padding: 10px;
		border: 4px solid #fff;
	}
	.hotel_map_list_inner:before {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 16px;
	}
	.hotel_map_list_inner h3 {
		font-size: 20px;
		margin: 0 0 5px 0;
		padding: 6px 0 0 0;
	}
	#hotel ul li img {
		margin: 10px auto;
	}
	#hotel ul li p {
		font-size: 14px;
		letter-spacing: 0em;
	}
}


#notfound {
	text-align: center;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
	box-sizing: border-box;
	color: #51230b;
	padding: 60px 20px;
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#notfound h3 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 60px 0;
}
.notfound_link {
	display: block;
	margin: 20px auto 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #fff !important;
	padding: 16px 30px;
	width: 100%;
	max-width: 480px;
    background: #2fdaf8;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
	font-feature-settings: "palt";
	border-radius: 100px;
}
.notfound_link:hover {
	color: #fff !important;
    background: #2fdaf8;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
.notfound_link:active, .notfound_link:visited, .notfound_link:foucs {
	color: #fff !important;
    background: #2fdaf8;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
@media screen and (max-width: 768px) {
	#notfound {
		color: #51230b;
		padding: 30px 10px;
	}
	#notfound h3 {
		font-size: 18px;
		margin: 0 0 30px 0;
	}
	#notfound p {
		font-size: 13px;
		letter-spacing: 0em;
		font-weight: normal;
		font-feature-settings: "palt";
	}
	.notfound_link {
		font-size: 16px;
		padding: 12px 10px;
	}
}

/*健康になるセックスライフ*/

.health_contents {
	margin: 10px 0 0 0;
	padding: 40px;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
}
.health {
  margin: 0 auto;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.health_mainvisual img {
  display: block;
  width: 100%;
}
.health h3 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  font-feature-settings: "palt";
  background: #6fd5ff;
}
.health_title {
  text-align: center;
  padding: 0 0 15px;
}
.health_title h4 {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  text-shadow: none;
  font-feature-settings: "palt";
  color: #3bc6ff;
}
.health_point {
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px 0 0;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.2;
  background: -ms-linear-gradient(-45deg, #6fd5ff, #3bc6ff);
  background: -moz-linear-gradient(-45deg, #6fd5ff, #3bc6ff);
  background: -webkit-gradient(linear, -45deg, left bottom, from(#6fd5ff), to(#3bc6ff));
  padding: 3px 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  position: relative;
  top: -4px;
}
.health_intro {
  font-size: 18px;
  padding: 10px 0 0;
  line-height: 1.6;
}
.health_five {
  padding: 20px 0;
}
.health_five_inner {}
.health_content {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 20px 0 10px;
  background: #fff;
  border: 8px solid #e0f6ff;
}
.health_content_inner {}
.health_image {
  float: left;
  width: 40%;
  padding: 0 2% 0 0;
}
.health_image img {
  display: block;
  width: 100%;
  border: 6px solid #f1fbff;
  border-radius: 6px;
}
.health_text {
  float: right;
  width: 60%;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding: 5px 10px 10px;
  overflow: hidden;
}
.health_text_inner {
  padding: 0 10px;
  background: linear-gradient(#b5e9ff 1px, transparent 1px) rgba(255, 255, 255, 1);
  background-size: auto 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #b5e9ff;
  overflow: hidden;
}
.health_four {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.health_contents {
		padding: 15px 10px 20px;
    }
    .health h3 {
      font-size: 26px;
      padding: 10px 15px 5px;
    }
    .health_title {
      padding: 0 0 15px;
    }
    .health_title h4 {
      font-size: 22px;
      display: block;
    }
    .health_point {
      display: block;
      font-size: 15px;
      margin: 0 auto 5px;
      padding: 5px 0;
      max-width: 100px;
    }
    .health_intro {
      font-size: 16px;
      padding: 10px 0 10px;
    }
    .health_five {
      padding: 15px 0;
    }
    .health_five_inner {}
    .health_content {
      padding: 25px 15px 10px;
      margin: 10px auto;
      border: none;
    }
    .health_content_inner {}
    .health_image {
      float: none;
      width: 100%;
      max-width: 80%;
      padding: 0;
      margin: 0 auto;
    }
    .health_image img {
      display: block;
      width: 100%;
    }
    .health_text {
        margin: 20px 0 10px;
    }
    .health_text {
      float: none;
      width: 100%;
      font-size: 16px;
      padding: 5px 5px 10px;
    }
    .health_text_inner {
      padding: 0 5px;
      background-size: auto 2em;
      line-height: 2em;
    }
    .health_four {
      padding: 0;
    }
}

/*自宅派遣キャバクラ・ガールズバーコース*/

.cabaret_contents {
    margin: 10px 0 0 0;
    padding: 10px;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #eefcff;
}
.cabaret {
    margin: 0 auto;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.cabaret_mainvisual_outer {
    position: relative;
}
.cabaret_mainvisual {
    display: block;
    width: 100%;
    margin: 0 auto -2px;
    position: relative;
    z-index: 2;
}
.cabaret_content01_outer {
    background: url(../img/page/cabaret/cabaret_background02.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.cabaret_content01 {
    width: 100%;
    display: table;
}
.cabaret_content01_left01 {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}
.cabaret_content01_right01 {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.cabaret_content01_right01 img {
    display: block;
    width: 95%;
    margin: 0 auto;
}
.cabaret_content01_right02 {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}
.cabaret_content01_left02 {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.cabaret_content01_left02 img {
    display: block;
    width: 95%;
    margin: 0 auto;
}
.cabaret_image02 {
    display: block;
}
.cabaret_image02_sp {
    display: none;
}

.cabaret_movie video {
    display: block;
    width: 100%;
}
.cabaret_content02_outer {
    background: url(../img/page/cabaret/cabaret_background01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.cabaret_price {
    display: block;
    width: 96%;
    margin: 10px auto 0;
}
.cabaret_price_text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    padding: 20px 0 0 0;
    color: #00c7ea;
    font-feature-settings: "palt";
}
.cabaret_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    padding: 10px 0 0;
    text-align: center;
    color: #00c7ea;
    font-feature-settings: "palt";
}
.cabaret_font01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    padding: 5px 0;
    color: #00c7ea;
    font-feature-settings: "palt";
}
.cabaret_font02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    padding: 8px 0;
    color: #00c7ea;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    .cabaret_contents {
        padding: 0;
    }
    .cabaret_content01_outer {
        padding: 20px 10px;
    }

    .cabaret_content01 {
        display: block;
    }
    .cabaret_content01_left01 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_right01 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_right01 img {
        width: 100%;
        max-width: 220px;
    }
    .cabaret_content01_right02 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_left02 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_left02 img {
        display: none;
    }
    .cabaret_image02 {
        display: none;
    }
    .cabaret_image02_sp {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }

    .cabaret_content02_outer {
        padding: 20px 10px 30px;
        margin: 0;
    }
    .cabaret_price {
        display: block;
        width: 100%;
        margin: 10px auto 0;
    }
    .cabaret_price_text {
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
        padding: 20px 0 0 0;
    }

    .cabaret_title {
        font-size: 22px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .cabaret_font01 {
        font-size: 18px;
    }
    .cabaret_font02 {
        font-size: 16px;
        font-weight: normal;
    }
}