@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}

p {
   margin:0 0 1em 0;
   padding:0;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}
a {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline blink;
}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

dl,ol,ul {
	padding: 0;
}

li {
	padding: 0;
}


/* ========TEMPLATE WIREFRAME======== */
#top {
	width: 980px;
	margin: 0px auto;
	background: #fff;
}

#header {
	width: 980px;
	vertical-align: middle;
	height: 50px;
}

#navi {
   position:absolute;
   top:20px;
   right:0;
}

#menu {
	list-style-type: none;
	float: left;
	width: 960px;
	margin-left: 0;
	padding-left: 10px;
	height: 100%;
	margin-top: 10px;
}

#contents {
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#pageTop {
	clear: both;
	width: 250px;
	float: right;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #000;
	color: #FFF;
	height: 25px;
	margin-right: -200%;
	margin-bottom: 0;
	margin-left: -200%;
	padding-top: 0;
	padding-right: 200%;
	padding-bottom: 0;
	padding-left: 200%;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	font-size: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

#header h1 a {
	color: #333;
}

#header h1 a:hover {
   color:#92C45B;
}
#header p {
	margin: 0;
	float: right;
}

#searchform4 {
	width: 200px;
	background: url(../images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords4	{
	width: 156px;
	position: absolute;
	top: 3px;
	left: 13px;
	border: 1px solid #FFF;
}
#searchBtn4	{
	position: absolute;
	top: 3px;
	left: 174px;
}

.top_search {
float:right;
margin-top:15px; /* 検索窓の上間隔 */
margin-right:10px; /* 検索窓の右間隔 */
}


/* ========MENU CUSTOMIZE======== */
#menu li {
	list-style: none;
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	height: 47px;
	z-index: 9999;
}
#menu li ul{ 
  list-style: none; 
  position: absolute; 
  top: 100%; 
  left: 0; 
  margin: 0; 
  padding: 0; 
  border-radius: 0 0 10px 10px; 
}
#menu li ul li{
  overflow: hidden;
  width: 187px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  background: #F7BE81;
  text-align: left;
  font-size: 16px;
  font-weight:bold;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#menu li.left {
	float: left;
	width: 191px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 47px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#menu li.right {
	float: left;
	margin: 0;
	padding: 0;
	width: 191px;
}

#menu li a {
	display: block;
	color: #000;
	height: 43px;
	padding-left: 30px;
	padding-top: 10px;
}
#menu li ul li a {
	display: block;
	color: #000;
	height: 30px;
	padding-left: 20px;
  border-radius: 0 0 5px 5px; 
}

#menu li a:hover {
	border: none;
	background-image: url(../images/menu-on.png);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}
#menu li ul li a:hover {
	border: none;
	background: #ed9027;
	background-image:none;
	text-decoration: none;
	border-radius: 5px; 
}

#menu .on {
	color: #fff;
	background-image: url(../images/menu-on.png);
	height: 47px;
	background-repeat: no-repeat;
}


/* ========CONTENTS CUSTOMIZE======== */
#top #header span {
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	padding-left: 10px;

}
#top #contents ul li {
	display: inline;
}
#top #contents ul {
	margin-top: 0px;
}
#top #contents #shop-bg p {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 23px;
}
#top #contents #shop-bg table tr td {
	padding-bottom: 15px;
}
#top #contents #shop-bg .pr-left span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	text-decoration: blink;
	font-size: 14px;
}
#top #contents #shop-bg table tr td span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: blink;
}
#top #contents #shop-bg table tr td b {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;
}
#top ul {
	display: inline-block;
	float: left;
}
#top ul li {
	display: inline;
}
.left {
	float: left;
	width: 400px;
}
#s-left {
	float: left;
	width: 400px;
	margin-left: 40px;
}
.information {
	list-style-type: none;
	margin-top: 0px;
}
.info {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-size: 14px;
}
.info02 {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	font-size: 14px;
}
.info02_2 {
	float: left;
	width: 290px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 10px;

}
.info_bg {
	margin-right: 10px;
}
.facebook {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.instagram {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
.s-top {
	border-top-left-radius: 15px;  /* 左上 */
	border-top-right-radius: 15px; /* 右上 */
	border: 3px #EAE7CA solid;     /* 枠線の装飾 */
	background-color: #EAE7CA;
	padding-bottom: 5px;
}

.bx_container {
	width: 500px;
	overflow: hidden;
	float: left;
	position: relative;
}
#bx_slider {
}
#bx_slider2 {
	position: relative;


}
#contents h2 {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 0;
	padding-left: 0;
}

