﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}

img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino kaku Gothic Pro','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
	color: #111111;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}



/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #111111;
}
a:visited {
	text-decoration: none;
	color: #38bdbb;
}
a:hover {
	text-decoration: underline;
	color: #38bdbb;
}
a:active {
	text-decoration: underline;
	color: #38bdbb;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background-color: white;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 960px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 1%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0%;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 0%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 33%;}
.one-thirds {
	width: 32%;
	border-bottom: dotted 1px #f09000;
}
.two-third {width: 66%;}
.one-forth {width: 24%;}

/* ------ Header ------ */

header {
	width: 100%;
	background-color: white;
	padding-top: 10px;
}

header .row {
	position: relative;
}
header .row:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	margin-left: 35px;
	border-top: solid 10px white;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

header h1 {
	width: 200px;
	margin-top: 0px;
	font-size: 1px;
	color: white;
}


/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	float: right;
	width: 90%;
}

/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	width: 20%;
}



/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	background-color: white;
}


/* ------ Article ------ */

article {
	background-color: #fff;
	padding-bottom: 50px;
}

#main p.fs5{
	font-size: 60%;
	color:#696969;
	font-weight: normal;
	text-align:right;
        margin-bottom: 20px;
        padding-left: 1%;
}

#section {
	width:100%;
}
#section1 h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#section1 h2 {
	font-size: 48px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#0000CC;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 0%;
	text-align: center;
	margin-top: 30px;
}
#section1 h3 {
	font-size: 48px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#111111;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 0%;
	text-align: center;
}
#section1 h4 {
	font-size: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#111111;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 0%;
	text-align: center;
}
#section1 p{
	font-size: 100%;
	color:#111111;
        margin-bottom: 20px;
        padding-left: 5%;
}
#section h2 {
	font-size: 180%;
	font-family: 'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#cc0000;
        padding-top: 50px;
        margin-bottom: 20px;
        padding-left: 0%;
}
#section h3 {
	font-size: 150%;
	font-family: 'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-left: 0%;
}
#section p{
	font-size: 100%;
	color:#000000;
	line-height:200%;
        margin-bottom: 20px;
        padding-left: 0%;
}
#section2 {
	width:100%;
	background: url(../images/bridalbg.jpg) no-repeat;
	min-height:400px;
}
#section2 h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#section2 h2 {
	font-size: 180%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#cc0000;
        padding-top: 50px;
        margin-bottom: 20px;
        padding-left: 25%;
}
#section2 p{
	font-size: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#000000;
	line-height:200%;
        margin-bottom: 20px;
        padding-left: 25%;
}
#section3 {
	width:100%;
	background: url(../images/bg.jpg) no-repeat;
	min-height:400px;
}
#section3 h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#section3 h2 {
	font-size: 180%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#cc0000;
        padding-top: 50px;
        margin-bottom: 20px;
        padding-left: 25%;
}
#section3 p{
	font-size: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#000000;
	line-height:200%;
        margin-bottom: 20px;
        padding-left: 25%;
}
.float {
	float:left;
        padding-top: 50px;
}

table {
	width: 100%;
	border-collapse: collapse;
	padding-left: 10%;
	margin-bottom: 50px;
	border: 0px solid #cccccc;
	background-color: #ebf5ff;
}
th.class1 {
	width: 20%;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:transparent;
	border-top: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
	border-left: none;
	border-right: none;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
th.class2 {
	width: 15%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:transparent;
	border-top: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
th.class3 {
	width: 50%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:transparent;
	border-top: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
	border-left: none;
	border-right: none;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

td {
	padding: 10px 10px;
	background-color: transparent;
	border-style: solid;
	border-top: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
	border-left: none;
	border-right: none;
	font-size: 16px;
	text-align: center;
}

/* ------ bridal ------ */
#bridal {
	margin-top: 30px;
}

#bridal section {
}

#bridal h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#bridal h2 {
	font-size: 180%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#cc0000;
        padding-top: 50px;
        margin-bottom: 20px;
        margin-left: 0%;
}
#bridal p{
	font-size: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#000000;
	line-height:200%;
        margin-bottom: 20px;
}

#bridal section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	overflow: hidden;
}

#bridal section a:hover,
#bridal section a:active {
	background-color: rgba(255,240,240,0.5);
}

#bridal p.fs1{
	font-size: 1.0em;
	font-family: "Helvetica LT",'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
	margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 10px;
}
#bridal p.fs2{
	font-size: 1.2em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#111111;
        margin-bottom: 20px;
        margin-left: 10px;
}
#bridal p.fs3{
	font-size: 90%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#111111;
	font-weight: normal;
        margin-bottom: 20px;
        padding-left: 1%;
}
#bridal p.fs4{
	font-size: 1.0em;
	font-family: "Helvetica LT",'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
	text-align: center;
}
#bridal .img {
	float: left;
	margin-right: 5px;
	margin-left: 0%;
}
#bridal img {
	margin-top: 0px;
}

/* ------ talent ------ */
#talent {
	margin-top: 30px;
}

#talent section {
}

