@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color blue #053d9b;
accent color blown #7b6041;
accent color oudo #d39a33;
	
----------------------------------------------------*/

 @import url('https://fonts.googleapis.com/css?family=Poppins:300,400');


@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i');

.pop {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.pop1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


.crim { 
    font-family: 'Crimson Text', serif;
	font-weight: 400;
}


.crim1 { 
    font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 400;
}














html, html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body.bgBlack {
	background-color: #000;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease 0s;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}
a {
	display: inline-block;
}




/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear {
	display: block!important;
	content: " ";
}
}
div.clear {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(/platinum_birthy/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/platinum_birthy/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/platinum_birthy/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/platinum_birthy/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

 .inr {
	margin:  0 auto;
	width: 1000px;
}
/*-- HEADER --*/



#header div.inr #my-button {
	display: none;
}
.mincho {
  font-family: "Yu Mincho", "YuMincho";
}
/*==========================================*/


/*-- GNAV --*/


#header {
	position: absolute;
	width: 100%;
	z-index: 999;
}
#header #gNav h1 {
	left: 30px;
	position: absolute;
	top: 10px;
	width: 300px;
	z-index: 1;
}



#header .hdR {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#header .sticky .hdR {

	z-index:2;
}

#header #gNav ul li a {
    font-size: 12px;
}


#header .hdR li {
	display: block;
	float: right;
	margin-right: 20px;
	height: 60px;
	vertical-align: bottom;
}


#header .hdR li a {
	color: #fff;
	display: block;
	font-style: italic;
	font-weight: bold;
	height: 60px;
	letter-spacing: 0.2em;
	text-align: center;
	vertical-align: middle;
}


#header .sticky {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
	top: 0;
	width: 100%;
	position: fixed;
	height: 80px;
	margin-left: 0;
	margin-top: 0;
	z-index: 9999999999;
}
#header #gNav h1 {
	left: 30px;
	position: absolute;
	top: 10px;
	width: 300px;
	z-index: 2;
}
#header .sticky #gNav {
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}
#header .sticky #gNav ul {
    float: right;
    text-align: right;
    width: 100%;
    padding: 25px 60px;
}
#header .sticky #gNav ul li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-bottom: 0;
	margin-right: 40px;
	vertical-align: middle;
	width: auto;
}
#header .sticky #gNav ul li a {
	color: #000 !important;
}


#header .sticky #gNav ul li.last {

	margin-right:0px !important; 
	
}
#header .sticky #gNav ul li.mrg {

	margin-right:60px !important; 
	
}


#header .fix li.li01 {
	position: fixed;
	top:100px;
	right: 0px;
	
}

#header .fix li.li02 {
	position: fixed;
	top:240px;
	right: 0px;
	
}

#header .fix li a:hover {
	opacity: .9;
	
}

/*==========================================*/



/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
}
#contents.wide {
	width: 100%;
}
/*-- MV --*/



#mv01 {
	background: url(/platinum_birthy/cmn/cmn_img/1img.png) no-repeat right center;
	min-height: 420px;
	min-width: 1200px;
}
#mv01 h2 {
	padding: 300px 0 0;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/


.bgFoot {
	padding: 100px 0 140px;
	width: 100%;
}





.bgFoot .ftrInr {
	padding: 50px;
	background: rgba(0, 0, 0, 0) url("../cmn_img/img_28.jpg") no-repeat scroll center center / cover;
	width: 1000px;
	margin: 0 auto;
	height: 315px;
	text-align: center;

}



.bgFoot .ftrInr h3{
	color: #333333;
	font-size: 28px;
	letter-spacing: .1em;
	padding-bottom: 20px;
	line-height: 150%;
}

.bgFoot .ftrInr h3 span{
	border-bottom: #333333 solid 2px;
	padding-bottom: 10px;
}




.bgFoot .ftrInr .tele {
	color: #33333;
    font-size: 46px;
	letter-spacing: .1em;
	padding-bottom: 10px;

}

