@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'libre_baskervillebold';
    src: url('./font/lb-bold-webfont.woff2') format('woff2'),
         url('./font/lb-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre_baskervilleitalic';
    src: url('./font/lb-italic-webfont.woff2') format('woff2'),
         url('./font/lb-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('./font/lb-regular-webfont.woff2') format('woff2'),
         url('./font/lb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('./font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('./font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('./font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('./font/NotoSansCJKjp-Light.eot');
    src: url('./font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-Light.woff') format('woff'),
    url('./font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('./font/NotoSansCJKjp-DemiLight.eot');
    src: url('./font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('./font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansCJKjp-Regular.eot');
    src: url('./font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('./font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('./font/NotoSansCJKjp-Medium.eot');
    src: url('./font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('./font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('./font/NotoSansCJKjp-Bold.eot');
    src: url('./font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('./font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('./font/NotoSansCJKjp-Black.eot');
    src: url('./font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('./font/NotoSansCJKjp-Black.woff') format('woff'),
    url('./font/NotoSansCJKjp-Black.ttf')  format('truetype');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea, button, option {
  font-family: 'Noto Sans Japanese';
  line-height: 1.6;
  font-size: 14px;
  box-sizing: border-box;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a,li {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}

a img {
  transition: all 0.4s ease;
}

a:hover img {
	opacity: 0.7;
}

input,select,textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	max-width: 100%;
}

input::placeholder {
  color: #C8C8C8;
}

select {
   background:#fff url(../images/select_arrow.png) no-repeat 95% center!important;
}

/* IE */
input:-ms-input-placeholder {
  color: #C8C8C8;
}

/* Edge */
input::-ms-input-placeholder {
  color: #C8C8C8;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}




/* header */

header {
	position: relative;
        min-width: 1080px;
	margin: 0 auto;
	border-bottom: solid 2px #c3a766;
	background: #fff;
	box-shadow:0px 3px 4px -4px #363233;
	font-size: 0;
}

header h1 {
	padding: 5px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e51a6+0,883966+71,4c203b+100 */
	background: #6e51a6; /* Old browsers */
	background: -moz-linear-gradient(left, #6e51a6 0%, #883966 71%, #4c203b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6e51a6 0%,#883966 71%,#4c203b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6e51a6 0%,#883966 71%,#4c203b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e51a6', endColorstr='#4c203b',GradientType=1 ); /* IE6-9 */
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	text-align: center;
}

#header_inner {
	position: relative;
	max-width: 1440px;
	min-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#h_logo,
#h_txt {
	display: inline-block;
	vertical-align: top;
}

#h_logo {
	width: 282px;
        margin: 0 0 0 10px;
}

#h_logo a {
	display: block;
}

#h_logo span {
	display: block;
	margin: -10px 0 0;
}

#h_txt {
	padding: 30px 0 0;
	color: #6d2d52;
	font-weight: normal;
	font-size: 1.1rem;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

#header_info {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 580px;
}

#h_info {
	font-size: 0;
	text-align: right;
}

#h_info li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
	font-size: 1.1rem;
	font-weight: 500;
}

#h_info li:nth-child(2) {
	background: url("../images/bg_h_tel.png") no-repeat left center;
	background-size: 20px;
}

#h_info li:nth-child(3) {
	background: url("../images/bg_h_mail.png") no-repeat left center;
	background-size: 20px;
}

#h_src form {
	padding: 20px 0;
	font-size: 0;
	text-align: right;
}

#h_src input,
#h_src button {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#h_src input {
	width: 280px;
	padding: 6px;
	border: solid 1px #6d2d52;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 0.9rem;
}

#h_src button {
	width: 100px;
	padding: 5px;
	border: solid 1px #6d2d52;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #6d2d52;
	color: #fff;
}

/* h_navi */

#h_navi {
	margin: 20px 0 0;
}

#h_navi a:hover{
	/*! color:rgba(0, 0, 0, 0.5); */
	opacity: 0.3;
}

#h_navi ul {
	padding: 15px 0;
	font-size: 0;
	text-align: center;
}

#h_navi ul li {
	display: inline-block;
	margin: 0 3px;
	border-left: solid 1px #ccc;
}

#h_navi ul li:last-child {
	border-right: solid 1px #ccc;
}

#h_navi a {
	display: block;
	padding: 0 20px;
	text-align: center;
}

/* content */

