@charset "UTF-8";

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

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

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: #fff;
    font-family: "Yu Mincho", "YuMincho";
	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;

}
#wrap {
	min-width: 1000px;
    overflow: hidden;
	width: 100%;
}
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 --*/
#wrap {
	overflow: hidden;
	width: 100%;
}
 .inr {
	margin:  0 auto;
	width: 1000px;
}
/*-- HEADER --*/

.mincho {
  font-family: "Yu Mincho", "YuMincho";
}
/*==========================================*/


/*-- GNAV --*/



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

#header {
	margin-bottom: -3px;
	width: 100%;
	z-index: 1000;
}
#header h1 {
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	width: 280px;
}
#header h1 img{
	width: 100%;
}
#header .inr {
	position: relative;
	width: 1035px;
}


#header .hd_contact02{
	background: url(../cmn_img/top_btn_bg.png) no-repeat right top;
	position: absolute;
  top: 110px;
  right: 15px;
  padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 320px;
	z-index: 100;
}

/*----------------------------------------------------
	☆nav
----------------------------------------------------*/
#nav {
	background: url(../../cmn/cmn_img/treebg.png) no-repeat center top;
	background-size: 1355px auto;
	padding-top: 35px;
	/*padding-bottom: 100px;*/
	margin-top: -70px;
	width: 100%;
}

#nav .inr{
	position: relative;
	width: 1000px;
}
/*#nav .inr .tree01{
	position: absolute;
	top:0;
	left: -195px;
}
#nav .inr .tree02{
	position: absolute;
	top:0;
	right: -195px;
}*/
#nav .inr ul {
	padding-top: 20px;
	display: block;
}
#nav .inr ul li{
	float: left;
	margin-right: 15px;
	width: 130px;
}
#nav .inr ul li:last-child{
	margin-left: -18px;
}





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



/*-- CONTENTS --*/

#contents {
	border-top: #3679b5 solid 10px;
	position: relative;
	margin: 0 auto;
}
#contents.wide {
	width: 100%;
}
/*-- MV --*/




/*----------------------------------------------------
	☆content
----------------------------------------------------*/
#footer {
	width: 100%;
}
#footer .ft_wrap{
	background: url(../cmn_img/ft_bg.png) no-repeat left bottom;
	background-size: contain;
	padding: 30px 0 250px;
	width: 100%;
}

#footer .ft_inr{
	margin: 0 auto;
	width: 1000px;
}
#footer .ft_inr .ft_top{
	width: 1000px;
}
#footer .ft_inr .ft_top li.ft_logo{
	float: left;
	width: 540px;
	text-align: left;
}

#footer .ft_inr .ft_top li.mark{
	color: #5a2d28;
	float: right;
	letter-spacing: 0.1em;
	width: 450px;
	text-align: right;
}
#footer .ft_inr .ft_top li.mark .jap{
	font-size: 30px;
	margin-bottom: 5px;
}
#footer .ft_inr .ft_top li.mark .eng{
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 5px;
}

#footer .ft_inr .ft_top li.mark .add {
	font-size: 17px;
	color: #404040;
	line-height: 140%;
}

#footer .ft_nav{
	background: #e5f2fa;
	margin: 25px 0 15px;
	width: 100%;
}
#footer .ft_nav li{
	float: left;
	width: 16.66%;
}
#footer .ft_nav li a{
	background: #e5f2fa;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	padding: 15px 0;
	display: block;
}
#footer .ft_nav li a span.bd{
	box-sizing: border-box;
	display: block;
	border-left: #d7cdcc dotted 2px;
	padding-left: 60px;
}
#footer .ft_nav li:last-child a span.bd{
	border-right: #d7cdcc dotted 2px;
}
#footer .ft_nav li a .jap{
	display: inline-block;
	color: #5a2d28;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
	padding-top: 10px;
}
#footer .ft_nav li a .eng{
	display: inline-block;
	color: #ac9693;
	font-size: 8px;
	padding-bottom: 10px;
}
#footer .ft_nav li.li01 a{
	background: url(../cmn_img/nav_bg01.png) no-repeat 30px 28px;
}
#footer .ft_nav li.li02 a{
	background: url(../cmn_img/nav_bg02.png) no-repeat 30px 28px;
}
#footer .ft_nav li.li03 a{
	background: url(../cmn_img/nav_bg03.png) no-repeat 26px 26px;
}
#footer .ft_nav li.li04 a{
	background: url(../cmn_img/nav_bg04.png) no-repeat 20px 30px;
}
#footer .ft_nav li.li05 a{
	background: url(../cmn_img/nav_bg05.png) no-repeat 30px 28px;
}
#footer .ft_nav li.li06 a{
	background: url(../cmn_img/nav_bg06.png) no-repeat 30px 28px;
}

#footer .sub_link {
	font-size: 17px;
}
#footer .sub_link a{
	background: url(../cmn_img/arrow.png) no-repeat left center;
	display: inline-block;
	padding-left: 18px;
	margin-right: 20px;
}
#footer .sub_link a:hover{
	background: url(../cmn_img/arrow_h.png) no-repeat left center;
	color: #ea5541;
	text-decoration: underline;
}


#footer .copyR {
	background: #3679b5;
	font-size: 18px;
	text-align: center;
	padding: 8px;
	letter-spacing: 0.1em;
	width: 100%;
}












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









#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 {
	background: #fff;
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #5a2d28;
	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: 780px) {


}






/*----------------------------------------------------
  ☆TABLE
----------------------------------------------------*/

.table-base {
  font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-collapse: collapse;
  width: 100%;
  color:#4c4c4c;
}

.table-base td,
.table-base th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

}


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

.yt-embed-container {
  position: relative;
  width: 680px;
  left: calc(50% + 28px);
  transform: translateX(-50%);
}

.yt-embed-container iframe{
  width: 100%;
  height: 383px;
}

@media (max-width: 780px){
  .yt-embed-container {
    left: 50%;
    width: 80vw;
  }
  .yt-embed-container iframe{
    height: 45vw;
  }
}






































