@charset "euc-jp";
/* CSS Document */

body {  
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	color: #282828;
}
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
 
img {  
    border: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	font-size: 0%;
	line-height: 100%;
}

a#page-top {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 40px;
	width: 40px;
	height: 40px;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
	background: url(images/btn_pagetop.png) no-repeat;
	background-size: 40px 40px;
}

a#page-top:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* header
-------------------------------------------------------------------------------------------------------------- */

#header {
	width: 980px;
	margin: 0px auto;
}

#header h1 a {
	float: left;
	width: 273px;
	height: 125px;
	background: url(images/logo_header.png) no-repeat;
	text-indent:1000%; white-space:nowrap; overflow:hidden; /* text hidden set */
}

#header #contact {
	float: right;
	width: 670px;
	text-align: right;
	margin-top: 65px;
}

#header #contact img {
	vertical-align: middle;
}

#header #contact a:link {
	color: #282828;
	text-decoration: none;
}

#header #contact a:hover {
	color: #282828;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#header #contact a:active {
	color: #282828;
	text-decoration: none;
}

#header #contact a:visited {
	color: #282828;
	text-decoration: none;
}

/* mainVisual
-------------------------------------------------------------------------------------------------------------- */

#mainVisual {
	width: 100%;
	margin-top: 40px;
}

#mainVisualBox_f {
	float: left;
	width: 50%;
	height: 460px;
	position: relative;
}

a#mainVisual_f_a {
	width: 100%;
	height: 460px;
	background: url(images/img_title_01_off.png) no-repeat center 91px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#mainVisual_f {
	width: 100%;
	height: 460px;
	background: url(images/bg_mainvisual_01.jpg) no-repeat;
	background-size: cover;
}

a#mainVisual_f_a:hover {
	background: url(images/img_title_01_on.png) no-repeat center 91px;
	background-color: rgba(170,170,230,0.8);
	zoom: 1;
}

#mainVisualBox_c {
	float: right;
	width: 50%;
	height: 460px;
	position: relative;
}

a#mainVisual_c_a {
	width: 100%;
	height: 460px;
	background: url(images/img_title_02_off.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#mainVisual_c {
	width: 100%;
	height: 460px;
	background: url(images/bg_mainvisual_02.jpg) no-repeat;
	background-size: cover;
}

a#mainVisual_c_a:hover {
	background: url(images/img_title_02_on.png) no-repeat center;
	background-color: rgba(107,7,99,0.8);
	zoom: 1;
}


*+html #mainVisualBox_c { width: 49.9%; }

*+html a#mainVisual_c_a:hover { background: url(images/img_title_02_off.png) no-repeat center }

a#mainVisual_c_a:hover { background: url(images/img_title_02_off.png) no-repeat center\9 }

/* footer
-------------------------------------------------------------------------------------------------------------- */

#footer {
	border-top: solid 1px #DCDCDC;
	padding-top: 25px;
	padding-bottom: 75px;
}

#footer_inner {
	width: 980px;
	margin: 0px auto;
}

#footer_cont_l {
	float: left;
	width: 630px;
}

#footer_cont_l #f_logo {
	float: left;
	width: 138px;
}

#footer_cont_l #f_info {
	float: left;
	width: 472px;
	color: #808080;
	font-size: 80%;
	margin-left: 20px;
}

#footer_cont_r {
	float: right;
	width: 350px;
	text-align: right;
	color: #808080;
	font-size: 80%;
}

#footer a:link {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #808080;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#footer a:active {
	color: #808080;
	text-decoration: none;
}

#footer a:visited {
	color: #808080;
	text-decoration: none;
}

/* menu
-------------------------------------------------------------------------------------------------------------- */

#menu {
	width: 980px;
	margin: 42px auto 0px auto;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li#menu_home a {
	display: block;
	width: 80px;
	height: 90px;
	background: url(images/menu_01.png) no-repeat;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
}

#menu li#menu_home a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#menu li#menu_field a {
	display: block;
	width: 450px;
	height: 90px;
	background: url(images/menu_02_off.png) no-repeat;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
}

#menu li#menu_field a:hover {
	background: url(images/menu_02_on.png) no-repeat;
}

#menu li#menu_field a.active {
	background: url(images/menu_02_on.png) no-repeat;
}

#menu li#menu_curves a {
	display: block;
	width: 450px;
	height: 90px;
	background: url(images/menu_03_off.png) no-repeat;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
}

#menu li#menu_curves a:hover {
	background: url(images/menu_03_on.png) no-repeat;
}

#menu li#menu_curves a.active {
	background: url(images/menu_03_on.png) no-repeat;
}

/* topicpass
-------------------------------------------------------------------------------------------------------------- */

