@charset "utf-8";
/* CSS Document */

/* -----------------------　基本　---------------------------------　*/

*{
	font-size: 16px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

.clearfix {
	width:100%;
}

.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

/* -----------------------　ボディ　---------------------------------　*/


body {
	background-color: #003b10;
}

div#bg_middle {
	background-image: url(../images/yamaga/bg_middle.png);
	background-repeat: repeat-y;
	background-position: center;
}

div#bg_top {
	background-image: url(../images/yamaga/bg_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

div#bg_bottom {
	background-image: url(../images/yamaga/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#bg_texture {
	background-image: url(../images/yamaga/bg_texture.png);
	background-repeat: repeat;
	padding-bottom: 30px;
}



/* -----------------------　ヘッダー　---------------------------------　*/

div#header {
	width: 980px;
	height: 203px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/yamaga/header_bg2023.png);
	background-repeat: no-repeat;
	position: relative;
}

div#header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 5px;
	right: 16px;
}

div#header img#logo {
	position: absolute;
	top: 16px;
	left: 169px;
}

div#header ul#g_navi {
	position: absolute;
	bottom: 39px;
	right: 16px;
}

div#header ul#g_navi li {
	float: left;
	margin-left : 2px;
}

div#header ul#sns {
	position: absolute;
	top: 67px;
	right: 28px;
}

div#header ul#sns li {
	float: left;
	width: 80px;
	margin-left : 10px;
}

div#header ul#sns li.google {
	padding-left: 20px;
}

div#header ul#sns li.hatebu {
	width: 50px;
	margin-left: -10px; 
}

div#header ul#sns li.evernote {
	background-color: #f2f0f0;
	width: 50px;
	padding: 1px 10px;
}

div#header img#hanabus {
	position: absolute;
	top: 1200px;
	right: -180px;
}

div#header img#televising {
	position: absolute;
	top: 1020px;
	right: -270px;
}


/* -----------------------　コンテンツ　---------------------------------　*/

div#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 ;
	background-image: url(../images/yamaga/wrap_bg.png);
	background-repeat: repeat-y;
}

div#info {
	width: 851px;
	height: 50px;
	margin: 0 auto 30px auto;
	background-image: url(../images/yamaga/info_bg.png);
	background-repeat: no-repeat;
	position: relative;
	display: none;
}

div#info p {
	position: absolute;
	top: 20px;
	left: 220px;
	font-size: 12px;
	color: #666666;
}

div#secom {
	width: 950px;
	height: 57px;
	margin: 60px auto 0 auto;
	padding: 16px;
	background-image: url(../images/yamaga/ssl_bg.png);
	background-repeat: no-repeat;
	position: relative;
}

div#secom span img {
	margin-top: -14px;
}



div#secom p {
	width: 150px;
	line-height: 1.2;
	position: absolute;
	top: 10px;
	left: 140px;
	font-size: 10px;
	color: #003e1f;
	font-weight: bold;
}

div#game,div#reserve,div#payment,div#inquiry,div#qa,div#busstop {
	width: 850px;
	margin: 0 auto;
	line-height: 1.5;
}



/* --------------　index.html　-----------------------　*/

div#game div#description {
	background-image: url(../images/yamaga/game_description.png);
	width: 860px;
	height: 280px;
	margin: 30px 0 0 -5px;
	position: relative;
}

div#game div#description ul {
	color: #666666;
	position: absolute;
	line-height: 1.5;
}

div#game div#description ul li {
	font-size: 12px;
}

div#game div#description ul.price {
	top: 15px;
	left: 100px;
}

div#game div#description ul.empty {
	top: 75px;
	left: 100px;
}

div#game div#description ul.determination {
	top: 15px;
	left: 510px;
}

div#game div#description ul.sponsor {
	top: 75px;
	left: 510px;
}

div#game div#description ul.sponsor li.red {
	color: #F00;
}


div#game div#description ul.course {
	top: 130px;
	left: 100px;
}

div#game div#table {
	margin: 30px auto;
	padding: 0;
}

