﻿
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: 'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: 'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: pointer; text-decoration: none; color: #000}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	min-width: 1200px;
}


h1{
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #ff82a8;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** header **/

header{
	width: 100%;
	height: 120px;
	background: #ff82a8;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10006;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header:after{
	content: '';
	width: 420px;
	height: 160px;
	background: url(../images/header1.png) no-repeat top center;
	background-size: 420px auto;
	position: absolute;
	z-index: 10006;
	top: 0;
	left: calc(50% - 210px);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
header.fixed{
	height: 100px;
}
header.fixed:after{
	width: 330px;
	height: 126px;
	left: calc(50% - 165px);
	background-size: 330px auto;
}
header #home{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 60px;
	position: absolute;
	z-index: 10007;
	top: 26px;
	left: calc(50% - 120px);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
header.fixed #home{
	width: 176px;
	height: 50px;
	top: 20px;
	left: calc(50% - 88px);
}

.opentel{
}
nav .opentel{	display: none;}
.opentel p{
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	z-index: 10007;
	bottom: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.opentel p a{	color: #fff;}
.opentel p span{
	position: relative;
	bottom: -5px;
	font-size: 30px;
	line-height: 30px;
	margin-right: 3px;
}
.opentel p i{
	font-size: 20px;
	font-style: normal;
}
.opentel p:nth-of-type(1){
	text-align: left;
	right: calc(50% + 270px);
}
.opentel p:nth-of-type(2){
	text-align: right;
	left: calc(50% + 270px);
}

header.fixed .opentel p{
	bottom: 5px;
}
header.fixed .opentel p:nth-of-type(1){
	right: calc(50% + 180px);
}
header.fixed .opentel p:nth-of-type(2){
	left: calc(50% + 180px);
}


#navToggle{	display: none;}


/** menu **/

nav{
	position: relative;
	height: 120px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-top: 50px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	z-index: 10004;
	top: 100px;
	right: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header.fixed+nav{	height: 100px; padding-top: 25px;}

nav ul{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}

nav li a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	color: #000;
	text-align: center;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav li a:after{
	content: '';
	height: 20px;
	border-left: 1px solid #f1ece5;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
nav li:last-of-type a:before{
	content: '';
	height: 20px;
	border-left: 1px solid #f1ece5;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
}

nav li a:hover{
	text-decoration: none;
	color: #ff5a9c !important;
}
nav li a span:first-letter{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
nav li:hover a span:first-letter{	color: #ff5a9c !important;}

nav li a span{
	width: 100%;
	font-family: "FontA";
	font-size: 22px;
	line-height: 26px;
}
nav li:nth-of-type(1) a span:first-letter{	color: #ff5a9c;}
nav li:nth-of-type(2) a span:first-letter{	color: #ff9a2e;}
nav li:nth-of-type(3) a span:first-letter{	color: #66c9ff;}
nav li:nth-of-type(4) a span:first-letter{	color: #05d88b;}
nav li:nth-of-type(5) a span:first-letter{	color: #ffd029;}
nav li:nth-of-type(6) a span:first-letter{	color: #b566ff;}
nav li:nth-of-type(7) a span:first-letter{	color: #ff5a9c;}
nav li:nth-of-type(8) a span:first-letter{	color: #ff9a2e;}
nav li:nth-of-type(9) a span:first-letter{	color: #66c9ff;}
nav li:nth-of-type(10) a span:first-letter{	color: #05d88b;}


nav li a em{
	width: 100%;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}


/** page_title **/

.page_title{
	position: relative;
	height: 250px;
	margin-bottom: 40px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/page_title.png) no-repeat top center;
	background-size: 315px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title span{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 90px;
	line-height: 90px;
	margin: 0 0 45px 0;
}
.page_title span:before{
	content: '美少女に恋';
	font-family: "FontA";
	width: 250px;
	font-size: 12px;
	line-height: 20px;
	color: #dcc29f;
	letter-spacing: 8px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 125px);
}
.page_title span:after{
	content: '';
	width: 100%;
	width: 60px;
	height: 5px;
	background: #dcc29f;
	position: absolute;
	bottom: -32px;
	right: calc(50% - 30px);
}
.page_title em{
	display: block;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
}


/** main **/

main{
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 0 0 0;
}


/** footer **/

footer{
	padding: 70px 0 0 0;
	background: url(../images/f_logo.png) no-repeat 50% 120px #ff82a8;
	background-size: 200px auto;
}

.pan{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 220px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan span,
.pan a{	color: #fff;}

#f_shop{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	position: relative;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 75px 0;
}
#f_shop p{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

#f_shop em{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	width: 290px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 7px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 145px);
}
#f_shop em:before,
#f_shop em:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 9px;
}
#f_shop em:before{	left: -60px;}
#f_shop em:after{	right: -60px;}

#f_shop span{
	position: relative;
	bottom: -4px;
	margin-right: 5px;
}

#f_shop p a{
	color: #fff;
}
#f_shop br{	display: none;}

#fmenu{
	position: relative;
	width: 930px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 60px auto;
}

#fmenu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 145px;
	height: 30px;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ff82a8;
	background: #fff;
	margin: 0 5px 10px 5px;
	border-radius: 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#fmenu a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

footer #copyright{
	background: #fff;
	padding: 28px 0;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
footer #des a{	color: #000;}
footer #des a:hover{	text-decoration: none;}

#page-top{
	display: none;
	width: 250px;
	height: 250px;
	position: fixed;
	z-index: 999;

	right: 0;
	background-size: 250px auto;
}

#page-top a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	text-align: center;
	color: #fff;
	margin: 0;
	border-radius: 20%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top a span{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 5px 0;
}
#page-top a em{
	width: 100%;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

#page-top a.fbt_tel{	background: #ff5a9c; display: none;}
#page-top a.fbt_sche{	background: #15cd78; position: absolute; top: -22px; right: 33px;}
#page-top a.fbt_sys{	background: #ff9a2e; position: absolute; top: 37px; right: 125px;}
#page-top a.pagetop{	background: #4ec1ff; position: absolute; top: 130px; right: 186px;}
#page-top a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	h1{
		position: relative;
		z-index: 10007;
		font-size: 11px;
		font-weight: normal;
		line-height: 20px;
		padding: 0 5px;
	}

	/** header **/

	header{
		width: 100%;
		height: 75px;
		padding: 0;
	}
	header:after{
		content: '';
		width: 240px;
		height: 91px;
		background: url(../images/header1.png) no-repeat top center;
		background-size: 240px auto;
		position: absolute;
		top: 0;
		left: calc(50% - 120px);
	}
	header.fixed{
		height: 75px;
		padding: 0;
	}
	header.fixed:after{
		width: 240px;
		height: 91px;
		left: calc(50% - 120px);
		background-size: 240px auto;
	}
	header #home,
	header.fixed #home{
		width: 130px;
		height: 35px;
		top: 15px;
		left: calc(50% - 65px);
	}

	header .opentel{	display: none;}
	nav .opentel{	display: block;}
	.opentel{	margin: 0 0 20px 0;}
	.opentel p{
		font-size: 21px;
		line-height: 22px;
		color: #ff5a9c;
		position: static;
		padding: 0 20px;
	}
	.opentel p a{	color: #ff5a9c;}
	.opentel p span{
		position: relative;
		bottom: -5px;
		font-size: 24px;
		line-height: 24px;
		margin-right: 3px;
	}
	.opentel p i{
		font-size: 14px;
		font-style: normal;
	}
	.opentel p:nth-of-type(1),
	.opentel p:nth-of-type(2){
		text-align: left;
	}
	header.fixed .opentel p{
		bottom: 110px;
	}
	header.fixed .opentel p:nth-of-type(1){
		right: calc(50% + 130px);
	}
	header.fixed .opentel p:nth-of-type(2){
		left: calc(50% + 130px);
	}

	/** navToggle **/
	#navToggle{
		display: block;
		width: 55px;
		height: 55px;
		z-index: 10005;
		position: absolute;
		top: 10px;
		right: 0;
		-webkit-transition	: 0.6s ease-in-out;
		-moz-transition	: 0.6s ease-in-out;
		-o-transition	: 0.6s ease-in-out;
		transition		: 0.6s ease-in-out;
	}
	#navToggle button,
	#navToggle a{
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 55px;
		height: 55px;
		text-align: center;
		cursor: pointer;
		border: none;
		color: #000;
		background: #fff;
		border-radius: 5px 0 0 5px;
		margin: 0;
		padding: 0;
	}
	#navToggle button{
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	#navToggle button:focus{	outline: 0;}
	#navToggle button em{
		width: 55px;
		font-family: "FontA";
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		position: absolute;
		bottom: 7px;
		right: 0;
	}
	.bb{
		width: 25px;
		height: 2px;
		left: 15px;
		background: #ff5b9d;
		transition: all .4s ease;
		position: absolute;
		-webkit-transition: all .4s ease;
	}
	.bb-1{	top:12px;}
	.bb-2{	top:19px;}
	.bb-3{	top:26px;}
	.opennav .bb-1{
		background: #ff5b9d;
		top: 19px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform:rotate(45deg);
	}
	.opennav .bb-2{
		opacity: 0;
	}
	.opennav .bb-3{
		background: #ff5b9d;
		top: 19px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav{
		z-index: 10004;
		width: 270px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -270px;
		padding: 125px 0 0 0;
		background: #fff;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border: none;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.opennav nav{
		height: 100%;
		right: 0;
		overflow: visible;
		overflow-y: auto;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
	}
	.opennav nav::-webkit-scrollbar{	display: none;}
	header.fixed+nav{	height: 100%; padding-top: 105px;}


	/** menu **/
	nav ul{
		padding: 0 20px 100px 20px;
	}
	nav ul{
		display: block;
	}
	nav li{
		border-bottom: 1px solid #f1ece5;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav li:first-of-type{
		border-top: 1px solid #f1ece5;
	}
	nav li a{
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		height: 50px;
		color: #000;
		text-align: left;
	}
	nav li a:after,
	nav li:last-of-type a:before{	display: none;}
	nav li a em{	text-align: right;}

	/** page_title **/
	.page_title{
		position: relative;
		height: 160px;
		margin-bottom: 0;
		padding-top: 20px;
		background-size: 200px auto;
	}
	.page_title span{
		font-size: 56px;
		line-height: 56px;
		margin: 0 0 35px 0;
	}
	.page_title span:before{
		content: '美少女に恋';
		font-family: "FontA";
		width: 250px;
		font-size: 10px;
		line-height: 20px;
		color: #dcc29f;
		letter-spacing: 8px;
		position: absolute;
		bottom: -20px;
		left: calc(50% - 125px);
	}
	.page_title span:after{
		content: '';
		width: 100%;
		width: 60px;
		height: 5px;
		background: #dcc29f;
		position: absolute;
		bottom: -28px;
		right: calc(50% - 30px);
	}
	.page_title em{
		font-size: 17px;
		line-height: 20px;
	}

	/** main **/
	main{
		position: relative;
		display: block;
		margin: 0;
		padding: 30px 0 0 0;
	}

	/** footer **/
	footer{
		padding: 40px 0 0 0;
		background: url(../images/f_logo.png) no-repeat 50% 70px #ff82a8;
		background-size: 120px auto;
	}
	.pan{
		font-size: 11px;
		line-height: 16px;
		margin: 0 0 125px 0;
	}
	#f_shop{
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 60px 0;
	}
	#f_shop p{
		display: block;
		margin: 0;
	}
	#f_shop em{
		width: 200px;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		letter-spacing: 4px;
		position: absolute;
		bottom: -40px;
		left: calc(50% - 100px);
	}
	#f_shop em:before,
	#f_shop em:after{
		content: '';
		width: 45px;
		position: absolute;
		top: 9px;
	}
	#f_shop em:before{	left: -40px;}
	#f_shop em:after{	right: -40px;}

	#f_shop span{
		bottom: -5px;
	}
	#fmenu{
		position: relative;
		width: auto;
		font-size: 0;
		line-height: 0;
		margin: 0 0 30px 0;
		padding: 0 35px;
	}
	#fmenu a{
		width: calc(100% / 2 - 10px);
		height: 30px;
		font-size: 14px;
		line-height: 20px;
		color: #ff82a8;
		background: #fff;
		margin: 0 5px 10px 5px;
		border-radius: 15px;
	}
	footer #copyright{
		padding: 20px 0 120px 0 ;
	}
	footer #copy,
	footer #des{
		font-size: 12px;
		line-height: 22px;
	}
	#page-top{
		display: none;
		width: 100%;
		height: 80px;
		font-size: 0;
		line-height: 0;
		text-align: center;
		bottom: 10px;
		right: 0;
		background: none;
	}
	#page-top a{
		width: 80px;
		height: 80px;
		margin: 0 2.5px;
	}
	#page-top a span{
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 3px 0;
	}
	#page-top a em{
		width: 100%;
		font-family: "Rounded Mplus 1c";
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
	}
	#page-top a.fbt_tel{	display: inline-flex;}
	#page-top a.fbt_sche{	position: static;}
	#page-top a.fbt_sys{	position: static;}
	#page-top a.pagetop{	position: static;}
}


@media screen and (max-width: 350px) {
	footer #copyright{	padding-bottom: 100px;}
	#page-top{
		height: 70px;
	}
	#page-top a{
		width: 70px;
		height: 70px;
	}
	#page-top a em{
		font-size: 12px;
	}
}