#topicpass {
	width: 980px;
	margin: 15px auto 0px auto;
	text-align: right;
	color: #808080;
	font-size: 85%;
}

#topicpass a:link {
	color: #808080;
	text-decoration: none;
}

#topicpass a:hover {
	color: #808080;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#topicpass a:active {
	color: #808080;
	text-decoration: none;
}

#topicpass a:visited {
	color: #808080;
	text-decoration: none;
}

/* contents
-------------------------------------------------------------------------------------------------------------- */

#contents {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 60px;
}

h2#field {
	width: 980px;
	margin: 50px auto;
	height: 75px;
	background: url(images/h_pagetitle_01.png) no-repeat;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
}

h2#curves {
	width: 980px;
	margin: 50px auto;
	height: 75px;
	background: url(images/h_pagetitle_02.png) no-repeat;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
}	

h3 {
	font-weight: bold;
	font-size: 138%;
	margin-top: 50px;
}

.cont_text {
	margin-top: 10px;
}

.cont_img {
	margin-top: 40px;
}

/* top START */

#cont_top_l {
	float: left;
	width: 720px;
	margin-top: 50px;
}

#cont_top_l a:link {
	color: #9191DF;
	text-decoration: none;
}

#cont_top_l a:hover {
	color: #9191DF;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#cont_top_l a:active {
	color: #9191DF;
	text-decoration: none;
}

#cont_top_l a:visited {
	color: #9191DF;
	text-decoration: none;
}

#cont_top_r {
	float: right;
	width: 220px;
	margin-top: 45px;
}

#cont_top_r a:link {
	color: #666666;
	text-decoration: none;
}

#cont_top_r a:hover {
	color: #666666;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#cont_top_r a:active {
	color: #666666;
	text-decoration: none;
}

#cont_top_r a:visited {
	color: #666666;
	text-decoration: none;
}

.title_top_l {
	font-size: 140%;
}

.title_top_l span {
	font-size: 70%;
	margin-left: 10px;
}

.title_top_r {
	text-align: center;
}

.title_top_r2 {
	text-align: center;
	padding-top: 10px;
}

.scroll_area {
	height: 270px;
	width: 700px;
}

.news {
	width: 680px;
	padding: 15px 0px;
	border-bottom: dashed 1px #C8C8C8;
}

.news_date {
	padding-bottom: 7px;
}

.news_title {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 95%;
}

.news span.tag_f {
	background-color: #9CA0E3;
	padding: 1px 8px 0px 8px;
	color: #FFF;
	margin-left: 10px;
	font-size: 90%;
}

.news span.tag_c {
	background-color: #6B0763;
	padding: 1px 8px 0px 8px;
	color: #FFF;
	margin-left: 10px;
	font-size: 90%;
}

ul#c_linkLis {
	margin-top: 20px;
}

ul#c_linkLis li {
	list-style: none;
	padding-bottom: 10px;
}

ul#c_linkLis li a {
	display: block;
	width: 220px;
	height: 41px;
	background: url(images/bg_shop.png) no-repeat;
	color: #666666;
	font-weight: bold;
}

ul#c_linkLis li p {
	padding-left: 20px;
	padding-top: 8px;
}

ul#c_linkLis2 {
	margin-top: 10px;
}

ul#c_linkLis2 li {
	list-style: none;
	padding-bottom: 10px;
}

#banaArea {
	padding-top: 25px;
}

#banaArea p {
	margin-top: -5px;
	font-size: 80%;
	text-align: center;
	padding-bottom: 10px;
}

.banaImg {
	margin-bottom: 10px;
}

.banaTex a {
	display: block;
	text-align: center;
	padding: 15px 15px;
	border: solid 1px #999;
	margin-bottom: 10px;
}

/* top END */

/* 下層ナビメニュー（フィールド） START */

#navi_field {
	margin-top: 65px;
}

#navi_field div {
	float: left;
	width: 482px;
	margin-right: 16px;
	position: relative;
}

#navi_field div.end {
	margin-right: 0px !important;
}	

#navi_field a {
	display: block;
	width: 482px;
	border-bottom: solid 6px #CCCCCC;
	text-align: center;
	padding-bottom: 10px;
}

#navi_field a.active {
	border-bottom: solid 6px #AAAAE6;
	color: #282828;
}

#navi_field span {
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 49%;
}

#navi_field a:link {
	color: #282828;
	text-decoration: none;
}

#navi_field a:hover {
	color: #282828;
	text-decoration: none;
	border-bottom: solid 6px #AAAAE6;
	opacity: 1;
    filter: alpha(opacity=100);

}

#navi_field a:active {
	color: #282828;
	text-decoration: none;
}

#navi_field a:visited {
	color: #282828;
	text-decoration: none;
}

/* 下層ナビメニュー（フィールド） END */

