@charset "utf-8";
/********** base ************/
html {font-size:62.5%;}

.pad_l1em {padding-left:1em;}


.catch{
clear: both;
display: block;
margin: 0 auto !important;
line-height:2em;
font-size:1.5em;
font-weight:bold;
text-align:center;
color:#4a5648;
}

.center{
text-align:center;
}

.none{
opacity:0.5;
}

/**** 概要 ****/




.shyousai_c_span{
font-weight:bold;

}

.houhou{
font-size:0.75em;

}




/**** 店舗写真 ****/

section#tenpo #shoplist ul{
	overflow:hidden;
	margin-bottom:1em;
}
section#tenpo #shoplist li{
	float:left;
margin: 1.8em 0.5em 0 auto;
font-weight:bold;
}
section#tenpo #shoplist li a {color:black; transition: all 0.3s ease-out;}
section#tenpo #shoplist li a:hover {text-decoration:none; color: #f4a000;}



.menu_back a{
display: block;
padding: 0.5em 0 0.3em;
background: #f4a000;
color: black;
line-height: 1.5em;
width: 150px;
clear: both;
text-decoration: none;
text-align: center;
border: 1px solid #fff;
margin: 10px auto 80px auto;
border-radius: 7px;
transition: all 0.5s ease-out;
}

.menu_back a:hover {
background: #333;
color: #fff;
}

/********** footer ************/
footer{
	width:100%;
	padding:30px 0;
	text-align:center;
	font-size:1.2rem;
}
.f_copyright {margin-bottom:1em;}


/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 7px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

@media screen and (min-width:641px) {
/* PC用のスタイル記述 */
body{
  /* 画像ファイルの指定 */
  background-image: url(../images/bg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #fff;

	font-size:16px;
	color:#fff;
	line-height:1.6;
}

#contentsWrap{
width: 960px;
	margin:0 auto;
	color: #333;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061576+0,6e7084+31,7a7d95+56,767a96+100 */
padding:20px;
}



/********** header ************/
header{
	width:970px;
	margin:0 auto;
}
header img{    border: 1px solid #ccc;}

/********** contents ************/
nav ul#nav{
	overflow:hidden;
	width:960px;
margin: 30px 0 50px;
}
nav ul#nav li{
	float:left;
	width: 50%;
}

nav ul#nav li a {
	width: 90%;
	margin: 0 auto;
	background: #4a5648;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	display: block;
	padding: 0.5rem 0 0;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

nav ul#nav li a:after{
content: "";
position: absolute;
top: 11px;
right: 20px;
box-sizing: border-box;
border: 15px solid transparent;
border-left: 15px solid #fff;
}

nav ul#nav li a:hover {
	background: #555;
}

#nav a:hover{
cursor:pointer;
}


.syousai_c {
    clear: both;
    display: block;
margin: 0px auto 15px;
    line-height: 2em;
width: 860px;
}


.syousai_c .shousai_red{
color:#f4a000!important;
}

.syousai_c .big{
font-size:1.6em;
font-weight:bold;
}

.dd_span{
font-size:1.6em;
color:#f4a000 !important;
font-weight:bold;
}

section#tenpo .shop_tit{
text-align: center;
    background: #f4a000;
    color: #fff;
    padding: 0.5em;
    width: 15em;
    display: block;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 7px;
}

section#tenpo section h3{
background: #333;
font-size: 1.5em;
font-weight: bold;
color: #fff;
width: 20%;
text-align: center;
clear: both;
line-height: 2em;
border-radius: 30px;
font-size: 14px;
}
section#tenpo section .shop_wrap{
overflow: hidden;
margin-top: 10px;
width: 900px;
margin: 20px auto;
}
section#tenpo section .shop_box{
display: inline-block;
vertical-align: top;
width: 216px;
margin: 10px 0 0 3px;

}
section#tenpo section .shop_box p{
	width:216px;
	height:162px;
border:3px solid #4a5648;
text-align:center;
background:#fff;
box-sizing: border-box;
}
section#tenpo section .shop_box p img{
	width:156px;
	height:156px;
}
section#tenpo section .shop_box .tenpo_name{
background: #4a5648;
width: 216px;
color: #fff;
text-align: center;
height: 1.5em;
line-height: 1.5em;
    font-size: 0.8em;
}
section#tenpo section .shop_box input{
width: 218px;
margin: 6px 0 2em;
text-align: center;
background: #999;
color: black;
border: 1px solid #4a5648;
cursor: pointer;
padding: 0.5rem;
transition: all 0.5s ease-out;
}

