@charset "UTF-8";

/* --------------------------------
	header
-------------------------------- */
header {
	position: relative;
    width: 100%;
	z-index: 99;
	height: 135px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.hedline {
	display:block;
	height: 10px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F2F2F2), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 11px;
}
.hed {
	margin: 0 auto;
    width: 1000px;
    position: relative;
    height: 60px;
    margin-top: 5px;
}
.hed h1 {
    background-image: url(../img/hed_logo.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 238px;
    height: 48px;
    background-size: 100%;
	position: absolute;
	top:5px;
    left: 0;
    right: 0;
    margin: auto;
}
.hed h1 a {
	display:block;
    width: 238px;
    height: 48px;
}
.hedtxt {
	float:right;
}
.hedtxt .tel {
	display:inline-block;
	vertical-align: top;
	border-bottom:5px solid #f5ec57;
	height: 50px;
}
.hedtxt .tel p {
	font-size:1.1rem;
    text-align: center;
}
.hedtxt .tel p.phone {
	font-family: 'Arsenal';
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 23px;
    position: relative;
    display: inline-block;
}
.hedtxt .tel p.phone:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 15px;
    background: url(../img/hed_tel.png) no-repeat;
    background-size: contain;
    top: 5px;
    left: 0;
}
.hedtxt .access {
	display:inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.hedtxt .access a {
	padding: 10px 20px;
    background: #27c3d0;
	height: 50px;
}
.hedtxt .access p {
	font-size:1.2rem;
	line-height:1.3;
	color:#FFFFFF;
}
.hedtxt .access p:before {
    content: "\f138";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 3px;
}
.hedtxt .hvr-sweep-to-bottom:before {
	background: #fc6397;
}

/* -- PC nav -- */
#nav {
    top: -100px;
	margin-top:100px;
	position:relative;
}
nav.pcnav {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}
nav.pcnav ul {
	width:100%;
	display:table;
	table-layout:fixed;
	background-image:url(../img/navline.png);
	background-repeat:repeat-y;
	background-position: right;
}
nav.pcnav ul li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background-image:url(../img/navline.png);
	background-repeat:repeat-y;
	background-position:left;
}
nav.pcnav ul li.hom {
	width:15%;
}
nav.pcnav ul li a {
    color: #333;
	display:block;
	line-height:1.2;
	height:50px;
	margin:0 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
nav.pcnav ul li a.min {
	padding:3px 0;
}
nav.pcnav ul li a.on {
	border-bottom: 3px solid #fc6397;
    margin: 0;
    color: #ef4981;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav.pcnav ul li a.on:hover {
	color: #fc6397;
}
nav.pcnav ul li a:hover {
	color: #27c3d0;
}
nav.pcnav .hvr-underline-from-center:before {
	background: #27c3d0;
    height: 3px;
}

/* -- #nav fixed -- */
#nav.fixed {
	width:100%;
    top: 0;
    position: fixed;
    margin-top: 0;
    padding-top: 0;
    background: rgba(255,255,255,.85);
	box-shadow: 0px 0px 4px 0px rgba(74,74,74,.6);
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
}
#nav.fixed nav.pcnav {
	padding-top: 3px;
	padding-bottom:2px;
}


/* --------------------------------
	conte
-------------------------------- */
.conte {
	margin:0 auto;
	width:940px;
	position:relative;
	margin-top: 40px;
}
.conte.top {
	width:1000px;
}

/* -- top come -- */
.topcome {
	position:relative;
	margin-top: 25px;
    z-index: 2;
}
.comebox {
	width:460px;
	margin:0 auto;
	text-align:center;
}
.comebox img {
}
.comebox p {
	font-size:1.5rem;
    line-height: 2;
	letter-spacing:0.15em;
	text-align:left;
	padding-top: 40px;
    color: #000;
}
.topcome img.topgirl_1 {
	position:absolute;
	top: 70px;
    right: 10px;
	width: 170px;
}
.topcome img.topgirl_2 {
	position:absolute;
	top: 0px;
    left: 100px;
    width: 115px;
}
.topcome img.topgirl_3 {
	position:absolute;
	top: 270px;
    right: 110px;
	width: 100px;
}
.topcome img.topgirl_4 {
	position:absolute;
	top: 245px;
    left: 15px;
    width: 135px;
}
.topcome img.topcome_1 {
	position:absolute;
	top: 235px;
    left: 100px;
}
.topcome img.topcome_2 {
	position:absolute;
	top: -5px;
    right: 120px;
}