div#game div#table table{
	margin: 0 auto;
	padding: 0;
}
	
div#game div#table td {
	line-height: 1.5;
}

div#game div#table th {
	border-right: #000;
	text-align: center;
}

div#game div#table span.desp {
	font-size: 12px;
}

div#table p.next_seat {
	width: 680px;
	margin: 5px auto;
	padding: 10px;
	background-color: #6C9;
	font-size: 14px;
	text-align: left;
}

div#table p.special {
	width: 655px;
	margin: 10px auto;
	padding: 20px;
	border: 2px dotted #FF6600;
	font-size: 14px;
	text-align: left;	
}

div#table p.special span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
	


/* --------------　method.html　-----------------------　*/

div#reserve,div#payment {
	margin-bottom: 30px;
}

div#reserve a,div#payment a {
	color: #36F;
	text-decoration: none;
	font-size: 12px; 
}

div#reserve a:hover,div#payment a:hover {
	text-decoration: underline;
}

div#reserve dl {
	padding-top: 10px;
	color: #333;
}

div#reserve dt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 2px;
	border-bottom: dotted 2px #063;
	color: #900;
}

div#reserve dd.attention {
	font-size: 12px;
	color: #666;
}

div#reserve dd span {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}


div#reserve dd ul {
	width: 330px;
	margin-top: 20px;
	padding: 20px;
	border: dotted 1px #333;
}

div#reserve dd ul.auto {
	width: 800px;
}

div#reserve dd ul li {
	font-size: 14px;
}

dd div#cancel {
	width: 720px;
	margin-top: 20px;
	padding: 20px;
	border: dotted 1px #333;
}

dd div#cancel p {
	font-size: 14px;
}

dd div#cancel table,dd div#cancel th,dd div#cancel td {
	border: solid 1px #333;
	padding: 10px;
	font-size: 14px;
}

dd div#cancel th {
	background-color: #060;
	color: #FFF;
	font-weight: bold;
}

div#payment div#cd,div#payment div#conveni,div#payment div#bank {
	margin: 30px 0;
	position: relative;
	color: #666; 
}

div#payment div#cd p{
	position: absolute;
	top: 40px;
	left: 10px;
}

div#payment div#conveni ul,div#payment div#conveni table,div#payment div#bank ul {
	margin-top: 10px;
}

div#payment div#conveni li,div#payment div#bank li {
	float: left;
	margin-right: 7px;
}

div#payment div#conveni li.last,div#payment div#bank li.last {
	margin-right: 0px;
}

div#payment div#conveni dt,div#payment div#bank dt {
	margin-bottom: 10px;
}

div#payment div#conveni dd img {
	margin-top: 2px;
}

div#payment div#conveni dd span {
	padding-left: 3px;
}

div#payment div#conveni td {
	padding: 10px;
}

div#payment div#bank dd img {
	padding: 20px 0;
}

div#payment dd,div#payment span,div#payment p {
	font-size: 12px;
}

div#payment div#bank {
	display: none;
}


/* --------------　inquiry.html　-----------------------　*/

div#inquiry,div#qa {
	margin-bottom: 30px;
	color: #333;
	font-size: 14px;
}

div#inquiry a:hover,div#qa a {
	color: #36F;
	text-decoration: none;
	font-size: 14px;
}

div#inquiry a:hover,div#qa a:hover {
	text-decoration: underline;
}

div#inquiry p,div#inquiry ul {
	margin: 30px 0 30px 12px ;
}

div#inquiry li {
	float: left;
	margin-right: 12px;
	position: relative;
	font-size: 14px;
}

div#inquiry ul li.jtb ul li,div#inquiry ul li.travice ul li {
	float: none;
	line-height: 1.5;
}

div#inquiry ul li.jtb ul,div#inquiry ul li.travice ul {
	position: absolute;
	top: 30px;
	left: 0px;
}

div#inquiry ul li.jtb img.jtb_link,div#inquiry ul li.travice img.tj_link {
	position: absolute;
	top: 5px;
	right: 5px;
}

div#qa ul {
	margin: 30px 0;
	font-size: 16px;
}

