@charset "Shift_JIS";
/* reset
---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, div, address, dl, dt, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
 /zoom:1;
	line-height: 1.0;
}
span{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	list-style-type: none;
 /zoom:1;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	text-align: left;
}
dl, dt, dd {
	text-align: left;
	line-height: 1.6;
}
img {
	vertical-align: bottom;
	line-height:1.0;
}
table {
	/*border-collapse: collapse;*/
	line-height: 1.7;
	letter-spacing: 0.3px;
}
td, th {
	line-height: 1.7;
}
/* Body
---------------------------------------------------------------------------- */
body {
	width: 100%;
	height:100%;
	font-size: 14px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.4px;
	color: #333333;
	background-color: #FFF;
	text-align: center;
	border: 0;
	margin: 0 auto;
	position: relative;
}
p {
	font-size: 14px;
	/*text-align: left;*/
	line-height: 1.6;
	margin-bottom: 15px;
}
/* link
---------------------------------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0B623A;
	text-decoration: underline;
}
.link{
	background: url(../img/common/icon_arrow01.gif) no-repeat 0 48%;
	padding: 4px 0 2px 20px;
}
/* header
---------------------------------------------------------------------------- */
#headerWrap {
	width: 100%;
	min-width: 1010px;
	background-color: #FFF;
	padding: 15px 0;
}
#header {
	width: 1010px;
	margin: 0 auto;
}
#headerWrap:after {
	content: '';
	clear: both;
	display: block;
}
#headerLogo {
	width: 184px;
	height: 51px;
	float: left;
}
#tagline {
	width: 380px;
	text-align: left;
	margin: 20px 0 0 10px;
	padding: 0;
	float: left;
}
#tagline h1, #tagline p {
	color:#000;
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
}
#tagline p {
	letter-spacing: 0.1px;
	padding: 0 0 0 0;
}
#headerRight {
	width: 430px;/* ここの数値を変えてください-- */
	float: right;
}
#headerMenu {
	width: auto;
	margin: 20px 0 0 0;
	padding: 0;
}
#headerMenu li a {
	font-size: 13px;
	background: url(../img/common/icon_arrow01.gif) no-repeat 0 48%;
	padding: 2px 0 0 20px;
	margin: 0 0 0 30px;
	float: left;
}
/* mainmenu
---------------------------------------------------------------------------- */
#mainMenu {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	//background: url(../img/common/gnavi_bg.gif) repeat-x;
	min-width: 1010px;
	overflow: visible;
	position: relative;
	z-index: 10000;
}
#mainMenu ul {
	width: 1010px;
	margin: 0px auto;
}
#mainMenu ul li {
	float: left;
}
/* dropmenu
---------------------------------------------------------------------------- */
#dropmenu {
	width: 1010px;
	margin: 0 auto;
	padding: 0;
}
#dropmenu:before,
#dropmenu:after {
	content: "";
	display: table;
}
#dropmenu:after {
	clear: both;
}
#dropmenu li {
	position: relative;
	z-index: 7777;
}
#dropmenu li ul {
	width: 300px;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
	float: none;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 52px;
}
#dropmenu li ul li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	background: url(../img/common/icon_arrow01.gif) no-repeat 10px 48% #FFF;
	border-bottom: 1px solid #EBEBEB;
	padding: 18px 25px 18px 30px;
	margin: 0 20px;
}
#dropmenu li ul li:last-child a {
	border: none;
}
#dropmenu li ul li a:hover {
}
/* sidemenu
---------------------------------------------------------------------------- */
#sideMenu {
	width: 250px;
	float: left;
}
#sideMenu:after {
	content: '';
	clear: both;
	display: block;
}
#sideMenu ul.sideBnr {
	width: 250px;
	margin: 0 0 40px 0;
	padding: 4px 0 0;
}
#sideMenu ul.sideBnr img {
	display: block;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 1px;
	margin: 0 auto 20px;
}
#sideMenu ul {
	width: 240px;
	margin: 0 auto 30px;
	padding: 0;
}
#sideMenu ul.sideBack01 li {
	border-bottom: solid 1px #C2C5B4;
}
#sideMenu ul.sideBack01 li:last-child {
	border-bottom: none;
}
#sideMenu ul.sideBack01 li a {
	display: block;
	color: #063A23;
	width: 200px;
	background: url(../img/common/icon_arrow02.gif) no-repeat right 50%;
	padding: 15px 10px 15px 15px;
}
#sideMenu ul.sideBack01 li:hover {
	background-color: #F3F3F0;
}
#sideMenu ul.sideBack02, #sideMenu ul.sideBack03 {
	width: 250px;
	margin: 0 0 38px 0;
	padding: 4px 0 0;
}
#sideMenu ul.sideBack02 li img {
	display: block;
	margin: 0 auto 12px;
}
#sideMenu ul.sideBack02 li a img {
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 1px;
}
#sideMenu ul.sideBack03 li img {
	display: block;
	margin: 0 auto 8px;
}
#sideMenu ul.sideBack03 li a img {
	margin: 0 auto;
}
/* shopwrap
---------------------------------------------------------------------------- */
#shopWrap {
	width: 100%;
	min-width: 1010px;
	background: url(../img/common/shopwrap_bg.gif) repeat-x 0 0;
	margin: 0 auto;
	padding: 0 0 40px;
}
#shopWrap:after {
	content: '';
	clear: both;
	display: block;
}
#shop {
	width: 1030px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 0;
}
#shop h2 {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.65);
	margin: 0 auto 30px;
}
#shop h2 img {
	margin: 0 0 10px;
}
#shop div {
	width:178px;
	margin:0 14px;
	float:left;
}
#shop div img {
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 1px;
}
#shop h3 {
	color: #FFF;
	font-size: 14px;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.65);
	margin: 0 0 15px;
}
#shop div p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.65);
	margin: 15px 0 10px;
}
#shop h3.font_10 {
	font-size: 10px;
	line-height: 1.2;
	margin: 0 0 5px;
}
/* footer
---------------------------------------------------------------------------- */
#footerWrap {
	width: 100%;
	min-width: 1010px;
	background: url(../img/common/footer_bg.gif) repeat-x 0 0;
	margin: 0 auto;
	padding: 0;
}
#footer {
	width: 1010px;
	margin: 0 auto;
}
#footerWrap:after, #footer:after {
	content: '';
	clear: both;
	display: block;
}
#footerLogo {
	width: 135px;
	height: 44px;
	margin: 13px 15px 13px 0;
	float: left;
}
address {
	color: #CCCCCC;
	font-size: 11px;
	width: 350px;
	margin: 30px 0 0 0;
	font-style: normal;
	text-align: left;
	display: inline;
	float: left;
}
#footerMenu {
	width: 426px;
	margin: 28px 0;
	float:right;
}
#footerMenu ul li a {
	font-size: 13px;
	color: #FFFFFF;
	background: url(../img/common/icon_arrow03.gif) no-repeat 0 48%;
	padding: 0 0 0 19px;
	margin: 0 0 0 30px;
	float: left;
}
#footerMenu ul li a:hover {
	color: #CCC;
}
#pagetop {
	width: 59px;
	height: 59px;
	position: fixed;
	right: 48px;
	bottom: 100px;
	z-index: 10000;
}
/* contents
---------------------------------------------------------------------------- */
#contents_wrapper {
	width: 100%;
	min-width: 1020px;
	background: url(../img/common/contents_wrap_bg.jpg) no-repeat bottom center #FFF;
	background-size: contain;
	padding: 0 0 110px;
}
#b_contents_wrapper {
	width: 100%;
	min-width: 1010px;
	background: url(../img/common/contents_wrap_bg.jpg) no-repeat bottom center #FFF;
	background-size: contain;
	padding: 0 0 110px;
}
#contentsWrap {
	width: 1020px;
	margin: 30px auto 0;
}
#b_contentsWrap {
	width: 1010px;
	margin: 30px auto 0;
}
#contents {
	width:740px;
	height: auto;
	margin: 0 0 auto 0;
	text-align: left;
	float: right;
}
#b_contents_wrapper:after,
#contents_wrapper:after,
#contentsWrap:after,
#b_contentsWrap:after,
#contents:after {
	content: '';
	clear: both;
	display: block;
}
#contents a {
	color: #0B623A;
	text-decoration: underline;
}
#contents a:hover {
	color: #333;
	text-decoration: none;
}
/* mainvis
---------------------------------------------------------------------------- */
#vis {
	width: 100%;
	min-width: 1020px;
	height: 325px;
	margin: 0px auto;
	border-bottom: solid 1px #E4E4E4;
}
#vis02 {
	width: 100%;
	min-width: 1010px;
	height: 140px;
	margin: 0 auto;
}
#vis02_inner {
	width: 1010px;
	margin: 0 auto;
}
#vis02_inner h1 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	letter-spacing: 1.0px;
	padding: 55px 0 0 5px;
}
/* bread
---------------------------------------------------------------------------- */
#breadback {
	width: 100%;
	min-width: 1010px;
	background-color: #EAEAE3;
}
#bread {
	width: 1010px;
	margin: 0 auto;
	padding: 10px 0 10px 15px;
	font-size: 11px;
	text-align: left;
}
#bread a {
	color: #0B623A;
}
/* ページ内リンクエリア
---------------------------------------------------------------------------- */
.navi {
	width: 590px;
	height: auto;
	margin: 10px 10px 0 10px;
	padding: 5px 0;
	background: #EEE;
	overflow: hidden;
	text-align: center;
}
.navi ul {
	width: 590px;
	margin: 0 10px;
	text-align: center;
}
.navi ul li {
	padding: 5px 20px;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	background: url(https://www.daiichi-golf.co.jp/img/common/iconLink1.gif) no-repeat 0 6px;
}
/* セクション枠
---------------------------------------------------------------------------- */
.secWrap,
.secWrap_02 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 50px;
}
.secWrap_02 {
	width: 730px;
}
.secWrap:after,
.secWrap_02:after {
	content: '';
	clear: both;
	display: block;
}
.border {
	margin:0 0 10px 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/* セクション内枠
---------------------------------------------------------------------------- */
.sec,
.text,
.text01,
.text02,
.textArea {
	text-align: left;
	margin: 0 auto;
}
.text02{
line-height:138%;
}

.sec:after,
.text01:after,
.text02:after,
.textArea:after {
	content: '';
	clear: both;
	display: block;
}
.section {
	height: 100%;
	_height: auto;
	clear: both;
	padding: 10px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	text-align: center;
}
/* テキスト枠-- */
.text {
	padding:15px;
}
/* 画像回り込み時のテキスト枠-- */
.textArea {
	padding: 0 10px;
}
.text02 dl {
	width: 390px;
	padding: 0;
	text-align:left;
}
.text02 dl dt {
	float: left;
	margin: 0;
	width: 4.5em;
	padding-left: 5px;
}
.text02 dl dd {
	margin-bottom: 1.0em;
	margin-left: 0.5em;
}
/* 2カラム ボックス（順番に回り込み）
---------------------------------------------------------------------------- */
.box2 {
	width: 345px;
	text-align: left;
	float: left;
}
.box2_1 {
	width:600px;
	_width:620px;
	background-color:#F2F2F2;
	padding:10px;
	margin-left:15px;
}
.box2_1 div {
	width: 277px;
	_width: 280px;
	overflow: hidden;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	vertical-align: top;
	margin: 0;
	_margin: 0 8px;
	overflow: hidden;
	padding:8px 10px;
	_padding:8px 0px;
}
.box2_2 p, .box2_4 p {
	width: 150px;
	_width: 158px;
	overflow: hidden;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	vertical-align: top;
	margin: 0 0 0 0;
 /margin: 0 0 0 2px;
	padding:4px;
}
.box2_2 ul {
	margin:20px 0 0 5px;
}
.box2_4 ul {
	margin:0 0 0 5px;
}
.box2_2 ul li {
	width: 158px;
	_width: 158px;
	overflow: hidden;
	padding:0px;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	font-size:11px;
	margin-top:0px;
}
.box2_2 ul li a {
	background: url(https://www.daiichi-golf.co.jp/img/common/disc.gif) no-repeat 2px 5px;
	color:#333333;
	padding-left:10px;
}
.box2_4 ul li {
	width:auto;
	float:right;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	overflow: hidden;
	margin-left:20px;
	cursor:pointer;
}
.box2_3 {
	width: 480px;
	overflow: hidden;
	text-align:left;
	float:left;
	line-height:134%;
}
.box2_5 {
	width: 500px;
	overflow: hidden;
	text-align:left;
	float:left;
}

.left_box480 {
	width:480px;
	text-align:left;
	float:left;
}

.box_wrap:after {
content: '';
	clear: both;
	display: block;
}

.text01_padding{
	padding: 20px 20px 5px;
}
.section .h3_1{
	text-align:left;
}


/* テキスト右回り込み-- */
.box2text {
	width: 290px;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
}
.box2text p {
	text-align: left;
	padding: 5px 5px 0 5px;
}
/* 2カラムの中にある2カラム枠-- */
.box2imgL {
	padding: 5px 0 0 0;
	float: left;
}
.box2textR {
	width: 155px;
	height: auto;
	padding: 5px 5px 0 10px;
	_padding: 5px 5px 0 0;
	text-align: left;
	overflow: hidden;
}
.textR, .textR02 {
	width: 460px;
	text-align: left;
	float: right;
	overflow: hidden;
}
.textR02 {
	width: 614px;
}
/* 左回りこみ画像
---------------------------------------------------------------------------- */
.leftArea {
	text-align: left;
	float: left;
}
/* 右回りこみ画像
---------------------------------------------------------------------------- */
.rightArea {
	padding: 0;
	text-align: center;
	float: right;
}
/* 3カラム ボックス（順番に回り込み）
---------------------------------------------------------------------------- */
.box3 {
	width: 208px;
	height:310px;
	overflow: hidden;
	margin: 0 2px 10px 2px;
	text-align: center;
	float: left;
	border:1px solid #CCCCCC;
}
.box3 p {
	font-size:13px;
	width:184px;
	height: 100px;
	text-align: left;
	padding: 10px 0 5px 0;
}
.box3 a {
	margin-top:60px;
}
.box3 a img {
	margin: 0 auto 10px auto;
	_margin: 10px auto 5px auto;
	cursor:pointer;
}
/* 結部エリア
---------------------------------------------------------------------------- */
.bottomWrap {
	width: 680px;
	border: 1px solid #D5D5AA;
	background: #F5F5EB;
	margin: 10px auto 20px;
}
.bottomSec {
	width: 640px;
	_width: 660px;
	background: #FFF;
	padding: 10px;
	margin: 10px auto;
	_margin: 10px;
}
/* ページ内リンクエリア
---------------------------------------------------------------------------- */
.linkarea {
	width:640px;
	text-align: center;
	background-color: #F3F3F0;
	margin: 10px auto 0 auto;
	padding:12px 10px;
}
.linkarea:after {
	content: '';
	clear: both;
	display: block;
}
.linkarea ul {
	text-align: center;
}
.linkarea li {
	display: inline-block;
	font-size:13px;
	color:#0066CC;
	background: url(../img/common/icon_arrow04.gif) no-repeat 0 48%;
	padding: 2px 0 2px 20px;
	margin: 4px 15px 4px 15px;
}
.btnLink {
	margin: 20px 0 0 0;
	text-align: right;
}
.btnLinkL {
	margin: 20px 0 0 0;
	text-align: left;
}
.bottomLink {
	width:560px;
	overflow: hidden;
	margin: 10px auto;
}
.bottomLink li {
	float: left;
	font-size:13px;
	color:#0066CC;
	padding: 0 0 0 20px;
	margin-right: 20px;
	background: url(https://www.daiichi-golf.co.jp/img/common/icon03.gif) no-repeat 0 0px;
}
/* イベント情報エリア
---------------------------------------------------------------------------- */
.infoarea {
	width:640px;
	overflow: hidden;
	background-color:#F6F6F6;
	margin: 0 auto 10px auto;
	vertical-align: top;
	padding:10px;
}
.infoarea p.link_icon {
	margin-left:0px;
	font-size:13px;
	color:#0066CC;
	text-decoration:underline;
	padding-left:25px;
	margin-top:2px;
	background: url(https://www.daiichi-golf.co.jp/img/common/icon03.gif) no-repeat 4px 4px;
}
.infoarea p.link_icon2 {
 margin-left:0px  font-size:13px;
	color:#0066CC;
	text-decoration:underline;
	padding-left:25px;
	margin-top:2px;
}
.infoarea p.pdf_icon {
	background: url(https://www.daiichi-golf.co.jp/img/common/icon_pdf.gif) no-repeat 2px 4px;
	margin-left:0px;
	font-size:13px;
	color:#0066CC;
	text-decoration:underline;
	padding:3px 25px;
}
.infoarea p.pdf_icon2 {
	margin-left:0px;
	font-size:13px;
	color:#0066CC;
	text-decoration:underline;
	padding:3px 25px;
}
/* 新着情報
---------------------------------------------------------------------------- */
#news {
	width: 700px;
	height: auto;
	background-color:#F2F2F2;
	padding:10px 5px 5px 5px;
	_font-size:13px;
}
#news div {
	background-color:#FCFCFC;
	width: 680px;
	padding:0 0 12px 0;
}
#news table.topics {
	height:auto;
	margin:0 10px;
	_font-size:13px;
}
#news table.topics tr {
	width:640px;
}
#news table.topics th {
	vertical-align: top;
	text-align: left;
	width: 20px;
	font-weight: normal;
	padding:8px 12px 8px 17px;
	background: url(https://www.daiichi-golf.co.jp/img/common/icon01.gif) no-repeat 5px 15px;
	border-bottom:dotted 1px #006699;
}
#news table.topics td {
	vertical-align: top;
	text-align: left;
	padding:8px 12px 8px 8px;
	border-bottom:dotted 1px #006699;
	margin-right:0px;
	width: 100%;
}
/* イベント情報
---------------------------------------------------------------------------- */
#event {
	width: 700px;
	height: auto;
	background-color:#F2F2F2;
	padding:10px 5px 5px 5px;
	_font-size:13px;
}
#event div {
	background-color:#FCFCFC;
	width: 680px;
	height:auto;
}
#event div table.topics {
	width: 660px;
	height:auto;
	margin-left: 10px;
	_font-size:13px;
}
#event div table.topics tr {
	width:640px;
	martin-bottom: 5px;
}
#event div table.topics th {
	vertical-align: top;
	text-align: left;
	width: 20px;
	font-weight: normal;
	padding:8px 12px 8px 17px;
	background: url(https://www.daiichi-golf.co.jp/img/common/icon01.gif) no-repeat 5px 15px;
	border-bottom:dotted 1px #006699;
}
#event div table.topics td {
	vertical-align: top;
	text-align: left;
	padding:8px;
	border-bottom:dotted 1px #006699;
	margin-right:0px;
}
#event div.event_bnr {
	width: 660px;
	padding:10px;
	text-align:right;
}
/* 店舗一覧のアイテム情報
---------------------------------------------------------------------------- */