#content {
	max-width: 1440px;
	min-width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
}

#main_ttl {
	color: #6d2d52;
	font-weight: normal;
	font-size: 3rem;
	text-align: center;
	font-family: 'libre_baskervilleregular';
}

#sub_ttl {
	text-align: center;
}

.girl_box {
        position: relative;
}

.op_icons {
        position: absolute;
        bottom: 4px;
        left: 10px;
        font-size: 0;
        text-align: left;
}

.op_icons li {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: top;
}

.op_icons li.soku_time {
	height: 45px;
	padding: 5px 10px;
	text-align: center;
	background: rgba(105,71,93,0.9);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.4;
}

.soku_time2 {
        display: none;
}

/* footer */

footer {
	padding: 50px 0;
	background: #ffffff;
}

#footer_contact{
	max-width: 1440px;
	min-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	background: #faf9f7;
	font-size: 0;
	text-align: center;
}

#fc_box1,
#fc_box2,
#fc_box3 {
	display: inline-block;
	vertical-align: middle;
}

#fc_box1 {
	width: 23%;
	padding: 20px 4%;
	border-right: solid 1px #6d2d52;
}

#fc_box2 {
	width: 35%;
	padding: 20px 3% 20px 5%;
}

#fc_box3 {
	width: 42%;
	padding: 0 3% 0 0 ;
	vertical-align: middle;
}

#fc_box3 a {
	display: block;
	padding: 15px 15px 15px 40px;
	background:#6d2d52 url(../images/bg_long_arrow.png) no-repeat 110px center;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'libre_baskervilleregular';
	text-align: left;
}

#fc_box1 dt,
#fc_box2 dt {
	color: #6d2d52;
	font-size: 3rem;
	font-family: 'libre_baskervilleregular';
	text-align: left;
}

#fc_box1 dd,
#fc_box2 dd {
	color: #6d2d52;
	font-size: 1rem;
	text-align: left;
}


#footer_inner {
	position: relative;
	max-width: 1440px;
	min-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#f_logo,
#f_txt {
	display: inline-block;
	vertical-align: top;
}

#f_logo {
	width: 282px;
}

#f_logo a {
	display: block;
}

#f_logo span {
	display: block;
	margin: -10px 0 0;
}

#f_txt {
	padding: 30px 0 0;
	color: #6d2d52;
	font-weight: normal;
	font-size: 1.1rem;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

#f_shop_word {
	position: absolute;
	top: 60px;
	right: 0;
}

/* f_navi */

#f_navi {
	margin: 20px 0 0;
}

#f_navi ul {
	padding: 15px 0;
	font-size: 0;
}

#f_navi ul li {
	display: inline-block;
	border-right: solid 1px #333;
}

#f_navi ul li:last-child {
	border-right: none;
}

#f_navi a {
	display: block;
	padding: 0 5px;
	text-align: center;
}

#copyright {
	max-width: 1440px;
	min-width: 1080px;
	margin: 20px auto 0;
	font-style: normal;
}

.newicon .cls-1 {
    fill:#bb206c;
}

.diaryicon .cls-1 {
    fill:#6b2d52;
}

.movieicon .cls-1 {
    fill:#6b2d52;
}




#review_fixed_btn {
        position: fixed;
        bottom: 35px;
        right: 90px;
        display: block;
        width: 100px;
        height: 100px;
        padding: 45px 0 0;
        box-sizing: border-box;
        border-radius: 50px;
        background: #ff5e9e url(../images/bg_review_icon.png) no-repeat center 15px;
        background-size: 25px;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
        cursor: pointer;
}

#review_fixed_btn span {
	font-size: 0;
}

#review_fixed_btn.active {
        background: #ff5e9e;
	font-size: 0;
}

#review_fixed_btn.active span {
	position: relative;
	display: block;
	padding: 8px 0 0;
	font-size: 0.8rem;
}

#review_fixed_btn.active span:before {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: auto;
	content: "×";
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}

#review_fixed_iframe {
        position: fixed;
        bottom: 140px;
        right: 15px;
        display: none;
        width: 240px;
        background: #fff;
}

#review_fixed_iframe.active {
        display: block!important;
}

#review_fixed_close {
	position: absolute;
	top: -13px;
	right: -6px;
	padding: 6px 10px;
	border-radius: 20px;
	background: #c2c2c2;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
        cursor: pointer;
}