div#qa dt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 2px;
	border-bottom: dotted 2px #063;
	color: #900;
}

div#qa dd.title {
	margin: 20px 0;
	padding: 5px;
	background-color: #063;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
	
div#qa p.qa_menu {
	margin: 10px 0;
	font-weight: bold;
	text-align: right;
}

div#qa dd,div#qa dd a {
	font-size: 12px;
}

/* --------------　busstop.html　-----------------------　*/

div#busstop {
	color: #666;
}

div#busstop ul {
	margin-top : 30px;
}

div#busstop ul li {
	float: left;
	font-size: 16px;
}

div#busstop ul li.right {
	float: right;
	font-size: 14px;
}

div#busstop ul li img {
	margin-top: -1px;
	margin-right: 5px;
}

div#busstop ul.prace li {
	margin: 0 8px 16px 0;
}

div#busstop ul.prace li:after {
	content: "・";
	padding-left: 8px;
}

div#busstop ul.prace li:last-child:after {
	content: "";
}

div#busstop ul.prace li.ar:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace.png);
	background-size: 38px 16px;
	margin-right: 8px;
}

div#busstop ul.prace li.al:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace_al.png);
	background-size: 16px;
	margin-right: 8px;
}

div#busstop ul.prace li.tj:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace_tj.png);
	background-size: 16px;
	margin-right: 8px;
}

div#busstop div#busstop_desp {
	width: 860px;
	margin-left: -5px;
	padding: 0;
}

div#busstop div#busstop_desp_bg {
	background-image: url(../images/yamaga/busstop_desp_bg.png);
	background-repeat: repeat-y;
	padding: 15px 30px;
}

div#busstop div#busstop_desp_top {
	background-image: url(../images/yamaga/busstop_desp_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 11px;
}

div#busstop div#busstop_desp_bottom {
	background-image: url(../images/yamaga/busstop_desp_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 9px;
}

div#busstop div#busstop_desp_bottom ul {
	margin: 0;
	padding: 5px 0 0 10px;
}

div#busstop div#busstop_desp_bottom ul li.name {
	margin-left: 15px;
	margin-top: -2px;
	font-size: 14px;
}

div#busstop div#busstop_desp_bottom ul li img {
	margin-left: 5px;
}

div#busstop div#busstop_desp_bottom ul.attention {
	margin-top: 20px;
}

div#busstop div#busstop_desp_bottom ul.attention li {
	font-size: 12px;
	float: none;
}

div#busstop ul#map li {
	margin: 10px 5px;
	/*float: left;*/
	display: inline;
}

div#busstop ul#map li dt {
	padding-left: 80px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 1px;		
}

div#busstop ul#map li dt span {
	font-size: 12px;
}


div#busstop ul#map li dt a,div#busstop div#busstop_desp_bottom ul li.name a {
	font-size: 14px;
	color: #36F;
	text-decoration: none;
	margin-right: 10px;
}

div#busstop ul#map li dt a:hover,div#busstop div#busstop_desp_bottom ul li.name a:hover {
	text-decoration: underline;
}


div#busstop ul#map li dt.chushin {
	background-image: url(../images/yamaga/chushin_icon.gif);
}

div#busstop ul#map li dt.okayasuwa {
	background-image: url(../images/yamaga/okayasuwa_icon.gif);
}

div#busstop ul#map li dt.nanshin {
	background-image: url(../images/yamaga/nanshin_icon.gif);
}

div#busstop ul#map li dt.touhokushin {
	background-image: url(../images/yamaga/touhokushin_icon.gif);
}

div#busstop ul#map li dt.ar:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace.png);
	background-size: 38px 16px;
	margin-right: 8px;
}

div#busstop ul#map li dt.al:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace_al.png);
	background-size: 16px;
	margin-right: 8px;
}

div#busstop ul#map li dt.tj:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/yamaga/busstop_prace_tj.png);
	background-size: 16px;
	margin-right: 8px;
}



/* -----------------------　フッター　---------------------------------　*/

