/*================ Semantic Outline ================*/

html.desktop_tablet body { background: #e6e2dc url(./images/body_bg.png) center top / 1024px 64px repeat-y; margin: 0; color: #333333; }

/*-mb-*/html.mobile body { background: #f2eee8; margin: 0; }


html.desktop_tablet #page_header { clear: both; min-width: 1024px; }
    html.desktop_tablet #site_name {}
    html.desktop_tablet #global_menu {}
    html.desktop_tablet #breadcrumbs {}

/*-mb-*/html.mobile #page_header {}
    /*-mb-*/html.mobile #site_name {}
    /*-mb-*/html.mobile #global_menu {}
    /*-mb-*/html.mobile #breadcrumbs {}


html.desktop_tablet #page_body { clear: both; min-width: 1024px; min-height: 800px;
	font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }
    html.desktop_tablet #sec1 {}
    html.desktop_tablet #sec2 {}
    html.desktop_tablet #sec3 {}

/*-mb-*/html.mobile #page_body {}
    /*-mb-*/html.mobile #sec1 {}
    /*-mb-*/html.mobile #sec2 {}
    /*-mb-*/html.mobile #sec3 {}


html.desktop_tablet #scroll_to_top {}

/*-mb-*/html.mobile #scroll_to_top {}


html.desktop_tablet #page_footer { clear: both; min-width: 1024px; }
    html.desktop_tablet #footer_menu {}
    html.desktop_tablet #footer_copyright {}

/*-mb-*/html.mobile #page_footer {}
    /*-mb-*/html.mobile #footer_menu {}
    /*-mb-*/html.mobile #footer_copyright {}


/*================ Spatial Design ================*/

html.desktop_tablet body > * > .outside,
html.desktop_tablet body > * > * > .outside { width: 1000px; margin: 0 auto; }

/*-mb-*/html.mobile body > * > .outside,
/*-mb-*/html.mobile body > * > * > .outside { clear: both; }


html.desktop_tablet body > .outside > .container,
html.desktop_tablet body > * > .outside > .container,
html.desktop_tablet body > * > * > .outside > .container {}

/*-mb-*/html.mobile body > .outside > .container,
/*-mb-*/html.mobile body > * > .outside > .container,
/*-mb-*/html.mobile body > * > * > .outside > .container {}


html.desktop_tablet body > .outside > .container > spacing_side,
html.desktop_tablet body > * > .outside > .container > spacing_side,
html.desktop_tablet body > * > * > .outside > .container > spacing_side {}

/*-mb-*/html.mobile body > .outside > .container > spacing_side,
/*-mb-*/html.mobile body > * > .outside > .container > spacing_side,
/*-mb-*/html.mobile body > * > * > .outside > .container > spacing_side {}




/*================ Global Parts Setting ================*/

p { margin-bottom: 1.75em; }

a img { border-style: none; }

.typo_japan_style p { text-indent: 1em; margin: 0; }
.typo_japan_style .heading + p { margin-top: 1.75em; }
.typo_japan_style p + p.signature { margin-top: 1.75em; }
.typo_japan_style p.signature { margin-bottom: 1.75em; }

strong.privilege { color: #c6572e; }

.button {
    line-height: 1.25;
    font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.button a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    background: #3b321e;
    color: #f2eee8 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px 12px 35px;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}
.button a:hover {
    background: #4c412a;
}
.button a::before {
	content: " ";
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 7px;
	top: 50%;
    margin-top: -11px;
	width: 21px;
	height: 21px;
	background: url(./images/button_arr.png) left top / 21px auto no-repeat;
}
.button a:hover::before {
	background-position: left bottom;
}

.button_close a::before {
	background-image: url(./images/button_close.png);
}

/*================ Area Parts Setting ================*/

html.desktop_tablet #page_header > .outside {
	position: relative;
}
html.desktop_tablet body.home #page_header > .outside {
	background: url(./images/header_bg_syaga.jpg) left top / 1000px 275px no-repeat;
}
html.desktop_tablet body.field_and_facilities #page_header > .outside {
	background: url(./images/header_bg_paige.jpg) left top / 1000px 275px no-repeat;
}
html.desktop_tablet body.history_and_activities #page_header > .outside {
	background: url(./images/header_bg_jiro_golf.jpg) left top / 1000px 275px no-repeat;
}
html.desktop_tablet body.members_voice #page_header > .outside {
	background: url(./images/header_bg_green.jpg) left top / 1000px 275px no-repeat;
}
html.desktop_tablet body.admission #page_header > .outside {
	background: url(./images/header_bg_bar_playfast.jpg) left top / 1000px 275px no-repeat;
}