.table_586 {
	width: 586px;
	margin: 0px 0 20px 30px;
	white-space: nowrap;
	border-collapse: collapse;
	font-size: 90%;
	letter-spacing: 0.1em;
}
.table_586 tr {
	border: #CCC 1px solid;
}
.table_586 tr th {
	background-color:#E5E5E5;
	border: #CCC 1px solid;
	white-space: nowrap;
	height:35px;
}
.table_586 tr th, .table_586 tr td {
	width: 120px;
	text-align:center;
	border: #CCC 1px solid;
	white-space: nowrap;
	height:35px;
}
/* 店舗一覧の最新情報
---------------------------------------------------------------------------- */
.shop_info {
	width: 600px;
	margin: 20px 0 0 20px;
	white-space: nowrap;
	letter-spacing: 0.1em;
	text-align:left;
	_font-size:13px;
}
.shop_info tr {
	width: 80x;
	height:30px;
	text-align:center;
	margin:0;
}
.shop_info tr th {
	height:30px;
	background: url(https://www.daiichi-golf.co.jp/img/shoplist/info.gif) no-repeat 5px 8px;
}
.text02.shop_info tr th {
	height:30px;
	background: url(https://www.daiichi-golf.co.jp/img/shoplist/info.gif) no-repeat 15px 8px;
}
.shop_info tr td {
	text-align:left;
}
/* 店舗一覧のオンライン
---------------------------------------------------------------------------- */
.onlineWrap {
	padding: 10px 0 0 0;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.onlineLogo {
	width: 105px;
	float: left;
	margin: 0 0 20px 0;
}
.onlineR {
	width: 500px;
	float: right;
	padding: 20px 0 0 0;
}
h3.h3_online {
	font-size: 16px;
	color: #069;
	margin: 0;
}

table p{
margin-bottom:0px;
}

/* 第一ゴルフの歩み
---------------------------------------------------------------------------- */
.histryTable {
	width: 650px;
	margin: 0;
	border-collapse: collapse;
}
.histryTable th {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	background: #060;
	border-right: 2px solid #FFF;
}
.histryTable td {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding: 10px 5px 10px 10px;
	border-bottom: 2px solid #F4F4EA;
	border-right: 2px solid #FFF;
}
.histryTable td img {
	margin: 5px auto;
}
.histryTable td.history_bg {
	width: 13%;
	text-align: center;
	border: none;
	border-bottom: 1px solid #FFF;
	background: #F4F4EA;
}
img.historyImg {
	float: left;
	margin: 0 30px 0 20px;
}
/* ページトップへ
---------------------------------------------------------------------------- */
.topLink {
	width:104px;
	min-width:980px;
	text-align:center;
	margin: 0 auto;
	overflow: hidden;
	_z-index:10;
}
.topLink p {
	text-align:right;
	width: 280px;
	margin: 8px 0 0 auto;
	float:right;
}
/* お問い合わせエリア
---------------------------------------------------------------------------- */
#inqArea {
	width: 530px;
	height: 100px;
	margin: 30px auto 20px auto;
	clear: both;
	text-align: center;
}
/* top
---------------------------------------------------------------------------- */
/* slideshow
----------------------------------- */
#TopSlideView {
	padding: 30px 0;
}
#TopSlideViewMain {
	margin: 0 0 20px 0;
	width: 100%;
	height: 335px;
}
#TopSlideViewMain .slideshow-section {
	margin: 0;
	width: 100%;
	height: 335px;
	overflow: hidden;
	cursor: default;
	position: absolute;
	left: 0;
	z-index: 0;
}
#TopSlideViewMain:last-child .slideshow-section {
	border-bottom: none;
}
#TopSlideViewMain .slideshow-section .slide-items {
	margin: 0 auto 0 -1545px;
	width: 1030px;
	position: absolute;
	left: 50%;
}
#TopSlideViewMain .slideshow-section .slide-items img {
	border: solid 5px #FFF;
}
#TopSlideViewMain .slideshow-section ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 50000px;
	left: 0;
	display: none;
}
#TopSlideViewMain:after,
#TopSlideViewMain .slideshow-section:after,
#TopSlideViewMain .slideshow-section ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#TopSlideViewMain .slideshow-section li {
	margin: 0 10px;
	display: block;
	position: relative;
	float: left;
	width: 1010px;
	height: 335px;
	background-color: #FFF;
	overflow: hidden;
}
#TopSlideViewMain .slideshow-section li a {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 335px;
	z-index: 0;
}
#TopSlideViewMain .slideshow-section li .thumb {
	display: block;
}
#TopSlideViewMain .slideshow-section li .desc {
	display: none;
}
/* Pager
----------------------------------- */
#TopSlideViewPager {
	margin: 0;
	width: 100%;
	height: 335px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