div#footer {
	border-top: solid 5px #b4a25c;
	/*margin-top: -60px;*/
}

div#footer ul {
	width: 950px;
	margin: 0 auto;
}

div#footer ul#footer_top {
	margin-top: -100px;
}

div#footer ul li.right{
	float: right;
}

div#footer ul {
	margin: 20px auto;
}

div#footer ul li {
	float: left;
	font-size: 12px;
	color: #666666;
	position: relative;
}

div#footer ul li.travice {
	margin-left: 14px;
}

div#footer ul li.jtb ul {
	position: absolute;
	top: 45px;
	left: 110px;
}

div#footer ul li.jtb p,div#footer ul li.travice p {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}


div#footer ul li.travice ul {
	position: absolute;
	top: 45px;
	left: 115px;
}

div#footer ul li.jtb ul li,div#footer ul li.travice ul li {
	float: none;
	line-height: 1.5;
}

div#footer ul li.jtb img.jtb_low {
	position: absolute;
	top: 92px;
	left: 30px;
}
	
div#footer ul li.jtb img.jtb_link {
	position: absolute;
	top: 115px;
	left: 30px;
}

div#footer ul li.travice img.tj_low {
	position: absolute;
	top: 92px;
	left: 30px;
}
	
div#footer ul li.travice img.tj_link {
	position: absolute;
	top: 115px;
	left: 30px;
}

div#footer ul#footer_bottom li {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}

div#footer ul#footer_bottom li.border {
	padding-left: 20px;
	border-left: solid 2px #FFFFFF;
}

div#footer ul#footer_bottom li.right {
	margin: 0;
}

div#footer ul#footer_bottom li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

div#footer ul#footer_bottom li a:hover {
	text-decoration: underline;
}


/* -----------------------　remark.html　---------------------------------　*/

div#remark {
	width: 650px;
	margin: 5px auto;
	padding: 0;
}

div#remark_top {
	background-image: url(../images/yamaga/remark_top_bg.png);
	background-repeat: no-repeat;
	padding-top: 8px;
}

div#remark_middle {
	background-image: url(../images/yamaga/remark_middle_bg.png);
	background-repeat: repeat-y;
}

div#remark_bottom {
	background-image: url(../images/yamaga/remark_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
}

div#remark ul {
	padding: 20px;
	color: #666;
	line-height: 1.5;
}

div#remark ul li {
	margin-bottom: 100px;
}


div#remark ul li h2 {
	font-size: 16px;
	margin: 20px 0;
}

div#remark ul li h2 img {
	margin-right: 20px;
}

div#remark ul li p {
	margin: 20px 0;
}

div#remark ul li th {
	padding: 10px 0 3px 0;
	border-bottom: solid 1px #666;
}

div#remark p,div#remark dt,div#remark dd,div#remark th,div#remark td,div#remark a {
		font-size: 12px;
}

/* --------------　CM　-----------------------　*/
div#cm {
	margin: 30px auto;
	width: 840px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	border: 5px solid #B61F22;	
}

div#cm p.title {
	font-size: 20px;
	background-color: #B61F22;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

div#cm p.title span {
	font-size: 20px;
	background-color: #fff;
	padding: 1px 5px 0 5px;
	color: #B61F22;	
}


div#cm p.day {
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #00653C;
}

div#cm p.day a {
	font-size: 20px;
	font-weight: bold;
	color: #00653C;
}

div#cm p.day img {
	margin-left: 10px;
}


div#cm table {
	table-layout: auto;
	width: 800px;
	margin: 10px auto;
}

div#cm th {
	background-color: #FFF1C5;
}

div#cm th span{
	font-size:12px;
}

div#cm tr,div#cm th,div#cm td {
	padding: 10px;
	border: 1px #666 solid;
}

div#cm td a {
	color: #1C8D3A;
}

div#cm td a img {
	margin-top: -1px;
	margin-left: 5px;
}

div#cm dl {
	margin: 10px auto;
	width: 800px;
}

div#cm dd {
	font-size: 14px;
	line-height: 1.5;
}