#contents h3 {
   margin-bottom:2px;
   padding:2px 0 2px 10px;
   font-weight:bold;
   font-size:15px;
   line-height:1.2;
   border-left:5px solid #333;
}

#contents h4 {
   margin-bottom:2px;
   font-weight:bold;
   font-size:14px;
   border-bottom:2px solid #666;
}

#contents h5 {
   margin-bottom:2px;
   padding:2px 5px;
   font-weight:bold;
   font-size:13px;
   background:#ececec;
}

#contents h6 {
   font-weight:bold;
   font-size:13px;
}

#contents dl {
   margin:0;
   padding:0;
}

#contents dt {
   text-decoration:underline;
}

#contents dd {
   margin:0 0 1em 1em;
}

/* Polaroid style photo */
#contents div.pola {
   float:left;
   clear:both;
   width:222px;
   margin-right:10px;
   padding-bottom:16px;
   background:url(../images/bg_pola.gif) no-repeat 100% 100%;
}

#contents ul.pola {
   clear:both;
   letter-spacing:-0.4em;
   list-style:none;
}

#contents ul.pola li {
   display:inline-block;
   /display:inline;
   /zoom:1;
   vertical-align:top;
   width:222px;
   margin:0 10px 0 0;
   padding:0 0 16px 0;
   background:url(../images/bg_pola.gif) no-repeat 100% 100%;
   letter-spacing:1px;
}

#contents .pola img {
   padding:10px;
   border-top:1px solid #E7E7E7;
   border-left:1px solid #E7E7E7;
   border-right:1px solid #E7E7E7;
   vertical-align:bottom;
}

#contents .pola p {
   margin:0;
   padding:0 10px 10px 10px;
   line-height:1.2;
   border-left:1px solid #E7E7E7;
   border-right:1px solid #E7E7E7;
   border-bottom:1px solid #E7E7E7;
}

#contents table th {
	background-image: url(../images/nam.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:40px;
	height:40px
}

#contents table td img {
	border:solid 10px #CCC
}

#shop-bg {
	width: 980px;
	border-top-left-radius: 20px;     /* 左上 */
	border-top-right-radius: 20px;    /* 右上 */
	border-bottom-left-radius: 20px;  /* 左下 */
	border-bottom-right-radius: 20px; /* 右下 */
	border: 4px #EAE7CA solid;     /* 枠線の装飾 */
	background-color: #FAFBFB;   /* 背景色 */
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

#shop-bg table {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	width: 900px;
	font-size: 14px;
	margin-bottom: 20px;
	color: #666;
}

#shop-bg table td img {
	border-style:none;
}

.pr-left {
	float: left;
	width: 274px;
	margin-left: 20px;
}

.pr-center {
	float: left;
	margin-left: 10px;
	width: 274px;
}

.pr-right {
	float: right;
	margin-right: 48px;
	width: 274px;
}

#map_navi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	width: 900px;
	font-size: 14px;
	margin-bottom: 20px;
	color: #666;
}
#map_navi b {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;
}
#top #contents #shop-bg #map_navi p {
	width:870px;
	height:100px;
	font-size:42px;
	background-image:url(../images/navi_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	border-top-left-radius: 10px;     /* 左上 */
	border-top-right-radius: 10px;    /* 右上 */
	border-bottom-left-radius: 10px;  /* 左下 */
	border-bottom-right-radius: 10px; /* 右下 */
	border: 2px #EAE7CA solid;     /* 枠線の装飾 */
	background-color:#F7F8E0;   /* 背景色 */
}
#top #contents #shop-bg #map_navi a p span {
	font-size: 16px;
}
#top #contents #shop-bg #map_navi a {
	text-decoration:none;
	color:#999;
}

#sns {
	text-align: center;
	margin-top: 20px;
}

/*アコーディオンボックス全体*/
.accbox {
	font-size: 14px;
    margin: 2em 0;
    padding: 0;
    max-width: 390px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 5px 12px;
    color: #fff;
    font-weight: bold;
    background: #FF6633;
    cursor :pointer;
    transition: all 0.5s;
}


/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
	color:#FF6633;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin-bottom: 15px}
	
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	font-size:20px;
	font-weight:bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.footermenu {
	float: left;
	display: inline;
}

.footermenu a {
	color: #333333;
	text-decoration: none;
}

.footermenu a:hover {
	color: #FF9900;
	text-decoration: underline blink;
}

.copyright {
	text-align: center;
	font-size: 11px;
	font-style: normal;
	padding-top: 5px;
}

/* ========スムーズスクロール========= */
html {
  scroll-behavior: smooth;
}