#TopSlideViewPager:after,
#TopSlideViewPager .wrapper:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#TopSlideViewPager .wrapper {
	margin: 0 auto 0 -1535px;
	width: 3030px;
	height: 335px;
	position: absolute;
	left: 50%;
	overflow: hidden;
}
#TopSlideViewPager .prev,
#TopSlideViewPager .next {
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 1010px;
	height: 335px;
	cursor: pointer;
	pointer-events: auto;
}
#TopSlideViewPager .prev {
	left: 0;
	background-color: #FFF;
	opacity: 0.5;
}
#TopSlideViewPager .next {
	left: 2060px;
	background-color: #FFF;
	opacity: 0.5;
}
/* Thumbnails
----------------------------------- */
#TopSlideViewController:after,
#TopSlideViewController ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#TopSlideViewController {
	margin: 0 auto;
	padding: 0;
	width: 944px;
	height: 81px;
	overflow: hidden;
}
#TopSlideViewController .ctrl {
	position: absolute;
	z-index: 1;
	height: 82px;
}
#TopSlideViewController .btn {
	padding: 0;
	position: absolute;
	height: 82px;
}
#TopSlideViewController .btn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 22px;
	height: 82px;
	cursor: pointer;
}
#TopSlideViewController .ctrl .prev-btn {
	left: -30px;
}
#TopSlideViewController .ctrl .prev-btn a {
	background: url("../img/top/prev.png") no-repeat 0 0;
}
#TopSlideViewController .ctrl .next-btn {
	left: 954px;
}
#TopSlideViewController .ctrl .next-btn a {
	background: url("../img/top/next.png") no-repeat 0 0;
}
#TopSlideViewThumbs {
	position: relative;
	overflow: hidden;
}
#TopSlideViewInner {
	position: relative;
	overflow: hidden;
}
#TopSlideViewController ul {
	width: 4000px;
	height: 82px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
	left: 0;
	z-index: 0;
}
#TopSlideViewController li {
	display: block;
	width: 226px;
	height: 73px;
	position: relative;
	margin: 0 5px;
	float: left;
	overflow: hidden;
}
#TopSlideViewController li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#TopSlideViewController li .thumb {
	display: block;
	text-align: center;
}
#TopSlideViewController li.current a {
	border: solid 4px #B8A32D;
}
#TopSlideViewController li.current a img {
	margin: -4px;
}
#TopSlideViewController li a:hover{
	border: solid 4px #B8A32D;
}
#TopSlideViewController li a:hover img {
	margin: -4px;
}
/* slideshow ここまで
----------------------------------- */
#top_introarea_wrap {
	width: 1084px;
	height: 247px;
	background: url(../img/top/top_intro_bg.jpg) no-repeat 0 0;
	margin: 20px auto 0;
	text-align: left;
}
#top_introarea_wrap p {
	width: 610px;
	color: #846C46;
	line-height: 2.2;
	letter-spacing: 0.8px;
	padding: 42px 0 0;
	margin: 0 0 0 246px;
}
#top_bnr_area img {
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 8px 1px;
}
#top_bnr_area div.box2:first-child {
	margin: 0 30px 0 5px;
}
.h2_event,
.h2_info {
	color: #FFF;
	font-size: 17px;
	text-align: left;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.65);
	background: url(../img/top/ttl_event.jpg) no-repeat 0 0;
	padding: 14px 15px;
	position: relative;
}
.h2_event img {
	position: absolute;
	right: 20px;
	bottom: 0;
}
.h2_info {
	background: url(../img/top/ttl_info.jpg) no-repeat 0 0;
}
.h2_event span,
.h2_info span {
	font-size: 12px;
}
.sec_glow_wrap {
	width: 728px;
	height: auto;
	background-color: #FFF;
	border: solid 1px #C2C5B4;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 5px auto 50px;
}
.sec_glow_inner {
	width: 690px;
	margin: 0 auto 30px;
}
.sec_glow_wrap:after,
.sec_glow_inner:after {
	content: '';
	clear: both;
	display: block;
}
.event_ttl_wrap {
	width: 648px;
	border-bottom: solid 2px #F0F0F0;
	padding: 25px 20px;
}
.event_ttl_wrap:after {
	content: '';
	clear: both;
	display: block;
}
.event_youtube_wrap {
	width: 648px;
	padding: 25px;
}
a .event_ttl_wrap:hover {
	background-color: #F8F8F6;
}
a .event_ttl_wrap h3 {
	text-decoration: underline;
}
a .event_ttl_wrap p {
	color: #333;
}
a .event_ttl_wrap:hover h3 {
	color: #063922;
	text-decoration: none;
}
.sec_glow_inner div:last-child div.event_ttl_wrap {
	border-bottom: none;
}
.event_ttl_img {
	border: solid 1px #CCCCCC;
	float: left
}
.event_ttl {
	width: 488px;
	float: right;
}
a .event_ttl_wrap .event_time {
	color: #B8A32C;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.event_ttl h3 {
	color: #063922;
	font-weight: bold;
	background: url(../img/common/icon_arrow05.png) no-repeat 0 48%;
	padding: 3px 0 2px 20px;
	margin: 0 0 15px;
}
.info_ttl_wrap {
	display: table;
	width: 100%;
	border-bottom: solid 2px #F0F0F0;
	padding: 18px 0;
}
.sec_glow_inner div:last-child div.info_ttl_wrap {
	border-bottom: none;
}
#contents .sec_glow_inner .info_ttl_wrapper a {
	text-decoration: none;
}
#contents .sec_glow_inner .info_ttl_wrapper a .info_ttl {
	color: #0B623A;
	text-decoration: underline;
}
#contents .sec_glow_inner .info_ttl_wrapper a:hover .info_ttl {
	text-decoration: none;
}
a .info_ttl_wrap:hover {
	background-color: #F8F8F6;
}
.info_date {
	display: table-cell;
	width: 100px;
	color: #B8A32C;
	font-size: 13px;
	padding-left: 10px;
}
.info_ttl {
	display: table-cell;
	padding-right: 10px;
}
#contents a div.info_ttl_wrap p.info_ttl {
	color: #333;
}
.online_area {
	padding: 0 0 0 8px;
}
.online_list {
	text-align: center;
}
.online_list li{
	margin: 0 8px 0 0;
	float: left;
}
.online_list li:last-child {
	margin: 0;
}
#top_blog_area {
	width: 728px;
	background-color: #000;
	border: solid 1px #C2C5B4;
	border-top: none;
	margin: 0 auto;
	padding: 0 0 17px;
}
#top_blog_area a {
	color: #FFF;
	text-decoration: none;
}
#top_blog_area a:hover .top_blog_time,
#top_blog_area a:hover .top_blog_cate,
#top_blog_area a:hover .top_blog_ttl {
	opacity: 0.8;
}
.top_blog_ttl_wrap {
	width: 650px;
	font-size: 13px;
	border-bottom: dotted 1px #333333;
	padding: 0 10px 18px;
	margin: 0 auto 18px;
}
.top_blog_ttl_wrap:after {
	content: '';
	clear: both;
	display: block;
}
.top_blog_ttl_wrap p {
	margin-bottom: 0;
	float: left;
}
a .top_blog_time {
	color: #999999;
	background: url(../img/common/icon_arrow06.gif) no-repeat 0 48%;
	padding: 2px 0 0 15px;
	margin: 0 10px 0 0;
}
.top_blog_cate {
	min-width: 72px;
	font-size: 11px;
	background-color: #BA2C2C;
	text-align: center;
	line-height: 1.0;
	white-space: nowrap;
	padding: 2px 0;
	margin: 4px 20px 0 0;
}
#top_blog_area a:hover .top_blog_cate {
	color: #FFF;
}
.top_blog_ttl {
	width: 440px;
}
a .top_blog_ttl {
	text-decoration: underline;
}
#top_blog_area a:hover:hover .top_blog_ttl {
	color: #FFF;
	text-decoration: none;
}
#top_blog_area_bnr {
	text-align: left;
	margin: 30px 0 0 25px;
}
#top_blog_area_bnr li {
	display: inline-block;
	margin: 0 5px 13px 5px;
}
/* blog
---------------------------------------------------------------------------- */
#blog_contents_wrap {
	width:750px;
	height: auto;
	margin: 0 0 auto 0;
	text-align: left;
	overflow: hidden;
	float: right;
}
#blog_contents {
	width:542px;
	height: auto;
	margin: 0;
	text-align: left;
	float: left;
}
#blog_side {
	width: 190px;
	padding: 0px;
	float: right;
}
#blog_contents:after,
#blog_side:after {
	content: '';
	clear: both;
	display: block;
}
#blog_contents a{
	color:#517c8f;
	text-decoration:underline;
}
#blog_contents a:hover{
	color:#517c8f;
	text-decoration:none;
}
#blog_contents .entry-title a{
	color:#f06304;
	text-decoration:none;
}
#blog_contents .entry-title a:hover{
	color:#f06304;
	text-decoration:underline;
}
.blog_side_inner {
	background-color: #EAEAE3;
	margin: 0 0 20px;
}
.blog_side_inner h3 {
	margin: 0 0 12px;
	width:174px;
	height:28px;
	padding:16px 0 0 16px;
	color:#FFF;
	font-size:14px;
	background: url(../img/common/blog_side_ttl_bg.jpg) repeat 0 0;
}
.sec_blog_wrap {
	width: 540px;
	height: auto;
	background-color: #FFF;
	border: solid 1px #C2C5B4;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 5px auto 50px;
}
.sec_blog_inner {
	margin: 0 10px 30px;
	overflow: hidden;
}
.sec_blog_inner p {
	font-size: 13px;
	margin-bottom: .55em;
}
p.blog_time {
	color: #B8A32D;
	font-size: 11px;
	text-align: right;
	margin-bottom: 15px;
	padding-right:8px;
}
.sec_blog_inner img {
	max-width: 100%;
}
/* shoplist
---------------------------------------------------------------------------- */
#shop_map {
	width: 690px;
	height: 450px;
	background: url(../img/shoplist/map.gif) no-repeat 0 0;
	position: relative;
}
#pin_himeji {
	position: absolute;
	top: 111px;
	left: 90px;
}
#pin_tarumi {
	position: absolute;
	top: 200px;
	left: 229px;
}
#pin_itami {
	position: absolute;
	top: 119px;
	left: 361px;
}
#pin_minoo {
	position: absolute;
	top: 92px;
	right: 137px;
}
#pin_sakai {
	position: absolute;
	top: 257px;
	right: 213px;
}
.w358 {
	width: 358px;
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
/* shop
---------------------------------------------------------------------------- */
.col4_wrap {
	width: 708px;
	margin: 0 auto 0 -10px;
}
.col4_wrap:after {
	content: '';
	clear: both;
	display: block;
}
.col4_box {
	width: 157px;
	margin: 0 10px 10px;
	float: left;
}
.col4_box img {
	margin: 0 auto 15px;
}
.col4_box h3 {
	color: #063A23;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 10px;
}
.w300 {
	width: 300px;
	margin: 0 0 0 20px;
}
.w440 {
	width: 440px;
}
.w513 {
	width: 473px;
}
.sec_fitter {
	width: 650px;
	border-bottom: solid 2px #F0F0F0;
	padding: 0 20px 20px;
	margin: 0 auto 20px;
}
.sec_fitter:after {
	content: '';
	clear: both;
	display: block;
}
.sec_fitter:last-child {
	border-bottom: none;
}
.sec_fitter p {
	margin-bottom: 0;
}
.sec_fitter img {
	border-radius: 300px;
}
.table_school {
	width: 690px;
	border: solid 1px #CFCCC5;
	margin: 0 auto 15px;
}
.table_school th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #F5F4F3;
	border: solid 1px #CFCCC5;
	padding: 10px;
}
.table_school td{
	text-align: center;
	background-color: #FFF;
	border: solid 1px #CFCCC5;
	padding: 10px;
}
.font_16 {
	font-size: 16px;
}
/* gallery_area
------------------------------------ */
#gallery_area {
	width: 610px;
	margin: 0 auto;
}
#gallery_area:after {
	content: '';
	clear: both;
	display: block;
}
#gallery_area ul {
	width: 580px;
	margin: 15px auto 0;
	padding: 0;
}
#gallery_area ul li {
	margin: 0 5px 10px;
	float: left;
	text-decoration:none;
}
#gallery_area ul li img {
	margin: 0;
}
#gallery_area ul li a img:hover {
	opacity: 0.8;
}
.photo_area {
	width: 610px;
	margin: 0 auto;
}
.photo_area img {
	margin: 0;
}
/* tabs
------------------------------------ */
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* Skin */
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav .ui-tabs-selected a img {
	position: relative;
	z-index: 30;
	opacity: 0.6;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
	opacity: 0.6;
}
.ui-tabs-panel {
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
.ui-state-active img {
	opacity: 0.6;
}
.display_none{
	display:none!important;
}
em{
	font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif , 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;

}

/* 情熱！！店舗ブログ　2025.01.16
------------------------------------ */
#passion {
    width: 728px;
    height: auto;
    margin: 5px auto 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.passion_box {
    height: auto;
    background-color: #FFF;
    border: solid 1px #C2C5B4;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
#contents #passion a{
    text-decoration: none;
}
#passion a:hover .passion_ttl_wrap{
    background: #f8f8f6;
}
.passion_ttl_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 240px;
    overflow: hidden;
}
.passion_ttl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 767px) {
    .passion_ttl_img {
        max-width: none;
    }
}
.passion_ttl .passion_time{
    margin-top:15px;
    margin-bottom: 5px;
}
.passion_ttl .passion_time span{
    color: #063922;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #063922;
    border-radius: 2px;
    padding: 2px 5px;
}
.passion_ttl .passion_time b{
    display: block;
    margin-top:5px;
    color: #B8A32C;
    font-size: 13px;
    font-weight: bold;
}
.passion_ttl h3{
    margin-top: -5px;
    color: #063922;
    font-weight: bold;
    text-decoration: underline;
}
a:hover .passion_ttl h3{
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #passion {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap:5px;
    }
    .passion_ttl .passion_time span{
        font-size: 12px;
    }
    .passion_ttl .passion_time b{
        font-size: 12px;
        font-weight: normal;
    }

     .passion_ttl h3{
        color: #0B6C3F;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
        background: none;
        padding: 0;
        margin: 0;
    }

}