#talent h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
#talent h2 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	font-family: "Helvetica LT",'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
	margin-bottom: 20px;
}

#talent section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	overflow: hidden;
}

#talent section a:hover,
#talent section a:active {
	background-color: rgba(255,240,240,0.5);
}

#talent p.fs1{
	font-size: 1.0em;
	font-family: "Helvetica LT",'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
	margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 10px;
}
#talent p.fs2{
	font-size: 1.2em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#111111;
        margin-bottom: 20px;
        margin-left: 10px;
}
#talent p.fs3{
	font-size: 90%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#111111;
	font-weight: normal;
        margin-bottom: 20px;
        padding-left: 1%;
}
#talent p.fs4{
	font-size: 1.0em;
	font-family: "Helvetica LT",'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	color:#111111;
	text-align: center;
}
#talent .img {
	float: left;
	margin-right: 5px;
	margin-left: 0%;
}
#talent img {
	margin-top: 0px;
}



/* ------ Page Top ------ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	text-indent:-9999px;
	background:url(../images/backtotop.png) no-repeat top;
	width:30px;
	height:30px;
	padding: 0;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	background:url(../images/backtotop.png) no-repeat bottom;
}


/* ------ Utility ------ */

#utility {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0;					/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: white;
}

#utility .row {
	height: 100%;
}

#country {
	float: right;
}

#country p {
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px 0 10px;
	color: #999;
	font-weight: bold;
	border-left: solid 1px #444;

}
#country p:first-child {
	border-left: none;
}

#country p img {
	width: 41px;
	height: 20px;
	margin-right: 5px;
}

#country p a {
	display: block;
	width: 10em;
	text-decoration: none;
}
#country p a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 10px;
	font-weight: normal;
	color: #38bdbb;
	margin-left: 5px;
}
#country p a:link,
#country p a:visited {
	color: #999;
}
#country p a:hover,
#country p a:active {
	color: #38bdbb;
}

#search {
	float: right;
	width: 179px;
	margin: 9px 0 0 10px;
	padding-left: 11px;
	background-color: #444;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#search input {
	float: left;
	display: block;
	width: 70%;
	height: 22px;
	border: none;
	background-color: transparent;
	color: #fff;
}

#search a {
	float: right;
	display: block;
	width: 30%;
	line-height: 22px;
	color: #fff;
	font-size: 76%;
	text-align: center;
	text-decoration: none;
}
#search a:link,
#search a:visited {
	background-color: #666;
	background: -moz-linear-gradient(top, #888, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -webkit-linear-gradient(top, #888, #666);
	background: linear-gradient(to bottom, #888, #666);
}
#search a:hover,
#search a:active {
	background-color: #777;
	background: -moz-linear-gradient(top, #999, #777);
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
	background: -webkit-linear-gradient(top, #999, #777);
	background: linear-gradient(to bottom, #999, #777);
}


/* ------ Footer ------ */

footer {
	background-color: #f5f5f5;
}

footer nav {
	margin: 30px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 68%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #666;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #666;
	text-decoration: underline;
}

#copyright {
	margin-bottom: 35px;
}

#copyright p {
	font-size: 62%;
	color: #bbb;
}

footer .logo {
	padding-top: 35px;
	text-align: right;
}

footer .logo img {
	width: 200px;
	height: 62px;
}


/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

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

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background: white;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 120px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 15px;
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 25px;
		padding-top: 40px;
		font-size: 68%;
	}

	#gnav a:before {
		top: 10px;
	}


	/* ------ Mainvisual ------ */

	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}


	/* ------ Index ------ */

	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
	}

	#index section a {
		padding: 15px 20px 15px 15px;
	}
	#index section a:after {
		content: "\66";
		font-family: 'icomoon';
		font-size: 11px;
		display: block;
		position: absolute;
		width: 10px;
		line-height: 10px;
		top: 50%;
		margin-top: -5px;
		transition-duration: 0.3s;
	}
	#index section a:link:after,
	#index section a:visited:after {
		right: 6px;
	}
	#index section a:hover:after,
	#index section a:active:after {
		right: 3px;
	}

	#index h1:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}


	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
	}

	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
	}


	/* ------ Sidebar ------ */

	#sidebar {
		margin-top: 0;
		border-bottom: none;
	}

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}


	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	/* ------ Utility ------ */

	#utility {
		position: static;		/* スマートフォン用の表示ではposition:staticとする */
		height: auto;
		padding: 15px 0;
		background-color: white;
		border-bottom: solid 1px #e5e5e5;
	}

	#utility .row {
		height: auto;
	}

	#country {
		float: none;
		width: 100%;
		text-align: center;
	}

	#country p {
		margin-top: 15px;
		color: #666;
		border-left-color: #ddd;
	}

	#country p a:link,
	#country p a:visited {
		color: #666;
	}
	#country p a:hover,
	#country p a:active {
		color: #38bdbb;
	}

	#search {
		float: none;
		width: auto;
		margin: 0 15px;
		text-align: center;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}

	#search input {
		width: 70%;
		height: 28px;
		color: #666;
	}

	#search a {
		width: 30%;
		line-height: 28px;
	}


	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}

}