/* -- top event -- */
.topevent {
	width:800px;
	margin:0 auto;
	margin-top:80px;
}
.topevent .bortai {
	position:relative;
	background:#64cad2;
	border-radius:17px;
	height:34px;
}
.topevent .bortai img {
    position: absolute;
	top:-3px;
	left:26px;
}
.topevent .bortai p {
	color:#FFFFFF;
	font-size:1.3rem;
	line-height:34px;
	text-align:right;
	padding-right:20px;
}
.topevent table {
	width:96%;
	margin:0 auto;
	margin-top: 10px;
    margin-bottom: 15px;
}
.topevent table tr {
	background-image:url(../img/newsline.png);
	background-repeat:repeat-x;
	height:2px;
}
.topevent table tr.lineno {
	background:none;
}
.topevent table tr:first-child {
	background:none;
}
.topevent table th {
	width:18%;
	vertical-align:top;
	padding-top: 16px;
}
.topevent table th.wd16 {
	width:15%;
}

.topevent table th p.day {
	color:#ff7f1c;
    border-bottom: 5px solid #f5ec57;
	display:inline-block;
	padding:0 5px;
	line-height: 1.2;
}
.topevent table th p.time {
	color:#53c1ca;
}
.topevent table td {
    padding: 15px 0;
	letter-spacing: 0.06em;
	vertical-align:top;
}
.topevent .borbox {
	position:relative;
	background:#4fc4ce;
	border-radius:15px;
	padding-top:20px;
	padding-bottom: 65px;
	margin-top: 0;
	}
.topevent .borbox p {
	font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 2;
    color: #FFF;
    text-align: center;
}
.topevent .borbox p.txt {
	padding:0 20px;
}
.topevent .borbox p.phone {
    font-family: 'Arsenal';
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 26px;
	display: inline-block;
    position: absolute;
	bottom:25px;
	left:0;
	right:0;
	margin:auto;
	width:200px;
}
.topevent .borbox p.phone:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 19px;
    background: url(../img/event_tel.png) no-repeat;
    background-size: contain;
    top: 4px;
    left: 0;
}
.topevent .borbox img.top_join1 {
    position: absolute;
	top: inherit;
	bottom:30px;
	left:200px;
}
.topevent .borbox img.top_join2 {
    position: absolute;
	top: inherit;
	bottom:20px;
	right:205px;
}
.borbox .col-sm-10 {
	padding-left: 40px;
    padding-right: 20px;
}
.borbox .girlstaff {
	position:relative;
}
.borbox .girlstaff img {
	position: absolute;
	top:-40px;
	left:60px;
    display: none;
}