html.desktop_tablet #site_name { margin: 0; height: 275px; }
html.desktop_tablet #site_name img { width: 180px; height: 162px; vertical-align: bottom; }
html.desktop_tablet #site_name a { display: block; position: absolute; z-index: 2; top: 215px; left: 37px; }

html.desktop_tablet #global_menu { position: absolute; z-index: 2; width: 215px; top: 377px; left: 37px; padding: 30px; }

html.desktop_tablet #global_menu ul,
html.desktop_tablet #global_menu p {
	list-style-type: none;
	margin: 3.5em 0;
	padding: 0;
	font-size: 13px; font-size: 1.3rem;
}

html.desktop_tablet #global_menu > *:first-child {
	margin-top: 0;
}

html.desktop_tablet #global_menu .selected a {
	font-weight: bold;
	color: #744a26;
}

html.desktop_tablet #page_body > * > .container { min-height: 450px; padding: 54px 50px 90px 310px; }

html.desktop_tablet #page_title h2 {
	margin: 0 0 44px 0;
	padding-bottom: 3px;
	border-bottom: solid 1px #8d887c;
	font-size: 22px; font-size: 2.2rem;
    font-weight: normal;
	line-height: 1.5;
	font-family: "Big Caslon", "Palatino Linotype", "Times New Roman", "Times", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝B","ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.05em;
}

html.desktop_tablet #introduction {
	margin-bottom: 40px;
}

html.desktop_tablet #page_body .col_style_1 > .col_main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 430px;
	float: left;
	padding-right: 30px;
	font-family: "Times New Roman", "Times", "Geogia", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝B","ＭＳ Ｐ明朝", serif;
}

html.desktop_tablet #page_body .col_style_1 > .col_main a:link,
html.desktop_tablet #page_body .col_style_1 > .col_main a:active,
html.desktop_tablet #page_body .col_style_1 > .col_main a:visited {
	color: #a83114;
}

html.desktop_tablet body.home #page_body .col_style_1 > .col_main {
	padding-right: 50px;
}

html.desktop_tablet body.history_and_activities #page_body .col_style_1 > .col_main,
html.desktop_tablet body.admission #page_body .col_style_1 > .col_main {
    font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

html.desktop_tablet body.admission #page_body #introduction {
	font-family: "Times New Roman", "Times", "Geogia", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝B","ＭＳ Ｐ明朝", serif;
}

html.desktop_tablet #page_body .col_style_1 > .col_aside {
	width: 180px;
	float: right;
	font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

html.desktop_tablet #page_body .col_style_1 > .col_aside p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5em;
}

html.desktop_tablet body.field_and_facilities #page_body .col_style_1 > .col_aside {
	width: 190px;
	float: right;
	font-size: 12px; font-size: 1.2rem;
}

html.desktop_tablet #page_body .col_style_2 ol,
html.desktop_tablet #page_body .col_style_2 ul {
    padding-left: 1.4em;
}

html.desktop_tablet #page_body .col_style_2 li {
    line-height: 1.25;
}

html.desktop_tablet #page_body .col_style_2 > .col_main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	float: left;
}

html.desktop_tablet #page_body .col_style_2 > .col_aside {
	width: 160px;
	float: right;
}


html.desktop_tablet body.history_and_activities .col_aside h2 {
	font-size: 13px; font-size: 1.3rem;
    margin-top: 0;
	padding: 4px 4px 3px 4px;
    line-height: 1.25em;
    text-align: center;
    background: #3b321e;
    color: #f2eee8;
}

html.desktop_tablet #page_body .col_style_1 > .col_aside ul {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
}

html.desktop_tablet body.history_and_activities .col_aside ul.history {
    list-style: none;
    margin: 0;
    padding: 0;
}

html.desktop_tablet body.history_and_activities .col_aside ul.history li {
    margin: 0 -11px 3px 0;
    padding: 10px 11px 10px 0;
    border-right: 7px solid #c5c2bc;
}

html.desktop_tablet body.history_and_activities .col_aside ul.history li.launch {
    border-right-color: #928d82;
}
	
html.desktop_tablet #page_body .col_style_1 > .col_main .heading {
    margin-top: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝B","ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.05em;
}

html.desktop_tablet body.history_and_activities #page_body .col_main .heading {
    font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