section#tenpo section .shop_box input:hover{
background: #a8a363;
}


/*トップへ戻る*/
#page-top {
   opacity:0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #000;
    width: 70px;
    padding: 28px 0;
    text-align: center;
    display: block;
  font-weight:bold;
border:1px solid #000;
transition: all 0.5s ease-out;
}
#page-top a:hover {
    background: #333;
color:#fff;
}


/**** 概要 ****/
section#syousai {margin-bottom:50px;}
section#syousai h2{
background: #f4a000;
padding: 0.5rem 0 0;
font-size: 4rem;
text-align: center;
color: #fff;
border-radius: 5px;
margin: 0 auto 30px auto;
}

#gaiyou_table {
width: 860px;
overflow: hidden;
border-top: 1px solid #4a5648;
border-left: 1px solid #4a5648;
box-sizing: border-box;
margin: 0 auto 40px;
}

#gaiyou_table th{
float: left;
text-align: center;
background: #333333;
color: #fff;
padding: 0.65em 0 0.5em;
font-weight: bold;
width:30%;
display: block;
border-right: 1px solid #4a5648;
border-bottom: 1px solid #4a5648;
box-sizing: border-box;
}

#gaiyou_table .height2em {
height: 84px;
}

#gaiyou_table td{
padding: 0.65em 0 0.5em 3%;
width: 70%;
display: block;
float: left;
color: #333;
border-right: 1px solid #4a5648;
border-bottom: 1px solid #4a5648;
box-sizing: border-box;}



/**** 店舗写真 ****/
section#tenpo #photo{
background: #f4a000;
padding: 0.5rem 0 0;
font-size: 4rem;
text-align: center;
color: #fff;
border-radius: 5px;
}


section#tenpo #shoplist{
margin: 0 auto 80px;
width: 860px;
}
section#tenpo section{
	width:960px;
	margin:0 auto;
}

.kaisai_tenpo{
text-align: center;
    font-size: 1.5em;
    background: #333333;
    color: white;
    border-radius: 7px;
    margin: 0 auto 30px;
padding: 1% 0 0.5%;
font-weight: bold;
}

.linkArea {
text-align: center;
padding-top: 30px;
border-top: 1px solid #999;
}

.linkArea a {
transition: all 0.3s ease-out;
}

.linkArea a:hover {
opacity: 0.8;
}

/* コメントフキダシ */
.balloon {
	position: relative;
	display: inline-block;
 	margin: 13px 0 3px;
	padding: 7px 10px;
	width: 196px;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
	line-height: 1.3;
}

.balloon:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -15px;
	border: 10px solid transparent;
	border-bottom: 10px solid #e0edff;
}

.balloon .balloonText {
	margin: 0;
	padding: 0;
	text-align:left!important;
	width: 100%;
	font-size: 1.3rem;
	height: 100px;
	overflow-y: auto;
	display: block;
}

}

@media screen and (max-width: 640px) {
/* スマートフォン用のスタイル記述 */
body{
background-image: url(../images/bg_sp.jpg);
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 100%;
}

#contentsWrap{
width: 96%;
	margin:0 auto;
	color: #4a5648;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061576+0,6e7084+31,7a7d95+56,767a96+100 */
padding:2%;
}

.float img {
width: 100%;
}


#sp_center{
color:#b92c22;
}

.sp_left{
color:#b92c22;
}



/********** contents ************/
nav ul#nav{
	overflow:hidden;
	width:100%;
    margin: 0 0 6% 0;
}
nav ul#nav li{
	float:left;
width:50%;
}

nav ul#nav li a {
	width: 96%;
	margin: 0 auto;
	background: #4a5648;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	display: block;
	padding: 0.3rem 0 0;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

nav ul#nav li a:after{
content: "";
position: absolute;
top: 10px;
right: 5px;
box-sizing: border-box;
border: 7px solid transparent;
border-left: 7px solid #fff;
}



.syousai_c {
clear: both;
    display: block;
    padding: 0 2%;
font-size:0.8em;
margin-bottom: 15px;
}


.syousai_c .shousai_red{
color:#f4a000!important;
}

.syousai_c .big{
font-size:1.3em;
font-weight:bold;
}


section#syousai dt{
    float: none;
    margin: 1em 1em 4px 0;
    text-align: center;
    background: #333333;
    color: #fff;
    padding: 0.65em 0.5em 0.5em;
    font-weight: bold;
    width: 7em!important;
    display: block;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 0.8em;
}
section#syousai dd{
margin: 1em 1em 4px 0;
    display: block;
    float: none;
    color: black;
    font-size: 0.8em;
}

