/* ---------------------------------------- */
/* ---------------------------------------- */
/*                next page     　          */
/* ---------------------------------------- */
/* ---------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700');

/* ---------------------------------------- */

/*              　　  title     　　         */

/* ---------------------------------------- */

#title {
	width: 100%;
	background-color: #fdf5e6;
	padding: 80px 0;
	margin: 0 auto 80px;
}
#title h2 {
	font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 30px;
	color: #555555;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

#title .epi_title {
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
	display: block;
}


/* ---------------------------------------- */

/*                 pankuzu      　          */

/* ---------------------------------------- */

#pankuzu {
	max-width: 1280px;
	width: 98%;
	font-size: 1em;
	color: #555555;
	margin: 20px auto ;
}
#pankuzu a {
	color: #555555;
}

@media (max-width:960px) and (min-width:641px){
	
	#pankuzu {
		width: 98%;
		margin: 1em auto;
	}
	
}

@media (max-width:640px){
	
	#title {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 100px 0 40px ;
		position: relative;
		display: block;
	}
	#title h2 {
		font-size: 20px;
		color: #555555;
		text-align: center;
		line-height: normal;
	}
	#pankuzu {
		display: none;
	}
}




/* ---------------------------------------- */

/*              未成年のお客様へ               */

/* ---------------------------------------- */

#menu {
	
}
#menu h3 {
	width: 80%;
	height: auto;
	font-size: 25px;
	text-align: center;
	margin: 0 auto 50px auto ;
	padding: 10rem 0;
	position: relative;
	display: block;
	color: #FF96A2;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	background: #FFFFFF;
	border: #FF96A2 1px solid;
}
@media (max-width:640px){
	
	#menu h3 {
		width: 90%;
		margin: 5rem auto 0 auto ;
	}
}



/* ---------------------------------------- */

/*              未成年のお客様へ               */

/* ---------------------------------------- */

#consentform.bg { 
	padding: 100px 0 100px;
	background: linear-gradient(
    -45deg,
    #fdf5e6 25%,
	#ffefd5 25%,
    #ffefd5 50%,
	#fdf5e6 50%,
    #fdf5e6 75%,
	#ffefd5 75%,
    #ffefd5
  );
  background-size: 20px 20px;
}
#consentform h3 {
	font-size: 25px;
	text-align: center;
	margin: 0 auto 50px auto ;
	position: relative;
	display: block;
	color: #FF96A2;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}
#consentform h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FF96A2;
	border-radius: 2px;
}
#consentform .row { 
	background-color: #FFFFFF;
	width: 990px;
	margin: 0 auto;
	padding: 100px 0;
}
#consentform .text-area {
	width: 650px;
	margin: 20px auto 40px;
	font-size: 16px;
	line-height: 2.2em;
	color: #555555;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
#consentform .text-area span {
	color: #FF96A2;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.btn-consentform a {
	display: block;
	width: 650px;
	height: 100px;
	background-color: #FF96A2;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	border-radius: 10px;
}
.btn-consentform a:hover {
	background-color: #FF7484;
}
#consentform .box {
	width: 650px;
	height: auto;
	border: 5px solid #deb887;
	margin: 100px auto;
	color: #555555;
}
#consentform .box .inner {
	width: 500px;
	margin: 0 auto;
	padding: 5% 0;
}
#consentform .box .inner dl dt {
	width: 400px;
	height: auto;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #deb887;
	margin: 0 auto 5% auto ;
	padding: 2% 0 5%;
	
}
#consentform .box .inner dl dd {
	font-size: 14px;
	line-height: 2em;
	margin: 0 auto 5% auto ;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
#consentform .box .inner dl dd span {
	color: #FF96A2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#consentform .box .inner ul {
	width: 500px;
	margin: 0 auto;
	padding: 0;
}
#consentform .box .inner li a {
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	color: #888888;
	border: #888888 1px solid;
	margin: 0 0 3% 0;
	padding: 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#consentform .box .inner li a:hover {
	background: #FFCAD0;
}