/* -- top srv -- */
.title {
	display:block;
	position:relative;
	background-image:url(../img/title_line.png);
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
}
.title h2 {
	font-family: 'Arsenal';
	position:relative;
	font-size:3.4rem;
	letter-spacing:0.08em;
	line-height:1;
	text-align:center;
	display:inline-block;
	/*color:#FF801E;*/
	padding:0 80px;
	background:#FFFFFF;
	font-weight:bold;
}
.title h2.txt {
	font-family: inherit;
    padding-top: 5px;
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
}
.title h2 span {
	font-size: 1.4rem;
    letter-spacing: normal;
    color: #a5a5a5;
    font-weight: normal;
    position: relative;
    top: -3px;
}
.title h2.txt span {
	font-weight:normal;
}
.title h2:before {
	content: "";
	position:absolute;
    display: inline-block;
    width: 28px;
    height: 56px;
    background: url(../img/title_left.png) no-repeat;
    background-size: contain;
	top:3px;
	left:0;
}
.title h2:after {
	content: "";
	position:absolute;
    display: inline-block;
    width: 28px;
    height: 56px;
    background: url(../img/title_right.png) no-repeat;
    background-size: contain;
	top:3px;
	right:0;
}
.topsrv {
	margin-top: 25px;
}
.topsrv .col-sm-4 {
	padding-left: 5px;
    padding-right: 5px;
}
.topsrv .list {
	height:450px;
}
.topsrv .list a {
	display:block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	padding: 0 10px 10px 0;
	border:10px solid #FFF;
}
.topsrv .list a:hover {
	/*background:#F0EF73;*/
	border:10px solid #e6e6e6;
}
.topsrv .photo {
	position: relative;
}
.topsrv .photo img {
	position: relative;
}
.topsrv .photo img.phobg {
	position: absolute;
    bottom: -10px;
    left: 10px;
}
.topsrv .tai {
	margin-top: 23px;
	border-bottom: 2px solid #e8e8e8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.topsrv .tai:before {
    content: "";
    width: 8px;
    height: 40px;
    background-color: #f88f2e;
    display: block;
    margin-right: 8px;
}
.topsrv .tai h2 {
	font-size: 1.7rem;
    line-height: 1;
    font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.topsrv .txt {
    margin-top: 10px;
}
.topsrv .txt p {
	font-size: 1.5rem;
    letter-spacing: 0.05em;
}

/* -- top news -- */
.topnews {
}
.topnews .bortai {
	display:block;
	position:relative;
	height: 16px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #64cad2), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 11px;
}
.topnews .bortai img {
    position: absolute;
	top: -15px;
    left: 10px;
}
.topnews dl {
}
.topnews dt {
	float:left;
	width:16%;
    font-size: 1.3rem;
    border-bottom: 5px solid #f5ec57;
    text-align: center;
    margin-top: 22px;
}
.topnews dd {
    font-size: 1.45rem;
    line-height: 1.6;
	letter-spacing:0.05em;
	float:left;
	width:80%;
	margin-left:2.5%;
	padding: 20px 0;
}
.topnews dd strong {
    font-size: 1.5rem;
}
.topnews dd strong.iro {
	color: #ff7f1c;
}

.topnews hr {
	margin:0;
	padding:0;
	border-bottom:#FF0004;
	clear:both;
}

/* -- Facebook -- */
.fabk {
	padding-left: 2.3%;
	height:300px;
}

/* -- banner -- */
.banner {
	padding-left: 3.5%;
}
.banner img {
	margin-bottom:20px;
	border:2px solid #EEE;
}


/* --------------------------------
	footer
-------------------------------- */
footer {
	position: relative;
    width: 100%;
	margin-top:130px;
	background: #F2F2F2;
}
.fotarea {
	margin:0 auto;
	width:960px;
	display:block;
	overflow:hidden;
}

/* --- fotbox --- */
.fotbox {
	position:relative;
	border-bottom: 2px solid #e4e4e4;
    padding: 30px 0;
}
.fotwakubg {
	width:460px;
	margin:0 auto;
	padding: 6px;
	text-align:center;
	background-color: #CCCCCC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F2F2F2), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F2F2F2),color-stop(.75, #F2F2F2), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 6px 6px;
}
.fotwaku {
	background:#f2f2f2;
	padding: 15px 15px 15px;
    padding-top: 20px;
}
.fotwaku h3 {
	font-size: 1.85rem;
    border-bottom: 3px solid #ff88b0;
    text-align: center;
    color: #ef5b8e;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fotbox p {
	line-height:1.3;
    font-size: 1.5rem;
}
.fotbox p.time {
	font-size: 1.55rem;
    padding-top: 10px;
    letter-spacing: 0.05em;
    color: #00a0ad;
}
.fotbox p.tel {
	font-family: 'Arsenal';
	font-size:3.4rem;
	line-height:1;
	letter-spacing:0.02em;
	padding-left:27px;
	position:relative;
	display: inline-block;
	color: #f17b21;
	margin-top: 10px;
}
.fotbox p.tel:before {
	content: "";
	position:absolute;
    width: 23px;
    height: 19px;
    background: url(../img/fot_tel.png) no-repeat;
    background-size: contain;
	top: 10px;
    left: -3px;
}
.fotbox p.botan {
	font-size: 1.3rem;
    text-align: center;
}
.fotbox p.botan a {
	display: inline-block;
    background: #F6F433;
    padding: 10px 15px;
    border-radius: 5px;
	color:#29ABE2;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.fotbox p.botan a:hover {
	color:#FFFFFF;
    border-radius: 5px;
}
.fotbox .hvr-bounce-to-right:before {
    border-radius: 5px;
	background: #ff9839;
}
.fotbox img.fotgirl_1 {
	position:absolute;
	top: 20px;
    left: 80px;
    width: 130px;
}
.fotbox img.fotgirl_2 {
	position:absolute;
	top: 50px;
    right: 120px;
    width: 96px;
}

/* --- fot --- */
.fot {
	padding-top:25px;
}
.fot p {
    font-size: 1.3rem;
	padding-left: 10px;
    color: #666666;
}
.fot p:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.4rem;
    margin-right: 2px;
}
.fot ul {
}
.fot ul li {
	display:inline-block;
	vertical-align:middle;
	padding-right: 30px;
	padding-bottom: 5px;
}
.fot ul li a {
    font-size: 1.25rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.fot ul li a:hover {
	color: #fc6397;
}
.fot .hvr-underline-from-left:before {
	background: #ff88b0;
    height: 2px;
}

/* --- fotsns --- */
.fotsns {
	padding-top: 15px;
    padding-bottom: 10px;
}
.fotsns .hi-icon-wrap {
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.fotsns .hi-icon-fabook:before {
	content: "\f09a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2.0rem;
	line-height: 47px;
}
.fotsns .hi-icon-yoube:before {
	content: "\f167";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 2.0rem;
	line-height: 47px;
}
.fotsns .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.fotsns .hi-icon-effect-1 .hi-icon {
	background: #ff9839;
}
.fotsns .hi-icon-effect-1 .hi-icon:after {
	box-shadow: 0 0 0 3px #ff9839;
}

/* --- fotcop --- */
.fotcop {
    display: block;
    height: 40px;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F2F2F2), color-stop(.5, transparent), to(transparent));
    -webkit-background-size: 11px;
}
.fotcop p {
	font-size: 1.15rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
    color: #666666;
}