html.desktop_tablet body.history_and_activities .col_style_2 > .col_aside img {
	vertical-align: bottom;
}

html.desktop_tablet #page_body .col_style_1 > .col_main .signature {
	text-align: right;
}

html.desktop_tablet body.home #page_body .col_style_1 > .col_main .signature {
	margin: 50px 0;
}

html.desktop_tablet body.field_and_facilities #field_map {
    margin: 60px 0 0 0;
    font-size: 12px; font-size: 1.2rem;
    clear: both; width: 490px;
}

html.desktop_tablet #introduction {
	margin-bottom: 3.5em;
}

html.desktop_tablet #activities_log .button {
	margin-top: 50px;
}

html.desktop_tablet #to_application {
	text-align: center;
}

html.desktop_tablet #to_application .button:first-child {
	margin-bottom: 25px;
}

html.desktop_tablet #to_application .button a {
	padding: 16px 25px 16px 40px;
}

html.desktop_tablet #to_application .button:first-child a {
    padding-right: 60px;
	padding-left: 75px;
	background: #c6572e;
}

html.desktop_tablet #to_application .button:first-child a:hover {
	background: #e6572e;
}

html.desktop_tablet #to_application .button:first-child a::before {
	background: url(./images/button_arr2.png) left top / 21px auto no-repeat;
}

html.desktop_tablet #to_application .button:first-child a:hover::before {
	background-position: left bottom;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main h2,
html.desktop_tablet body.admission .col_style_1 > .col_main h2 {
	margin-top: 3em;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main h2:first-child,
html.desktop_tablet body.admission .col_style_1 > .col_main h2:first-child {
	margin-top: 0;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main ul,
html.desktop_tablet body.admission .col_style_1 > .col_main ul {
	font-size: 13px; font-size: 1.3rem;
    padding-left: 1.4em;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main li,
html.desktop_tablet body.history_and_activities .col_style_1 > .col_main li p,
html.desktop_tablet body.admission .col_style_1 > .col_main li,
html.desktop_tablet body.admission .col_style_1 > .col_main li p {
    line-height: 1.25;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main dl,
html.desktop_tablet body.admission .col_style_1 > .col_main dl {
	font-size: 13px; font-size: 1.3rem;
}

html.desktop_tablet body.history_and_activities .col_style_1 > .col_main dt,
html.desktop_tablet body.history_and_activities .col_style_1 > .col_main dd,
html.desktop_tablet body.admission .col_style_1 > .col_main dt,
html.desktop_tablet body.admission .col_style_1 > .col_main dd {
    line-height: 1.25;
}

html.desktop_tablet body.history_and_activities .button,
html.desktop_tablet body.admiddion .button {
    margin: 30px 0;
    font-size: 13px; font-size: 1.3rem;
}


html.desktop_tablet body.members_voice .voices_wrapper {
	position: relative;
}

html.desktop_tablet body.members_voice .voice_unit {
    margin: 0 -25px 3.5em -25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 35px 50px 35px;
	background: #fbfaf9 url(./images/members_voice_unit_bg.png);
	color: #762a2f;
	border: solid 1px #ffffff;
	font-size: 92.86%;
	font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

html.desktop_tablet body.members_voice .voice_unit h3.heading {
	font-size: 16px !important; font-size: 1.6rem !important;
	font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif !important;
	text-align: center;
}

html.desktop_tablet body.members_voice .voice_unit > .unit_mask { /* this element will created by JS(dedicated_club.js) */
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url('./images/members_voice_unit_mask_grd.png') left bottom repeat-x;
	text-align: right;
}

html.desktop_tablet body.members_voice .voice_unit > .unit_mask > span.button { /* this element will created by JS(dedicated_club.js) */
	display: block;
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 15px;
	text-align: center;
}

html.desktop_tablet #page_footer {
	font-family : "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

html.desktop_tablet #page_footer > * > .container {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 50px;
	padding: 18px 0 40px 190px;
	border-top: solid 1px #b3b0ab;
}

html.desktop_tablet #page_footer .play_fast {
	position: absolute;
	z-index: 2;
	bottom: 150px;
	left: 0;
	width: 154px;
	height: 180px;
}

html.desktop_tablet #copyright {
	font-size: 11px; font-size: 1.1rem;
}

html.desktop_tablet #copyright * {
	line-height: 1.5;
}

html.desktop_tablet #copyright p {
	margin: 0;
}



