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

子テーマ上書きスタイル

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



/*PC用*/
@media screen and (min-width:641px) {

body {
	background-image:url(img/common/body_bg.jpg);
	background-repeat:repeat-x;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
/* layout */
#header_wrap {
	/*border-top:5px solid #222; width:100%; min-width:1150px;*/
}
#header_language {
	background-color:#535353;
	overflow:hidden;
}#header_language ul {
	display:block;
	width:1150px;
	margin:0 auto;
	padding:3px 0;
	overflow:hidden;
}#header_language ul li {
	float:right;
	color:#FFF;
	font-size:11px;
	line-height:1;
	padding:0 5px;
	margin:0;
	font-weight:bold;
}#header_language ul li a {
	color:#FFF;
	margin:0;
	color:#A6A6A6;
	font-weight:nomal;
}#header_language ul li a:hover {
	color:#FFF;
}
#header_menu_area {
	top:1px;
}
#header_menu {
	float:rigft;
	margin:0 0 3px 0;
}
#header_social_link {
	float:none;
	margin-top:15px;
}
/* social link */
.social_link li {
	float:right;
}
.social_link li.rss a { background:url(img/common/icon_rss.png) no-repeat left top; }
.social_link li.twitter a { background:url(img/common/icon_twitter.png) no-repeat left top; }
.social_link li.facebook a { background:url(img/common/icon_facebook.png) no-repeat left top; }
.social_link li.youtube a { background:url(img/common/icon_youtube.png) no-repeat left top; }
.social_link li.googlePlus a { background:url(img/common/icon_googlePlus.png) no-repeat left top; }
.social_link li.etc {
	float:right;
	text-indent:0;
	color:#FF0000;
}
.social_link li a:hover { background-position:left bottom; }


/* ----------------------------------------------------------------------
side_col
---------------------------------------------------------------------- */
.textwidget dl dd {
	padding-left:1em;
	margin-bottom:0.5em;
}
.widget_textnonborder {
	padding:0;
	background:none;
	border:none;
}


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


/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* recent post */
/*最近の記事背景色*/
#index_recent_post ul { background:#ffffff; }
/* category post */
.index_category_post { background:#ffffff;  }


/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
/*店舗情報など*/
#contents .meta_area {
	display:block;
	background-color:#F2E9E0;
	padding:10px;
}
#contents .meta_area dl {
	padding-left:1em;
	line-height:1.4em;
}#contents .meta_area dl dt {
	float:left;
	margin-right:1em;
	color:#D45933;
}
/*ギャラリー*/
dl.gallery-item .gallery-caption{
	margin:0;
	padding:0;
	line-height:125%;
}
/*テーブル*/
.post table, .post table th, .post table td {
	border:none;
}
/**/
body.single-post .post img{
	margin-bottom:15px;
}

}



/* =================================================================== */
/*スマホ用*/
@media screen and (max-width:640px) {

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

#header_language {
	background-color:#535353;
	overflow:hidden;
}#header_language ul {
	display:block;
	width:auto;
	margin:0 auto;
	padding:3px 0;
	overflow:hidden;
}#header_language ul li {
	float:right;
	color:#FFF;
	font-size:11px;
	line-height:1;
	padding:0 5px;
	margin:0;
	font-weight:bold;
}#header_language ul li a {
	color:#FFF;
	margin:0;
	color:#A6A6A6;
	font-weight:nomal;
}#header_language ul li a:hover {
	color:#FFF;
}

/* social link */
.social_link li {
	float:right;
}
.social_link li.rss a { background:url(img/common/icon_rss.png) no-repeat left top; }
.social_link li.twitter a { background:url(img/common/icon_twitter.png) no-repeat left top; }
.social_link li.facebook a { background:url(img/common/icon_facebook.png) no-repeat left top; }
.social_link li.youtube a { background:url(img/common/icon_youtube.png) no-repeat left top; }
.social_link li.googlePlus a { background:url(img/common/icon_googlePlus.png) no-repeat left top; }
.social_link li.etc {
	float:right;
	text-indent:0;
	color:#FF0000;
}
.social_link li a:hover { background-position:left bottom; }

/* ----------------------------------------------------------------------
side_col
---------------------------------------------------------------------- */
.textwidget dl dd {
	padding-left:1em;
	margin-bottom:0.5em;
}
.widget_textnonborder {
	padding:0;
	background:none;
	border:none;
}

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

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* recent post */
/*最近の記事背景色*/
#index_recent_post ul { background:#FEF3E9; }
/* category post */
.index_category_post { background:#FEF3E9;  }

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
/*店舗情報など*/
#contents .meta_area {
	display:block;
	background-color:#F2E9E0;
	padding:10px;
}
#contents .meta_area dl {
	padding-left:1em;
	line-height:1.4em;
}#contents .meta_area dl dt {
	float:left;
	margin-right:1em;
	color:#D45933;
}
/*ギャラリー*/
.gallery dl.gallery-item {
	float:none !important;
	margin:auto;
	width:auto !important;
}
dl.gallery-item .gallery-caption{
	margin:0;
	padding:0;
	line-height:125%;
}

/* 160205 facebookからの引用
例:
https://scontent.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/s720x720/12654107_946808225374683_7246224685874728701_n.jpg?oh=1780e9568a4da1bc5a70695d2ba31874&oe=576B657F */
body.single-post .post img[src^="https://scontent.xx.fbcdn.net/"],
.post img[src^="https://scontent.xx.fbcdn.net/"]
{
  max-width:100% !important;
}
body.single-post .post img{
	margin-bottom:15px;
}
/*iframeの幅*/
body.single-post .post iframe{
	max-width:100% !important;
	height:250px;
}

}

/* コンタクトフォーム　幅変更 */
/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}

/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 0.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 45%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.1em 0.2em 0.1em;
    background: red;
    border-radius: 2px;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
          /*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
    }
          /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
          /*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        visibility: hidden;
    }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 80%;
		font-size: 18px;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/*送信ボタンスタイリング*/
.table-res-form input[type="button"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}
/*戻って編集ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="button"]:hover {
    background: #006599;
    box-shadow: none;
}
