@charset "utf-8";

.form_translate {				/* 翻訳ボタン用------*/
	width:100%;
	float:left;
	background:#fff;
	background-color:#fff8f8;
    padding-top: 5px;
    padding-bottom: 2px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-width: 1px;
    border-style: dotted;
	overflow: hidden;
}

/* ニュース・トピック・記事　レイアウト関連（レスポンシブ対応） -----------------------------------------*/

.padding_left-30px{
	padding-left:30px;
}

.form_100per_line {				/* （★親：写真やテキストの子DIVタグを包括）------*/
	width:100%;
	float:left;
	background:#fff;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	overflow: hidden;
}
.form_100per_bottom30px {				/* （★親：写真やテキストの子DIVタグを包括）------*/
	width:100%;
	float:left;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.form_padding-left35px {	/* （子：左側－写真用）------*/
	margin-right: auto;
	margin-leftt: auto;
	padding-left: 35px;
	padding-right: 5px;
}
.form_padding-left35px-top10px {	/* （子：左側－写真用）------*/
	margin-right: auto;
	margin-leftt: auto;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.form_padding-left20px_line {	/* （子：左側－写真用）------*/
	margin-right: auto;
	margin-leftt: auto;
	padding-left: 20px;
	padding-right: 5px;
}
.form_margin-10px {			/* （子：右側－テキスト）------*/
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.form_margin-10px-min30 {			/* （子：右側－テキスト）------*/
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	min-width :200px;
}

.form_left_width30per {		/* （子：左寄せ-->PREVボタン等）------*/
	background:#fff;
	margin-left: 15px;
	margin-bottom: 10px;
	width:30%;
	float:left;
}
.form_right_width30per {	/* （子：右寄せ--nextボタン等）------*/
	background:#fff;
	margin-right: 15px;
	margin-bottom: 10px;
	width:30%;
	float:right;
}

/* トピックレイアウト関連 */
.form_700px {
	width:99%;
	padding-right:2px;
	float:left;
	float:left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	clear: both;  */
}
.form_700px_center {
	width:100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	clear: both;  */
}
.form_220px {
	background:#fff;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	width:30%;
/*	text-align: center;
	width:188px;  */
	float:left;
}
.form_220px_left {
	background:#fff;
	margin-left: 15px;
	margin-bottom: 10px;
	width:30%;
	float:left;
}
.form_220px_right {
	background:#fff;
	margin-right: 15px;
	margin-bottom: 10px;
	width:30%;
	float:right;
}


/* -----------------------------------------------------------------------*/


/* その他レイアウトに関するクラス
------------------------------------------------------------*/
.width_100per {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_100per_noline {
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	float:left;
}
.width_100per_bg-white {
	background-color: #fff;
	width:100%;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_100per_noline_bg-white {
	background-color: #fff;
	width:100%;
	float:left;
}
.width_98per {
	width:98%;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_80per_left20px {
	width:80%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:20px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.width_80per_left20px_noline {
	width:80%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:20px;
	float:left;
}
.width_85per_left2px {
	width:85%;
	padding-left:2px;
}
.width_15per_left2px {
	width:15%;
	padding-left:2px;
}

.clear_float{
clear:both;
}



/* トッピック
------------------------------------------------------------*/
.topic-free-q {				/* body内 中央部「naiyou」内のトピック設定 */
	color: #000;
	font-weight: bold;
	list-style: none;
}

.topic-free-qa {				/* body内 中央部「naiyou」内のトピック設定 */
	padding-left: 30px;
	padding-bottom:10px;
	color: #039;
	list-style: none;
}


/* デザインテキスト用ＣＳＳ
------------------------------------------------------------*/
/* .poster_text_title {
	background-color:none;
	border:none;
	color:#341100;
	font-size:1.7em;
	font-weight:bold;
	text-align:left;
	size:26;
	width:270px;
	height:30px;
	position: absolute;
	top: 245px;
	left: 18px;
} */


/* ------------------------------------------------------------*/
/* 画面表示関連 */
.display-none{
	display: none;
}

/* フォント関連 */
.color_red_nomal {
	color: #F00;
}

.color_red_bold {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
}
.color_red_bold a{
	color: #F00;
	font-weight: bold;
}

.color_blue_bold {
	color: #00F;
	font-size: 1.2em;
	font-weight: bold;
}
.color_blue_em12 {
	color: #00F;
	font-size: 1.2em;
}
.color_blue_em11 {
	color: #00F;
	font-size: 1.1em;
}
.color_blue_nomal {
	color: #00F;
}
.color_brown_normal {
	color: #991500;
}
.color_brown_em08 {
	color: #991500;
	font-size: 80%;
}
.color_brown_em11 {
	color: #991500;
	font-size: 1.1em;
}
.color_brown_normal {
	color: #991500;
}
.color_brown_bold_em11 {
	color: #991500;
	font-size: 1.1em;
	font-weight: bold;
}

.font-weight-08em {
	font-size: 0.8em;
}
.font-weight-09em {
	font-size: 0.9em;
}

.font-weight-bold {
	font-size: 1.2em;
	font-weight: bold;
}

.font-weight-extra {
	color: #00F;
	font-size: 2.0em;
	font-weight: bold;
}


/* フォームレイアウト ----------------------------------------------*/
.padding_left-30px{
	padding-left:30px;
}

.block-align-center{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.block-align-center-5px-line{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.block-align-center-20px{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}
.block-align-center-20px-line{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.text-align-center300px {
	display: block;
	text-align: left;
	width:300px;
	margin-right: auto;
	margin-left: 0;
}
.text-align-center {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.margin-top-center {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
.margin-top-20px {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.margin-top-20px-noline {
	display: block;
	margin-top: 20px;
}

/* ------------------------------------------------------------*/
/* リスト関連(1行に2列分の項目を表示するＣＳＳ) */
ul.list2col {
    display: table;
    width:100%;
}
ul.list2col > li:nth-child(2n+1) {
    clear: both;
}
ul.list2col > li.list-width15per {
    display: table-cell;
    float: left;
    width: 15%;
	margin-right:5px;
}

/* リスト関連 */
.list-style-none{
	list-style-type:none;
}

.ul-margintop-em05{
	font-size: 1.0em;
	line-height:1.0em;
	margin-top: 0;
	margin-bottom: 0;
}


.pulldown ul {  
  list-style: none; 
  padding: 0; 
} 

.pulldown li { 
  float: left; 
  min-width: 100px; 
  white-space: nowrap; 
  background:#FFCCD2; 
  display: block; 
  border-left:2px solid white; 
  text-align:center; 
} 

.pulldown ul ul { 
  display: none; 
  position: absolute; 
  z-index: 2;
} 

.pulldown li li { 
  clear: left; 
  position:relative; 
  width: 100%; 
  background:#f7f7f7; 
  border-bottom:1px solid #FFFFFF; 
  margin:0px 0px 0px -2px; 
  text-align:left; 
} 

.pulldown li li a{ 
  clear: left; 
  position:relative; 
  width: 100%; 
  display: block; 
} 

.pulldown li li a:hover{ 
  clear: left; 
  position:relative; 
  width: 100%; 
  background:#DAE6CC; 
  display: block; 
  text-decoration:none; 
} 

.pulldown ul ul ul { 
  top: 0; 
  left: 100%; 
} 

.pulldown ul li:hover > ul { 
  display: block; 
} 


/* トピックレイアウト関連 */
.float_left {
	float:left;
}
.float_left_width80 {
	float:left;
	width:80%;
}
.float_right {
	float:right;
}


/* クーポン券関連 */
.coupon-disp-bg {
	width: 180px;
	height:160px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
}
.coupon-disp-text {
	height:140px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
    padding: 0.5em 1em;
    font-weight: bold;
	font-size:1.2em;
    color: #40655e;/*文字色*/
	background-color: #EFF;
    border: solid 3px #609188;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.coupon-print {
	background-color: #FFF;
	width: 580px;
	height:840px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.coupon-end {
	font-size:1.5em;
	color: #0000FF;
	background-color: #FFF;
	width: 560px;
	height:40px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 写真表示用（デザイン／写真）
------------------------------------------------------------*/
.thumbphotos{
width:100%;
margin:2px -25px 20px 0;
text-align:center;
background: #fff;
clear:both;
}

.photos310{
float:left;
width:335px;
padding-top:5px;
padding-bottom:5px;
padding-right:7px;
padding-left:7px;
text-align:center;
}

.photos{
float:left;
width:220px;
padding-top:5px;
padding-bottom:5px;
padding-right:7px;
padding-left:7px;
}

/* 写真のフレーム */
.width_pic {
	margin-bottom: 10px;
	width:60%;
	height:310px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../restaurant_honten/image/frame-photo.gif);
	background-repeat: no-repeat;
}
.pic {
	margin-bottom: 10px;
	height: 312px;
	width: 412px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../restaurant_honten/image/frame-photo.gif);
	background-repeat: no-repeat;
}

.pic2 {
	margin-bottom: 10px;
	background: url(images/frame-photo2.gif) no-repeat;
	height: 412px;
	width: 312px;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: 50px;
}

.block-align-center{           /* ★★★★★naveナビリストの背景色を設定する場所 */
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top:5px;
	background-color:#0F2514;
}


/* YOUTUBEの組み込み動画レスポンシブ対応 ---------------------------------- */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