/* --------------------------------
	  #topjap
-------------------------------- */
#topjap {
    position: fixed;
    bottom: 30px;
    right: 0;
}
#topjap img {
	width:70%;
    display: block;
}
#topjap a:hover {
}


/* --------------------------------
	nav
-------------------------------- */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}


/* --------------------------------
	main
-------------------------------- */
#main.top_pg {
	margin:0;
	border-top:2px solid #e0e0e0;
}

.pgmain {
	width:100%;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #eeeeee), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #eeeeee),color-stop(.75, #eeeeee), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 6px 6px;
	border-top: 2px solid #e0e0e0;
}
.pegcover {
	width:1000px;
	margin:0 auto;
}
.pegcover img {
    /*
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;*/
}


/* --------------------------------
	  pan
-------------------------------- */
.pan {
	width:80%;
	float: right;
	padding-left:3%;
}
.breadcrumb.page {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
	border-radius: 0;
	background: none;
}
.breadcrumb.page li {
    font-size: 1.25rem;
}
.breadcrumb.page li.active {
	color: #909090;
}
.breadcrumb.page li a {
	color: #909090;
}
.breadcrumb.page li a:hover {
	color: #12793A;
	text-decoration: underline;
}
.breadcrumb.page > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #B1B1B1;
    font-size: 12px;
	padding: 0 10px;
}


/* --------------------------------
	dayservice.html
-------------------------------- */
.pagetop {
	position:relative;
	margin-top:50px;
}
.pagetop img {
	border: 3px solid #EEEEEE;
}
.pagetop p {
	font-size: 1.55rem;
    letter-spacing: 0.1em;
}
.pagetop .waku {
    /*border: 3px solid #f5ec57;*/
	border: 3px solid #ececec;
    width: 112%;
    float: right;
    padding: 30px;
    padding-left: 70px;
	margin-top: 50px;
}
.topevent.peg {
	margin-top:60px;
}
.topevent.peg .bortai img {
    top: -4px;
}
.conte img.daysrv_girl1 {
	position:absolute;
	top: 25px;
    right: 55px;
    height: 155px;
}
.conte img.daysrv_girl3 {
	position:absolute;
	top: 40px;
    right: 290px;
    height: 115px;
}
.topevent table th p.txt {
	font-size: 1.5rem;
    color: #f78115;
    border-bottom: 5px solid #f5ec57;
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
}
.topevent table td p {
	font-size:1.5rem;
    letter-spacing: 0.06em;
	font-weight:bold;
	color:#666666;
	padding-left: 20px;
}
.topevent table td p span {
	font-size:1.35rem;
    letter-spacing: 0.03em;
	font-weight: normal;
}
.topevent table td p strong {
	color: #f78115;
	font-size: 1.65rem;
}
.topevent table td p.come {
	line-height: 1.3;
    padding-top: 5px;
}
.topevent table td p span.color {
	font-size:1.5rem;
    letter-spacing: 0.06em;
	font-weight:bold;
	color: #e05786;
}