.bgFoot .ftrInr .tele a {
	color: #333 !important;

}


.bgFoot .ftrInr .sml {
	color: #33333 !important;
	font-size: 13px;
	letter-spacing: .1em;
	padding-bottom: 30px;
}

.bgFoot .ftrInr ul.btn li {
	display: inline-block;
	margin-right: 10px;
	width: 286px;
}


.bgFoot ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	letter-spacing: .2em;
	padding: 20px 0px;
	text-align: center;
}





.bgFoot ul li.bt1 a {
	background: #b67a71;

}

.bgFoot ul li.bt2 a {
	background: #d0a099;
	

}


.bgFoot ul li.bt3 a {
	background: #9ab7c4;
	

}















#footer {
	background: #27283c;
	width: 100%;
	padding: 70px 0px 20px; 
	z-index: 999;
}

#footer .ftrInr {
	margin: 0 auto;
	width: 1080px;
}



#footer .ftLogo{
padding-bottom: 50px;
}


#footer .navi{
text-align: center;
	margin-bottom: 50px;
}


#footer .navi li{
	border-right: 1px #8d8d9c solid;
	display: inline-block;
	margin-right: 30px;
	padding-right: 30px;
}

#footer .navi li.last{
	margin-right: 0px !important;
}

#footer .navi li a{
	color: #8d8d9c;
	font-size: 13px;
	display: block;
	letter-spacing: 1px;
}
#footer .copy{
	font-size: 11px;
	color: #8d8d9c;
	letter-spacing: 1px;
	float:left;
	padding-top: 20px;
	width: 300px;
}

#footer .sns{
	font-size: 11px;
	color: #8d8d9c;
	letter-spacing: 1px;
	float:right;
}
#footer .sns a{
	margin-right: 10px;
}












/*----------------------------------------------------
	☆content
----------------------------------------------------*/




#mv h2.head01 {
	color: #000;
	font-size: 40px;
	letter-spacing: .1em;
	padding: 200px 0px;
}
#mv h2.head01 span {
	border-bottom: 8px solid #000;
	padding-bottom: 15px;
}



#wrap #one .img1 {
	margin-top: -280px;
	text-align: center;
}
nav {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #head-mobile {
	display: none;
}
#cssmenu {
	font-family: sans-serif;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	background: #333 !important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: 1px solid #333;
}

@media screen and (max-width: 1000px) {

nav {
	background: #fff;
	width: 100%;
}
#cssmenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
}
#cssmenu ul {
	margin-top: 20px;
	width: 100%;
	display: none;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #000;
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul li {
	background: #eee !important;
}
#cssmenu ul ul li:hover {
	background: #363636 !important;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #084ea1;
	font-weight: bold;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,  #cssmenu > ul > li.has-sub > a:before,  #cssmenu ul ul > li.has-sub > a:after,  #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #head-mobile {
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	left: 20px;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	border-bottom: 4px solid #333;
	border-top: 4px solid #333;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 28px;
	width: 30px;
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background: #333 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 30px;
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	height: 4px;
	top: 23px;
	width: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened:before {
	background: #333 none repeat scroll 0 0;
	top: 23px;
	width: 25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #333;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #333;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #084ea1;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu ul ul ul li.active a {
	border-left: none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
}









/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/



.bgAll { 
background:rgba(0, 0, 0, 0) url("../cmn_img/bgAll.png") repeat scroll center center;
width: 100%;
}


section{
	padding-top: 50px;
	padding-bottom: 50px;
}






section h2.head01 {
    color: #000;
    font-size: 16px;
    padding: 0 0 80px;
    text-align: center;
}
section h2.head01 span.robo {
    color: #000;
    font-size: 48px;
    font-style: italic;
    letter-spacing: 0.3em;
}


section h2.head01 span.bdr {
    border-top: 5px solid #000;

    padding-top: 50px;
}





























