@charset "utf-8";
/*
Theme Name: ani-song-Themes
Author: deogon
Author URI: http://anisong.co.jp/
Description: 
Version: 1.0
License: copy right allright reserved deogon.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #888;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	vertical-align:bottom;
}
a img {
	border: 0;
}
div{
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:link{
	color: #755642;
	text-decoration: none;
}
a:visited{
	color: #755642;
	text-decoration: none;
}
a:active{
}
a:hover{
	color: #987c6b;
}
p{
	line-height: 150%;
}
h3{
}

.lfloat{
	float:left;
}
.rfloat{
	float:right;
}
.radius3{
	border-radius: 3px;
	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
}
.radius5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
}
.radius7{
	border-radius: 7px;
	-webkit-border-radius: 7px;
    	-moz-border-radius: 7px;
}
.boxshadow{
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

.font-g{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}
.font-b,.bold{
	font-weight: bold;
}
.indent1{
	padding-left:1em;
}


/* = body element
-------------------------------------------------------------- */


/* = .top-info (一番上の帯)
-------------------------------------------------------------- */
.top-info{
	height: 40px;
}
.top-info img{
	margin-top: 12px;
}
.topad p{
	margin-top: 10px;
	font-size: 14px;
	color: #755642;
	font-weight: bold;
}
.topad-l p{
	text-align: left;
	letter-spacing:0.3em;
}
.topad-r p{
	text-align: right;
}
/* = .navigation_wapper .navigation (ナビゲーション)
-------------------------------------------------------------- */
.navigation_wapper{
	background-color: #ece7d8;
	height: 80px;
	display:none;
}
.navigation{
	display:none;
}
.navigation ul li{
	/* GoogleWebFontを使用 */
	font-family: 'Droid Serif', serif;
	float: left;
	font-size: 24px;
	color: #755642;
	margin: 21px 10px 0 10px;
	display: block;
	text-shadow: 0 1px 0 #fff;
}
.navigation ul li a{
	display: block;
	text-decoration: none;
	padding: 0 15px 0 15px;
	color: #755642;
}
.navigation ul li a:hover{
	background-color: #ff8a3f;
	color: #fff;
	text-shadow: 0 -1px 0 #e06d24;
	/* box-shadow */
	box-shadow:rgb(255, 137, 63) 0px 0px 10px 0px;
	-webkit-box-shadow:rgb(255, 137, 63) 0px 0px 10px 0px;
	-moz-box-shadow:rgb(255, 137, 63) 0px 0px 10px 0px;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.navli{
	padding-top: 6px;
}
/* = .各ページのタイトル画像
-------------------------------------------------------------- */
.page-title{
	height: 126px;
	text-align:left;
}
.page-title img{
	margin-top: 50px;
}
/* = .c12_banner_wapper  .c12_banner （ナビゲーション下バナー12カラム幅）
-------------------------------------------------------------- */

.c12_banner_wapper{
	background-image: url(./images/baner-bk.png);
	background-repeat: repeat;
	height: 150px;
	overflow:hidden;
}
.c12_banner{
	background-image: url(./images/dot.png);
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}

/* = .top-topics （topicsを囲むエリア）
     .topics-thumb-img（サムネイル表示網掛け・バッジ）
-------------------------------------------------------------- */

.top-topics-wapper{
	position: relative;
}
.top-topics{
	width: 300px !important;
	height: auto;
	background-color: #eee;
	margin-bottom: 50px;
	text-shadow: 0px 1px 0px #fff;
	/* 角丸 */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.top-topics h3{
	/* トップページのTopics　タイトル */
	width: 268px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8e8e8e;
}
.top-topics p{
	/* トップページのTopics　本文 */
	width: 264px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 17px;
}
p.topics-more{
	/* moreの装飾 */
	margin-top: 10px !important;
	margin-bottom: 10px;
	text-align: right;
}
.topics-thumb-img{
	height: 300px;
	position: relative;	
	z-index: 10;
	overflow: hidden;
	border-radius: 7px 7px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;

}
.topics-thumb-img img{
	max-width: 100%;
	height: auto;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}
.dottopics{
	width: 100%;
	position: absolute;
	top: 0;
	background: url(./images/dot.png) repeat;
	z-index: 1000;
	height: 300px;
	/* 角丸 */
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}
.news-sign{
	position: absolute;
	z-index: 2000;
}
/* = .news-slide-wapper  .news-slide-area
-------------------------------------------------------------- */

.news-slide-wapper{
	background-repeat: no-repeat;
	height: 500px;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.news-slide-dot-wapper{
	background-image: url(./images/dot.png);
	background-repeat: repeat;
	max-width: 100%;
	height: 500px;
}
.news-slide-area{
	/*
	overflow: hidden;
	*/
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
.slide-contnts{
	text-align: left;
	height: 500px;
}
.siteid{
	position: relative;
	top: 0;
	left: 10px;
}
.top-char{
	width: 350px;
	overflow: hidden;
	position: relative;
	top: -145px;
	left: 548px;
	display:none;
}
.avator{
	float: left;
	margin-right: 5px;
}
.avator-info{
	position: relative;
	left: 10px;
	top: 200px;
	color: #fff;
	text-shadow:0 1px 2px #000;
}
.avator-info a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff solid;
	padding-bottom: 3px;
}
p.the_author{
	margin-top: 5px;
	color: #fff;
}

/* = .media-wapper(ゆーす発信のメディアとリンクの背景色設定)
-------------------------------------------------------------- */

.media-wapper{
	background-color: #ece7d8;
}

.media-area{
	padding-bottom: 30px;
}

/* = .top-media-title(ゆーす発信のメディアとリンクのタイトル部分)
-------------------------------------------------------------- */
.top-media-title{
	height: 124px;
}
.top-media-title img{
	margin-top: 50px;
}

.tw_wrap{
	overflow:hidden;
}


/* = .media-banner-area(ゆーす発信のメディアとリンクの右カラムバナー領域)
-------------------------------------------------------------- */
.media-banner-area ul li{
	float: left;
	margin-bottom: 17px;
}

.media-banner-area iframe{
	vertical-align: bottom;
	width:100%;
}
.googlemap{
	clear:both;
	border:1px solid #ccc;
}
.media-banner-area iframe,.googlemap{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* = .about-slide-wapper  .about-slide-area
     .about-slide-area-img
     .about-slide-area-title
     .about-slide-area-char
     .about-slide-area-bk
-------------------------------------------------------------- */
.about-slide-wapper{
	height: 500px;
}
.about-slide-area{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.about-post-img{
	
}
.about-slide-area-pt{
	width:auto;
	height:500px;
}
.about-slide-area-img{
	position:relative;
	margin: 0 auto;
	width:1020px;
}
.about-slide-area-title{
	position: absolute;
	top: 50px;
	left: 48px;
	z-index: 100;
}
.about-slide-area-char{
	position: absolute;
	z-index: 100;
	left: 540px;
	top: 0px;
}
/* about 下段*/
.about-under-area{
	margin-top: 60px;
}
.about-under-left ul li{
}
.about-under-right{
	
}
.about-under-right img{
	margin-left: 22px;
	margin-bottom: 40px;
}
.about-under-right p{
	width: 540px;
	margin-left: 80px;
	font-size: 18px;
}
.sagahatu{
	position: relative;
	width: 420px;
	height: 309px;
	top: -560px;
	left: -95px;
}

/* = .about　左イメージ　スライドショー
-------------------------------------------------------------- */
#about_slide1,#about_slide2 {
	width:300px;
	height:230px;
	position:relative;
	margin-bottom: 20px;
}
#about_slide1 img,#about_slide2 img {
	position:absolute;
	left:0;
	top:0;
}


/* = .system-wapper
-------------------------------------------------------------- */
.system-wapper{
	margin-bottom: 80px;
}
.system-area-border{
	/* gird7に540px指定がかかっているがこちらの538pxを優先する */
	width: 538px !important;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sysabs-wapper{
	position: absolute;
}
.system-area-right{
	background-image: url(./images/attention-bk.jpg);
	background-repeat: repeat;
	/* gird5に380px指定がかかっているがこちらの378pxを優先する */
	width: 378px !important;
	border: 1px solid #ccc;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.attention-title{
	margin-left: 15px;
	margin-top: 15px;
}
.system-area-right ul li{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 12px;
	list-style-type: square;
	width: 335px;
	margin-left: 34px;
}
.system-area-right ul{
	margin-top: 25px;
}
.system-title{
	margin-left: 15px;
	margin-top: 15px;
}
.system-wari{
	position: relative;
	top: -64px;
	left: 312px;
}
#access iframe{
	vertical-align: top !important;
}
/* = .welcome-to-youth
-------------------------------------------------------------- */
.welcome{
	height: 326px;
}
.welcome img{
	padding-top: 30px;
}
.foot{
	background-color: aqua;
}
.footer-wapper{
	background-image: url(./images/attention-bk.jpg);
	background-repeat: repeat;
}
.share{
	height: 130px;
	padding-top: 20px;
	border-bottom: 1px solid #cccccc;
}
.sitemap{
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.sitemap dt{
	border-left-width : 15px;
	border-left-style : solid;
	border-left-color : #666666;
	padding-left : 8px;
	margin-bottom: 15px;
	font-weight:bold;
}
.sitemap dd{
	margin-bottom: 10px;
	margin-left: 22px;
}
.infomation{
	padding: 20px 0 20px 0;
}
.infomation li{
	margin-bottom:10px;
}
.copyright{
	text-align: right;
	height: 50px;
	padding-top: 20px;
	font-size:75%;
}

/* 
 ***************************************************************
 * archive-news.php
 ***************************************************************
-------------------------------------------------------------- */
.page-topics-title{
	height: 126px;	
}
.page-topics-title img{
	margin-top: 56px;
}

.page-topics{
	float: left;
	background-color: #ececec;
	margin-bottom: 50px;
	height: auto;
	text-shadow: 0 1px 0 #fff;
	/* 角丸 */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	display: inline; 
}
.stleft{
	/* 左列だけmargin20px */
	margin-right: 20px;
}
.page-topics h3{
	/* トップページのTopics　タイトル */
	width: 268px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
	border-bottom: 1px solid #8e8e8e;
}
.page-topics p{
	/* トップページのTopics　本文 */
	width: 264px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 17px;
}
.topics-thumb-img{
	/* 画像を中央表示 */
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
.topics-thumb-img img{
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.page-news-obi{
	background: url(./images/news-head-gray.png) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	height: 220px; 
}
.page-news-area{
	overflow: hidden;
	width: 1020px;
	text-align: center;
	margin: 0 auto;
}
h3.news-h3{
	height: auto;
	width: auto;
	background-color: #7c5f4b ;
		/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin-bottom: 20px;
}

.newssinglecontents{
	width: 618px !important;
	border: 1px solid #ccc;
	/* 角丸 */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 50px;
}
.newssinglecontents img.wp-post-image{
	width:100%;
	height:auto;
	/* 角丸 */
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}
.news-single-h3{
	font-size: 24px;
	font-weight: bold;
	color: #7c5f4b;
	border-bottom: 1px solid #ccc;
	width: 578px;
	margin: 20px;
	padding-bottom: 20px;
}
.nsauther{
	margin-left: 20px;
	width: 560px;
}
.nscont{
	margin-left: 20px;
	margin-top: 30px;
	width: 578px;
	clear: both;
	padding-top: 30px;
}
.sshare{
	margin-top: 30px;
}
.snp{
	float: left;
	padding-left: 190px;
}
.snpr{
}
.news-sidebar{
	margin-left: 80px;
	padding: 15px;
	border: 1px solid #ccc;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.cat-item{
	color: #755642;
}
.newstaxn ul li{
	list-style: none;
	margin-left: 20px;
	margin-bottom:10px;
}
.news-sidebar ul{
	margin-bottom: 20px;
}
.news-sidebar h4{
	border-left-width : 15px;
	border-left-style : solid;
	border-left-color : #666666;
	padding-left : 8px;
	margin-bottom: 15px;
	color: #755642;
	font-weight:bold;
}
.news-sidebar ul li{
	margin-bottom: 10px;
	margin-left: 26px;
	list-style-type: disc;
	font-size:12px;
	color:#555;
}
.news-sidebar ul li a{
	color: #755642;
	font-size:18px;
}
.news-single-nav{
}

.page-staff-obi{
	background: url(./images/staff-head-gray.png) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	height: 220px; 
}
.page-contact-obi{
	background: url(./images/contact-head-gray.png) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	height: 220px; 
}
.page-menu-obi{
	background: url(./images/menu-head-gray.png) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	height: 220px; 
}

.page-numbers-wrap{
	padding:2em 0;
}
.news-single-nav{
	margin-bottom:50px;
	text-align:center;
}
.news-single-nav .previous,.news-single-nav .next{
}
.news-single-nav .previous{
	margin-right:1em;
}
.news-single-nav .next{
	margin-left:1em;
}
.page-numbers-wrap{
	border-top:dotted 1px #7c5f4b;
	text-align:center;
}

/*----------------*/
.post_table{}

.nscont table,.nscont th,.nscont td{
	border-collapse:collapse;
}
.nscont table{
	border:2px solid #7c5f4b;
	margin:20px 0;
	letter-spacing:normal;
}
.nscont th,.nscont td{
	text-align:center;
	padding:10px;
	vertical-align: middle;
}
.nscont th{
	color:#fff;
	background:#7c5f4b;
	border-bottom:1px solid #fff;
	border-right:1px solid #7c5f4b;
}
.nscont td{
	border-left:1px solid #7c5f4b;
	border-bottom:1px solid #7c5f4b;
	color:#7c5f4b;
}

/* 
 ***************************************************************
 * archive-staff.php
 ***************************************************************
-------------------------------------------------------------- */

.stafflist{
	width: 298px;
	border: 1px solid #8e8e8e;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	/* 角丸 */
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 30px;
	background: url(./images/staff-bk-pt.jpg);
	background-repeat: repeat;
}
.stafflist p{
	color: #755642;
}
.stafflist li{
	color: #755642;
}
.staffimg_wapper{
	border-bottom: 1px dotted #8e8e8e;
	height: 410px;
	background-color: #fff;
}
.staffimg_main{
	margin-bottom: 19px;
}
.staff_thumb ul {
	margin-left: 33px;
}
.staff_thumb ul li{
	list-style: none;
	float:left;
	margin-right: 8px;
	border:1px solid #ccc;
	height:70px;
	width:70px;
}
p.staff_no{
	/* GoogleWebFontを使用 */
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: 0.3em;
	height: 40px;
	background: url(./images/attention-bk.jpg);
	background-repeat: repeat;
	/* 角丸 */
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
}
.staff_names{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 2px;
}
p.staff_yakuwari{
	clear: both;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-left: 20px;
	background-color: #fff;
}
p.staff_name{
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 24px;
	margin-left: 20px;
	width: 278px;
	margin-bottom: 10px;
	background-color: #fff;
}
li.staff_age{
	float: left;
}
.staff_detail{
	font-size:12px;
	padding: 20px;
}
.staff_detail li{
	margin-bottom: 10px;
	line-height:1.5em;
}
span.indent1{
	padding-left:1em;
	font-weight:normal;
	display:block;
	color: #755642;
}
span.bold{
	font-weight: bold;
	color: #755642;
}

li.staff_jender{
}
li.staff_janle{
	clear: both;
}
li.staff_anisong{}
li.staff_likechar{}
li.staff_recomenu{}
li.staff_mcoment{
	padding: 10px;
	background-color: #faf9f5;
}

li.staff_twitter{
	border:1px solid #efefef;
	text-shadow: 0 1px 0 #fff;
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(top, #fff, #ddd);
}
li.staff_twitter a{
	display:block;
	width:auto;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 10px;
	font-size:120%;
	font-weight:bold;
	color:#755642;
	background:no-repeat left center;
}
li.staff_twitter a:hover{
	color:#f90;
}

#staff_tw div.s_t{
	margin:30px 10px;
}
#staff_tw h3{
	background-color: #7c5f4b ;
	color: #fff;
	font-size: 24px;
	padding: 15px;
	margin-bottom: 10px;
	text-shadow:0 -1px 0 #300;
}

/* 
 ***************************************************************
 * page-menu.php
 ***************************************************************
-------------------------------------------------------------- */
.menu-wapper{
	border: 1px solid #8e8e8e;
	overflow: hidden;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}

#menu_cafe_wrapper{
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}
#menu_cafe_wrapper h3 span{
	font-size:14px;
	color:#755642;
	letter-spacing:0;
	margin-left:1em;
}

.menuh3title{
	/* GoogleWebFontを使用 */
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	padding-top: 15px;
	padding-left: 20px;
	letter-spacing: 0.3em;
	height: 35px;
	background: url(./images/attention-bk.jpg);
	background-repeat: repeat;
	margin-bottom: 30px;
	color: #755642;
}
.menu_info dd.menu_d_price,.drink_info dd.menu_d_price{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #755642;
	margin-bottom:0pt;
}
.attachment-menu{
	padding-top:5px;
}
dt.menu_d_title{
	display: list-item;
	list-style: disc outside;
	margin-bottom: 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #755642;
}
dl.menu_info dt{
	width: 260px;
	float: left;
}
.a_drink_wapper{
	float: left;
	width: 320px;
}
.s_drink_wapper{
	width: 320px;
}
dl.drink_info dt{
	float: left;
	width: 260px;
}
dd.menu_d_dtl{
	color: #e47000;
	width: 260px;
	font-size:75%;
	font-weight:bold;
}
.drink_info dd{
	margin-bottom: 20px;
}

.menu_info dd{
	margin-bottom: 20px;
}
.menuleft,.cmenuleft{
	width: 409px !important;
	padding-left: 50px;
	border-right: 1px dotted #888;
	margin-bottom: 30px;
}
.menuright, .cmenuright{
	width: 390px !important;
	padding-left: 70px;
	margin-bottom: 30px;
}
.menuleft h4, .menuright h4, .cmenuleft h4, .cmenuright h4{
	color: #755642;
	font-size: 18px;
	font-weight: bold;
	margin-left: -20px;
	margin-bottom: 20px;
}
.menuleft h4, .menuright h4{
	padding-top:20px;
}

#bar_banner_area{
	margin:0 auto 30px auto;
	width:880px;
	border-bottom: 1px dotted #888;
}
#bar_banner_area_img{
	margin-bottom:30px;
	overflow:hidden;
}
#bar_banner_area h4{
	color: #755642;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* 
 ***************************************************************
 * page-contact.php
 ***************************************************************
-------------------------------------------------------------- */

.contact-wapper{
	background-color: #ffff99;
	border: 1px solid #ccc;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
}
.contact-left img{
	margin-top: 30px;
	margin-left: 40px;
}
.contact-right{
	margin-top: 30px;
	text-align: center;
}
.contact_r_t{
	margin-left: -45px;
}
.contact_r_t p{
	margin-bottom:10px;
}
table.contact-table{
	border: 1px solid #40402e;
	text-align: left !important;
	margin-bottom: 30px;
}
table.contact-table td{
	border: 1px solid #40402e;
	padding: 10px;
	background-color: #feffb6;
}
.con-t{
	width: 150px;
	color:#40402e;
}
.con-n{
	background-color: #fff !important;
	line-height:1.5em;
	color:#555;
}
.con-n span{
	font-size:75%;
	color:#555;
}
.mailform-wapper{
	border: 1px solid #ccc;
	/* 角丸 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
    background: url(./images/attention-bk.jpg);
	background-repeat: repeat;
	position: relative;
}
.mailform{
	margin-left: 80px;
	width: 556px;
	margin-bottom: 50px;
}
/* form placeholder*/
::-webkit-input-placeholder { vertical-align: top;color: #d0c8c8; }
:-moz-placeholder { vertical-align: top; }
/* form placeholder*/
.mailform dl{
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
span.wpcf7-not-valid-tip {
	display: block;
	font-size:70%;
	color: #f02626;
	border-top:2px solid #f02626;
}

.formtitle{
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 50px;
}
.mail-t{
	width: 150px;
	background-color: #ece7d8;
	height: 50px;
	float: left;
}
.mail-n{
	height: 50px;
	background-color: #fff;
	
}
dt.mail-t p,dt.mail-t_a p{
	color:#6d5643;
	padding: 15px;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
}
.mailform .mailform-submitbtn{
	text-align:center;
}
.mailform .wpcf7-submit{
	font-size: 22px;
	letter-spacing: 0.3em;
	color: #fff;
	background-color: #6d5643;
	text-shadow: 0 -1px 0 #000;
	border-bottom:2px solid #000;
	margin:0 auto;
	padding:0;
}
form.wpcf7-form input{
	height: 48px;
	width: 380px;
	font-size: 18px;
	border:none;
	padding-left:10px;
	color:#888;
}
form.wpcf7-form select{
	height: 48px;
	width: 400px;
	border: none;
	font-size: 18px;
	color: #888;
	background-color: #fff;
}
.screen-reader-response{
	margin-left: 80px;
	padding: 10px 0;
	color: #f02626;
	font-weight:bold;
}
.screen-reader-response ul{
	margin-top:5px;
	padding-top:5px;
	border-top:1px dotted #f02626;
	width:556px;
	font-weight:normal;
}
.screen-reader-response ul li{
	color: #f02626;
	font-size:70%;
	list-style:disc;
	margin-left:1.5em;
}
.wpcf7-validation-errors{
	color: #f02626;
	border:1px solid #f02626;
	padding:5px 10px;
	margin:0 80px 40px 80px;
	font-weight:bold;
}
.mail-t_a{
	width: 150px;
	height: 296px;
	background-color: #ece7d8;
	float: left;
}
.mail-n_a{
	background-color: #fff;
	
}

form.wpcf7-form textarea{
	padding: 10px;
	height: 273px;
	width: 380px;
	border: none;
	font-size: 18px;
	color: #d0c8c8;
}
.formchar{
    /*mailform-wapperに「position:relative」*/
	position: absolute;
	left: 655px;
	top: 70px;
	width: 249px;
}

.mailform p.mailform-att{
	font-size:75%;
	font-weight:normal;
	padding:0 15px;
	text-shadow:none;
}
.mailform p span{
	color:#c00;
	border:1px solid #c00;
	padding:2px 5px;
	font-size:70%;
	font-weight:normal;
	margin-left:5px;
	vertical-align:top;
	text-shadow:none;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 0px;
}
#respond label small{
	font-size:0.8em;
	border-left:0.8em solid #666;
	padding-left:3px;
}
#respond h3{
	color: #755642;
	font-weight: bold;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.7em;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.85em;
}
#respond form {
	margin: 24px 0;
	margin: 1.7em 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.8em 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.7em;
}
#respond form label {
	display: block;
	line-height: 1em;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.85em;
	line-height: 1.5em;
	padding:5px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.8em;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
.submitbtn{
	text-align:center;
}


.single_coment{
	border-top: 1px dotted #cccccc;
	padding:20px;
	margin-top: 30px;
	background-color: #ece7d8;
}
.single_nav{
	background-color: #ececec;
	padding:1em;
	margin-top:30px;
}

/* 
 ***************************************************************
 * 各ページトップ帯イメージ
 ***************************************************************
-------------------------------------------------------------- */
.obi-img{
	display:none;
	width:100%;
	height:220px;
	background:top center no-repeat;
	text-align:left;
}