@media (max-width:960px) and (min-width:641px){
	
	#consentform .row { 
		width: 80%;
	}
	#consentform .text-area {
		width: 80%;
	}
	.btn-consentform a {
		width: 80%;
	}
	#consentform .box {
		width: 80%;
		height: auto;
		margin: 10% auto 0;
	}
	#consentform .box .inner {
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
	}
	#consentform .box .inner dl dt {
		width: 80%;
		line-height: 28px;
	}
	#consentform .box .inner dl dd {
		margin: 0 auto 5% auto ;
	}
	#consentform .box .inner ul {
		width: 100%;
	}
	#consentform .box .inner li a {
		width: 100%;
	}
	
}

@media (max-width:640px){

	#consentform.bg { 
		padding: 5% 0 5%;
	}
	#consentform h3 {
		font-size: 1.8em;
		margin: 0 auto 10% auto ;
	}
	#consentform .row { 
		width: 94%;
		margin: 0 auto;
		padding: 5% 0 4% ;
	}
	#consentform .text-area {
		width: 90%;
		margin: 0 auto 5% ;
		font-size: 1.1em;
		line-height: 2em;
	}
	#consentform .text-area span {
		font-size: 1.2em;
	}
	.btn-consentform a {
		width: 90%;
		height: auto;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.4em;
		margin: 0 auto;
		padding: 5% 0 ;
	}
	#consentform .box {
		width: 90%;
		height: auto;
		border: none;
		margin: 10% auto 0 ;
	}
	#consentform .box .inner {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	#consentform .box .inner dl dt {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.5em;
		line-height: normal;
		margin: 0 auto 5% auto ;
	}
	#consentform .box .inner dl dd {
		font-size: 1.1em;
		line-height: 2em;
		margin: 0 auto 5% auto ;
	}
	#consentform .box .inner dl dd span {
		font-size: 1.1em;
	}
	#consentform .box .inner ul {
		width: 100%;
		margin: 0 auto;
		padding: 2% 0;
	}
	#consentform .box .inner li a {
		display: block;
		width: 90%;
		height: auto;
		line-height: normal;
		padding: 5% 0 ;
		margin: 5% auto;
	}
	
}




/* ---------------------------------------- */

/*                 会社概要     　　          */

/* ---------------------------------------- */

#corporate {
}
#corporate table {
	box-sizing: border-box;
	border-collapse:collapse;
	margin: 0 auto 5em;
	text-align: left;
	width: 600px;
}
#corporate table th,
#corporate table td {
	border: 1px solid #999;
	padding: 2em 1em;
	font-size: 15px;
	line-height: 1.8em;
	font-family: serif;
}
#corporate table th{
	background: #eee;
}


@media (max-width:640px){
	
	#corporate table {
		box-sizing: border-box;
		border-collapse:collapse;
		margin: 1em auto 2em;
		text-align: center;
		width: 90%;
	}
	#corporate table th,
	#corporate table td {
		display: block;
		border: none;
		padding: 0.2em 0 ;
		font-size: 1.2em;
		line-height: 1.5em;
		font-family: serif;
	}
	#corporate table td {
		margin: 0 0 1.5em;
	}
}




/* ---------------------------------------- */

/*           プライバシーポリシー  　          */

/* ---------------------------------------- */

#privacypolicy {
}
#privacypolicy p {
	width: 600px;
	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
	margin: 1em auto ;
}
#privacypolicy dl {
	width: 600px;
	margin: 6em auto ;
}
#privacypolicy dt {
	font-size: 16px;
	margin: 0 0 1em;
	color: cornflowerblue;
	font-weight: bold;
}
#privacypolicy dd {
	font-size: 13px;
	line-height: 1.8em;
}



@media (max-width:640px){
	
	#privacypolicy p {
		width: 90%;
		font-size: 1.2em;
		line-height: 1.8em;
		margin: 1em auto 0 ;
	}
	#privacypolicy dl {
		width: 90%;
		margin: 2em auto ;
	}
	#privacypolicy dt {
		font-size: 1.4em;
		margin: 0 0 0.5em;
		color: cornflowerblue;
		font-weight: bold;
		border-bottom: 1px #dddddd solid;
		line-height: 2em;
	}
	#privacypolicy dd {
		font-size: 1.2em;
		line-height: 1.8em;
	}
}