.dd_span{
font-size:1.1em;
color:#f4a000!important;
font-weight:bold;
}


section#tenpo .shop_tit{
text-align: center;
    background: #f4a000;
    color: #fff;
    padding: 0.5rem;
    width: 8em;
    display: block;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 7px;
    font-size: 0.9em;
}

section#tenpo #shoplist li a {
color:black;
    font-size: 0.8em;
}

section#tenpo section h3{
background: #333;
font-size: 1.5em;
font-weight: bold;
color: #fff;
width: 10em;
text-align: center;
clear: both;
line-height: 2em;
border-radius: 30px;
font-size: 12px;
}
section#tenpo section .shop_wrap{
overflow: hidden;
margin-top: 10px;
margin: 10px auto;
}
section#tenpo section .shop_box{
display: inline-block;
vertical-align: top;
width: 48%;
margin: 10px 0 0 3px;
float:left;
}
section#tenpo section .shop_box img{
width: 100%;
}
section#tenpo section .shop_box p{
border:2px solid #4a5648;
text-align:center;
background:#fff;
border-sizing:border-box;
}
section#tenpo section .shop_box .tenpo_name{
background: #4a5648;
color: #fff;
text-align: center;
height: 3em;
line-height: 1.5em;
}
section#tenpo section .shop_box input{
margin: 6px 0 2em;
text-align: center;
background: #a8a363;
color: #333;
border: 1px solid #4a5648;
cursor: pointer;
width:100%;
}


/*トップへ戻る*/
#page-top {
   opacity:0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 28px 0;
    text-align: center;
    display: block;
  font-weight:bold;
border:1px solid #fff;
}



/**** 概要 ****/
section#syousai {margin-bottom:50px;}
section#syousai h2{
background: #f4a000;
padding: 0.5rem 0 0;
font-size: 2rem;
text-align: center;
color: #fff;
border-radius: 5px;
margin: 0 auto 15px auto;
}

#gaiyou_table {
width: 96%;
overflow: hidden;
border-top: 1px solid #4a5648;
border-left: 1px solid #4a5648;
box-sizing: border-box;
margin: 0 auto 20px;
}

#gaiyou_table th{
float: left;
text-align: center;
background: #333333;
color: #fff;
padding: 0.5rem 0 0.3rem;
font-weight: bold;
width:100%;
display: block;
border-right: 1px solid #4a5648;
border-bottom: 1px solid #4a5648;
box-sizing: border-box;
}

#gaiyou_table td{
padding: 10px;
width: 100%;
display: block;
float: left;
color: #333;
border-right: 1px solid #4a5648;
border-bottom: 1px solid #4a5648;
box-sizing: border-box;}

/**** 店舗写真 ****/
section#tenpo #photo{
background: #f4a000;
    padding: 0.5rem 0 0;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto 15px auto;
}

section#tenpo #shoplist li{
	float:left;
margin: 1em 0.5em 0 auto;
font-weight:bold;
}

#movie_left dl{

width:320px;
padding-left:30px;
}

#movie_left dt{
float:left;
width:150px;
clear:both;
    margin-top: 30px;
    margin-bottom: 30px;
}
#movie_left dd{
float:left;
width:160px;
padding-top: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#movie_red{
color:red;
font-size: 1.3em;
}

section#tenpo #shoplist{
margin: 0 auto 8%;
}

.kaisai_tenpo{
    text-align: center;
    font-size: 1.5em;
    background: #333333;
    color: white;
    border-radius: 7px;
    margin: 0 auto 10px;
    padding: 1rem 0 0.8rem;
    font-size: 1.0em;
}

.linkArea {
text-align: center;
padding-top: 15px;
border-top: 1px solid #999;
}

.linkArea img {
	width: 100%;
	max-width: 330px;
}

/* コメントフキダシ */
.balloon {
	position: relative;
	display: inline-block;
 	margin: 13px 0 3px;
	padding: 5%;
	width: 90%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
	line-height: 1.2;}

.balloon:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -15px;
	border: 10px solid transparent;
	border-bottom: 10px solid #e0edff;
}

.balloon .balloonText {
	margin: 0;
	padding: 0;
	text-align:left!important;
	width: 100%;
	font-size: 1.2rem;
	height: 100px;
	overflow-y: scroll;
	display: block;
}


}