/* --- SCHEDULE --- */
.sche {
	margin-top: 30px;
}
.sche h6 {
	display:inline-block;
	font-size: 1.8rem;
	font-weight:bold;
    line-height: 0.5;
    color: #53c1ca;
    border: 2px solid #e2e2e2;
    border-radius: 100px;
    padding: 16px;
    vertical-align: middle;
	background:#fff997;
}
.sche p.tai {
	display:inline-block;
	font-size: 1.6rem;
	font-weight:bold;
	color:#e87103;
    vertical-align: middle;
	padding-left:10px;
}
.sche p {
	display:block;
	line-height:1.6;
	padding-top:5px;
}
.sche .col-sm-4 {
	padding-left: 15px;
    padding-right: 15px;
	padding-top:10px;
	padding-bottom:10px;
}

.lefmk img {
	border-left: 10px solid #f5ec57;
}
.conte h3 {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.conte h3:before {
    content: "";
    width: 8px;
    height: 40px;
    background-color: #f88f2e;
    display: block;
    margin-right: 12px;
}
.conte p.strg {
	font-size: 1.5rem;
	color:#0aaab7;
    font-weight: bold;
	padding: 0 15px;
}
.conte p.strg span {
	font-size: 1.2rem;
	color:#AAA;
    font-weight: normal;
	padding: 0 6px;
}
.conte p.retxt {
	font-size: 1.5rem;
    letter-spacing: 0.05em;
	padding: 0 15px;
}
.conte hr.tai {
	border-bottom: 2px solid #e8e8e8;
	margin: 20px 0;
}
.conte hr.tai.min {
	margin: 10px 0;
}

.conte dl.voice {
	text-align:center;
}

.dysrv-come {
}
.dysrv-come dl {
	height: 110px;
	width: 90%;
    margin: 0 auto;
}
.dysrv-come dt {
	width:15%;
	display:inline-block;
	vertical-align:middle;
}
.dysrv-come dd {
	width: 83%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    padding: 20px 20px;
    border-radius: 10px;
    margin-left: 1%;
    background: #e9f7d1;
    color: #000;
}
.srvtoku {
	text-align:center;
}
.srvtoku h4 {
	font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-bottom: 5px solid #f5ec57;
    display: inline-block;
    padding: 10px 5px;
    padding-bottom: 5px;
    margin: 13px 0;
}
.srvtoku h4 span {
	font-size: 1.8rem;
	color:#fc6397;
}


/* --------------------------------
	fitness.html
-------------------------------- */
.stafbox {
    position: relative;
    background: #fdfaed;
    border-radius: 15px;
	padding:0 30px;
    padding-top: 10px;
    margin-top: 30px;
	border:3px dotted #fde9cb;
	width: 80%;
    margin: auto;
}
.stafbox img {
	width:70%;
}
.stafbox img.staff2 {
	width:100%;
}
.stafbox h5 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1;
	font-weight:bold;
    color: #fc6397;
	padding-bottom: 10px;
    padding-top: 20px;
}
.stafbox h5:before {
    content: "\f27a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    font-size: 1.7rem;
}
.stafbox p {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
	padding-bottom: 20px;
}


/* --------------------------------
	event.html
-------------------------------- */
.eventpp {
	margin: 0 -10px;
}
.eventpp .list {
	padding-bottom: 10px;
    padding-top: 35px;
	padding-left: 30px;
    padding-right: 30px;
}
.eventpp .list .photo {
}
.eventpp .list .photo img {
	border-radius:200px;
	border:5px solid #eee;
}
.eventpp .list .tai {
	text-align:center;
}
.eventpp .list .tai h2 {
	padding: 4px 0 4px 8px;
    border-left: 8px solid #f5ec57;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #ea8222;
	display:inline-block;
	margin-top:10px;
}