/* 下層ナビメニュー（カーブス） START */

#navi_curves {
	margin-top: 65px;
}

#navi_curves div {
	width: 100%;
	margin-right: 16px;
	position: relative;
}

#navi_curves div.end {
	margin-right: 0px !important;
}	

#navi_curves a {
	display: block;
	width: 100%;
	border-bottom: solid 6px #CCCCCC;
	text-align: center;
	padding-bottom: 10px;
}

#navi_curves a.active {
	border-bottom: solid 6px #873780;
	color: #282828;
}

#navi_curves span {
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 49%;
}

#navi_curves a:link {
	color: #282828;
	text-decoration: none;
}

#navi_curves a:hover {
	color: #282828;
	text-decoration: none;
	border-bottom: solid 6px #873780;
	opacity: 1;
    filter: alpha(opacity=100);

}

#navi_curves a:active {
	color: #282828;
	text-decoration: none;
}

#navi_curves a:visited {
	color: #282828;
	text-decoration: none;
}

/* 下層ナビメニュー（カーブス） END */

div.f a:link {
	color: #8C8CDD;
	text-decoration: none;
}

div.f a:hover {
	color: #8C8CDD;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div.f a:active {
	color: #8C8CDD;
	text-decoration: none;
}

div.f a:visited {
	color: #8C8CDD;
	text-decoration: none;
}

div.c a:link {
	color: #873780;
	text-decoration: none;
}

div.c a:hover {
	color: #873780;
	text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div.c a:active {
	color: #873780;
	text-decoration: none;
}

div.c a:visited {
	color: #873780;
	text-decoration: none;
}

/* ギャラリー START */

.galleryBox {
	float: left;
	width: 316px;
	margin-right: 16px;
	margin-top: 60px;
}

.end {
	margin-right: 0px !important;
}

.gallery_tit {
	font-weight: bold;
	margin-bottom: 5px;
}

.gallery_img table {
	width: 316px;
}

.gallery_img td {
	text-align: center;
	vertical-align: middle;
}

.gallery_img img {
	width: auto;
	height: auto;
	max-width: 316px;
	max-height: 240px;
}

.gallery_tex {
	margin-top: 10px;
	line-height: 160%;
}

.gallery_btn {
	margin-top: 10px;
	text-align: center;
}

.gallery_btn a {
	font-size: 0%;
	line-height: 100%;
	font-weight: normal;
	background-image: url(images/btn_googlemap.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	width: 184px;
}

/* ギャラリー START */


table.con {
	border-top: 1px solid #DCDCDC;
	line-height: 150%;
	width: 100%;
	margin-top: 15px;
}

table.con th {
	padding: 14px 25px;
	width: 160px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DCDCDC;
	font-weight: normal;
}

table.con td {
	padding: 14px 25px;
	border-bottom: 1px solid #DCDCDC;
}

.googlemap {
	width: 728px;
	height: 400px;
	margin-top: 10px;
}

.red {
	color: #ED1C24;
}

input.size01 {
	width: 550px;
	border: 1px solid #DCDCDC;
	padding: 6px 10px;
	color: #282828;
	vertical-align: middle;
	margin-right: 7px;
	background-color: #F5F5F5;
}

input.size02 {
	width: 200px;
	border: 1px solid #DCDCDC;
	padding: 6px 10px;
	color: #282828;
	vertical-align: middle;
	margin-right: 7px;
	background-color: #F5F5F5;
}

textarea.size01 {
	width: 670px;
	height: 160px;
	border: 1px solid #DCDCDC;
	padding: 6px 10px;
	color: #282828;
	line-height: 130%;
	margin-bottom: 5px;
	background-color: #F5F5F5;
}

input.btn {
	margin: 0px 10px;
}

input.btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.foambtn {
	margin-top: 25px;
	text-align: center;
}

/* 店舗リスト START */

.shopBox {
	margin-top: 15px;
}

.shopBox .clear {
	height: 15px;
}

.shopBox_img {
	float: left;
	width: 482px;
	height: 320px;
	overflow: hidden;
}

.shopBox_img img {
	max-width: 482px;
}

.shopBox_map {
	float: right;
	width: 482px;
	height: 320px;
}

.shopBox_btn {
	margin-top: 30px;
	text-align: center;
}

.shopBox_btn a {
	font-size: 0%;
	line-height: 100%;
	font-weight: normal;
	background-image: url(images/btn_shop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	width: 260px;
}

/* 店舗リスト END */

.anchor {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	font-size: 0%;
	line-height: 100%;
}

.inquiry_btn_box {
	font-size: 0%;
	line-height: 100%;
	padding: 0px;
	width: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.inquiry_btn_left {
	font-size: 0%;
	line-height: 100%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.inquiry_btn_right {
	font-size: 0%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
}