@charset "UTF-8";

/*--- common ---*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #ff6699;
}
* { box-sizing: border-box; }
a { color: #000; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden; outline: none; }
p, dd { line-height: 1.5; }
img { width: 100%; }

/* section */
section {
	padding-bottom: 40px;
}
section:nth-of-type(odd) {
	background: #fff;
}
aside {
	margin-bottom: 40px !important;
}
.block {
	width: 93%;
	margin: 0 auto;
}
.block+.block {
	margin-top: 15px;
}

/* flex */
.flex {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* font */
.serif, .sectiontitle, .linkBtn, .areaList h3, footer .shopdata a, .steptitle { font-family: 'Noto Serif JP', serif; }
.serif-en, .footermenuList a, .footertelmail { font-family: 'Noto Serif', serif; }
.script, .flowList dt { font-family: 'Charm', cursive; }

/* title */
.sectiontitle {
	font-size: 1.8rem;
	font-weight: 700;
	padding: .7em;
	background: #fbadd8;
	color: #484848;
	margin-bottom: 15px;
}

/* button */
.linkBtn {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 20px auto;
	padding: .5em .5em .6em;
	border-radius: 5px;
	background: #5a5a5a;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	box-shadow: 2px 2px 10px #c7a795;
}
.lineBtn .linkBtn {
	background: #41BE05;
}

/* balloon */
.balloon {
    background: #FFFFFF;
    color: #666666;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .5em .8em .4em;
    width: 90%;
    max-width: 350px;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 3px 3px 0 #ff5090;
}
section .balloon {
	margin-bottom: 0;
}
p.balloon:before, p.balloon:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;   
    border: transparent solid;
    border-width: 10px;
}
p.balloon:after {
    left: 20%;
    bottom: 100%;
    border-bottom-color: #FFFFFF;
}
p.balloon:before {
    left: calc(20% + 5px);
    bottom: calc(100% - 1px);
    border-bottom-color: #ff5090;
    z-index: -1;
}

/* page_top */
#page_top{
  position: fixed;
  right: 10px;
  bottom: 65px;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 3rem;
  background: rgba(255, 255, 255, .8);
  box-shadow: 2px 3px 10px rgba(100, 65, 40, .5);
  color: #ff6699;
}
#page_top a:hover {
	cursor: pointer;
}

/*--- header ---*/
header h1 {
	padding: 1em;
}
header h1  {
	padding: .5em;
    width: 70%;
    max-width: 350px;
}
.mv {
	line-height: 0;
	margin-bottom: 20px;
}

/*--- #girlsvoice - archivepage ---*/
#girlsvoice.archivepage {
	margin-bottom: 40px;
}
#girlsvoice.archivepage .girlsvoiceList li {
	background: #ebebeb;
	padding: 10px;
}
#girlsvoice.archivepage .girlsvoiceList li+li {
	margin-top: 15px;
}
/* pager */
.pager-inner {
	font-size: 0;
	text-align: center;
	margin: 20px auto 30px;
}
.pager-inner li {
	display: inline-block;
}
.pager-inner li+li {
	margin-left: 8px;
}
.pager-inner li a {
	display: block;
	font-size: 1.8rem;
	color: #fff;
	background: #c8c8c8;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.pager-inner li.current a {
	background: #656565;
}

/*--- #area ---*/
.areaList h3 {
	font-size: 1.6rem;
	font-weight: 700;
	padding: .5em;
	background: #FFFFFF;
	margin-bottom: 10px;
	color: #ff5090;
}
.areaList h3 span {
	font-size: 1.3rem;
	display: inline-block;
	margin-left: -.2em;
}
.areaList>li+li {
	margin-top: 20px;
}
.shopList {
	padding: 0 5px;
}
.shopList li {
	line-height: 1.3;
	width: 48%;
	padding-left: 1em;
}
.shopList li:nth-child(even) {
	margin-left: 4%;
}
.shopList li:not(:nth-child(-n+2)) {
	margin-top: 5px;
}
.shopList li i {
	font-size: 1.3rem;
	margin: 0 3px 0 -1em;
}
/* areaslider */
.areaslider {
	margin-bottom: 20px;
}
.areaslider li {
	margin: 0 5px;
}

/*--- #flow ---*/
.flowList li+li:before {
	content: "";
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
.flow_img {
	width: 35%;
}
.flow_text {
	width: 61%;
	margin-left: 4%;
}
.flow_text dt {
	margin-bottom: 10px;
	position: relative;
	color: #484848;
}
.flow_text dt span {
	z-index: 1;
	position: relative;
}
.flow_text dt span.stepNo {
	display: inline-block;
	width: 50px;
	font-size: 2rem;
	padding-left: 3px;
	transform: skew(-5deg);
	-webkit-transform: skew(-5deg);
}
.flow_text dt span.steptitle {
	display: inline-block;
	width: calc(100% - 50px);
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
}
.flow_text dt span.tsume {
	letter-spacing: -1em;
}
.flow_text dt:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #fbd6ea;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.flow_text dd {
	font-size: 1.2rem;
}
.flow_caution {
	padding: 1.2em;
	background: #fbd6ea;
	color: #484848;
	font-size: 1.2rem;
	font-weight: bold;
}

/*--- #ogvoice ---*/
.ogvoiceList li:nth-child(odd) .ogvoice_text,
.ogvoiceList li:nth-child(even) .ogvoice_img {
	margin-left: 4%;
}
.ogvoiceList li+li {
	margin-top: 15px;
}
.ogvoice_img {
	width: 30%;
	line-height: 0;
}
.ogvoice_text {
	width: 66%;
}
.ogvoice_text dt, .informationInner dt {
	background: #ff6699;
	color: #fff;
}
.ogvoice_text dt {
	font-weight: bold;
	padding: .35em .5em .3em;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.ogvoice_text dd {
	font-size: 1.2rem;
}

/*--- #information ---*/
.informationInner dt, .informationInner dd {
	padding: .5em;
}

/*--- #twitter ---*/
#twitter {
	padding-top: 40px;
}

/*--- footer ---*/
footer {
	background: #fbadd8;
	text-align: center;
	color: #484848
		;
}
footer:after {
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	background: #fbadd8
}
.footerInner {
	padding: 15px 10px 10px;
}
.footer_logo {
	display: block;
	line-height: 0;
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}
footer .shopdata {
	margin-bottom: 15px;
}
footer .shopdata span {
	font-size: 1.1rem;
}
footer .shopdata > a {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffd699;
}
footer .shopdata span.footertelmail {
	display: block;
	margin: .5em auto;
	font-size: 1.3rem;
	letter-spacing: .5px;
}
footer .shopdata span.footertelmail a {
	color: #484848;
}
.copyright {
	font-size: 1rem;
}

/* footermenu */
#footermenu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 56px;
	padding: 6px 2%;
	background: rgba(251, 173, 216);
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	z-index: 999;
}
.footermenuList li {
	width: 100%;
}
.footermenuList li a {
	display: block;
	text-align: center;
	font-size: 2.5rem;
	height: 44px;
	line-height: 44px;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #8c445e;
}
.footermenuList li+li a {
	margin-left: 2.5%;
}
.footer_tel a {
	background: #f4637e;
}
.footer_line a {
	background: #41BE05;
}