.topevent.mt40 {
    margin-top: 40px;
}
.conte img.event_girl {
    position: absolute;
    top: 30px;
    right: 220px;
    height: 150px;
}




/* --------------------------------
	bodywork.html
-------------------------------- */
.bowkpp {
	padding-top: 50px;
}
.bowkpp h3 {
    padding: 5px 0 5px 10px;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #666666;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.bowkpp p.retxt {
	line-height: 1.6;
    padding-top: 10px;
}
.bowkpp hr.tai {
    margin: 15px 0;
}


/* --------------------------------
	company.html
-------------------------------- */
.comptop {
	margin-top: 50px;
}
.comptop .prof .txt {
	border: 1px solid #efece5;
    padding: 0 15px 25px;
    background: #fffcf5;
}
.comptop .prof .txt p.tai {
	font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0;
    color: #ff801e;
}
.comptop .prof .txt p {
	font-size: 1.33rem;
    letter-spacing: normal;
    line-height: 1.9;
	color:#666666;
}
.comptop .col-sm-8 {
	padding-left:40px;
}
.comptop p {
	font-size: 1.45rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
}
.comptop p.tai {
	font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    color: #f78115;
}
.comptop p.name {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	ont-size: 1.65rem;
    font-weight: bold;
    text-align: right;
    padding-top: 20px;
}
.comptop p.name span {
	font-size: 1.4rem;
}
table.comp {
	width:80%;
	margin:auto;
	margin-top:35px;
	letter-spacing:0.05em;
}
table.comp tr {
	border-bottom:1px solid #e6e6e6;
}
table.comp th {
	padding:15px;
}
table.comp td {
	padding:15px;
}


/* --------------------------------
	contact.html
-------------------------------- */
.cotatop {
	width:80%;
	margin:auto;
	margin-top:20px;
}
.cotatop img {
	width:60%;
}
.cotatop p {
	font-size: 1.5rem;
	padding-top: 40px;
}
.cotatxt {
	width: 80%;
    margin: auto;
    margin-top: 0;
    text-align: center;
    border: 8px solid #f5ef8f;
    padding: 50px 10px;
	border-radius:5px;
	background: #fffdf6;
}
.cotatxt h2 {
	font-size: 1.8rem;
    font-weight: bold;
    color: #666666;
}
.cotatxt p.tel {
	font-family: 'Arsenal';
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 27px;
    position: relative;
    display: inline-block;
    color: #f78115;
    margin-top: 10px;
}
.cotatxt p.tel:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 19px;
    background: url(../img/fot_tel.png) no-repeat;
    background-size: contain;
    top: 7px;
    left: 0;
}
.cotatxt p.fax {
	font-size:1.5rem;
	color:#666666;
}
.cotatxt p.fax:before {
    content: "\f02f";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.cotatxt p.area {
	font-size:1.5rem;
	color:#666666;
}
.cotatxt p.area:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.maparea {
	margin-top:40px;
}
#map {
    width: 100%;
    height: 600px;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------
	privacy.html
-------------------------------- */
.prvytop {
	margin-top:150px;
	padding-bottom:200px;
	text-align:center;
}
.prvytop p {
	font-size:1.8rem;
	color:#666666;
}


/* --------------------------------
	measurement.html
-------------------------------- */
.memtpp {
	margin-top:50px;
}
.memtpp .col-sm-8 {
	padding-left:5%;
}
.memtpp dl {
}
.memtpp dt {
	font-size: 1.45rem;
    color: #53c1ca;
    font-weight: bold;
}
.memtpp dt:before {
    content: "\f085";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.6rem;
    margin-right: 4px;
    color: #cccccc;
}
.memtpp dd {
	font-size: 1.45rem;
    letter-spacing: 0.15em;
    padding: 0 18px;
	padding-top: 6px;
}
.memtpp hr {
	margin:15px 0;
}


.topevent .borbox .txt {
    padding: 10px 0;
}











































