/*
Theme Name: tto-child
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");



/**
 * 0.0 Base - Original
 * -----------------------------------------------------------------------------
 */
@font-face {
 	font-family: "awesome";
 	src: url("./font/font-awesome/fonts/fontawesome-webfont.eot");
	 src: url("./font/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
 	url("./font/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("./font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"),
 	url("./font/font-awesome/fonts/fontawesome-webfont.svg#slick") format("svg");
	 font-weight: normal;
	 font-style: normal;
 }

/* Image hover - alpha
----------------------------------------------------------------------------- */
#main a:hover img ,
#sidebar a:hover img,
#footer a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}

/* Site
----------------------------------------------------------------------------- */
/* body background */
body {
		background-color: #fff;
}

@media screen and (min-width: 400px) {
	body.home {
		background-color: #fff;
		background-image:none;
	}
}



/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */
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 {
	font-family: inherit;
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, メイリオ,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 1.6;
	font-weight: 400;
}

/* リンクカラー */
a {
	color: #0071bc;
}

a:active,
a:hover {
	color: #29abe2;
}

.site-content a {
	text-decoration: none;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 21px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
	line-height:1.2em;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

/* 選択ハイライトカラー*/
::selection {
	background: #d1d3cd;
	color: #888;
	text-shadow: none;
}

::-moz-selection {
	background: #d1d3cd;
	color: #888;
	text-shadow: none;
}



/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Buttons *//* Input fields */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fa6428;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ff8c28;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ff8c28;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 15px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 15px;
}

input {
	padding: 8px 0px 7px 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	box-shadow: 0 0 2px #2197c6;;
	border: 1px solid #2197c6!important;
}


select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select {
	color: #5f5f5f;
	height: 38px;
	font-size: 100%;
	padding: 0px 50px 0px 10px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	text-indent: .01px;
	text-overflow: "";
	background: #FFF url(./images/select_arrow.jpg) no-repeat right;
	box-sizing: border-box;
}

select::-ms-expand {
	display: none;
}


/* Alignment */

@media screen and (max-width: 782px) {
	img.alignleft,
	img.alignright {
		max-width:65%;
	}
}

@media screen and (max-width: 672px) {
	img.alignleft,
	img.alignright {
		max-width:50%;
	}
}

@media screen and (max-width: 400px) {
	img.alignleft,
	img.alignright {
		float: none;
		width:auto;
		max-width:100%;
	}

	img.alignleft,
	img.alignright {
		margin-left:0;
		margin-right:0;
	}
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
/* コンテンツ幅 100% */
.site {
	background-color: transparent ;
	max-width: 100%;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

/* .site内 ナビゲーションを含むコンテンツ幅と背景指定 */
.site-main {
	background-color: #fff;
	max-width: 1100px;
	position: relative;
	margin: 0px auto;
}

html,body {
	height:100%;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* サイトヘッダー（タイトル・ロゴ） */
#site-header {
	background-color: transparent;
	max-width: 1100px;
	padding:0 10px;
	margin: 0 auto;
	text-align:left;
}

#site-header-bg {
	background:#f11369;
	box-shadow:0 1px 5px rgba(0,0,0,0.4);
}

.site-title {
	font-size: 16px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-title:before {
	content: "";
	color:#fff;
}

.site-title a {
	display:none;
}

/* home サイトヘッダー 非表示 - PC */
/*.home #site-header {
	display:none;
}*/

/* home サイトヘッダー 表示 - SP */
/*@media screen and (max-width: 400px) {
	.home #site-header {
		display:block;
	}
	.home .slider-wrapper {
		display:none;
	}
}*/


/* header - mainmenu
----------------------------------------------------------------------------- */
/* メインメニュー（幅100%） */
.site-header {
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.2) ;
	max-width: 100%;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 54%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(54%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 54%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 54%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 54%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 54%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

/* メインメニューサイズ - inner */
.header-main {
	max-width: 1100px;
	margin: 0 auto;
}

/* Search in the header （サイト内検索 トグル） */
.search-toggle {
	background-color: rgba(28, 44, 139, 1);
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(28, 44, 139, 0.5);
}

.search-toggle:hover:before,
.search-toggle.active:before {
	color: #fff;
}

/* 検索フォーム */
.search-box {
	background-color: rgba(184, 188, 172, 0.2);
}

.search-box form {
	max-width:1100px;
	margin: 0 auto;
}

/* ホームボタン */
/*
.home-btn a {
	display:block;
	font-size:21px;
	color:#fff;
	background-color: rgba(28, 44, 139, 1);
	cursor: pointer;
	float: left;
	height: 48px;
	line-height:48px;
	text-align: center;
	width: 48px;
	margin-left:-10px;
}

.home-btn a:hover {
	background-color: rgba(28, 44, 139, 0.5);
}

@media screen and (min-width: 673px) {
	.home-btn a {
		margin-left:-30px;
	}
}

@media screen and (min-width: 782px) {
	.home-btn a {
		margin-left:0px;
		margin-right:0px;
	}
}*/



/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation a {
	text-shadow:none;
	letter-spacing: 0.1em;
}

/*  menu active PC（現在のページ） */
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #3f3f3f;
	background-color: transparent;
	text-shadow: none;
}

.site-navigation ul ul li {
	border:none;
}

/* Primary Navigation */
.primary-navigation {
	font-size:15px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.primary-navigation.toggled-on {
	padding: 55px 0 25px;
}

/* Secondary Navigation (メニュートグル) */
.menu-toggle {
	background-color: rgba(0, 0, 0, 0.8);
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/* 左ナビゲーション不使用 */
/*#secondary {
	display: none;
}*/

/* 左ナビゲーション背景 非表示 */
#secondary,
#page:before{
	background:none;
}
/* トップページのみOFFは、トップページ設定（サイズの調整は 6.0 Contentで）*/


/* 左ナビゲーション
----------------------------------------------------------------------------- */
/* 文字色設定 */
#secondary {
	color: #333;
}

.widget a {
	color: #333;
}

.widget a:hover {
	color: #29abe2;
}

/* サイト説明 非表示 */
.site-description {
	display: none;
}


/* サイドナビ - primary
----------------------------------------------------------------------------- */
.widget-area {
	padding-top: 20px;
}

.widget {
	margin:0 auto 30px;
}

/* タイトル */
#primary-sidebar.primary-sidebar .widget-title {
	font-size:14px;
	color: #fff;
	letter-spacing: 0.1em;
	padding:5px 10px 4px;
	margin-bottom:8px;
	border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: #f11369;
	/*text-align: justify;*/
	/*-webkit-text-size-adjust: 100%;*/
}

/* タイトルマーク */
#primary-sidebar.primary-sidebar .widget-title:before {
	content: "\f107";
	font: normal 18px/1 awesome;
	position: relative;
	top: 1px;
	padding-right:5px;
}

/* リスト */
#primary-sidebar.primary-sidebar ul {
	-webkit-font-smoothing: subpixel-antialiased;
}

#primary-sidebar.primary-sidebar ul li {
	font-size:16px;
	padding: 6px 10px 5px 30px ;
	border-bottom: 1px dotted #aaa;
}

/* リストマーク */
#primary-sidebar.primary-sidebar ul li:before {
	content: "\f152";
	font: normal 14px/1 awesome;
	position: relative;
	top: -1px;
	margin-left:-23px;
	padding-right:5px;
	color:#f11369;
}

/* リスト入れ子処理 */
#primary-sidebar.primary-sidebar ul li ul li {
	font-size:16px;
	margin-left:-20px;
	margin-right:-10px;
}

#primary-sidebar.primary-sidebar ul li ul li:first-child {
	border-top: 1px dotted #aaa;
}

#primary-sidebar.primary-sidebar ul li ul li:last-child {
	border-bottom: 0px dotted #aaa;
	padding: 6px 10px 0 ;
}
#primary-sidebar.primary-sidebar ul li ul li:before {
	content: " - ";
}



/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
/* 入力フォーム */
.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1px 2px 2px 4px;
	border-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color:#333;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

#primary-sidebar.primary-sidebar {
	text-align:center;
}
#primary-sidebar.primary-sidebar .widget-title,
#primary-sidebar.primary-sidebar .widget {
	text-align:left;
}

#primary-sidebar.primary-sidebar .widget img {
	max-width:210px;
	margin-bottom:5px;
}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer,
.site-footer a {
	color:#333;
}

.site-footer a:hover {
	color: #29abe2;
}

.site-footer {
	background-color: transparent;
	width:100%;
}

/* コピーライト */
.site-info,
.site-info a {
	color: #fff;
	background-color: #f11369;
	height:80px;
	box-sizing: border-box;
	text-align:center;
}



/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
/* サイドメニュー背景 */
.content-area {
	background-color: transparent;
	padding-top: 0px;
}

.hentry {
	margin: 0 auto 48px;
}

.site-content {
	background:#fff;
	padding-top:20px;
	padding-bottom:48px;
}

/* コンテンツの幅 */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	background-color: transparent ;
	/*左ナビゲーション 表示用 max-width: 700px;*/
	max-width: 800px;
	margin: 0px auto;
}

.page .site-content .entry-header{
	/*左ナビゲーション 表示用 max-width: 810px;*/
	max-width: 100%;
}

/* トップページ （左ナビゲーション 非表示） */
/*.home .site-content .entry-header,
.home .site-content .entry-content,
.home .site-content .entry-summary,
.home .site-content .entry-meta,
.home .page-content {
	background-color: transparent ;
	max-width: 1100px;
	margin: 0px auto;
}*/

/* 投稿ページ （記事に外周ラインを追加）*/
.archive .site-content .hentry,
.single .site-content .hentry {
	padding:0 10px!important;
}

.archive .site-content .entry-header {
	padding:0 0 5px!important;
	margin-bottom:0;
}

.single .site-content .entry-header {
	padding:0!important;
	margin-top:30px;
	margin-bottom:0px;
}

.archive .site-content .entry-content,
.single .site-content .entry-content {
	box-shadow:0 0 2px 1px #ccc;
	padding:20px 20px 20px!important;
	border-radius:5px;
	box-sizing: border-box;
}

/* 投稿ページ （p padding margin）*/
.archive .site-content .entry-content p,
.single .site-content .entry-content p {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}

.archive .site-content .entry-content p:last-child,
.single .site-content .entry-content p:last-child {
	margin-bottom: 0px;
}

.attachment .site-content .entry-content,
.attachment .site-content .entry-content {
	border:0px solid #ccc!important;
}

/* 記事タイトル 補足情報 非表示 */
.author , .vcard , .comments-link , .byline {
	display: none;
}

/* コメントエリア 非表示 */
.comments-area {
	display: none;
}

/* トップページ専用 （ページタイトルからの上部余白）*/
.home .content-area {
	padding-top: 0;
}
.home .hentry {
	padding-top: 10px;
}





/* h1 見出し
----------------------------------------------------------------------------- */
.site-content .entry-header h1,
.site-content .archive-header h1 {
	color: #333;
	letter-spacing:0.05em;
}

.site-content .entry-header {
	margin-bottom:40px;
}

.page-id-349 .site-content .entry-header {
	margin-bottom:0px;
}


/* h1 ページタイトル
----------------------------------------------------------------------------- */
.site-content .entry-header h1.shop-single-catetitle,
.site-content .page .entry-header h1.entry-title,
.site-content .archive-header h1.archive-title {
	background-image:
		url(images/pagetitle_bg03.gif), url(images/pagetitle_bg01.gif),url(images/pagetitle_bg02.gif);
	background-position :right bottom, left center, left bottom;
	background-repeat: no-repeat;
	background-size:auto, contain, auto;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px 20px 20px 80px;

	font-size:28px;
	line-height:32px;
	color:#f11369;
	text-shadow:
		1px 1px 2px #cfcfcf;
	font-weight: 600;
}

/*
.site-content .entry-header h1.shop-single-catetitle:before,
.site-content .page .entry-header h1.entry-title:before,
.site-content .archive-header h1.archive-title:before {
	content: "\f105";
	font: normal 28px/1 awesome;
	vertical-align: middle;
	position: relative;
	top: -3px;
	color:#f11369;
	margin-left:-20px;
	padding-right:10px;
	text-shadow:none;
	font-weight:200;
}*/

/* ページタイトル（英語） */
.page .entry-header h1.entry-title:after,
.archive .archive-header h1.archive-title:after  {
	display:inline-block;
	padding-left:10px;
	font-size:13px;
	color:#aaa;
	text-shadow:none;
	vertical-align:4px;
	float:right;
}

/* 投稿 */
/*.category-news .archive-header h1.archive-title:after {
	content: "News";
}*/

/*固定ページ*/
/* .entry-header h1.entry-title-shopinfo:after, */
.page-id-9 .entry-header h1.entry-title:after {
	content: "Shop Information";
}
.page-id-11 .entry-header h1.entry-title:after {
	content: "Service Items";
}
.page-id-39 .entry-header h1.entry-title:after {
	content: "Commodity Presents";
}
.page-id-13 .entry-header h1.entry-title:after {
	content: "Service";
}
.page-id-15 .entry-header h1.entry-title:after {
	content: "Inquiry";
}
.page-id-170 .entry-header h1.entry-title:after {
	content: "Adoption Info";
}

.page-id-401 .entry-header h1.entry-title:after {
	content: "Commercial";
}

/* h1 ページタイトル SP調整 */
@media screen and (max-width: 400px) {
	.site-content .entry-header {
		margin-bottom:30px;
	}

	.site-content .page .entry-header h1.entry-title,
	.site-content .archive-header h1.archive-title {
		padding:20px 20px 20px 65px;
		font-size:21px;
	}

	.page .entry-header h1.entry-title:after,
	.archive .archive-header h1.archive-title:after  {
		display:none;
	}
}


/* h1 固定ページタイトル
----------------------------------------------------------------------------- */
.entry-content h1 {
	background-image:
		url(images/pagetitle_bg03.gif), url(images/pagetitle_bg01.gif),url(images/pagetitle_bg02.gif);
	background-position :right bottom, left center, left bottom;
	background-repeat: no-repeat;
	background-size:auto, contain, auto;
	display:block;
	margin-top:0px;
	margin-bottom:20px;
	padding:20px 20px 20px 80px;

	font-size:28px;
	line-height:32px;
	color:#f11369;
	text-shadow:
		1px 1px 2px #cfcfcf;
	font-weight: 600;
}

/*
.entry-content h1 a {
	color:#fff;
}

.entry-content h1 a:hover {
	color: #29abe2;
}
*/
@media screen and (max-width: 400px) {
	.site-content .page .entry-content h1 {
		padding:20px 20px 20px 65px;
		font-size:21px;
	}
}







/* h1 見出し var.01 */
.contents-title  {
	background:#fde0e5;
	margin-bottom:20px;
}

.contents-title h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, メイリオ,"ＭＳ Ｐゴシック",sans-serif;
	text-align:left;
	display:inline-block;
	margin-bottom:0px;
	padding:8px 30px 7px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}


/* h1 投稿 記事タイトル
----------------------------------------------------------------------------- */
.site-content .post .entry-header { 
	margin-bottom:10px;
}

.site-content .post .entry-header h1 { 
	padding: 10px 10px 8px 25px;
	margin-bottom:5px;
	border-bottom:2px solid #f11369;
	font-size: 21px;
}

.entry-header h1 a {
	color: #2f2f2f;
}

.entry-header h1 a:hover {
	color: #29abe2;
}

.site-content .post .entry-header h1:before {
	content: "\f152";
	font: normal 18px/1 awesome;
	position: relative;
	top: -1px;
	color:#f11369;
	margin-left:-18px;
	padding-right:10px;
	text-shadow:none;
}


/* h1 while 投稿抽出 記事タイトル
----------------------------------------------------------------------------- */
.site-content .extract-post {
	overflow:hidden;
}
.site-content .extract-post .extract-header h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", Meiryo, メイリオ,"ＭＳ Ｐゴシック",sans-serif;
	color: #2f2f2f;
	border-bottom:1px solid #f11369;
	background:transparent;
	padding: 10px 10px 8px 25px;
	text-align:left;
	margin-bottom:20px;
	font-size: 21px;
}

/*.site-content .extract-post .extract-header h1 a {
	color: #2f2f2f;
}

.site-content .extract-post .extract-header h1 a:hover {
	color: #29abe2;
}*/

.site-content .extract-post .extract-header h1:before {
	content: "\f105";
	font: normal 18px/1 awesome;
	position: relative;
	top: -1px;
	color:#f11369;
	margin-left:-18px;
	padding-right:10px;
	text-shadow:none;
}


/* h2 見出し
----------------------------------------------------------------------------- */
#footer h2,
.site-content h2 {
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	padding: 10px 10px 8px 25px;

	border-bottom: 2px solid #f11369;
	color: #3f3f3f;
	letter-spacing:normal;
	line-height:1.2em;
	font-weight:600;
} 

.site-content h2 a {
	color: #3f3f3f;
}

.site-content h2 a:hover {
}

.site-content h2:before {
	content: "\f0c8";
	font: normal 18px/1 awesome;
	position: relative;
	top: -1px;
	color:#f11369;
	margin-left:-18px;
	margin-right:10px;
	text-shadow:none;
}


/* h2 while 投稿抽出 記事見出し */
/* h2 投稿 記事見出し */
.site-content .extract-post h2,
.site-content .post h2 {
	border-top: none ;
	border-bottom: none ;
	background:#efefef;
	border-radius:5px;
	padding: 10px 20px 8px;
}

.site-content .extract-post h2:before,
.site-content .post h2:before {
	display:none;
}

/* h2 見出し設定 - sub 詳細へのリンク */
/*.site-content h2 .h2-title-link {
	float:right;
	display:inline-block;
	margin-top:7px;
	margin-left:10px;
	font-size:12px;
	color:#555;
	text-shadow:none;
	letter-spacing:normal;
	font-weight:600;
}

.site-content h2 .h2-title-link:after {
	content: "\f505";
	background:#888;
	position: relative;
	top: 3px;
	margin-left:5px;
	padding:4px 4px;
	border-radius:20px;
	font: normal 16px/1 Genericons;
	color:#fff;
	font-weight:normal;
}

.site-content h2 a .h2-title-link {
	color:#555;
}

.site-content h2 a:hover .h2-title-link {
	color:#29abe2;
}

.site-content h2 a:hover .h2-title-link:after {
	background:#fa6428;
	color:#fff;
}*/


/* h3 見出し
----------------------------------------------------------------------------- */
.site-content h3 {
	line-height:1.2em;
	padding:0 20px;
	color:#2f2f2f
	font-weight:600;
}

.site-content h3 a {
	color:#2f2f2f;
}
.service-list h3 a:hover {
	color:#29abe2;
}

@media screen and (max-width: 400px) {
	.site-content h3 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.site-content table h3 {
	padding:0;
}


/* h4 見出し
----------------------------------------------------------------------------- */
.site-content h4 {
	display:inline-block;
	background:#f11369;
	padding:8px 20px;
	border-radius:5px;
	font-weight:600;
	color:#fff;
}


/* p
----------------------------------------------------------------------------- */
.site-content .entry-content p {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 400px) {
	.site-content .entry-content p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.page .site-content .entry-content p {
	margin-bottom: 20px;
}

/*p.strong
.site-content .entry-content p.strong {
	font-size:18px;
	color:#2f2f2f;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

p.text-large,
p .text-large {
	padding:0 20px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height:1.2em;
}

.site-content table p {
	padding:0;
}


/* タイトル meta
----------------------------------------------------------------------------- */
/* 投稿 カテゴリ非表示 */
.site-content .entry-header .cat-links {
	display:none;
}

/*.cat-links a {
	color: #fff;
}*/

/* 投稿 meta 非表示 */
/*.site-content .entry-header .entry-meta{
	display:none;
}*/



/**
 * 6.1 Post Thumbnail - 非表示
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
	display: none;
}

.site-main .site-content .has-post-thumbnail .entry-header {
	padding: 0 10px 12px;
}

.site-main .site-content .has-post-thumbnail .entry-header,
.full-width .site-content .has-post-thumbnail .entry-header,
.full-width .site-content .hentry.has-post-thumbnail:first-child,
.site-main .singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0px;
}

.list-view .site-content .hentry.has-post-thumbnail {
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	padding-top: 48px;
}

.list-view .site-content .hentry:first-of-type {
	border-top: 0;
	padding-top: 0;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0px solid rgba(0, 0, 0, 0.1);
		padding-top: 20px;
	}

	.list-view .site-content .entry-header {
		padding: 0 10px ;
	}

	.list-view .content-area {
		padding: 0px 0px 0;
	}

	.list-view .site-content .hentry {
		padding-top: 20px;
	}

	.list-view .site-content .hentry:first-of-type {
		padding-top: 0;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: inherit;
	}
}


/* has-post-thumbnail を不使用*/
.site-main .singular .site-content .hentry.has-post-thumbnail {
	margin-top: 30px;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 30px;
}



/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
.site-content .entry-header {
	padding: 0 10px 5px ;
}

.entry-title {
	text-transform: none;
	margin: 0 0 0 0
}

.entry-title a:hover {
	color: #29abe2;
}



/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
.entry-meta a:hover {
	color: #29abe2;
}

.cat-links a:hover {
	color: #29abe2;
}

.entry-meta .tag-links a:hover {
	background-color: #29abe2;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #29abe2;
}
.entry-content .edit-link a:hover {
	color: #29abe2;
}



/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 0 10px 0;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #006934;/*default*/
}

.page-links a:hover {
	background: #22ac38;/*default*/
}



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
/* 投稿 single ページネーション */
.post-navigation {
	max-width: 900px;
}

.post-navigation a,
.image-navigation a {
	font-weight: normal;
	color:#3f3f3f;
}

/* 投稿 single ページネーション */
.post-navigation a:hover,
.image-navigation a:hover {
	color: #29abe2;
}

/* 投稿 single ページネーション（次の記事 前の記事） */
.nav-links a {
position:relative;
padding-left:120px;
	box-sizing: border-box;
}

.nav-links .meta-nav {
	display:block;
	color: #fff;
	background-color: #f11369;
	width: 100px;	
	padding: 5px 5px; 
	border-radius: 3px;
	text-align: center;
	position:absolute;
	top:6px;
	left:0;
}

.nav-links a:hover .meta-nav {
	color: rgba(255, 255, 255, 1);
	background-color: #fbc1cb;
}

.nav-links a[rel="prev"] .meta-nav:before {
	content: "\f048 \A0";
	position: relative;
	top: 1px;
	font: normal 14px/1 awesome;
}

.nav-links a[rel="next"] .meta-nav:after {
	content: "\A0 \f051";
	position: relative;
	top: 1px;
	font: normal 14px/1 awesome;
}

/* 投稿 index ページネーション */
.paging-navigation {
	max-width: 900px;
	margin: 48px auto;
	border-top: 5px solid #ccc;
}

/* 投稿 index ページネーション (上部バー） */
.paging-navigation .page-numbers.current {
	border-top: 5px solid #f11369;
}
.paging-navigation a:hover {
	border-top: 5px solid #fbc1cb;
}

.paging-navigation a.next,
.paging-navigation a.prev {
	color:#f11369;
}

.paging-navigation a.next:after {
	content: "\f051";
	font: normal 14px/1 awesome;
	position: relative;
	top: 0px;
	color:#fbc1cb;
	margin-left:-15px;
	background:#fff;
	padding:5px;
}

.paging-navigation a.prev:before {
	content: "\f048";
	font: normal 14px/1 awesome;
	position: relative;
	top: 0px;
	color:#fbc1cb;
	margin-right:-15px;
	background:#fff;
	padding:5px;
}



/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
/* 記事一覧見出し */
.site-content .entry-header-shop-single,
.archive-header,
.page-header {
	max-width: 100%;
	margin-bottom:50px;
}

/* 投稿カテゴリ非表示 */
.taxonomy-description {
	display:none;
}



/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #29abe2;
}

.comment-reply-title small a:hover {
	color: #29abe2;
}



/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
.slider-control-paging a:hover:before {
	background-color: #22ac38;/*default*/
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #006934;/*default*/
}

.slider-direction-nav a:hover {
	background-color: #006934;/*default*/
}



/**
 * 11.0 Media Queries（画面サイズごとの設定）
 * -----------------------------------------------------------------------------
@media screen and (max-width: 400px) {}
@media screen and (min-width: 401px) {}
@media screen and (min-width: 594px) {}
@media screen and (min-width: 673px) {}
@media screen and (max-width: 782px) {}
@media screen and (min-width: 783px) {}
@media screen and (min-width: 810px) {}
@media screen and (min-width: 846px) {}
@media screen and (min-width: 1008px) {}
@media screen and (min-width: 1040px) {}
@media screen and (min-width: 1080px) {}
@media screen and (min-width: 1110px) {}
@media screen and (min-width: 1218px) {}
@media screen and (min-width: 1260px) {}
*/

/* 投稿ページ */
@media screen and (max-width: 400px) {
	.list-view .site-content .hentry {
		min-height: 60px;
		margin: 0 0 48px;
		padding: 12px 0 9px;
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}

	.list-view .site-content .entry-title {
		font-weight: 300;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 0;
		padding: 0 10px 24px;
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}
}

@media screen and (min-width: 401px) {
	.list-view .site-content .hentry {
		border-top: 0px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}
}

@media screen and (min-width: 673px) {
	.header-main {
		padding: 0 30px;
	}
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 783px) {
	.header-main {
		padding: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* メインメニュー SP */
@media screen and (max-width: 782px) {

	/* SP メニュー リスト first-child border 非表示 */
	.site-navigation li:first-child {
		border-top: 0px solid rgba(255, 255, 255, 0.2);
	}

	/* SPメニュー背景 */
	.header-main {
		background-image:
		url(images/navi_bg.png);
		background-position :0 48px!important;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.site-navigation a {
		color: #fff;
	}
	.site-navigation a:hover {
		color: #f11369;
		text-shadow: none;
	}

	/* SPメニューリストマーク（第1階層） */
	.primary-navigation a:before {
		content: "\f152";
		font: normal 14px/1 awesome;
		position: relative;
		top: 0px;
		color:#f11369;
		margin-left:10px;
		padding-right:5px;
		text-shadow:none;
		font-weight:normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* SPメニューリストマーク（第2階層） */
	.primary-navigation ul.sub-menu > li > a:before {
		content: "\f0da";
	}

	/* SPアクティブページ リンクカラー */
	.site-navigation .current_page_item > a,
	.site-navigation .current_page_ancestor > a,
	.site-navigation .current-menu-item > a,
	.site-navigation .current-menu-ancestor > a {
		color:#f11369;
		background-color: transparent;
		text-shadow:none;
	}
}

@media screen and (min-width: 783px) {
	/* メインメニュー サイト名 非表示 */
	.site-title {
		display:none;
	}

	/* メインメニュー設定 PC */
	/* Navigation */
	.site-navigation .menu-mainmenu-container > ul {
		margin-top: 0;
	}

	.site-navigation .menu-mainmenu-container > ul > li {
		padding-left: 0;
	}

	.primary-navigation {
		float: left;
		text-align:center;
		margin: 0;
	}

	.primary-navigation ul {
		margin-left:20px;
	}

	.primary-navigation a {
		padding: 0 20px;
	}

	/* リスト改行隙間対応 */
			.primary-navigation li {
				display:table-cell;
				/*letter-spacing: normal;*/
				/*margin-right:2px;*/
			}

	.primary-navigation ul.nav-menu > li {
		padding-right:1px;
		background-image:
			url(images/mainmenu_sidebar.png);
		background-position :right center;
		background-repeat: no-repeat;
	}

	.primary-navigation ul.nav-menu > li:first-child {
		padding-right:1px;
		padding-left:1px;
		background-image:
			url(images/mainmenu_sidebar.png),
			url(images/mainmenu_sidebar.png);
		background-position :right center,left center;
		background-repeat: no-repeat;
	}

	/* PC ページ階層マーク（第2階層がある場合） */
	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		color:#c8000d;
		text-shadow:none;
	}

/* PC ページ階層マーク（第2階層がある場合）非表示 */
.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	display:none;
}

/*
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 8px;
}
*/

/* 隙間 negativemargin */
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	margin-right:-1px;
}

	/* PC メインメニュー */
	.primary-navigation li a {
		color: #3f3f3f;
		min-width:48px;
		height:48px;
		box-sizing: border-box;
		letter-spacing:0.1em;
		background-color: transparent;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: transparent;
		border-bottom: 3px solid #f11369;
		color: #f11369;
		text-shadow: none;
		/*-webkit-transition: all 0.8s linear 0;
		-moz-transition: all 0.8s linear 0;
		transition: all 0.8s linear 0;*/
	}

	/*  menu active icon PC（現在のページ） */
	.site-navigation .current_page_item > a:before,
	.site-navigation .current_page_ancestor > a:before,
	.site-navigation .current-menu-item > a:before,
	.site-navigation .current-menu-ancestor > a:before {
		content: "\f0d7";
		font: normal 12px/1 Awesome;
		position:absolute;
		margin-left:-6px;
		bottom:3px;
		left: 50%;
		color: #f11369;
	}

	.primary-navigation ul ul {
		background-color: rgba(255,255,255,0.9)
		/*-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
		transition: left 0.3s;*/
	}

	.primary-navigation ul ul > li {
		border-bottom:1px solid rgba(0, 0, 0, 0.2);
	}

	.primary-navigation ul ul li:hover a,
	.primary-navigation ul ul li.focus > a {
		background-color: #fff;
		border:none;
	}
	.primary-navigation ul ul > li:hover {
		border-bottom:2px solid #f11369;
	}
	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #3f3f3f;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: 0px;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: 0px;
	}
}

@media screen and (min-width: 1008px) {
	.primary-navigation ul {
		margin-left:85px;
	}

	.primary-navigation a {
		width:145px;
	}

	.search-box-wrapper {
		padding-left: 0px;
	}

	/* サイドナビ PC */
	.main-content {
		float: left;
	}

	/* サイドナビサイズ */
	.site-content {
		margin-right: 0px;
		/* サイドナビ 表示 margin-left: 250px;*/
		margin-left: 270px;
	}

	/* サイドナビサイズ */
	#secondary {
		width: 256px;
		padding:0 7px;
		background-color: transparent;
	}

	.widget ul {
		background:#fff;
		border-radius:5px;
	}

	/* #primary-sidebar.primary-sidebar .widget-title {
		padding: 5px 10px;
		margin-bottom:8px;
	} */

	/*#primary-sidebar.primary-sidebar ul li:last-child {
		border:none;
	}*/
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 10px;
		padding-left: 10px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box-wrapper,
	.featured-content {
		padding-left: 0px;
	}
}



/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 8pt;
		width:80%;
		margin:0 auto;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 0px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}

/* Print - Original */
	.site-footer {
		display: block!important;
	}
	.footer-contents {
		display: none!important;
	}


/*#site-header {
	margin-bottom:-25px!important;
}*/

#site-header img {
	display:inline;
	width:40%!important;
}

.home #site-header {
	display:block;
}

.site-header {
	display:none;
}

/*.slider-wrapper,
#site-header .header-contact,
#site-header .header-submenu,
.site-header .home-btn,
.site-header .header-menu-contact,
.site-header .header-menu-contact-sp {
	display:none;
}*/

.slider-wrapper {
	display:none;
}

.page .site-content .entry-content .shop-list-index p {
	font-size:10px;
}

/*
.box-twocolumn-l,
.box-twocolumn-r {
	width:100%;
	float:none;
}

.site-content .entry-content .map-twocolumn-r li {
	width:50%;
}

.service-menu-column,
.top-contents-slider {
	display:none;
}
*/

.archive .site-content .entry-content,
.single .site-content .entry-content {
	background: #fff;
}

/*
.site-content h3.pt02 {
	border-bottom: none;
}*/

#pageTop {
	display:none!important;
}

/*
.button-set02 {
	border:none;
}

.button-set02 .btn02-1 {
	border: none;
}*/

/* flexslider */
	.flexslider {
		display:none;
		position:static;
		padding:0!important;
	}

	ul.flex-direction-nav,
	ol.flex-control-paging {
		display:none;
	}


#main-content #primary .site-content {
	width:80%;
	margin:0 auto;
}

.button-set-map,
.button-set,
p.submit input {
	display:none!important;
}

h1 {
	font-size: 17px!important;
}
h2 {
	font-size: 17px!important;
}
h3 {
	font-size: 14px!important;
}
h4 {
	font-size: 12px!important;
}
h5 {
	font-size: 10px!important;
}

table td,
table th,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
p {
	font-size: 9px!important;
}
.shopinfo-list-name {
	font-size: 12px!important;
}
h1.entry-title:after,
.site-info {
	font-size: 8px!important;
}
}






/**
 * 13.0 Original
 * -----------------------------------------------------------------------------
 */

/**
 * 個別 CSS
 * -----------------------------------------------------------------------------
 */
hr {
	clear:both;
}

.page hr {
	margin-top:20px;
	margin-bottom:20px;
}

hr.border-none {
	background-color: transparent;
}

.clear {
	clear:both;
}

.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb60 {
	margin-bottom:60px !important;
}

.main-color {
	color:#f11369;
}

.color-red {
	color: #c0392b!important;
}

.color-red li:before {
	color:#c6081a!important;
}

.img-radius {
	border-radius:5px;
}

/* スマホ br 非表示 */
@media screen and (max-width: 450px) {
	br.spbr {
		display:none;
	}
}



/**
 * 共通CSS
 * -----------------------------------------------------------------------------
 */
/* ul
----------------------------------------------------------------------------- */
.site-content .entry-content ul {
	list-style:none;
	margin:0 0 30px 0;
	padding: 0 20px;
}

.site-content .entry-content ul li {
	border-bottom:1px dotted #ccc;
	padding: 8px 10px 8px 34px;
}


.site-content .entry-content ul li:before {
	content: "\f111";
	font: normal 8px/1 awesome;
	position: relative;
	top: -3px;
	margin-left:-18px;
	font-weight:normal;
	color:#f11369;
	padding-right:10px;
}

@media screen and (max-width: 400px) {
	.site-content .entry-content ul {
		padding: 0;
	}
}


/* ul 横2列組 */
.site-content .entry-content ul.ul2column li {
	width:49%;
	display:inline-block;
	box-sizing: border-box;
	border-left:10px solid rgba(255, 255, 255, 0);
	border-right:10px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 783px) {
	.site-content .entry-content ul.ul2column li {
		width:100%;
		border-left: 0px solid rgba(255, 255, 255, 0);
		border-right: 0px solid rgba(255, 255, 255, 0);
	}
}

/* ol
----------------------------------------------------------------------------- */
.site-content .entry-content ol {
	margin:0 0 30px 0 35px;
	padding: 0 20px 0 20px;
}

.site-content .entry-content ol li {
	border-bottom:1px dotted #ccc;
	padding: 8px 10px 8px 0px;
}

@media screen and (max-width: 400px) {
	.site-content .entry-content ol {
		padding: 0;
	}
}



/* table - reset
----------------------------------------------------------------------------- */
table {
	border:none;
}

table th,
table td {
	border:none;
}
.entry-content th {
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
}


/* table
----------------------------------------------------------------------------- */
.site-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 8px;
	border: none;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.site-content table th,
.site-content table td {
	padding: 10px 20px 10px;
	font-size: 1.1em;
	line-height: 1.2;
vertical-align:top;
}
 
.site-content table th {
	width:18%;
	color: rgba(0, 0, 0, 0.7);
	background-color: #efefef;
	text-align: left;
	min-width: 80px;
	overflow: visible;
	position: relative;

	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #ddd;
	border-left:0px solid #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-content table td {
	background-color: rgba(255, 255, 255, 0.0);
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #ddd;
	border-left:0px solid #ccc;
}


/* <table class="table.sp-table" SP表示切り替え */
@media screen and (max-width: 783px) {
	.site-content table.sp-table th {
		max-width: 100%;
		width: 100%;
		display:block;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:0px solid #ccc;
		border-left:1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 5px 5px 0px 0px;
		overflow:hidden;
	}

	.site-content table.sp-table td {
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px 0px 5px 5px;
		overflow:hidden;
	}
}

/* <table class="table.sp-table" SP表示切り替え（thを使用しない）*/
@media screen and (max-width: 783px) {
	.site-content table.sp-table-td td {
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:0px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px;
		overflow:hidden;
	}
}



/* a button
----------------------------------------------------------------- */
.button-set a {
	font-size: 16px;
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px 20px 50px;
	display: inline-block;
	/*text-transform: uppercase;*/
	letter-spacing: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button-set a:after {
	content: '\f105';
	font: normal 18px/1 awesome;
	position: absolute;
	top:50%;
	right:5px;
	margin-top:-10px;
	font-weight: normal;
}

/* Button レイアウト */
.button-set .btn01 {
	color: #fff;
	background:#f11369;
	border: 1px solid #fff;
	border-radius: 5px;
}

.button-set .btn01:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
	padding: 18px 80px;
	box-shadow:0 0 3px 1px #fff;
}

@media screen and (max-width: 400px) {
	.button-set .btn01:hover {
		padding: 18px 48px;
	}
}

/* Button 配置 */
.button-set-right {
	text-align:right;
	margin-bottom:30px;
}

.button-set-center {
	text-align:center;
	margin-bottom:30px;
	background:#efefef;
	padding:10px;
}



/**
 * サイドナビ
 * -----------------------------------------------------------------------------
 */
/* widgetImageプラグイン */
#primary-sidebar.primary-sidebar .widget_sp_image {
	margin-bottom:5px;
	display:inline-block;
	width:auto;
	padding:0 3px;
}

@media screen and (max-width: 480px) {
	#primary-sidebar.primary-sidebar .widget_sp_image {
		display:block;
		text-align:center;
	}
}

/* テキストウィジェット */
#primary-sidebar.primary-sidebar .widget_text {
	margin-bottom:0;
}

#primary-sidebar.primary-sidebar .widget .textwidget {
	margin-bototm:20px;
}



/**
 * ヘッダー
 * -----------------------------------------------------------------------------
 */
/* header-submenu */
#site-header .header-submenu {
	display:inline-block;
	position:absolute;
	right:0;
	top:0px;
}

#site-header .header-submenu ul {
	list-style:none;
	margin: 10px 10px 10px 0;
	border-right:1px dotted #ccc;
	max-height:60px;
}

#site-header .header-submenu ul li {
	display:inline-block;
	border-left:1px dotted #ccc;
	margin: 0;
}

#site-header .header-submenu a {
	text-align:center;
	height:60px;
	display:block;
	box-sizing: border-box;
	padding:0px 10px;
	color:#3f3f3f;
	vertical-align:middle;
	display:table-cell;
}

#site-header .header-submenu a:hover {
	color: #f75678;
}

#site-header .header-submenu i.fa {
	font-size:18px;
	color:#f11369;
}

#site-header .header-submenu a:hover i.fa {
	color: #fbc1cb;
}

/* header-submenu SP */
@media screen and (min-width: 481px) {
	.header-menu-contact-sp {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	#site-header .header-submenu {
		display:none;
	}

	.header-menu-contact-sp {
		display:block;
	}

	.header-menu-contact-sp a {
		color:#f11369;
		display:block;
		height:36px;
		line-height:36px;
		width:36px;
		float:right;
		margin-right:8px;
		background:#fff;
		border-radius:20px;
		padding:0 ;
		text-align:center;
		margin-top:6px;
	}
	.header-menu-contact-sp a:active,
	.header-menu-contact-sp a:hover {
		color: #f75678;
	}
}



/**
 * フッター
 * -----------------------------------------------------------------------------
 */
.footer-contents {
	width:100%;
	margin:0;
	padding:10px 0;
	overflow:hidden;
	border-top:3px solid #f11369;
	background:#efefef;
}

.footer-contents p {
	padding:0;
	margin:0;
	text-align:left;
}

.footer-contents-inner {
	max-width:1100px;
	margin:0 auto;
}

/* footer-menu */
.footer-menu {
}

.menu-footer-menu-container {
	width: 100%;
	margin:0;
	text-align:center;
}

.footer-menu ul {
	list-style:none;
	margin:0;
}

.footer-menu ul li {
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-menu ul.menu > li {
	padding: 5px 10px;
	width:24%;
	display:inline-block;
	vertical-align:top;
	border-left:1px dotted #ccc;
	min-height:100px;
	margin-bottom:20px;
}

.footer-menu ul.menu > li:first-child {
	border-left:0px dotted #ccc;
}

@media screen and (max-width: 700px) {
	.footer-menu ul.menu > li {
	width:49%;
	}
}

.footer-menu ul.menu > li > a {
	padding: 5px 0px;
	display:block;
	background:#fff;
	border-radius:6px;
	marign-bottom:5px;

-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.5) inset;
   -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.5) inset;
        box-shadow:2px 2px 2px 0 rgba(200,200,200,0.5) inset;
	color:#888;
}
.footer-menu ul.menu > li > a:hover {
	color:#888;
}


.footer-menu ul.menu ul li {
	display:block;
	padding: 5px 0px;
}

/* ページトップアンカー */
#pageTop {
	background:rgba(0, 0, 0, 0.8);
	width: 48px;
	height: 48px;
	position:fixed;
	bottom:10px;
	right:0px;
	z-index:999;
	text-align: center;
	cursor: pointer;
}

#pageTop:hover,
#pageTop:active {
	background:rgba(100, 100, 100, 0.8);
}

#pageTop:before {
	content: "\f435";
	display: inline-block;
	margin-top: 12px;
	font: normal 24px/1 Genericons;
	color: #fff;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#pageTop .pagetop-text {
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



/**
 * ページ個別設定
 * -----------------------------------------------------------------------------
 */
/**
 * お問合せ
 * -----------------------------------------------------------------------------
 */
/* form table */
.site-content table.table-contact {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
	border: none;
	margin-bottom:0px;
}
 
.site-content table.table-contact th,
.site-content table.table-contact td {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4;
	border-bottm: 1px solid #ccc;
}

/*.site-content table.table-contact td[colspan="2"] {
	padding:0;
}*/

.site-content table.table-contact th {
	background-color: transparent;
	text-align: left;
	width: 180px;
	overflow: visible;
	position: relative;
	color: #555;
	vertical-align:middle;
	/*border-left: 5px solid ;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* デフォルトテーブル clear*/
.site-content table.table-contact th:before {
	content: "";
}
.site-content table.table-contact tr th:last-child,
.site-content table.table-contact tr td:last-child {
	border-right:0px solid #ccc;
}

/* th 右 三角 */
.site-content table.table-contact th:after {
	content: "\f0da";
	font: normal 18px/1 awesome;
	pointer-events: none;
	position: absolute;
	left: 100%;
	line-height:100%;
	color: #ccc;
	margin-top:5px;
}

/* 必須 */
.site-content table.table-contact th .required {
	float:right;
	position:relative;
	top:5px;
	right:5px;
}

@media screen and (max-width: 783px) {
	.site-content table.table-contact th {
		max-width: 100%;
		width: 100%;
		display:block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.site-content table.table-contact td {
		width: 100%;
		display:block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}

	/* レイアウト変更 */
	.site-content table.table-contact td {
		border-bottom: 0px solid #ccc;
		padding-left: 15px ;
		padding-right: 15px ;
	}
	.site-content table.table-contact th:after {
		display:none;
	}
}
 
.site-content table.table-contact td {
	background: rgba(255, 255, 255, 0.0);
	padding-left: 20px ;
}

.contact-box td input.wpcf7-form-control,
.contact-box td textarea.wpcf7-form-control {
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #aaa;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

p.submit {
	text-align: center;
	margin: 0 auto;
}

/* th layout */
.site-content table.table-contact th {
	border-left: none;
	padding-left:0;
	padding-right:0;
}

.site-content table.table-contact th label {
	border-left:5px solid #f11369;
	padding:5px 10px 5px 10px;
	display:inline-block;
}


/* Contact form error
----------------------------------------------------------------------------- */
.wpcf7 span.wpcf7-not-valid-tip {
	display: block;
	position: static;
	top: 0;
	left: 0;
	border: none;
	color: #c0392b;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #c0392b;
	background-color: transparent;
	border: 2px solid #c0392b;

}

    .wpcf7 .wpcf7-mail-sent-ok {
	color: #036eb8;
	background-color: #fff;
	border: 1px solid #2ea7e0;
}


/* Contact button
----------------------------------------------------------------------------- */
.contact-box p.submit input[type="submit"] {
	font-size: 14px;
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 30px 20px 50px;
	display: inline-block;
	/*text-transform: uppercase;*/
	letter-spacing: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top:15px;
}

.contact-box p.submit:before {
	content: "\f003";
	font: normal 18px/1 awesome;
	position: relative;
	top: -20px;
	right:-50px;
	margin-right:5px;
	font-weight: normal;
	z-index:40;
	color: #fff;
}
 
/*
.contact-box p.submit input[type="submit"]:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}*/

/* Button レイアウト */
.contact-box p.submit input[type="submit"] {
	color: #fff;
	background:#f11369;
	border: 1px solid #f11369;
	border-radius: 5px;
}

.contact-box p.submit input[type="submit"]:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
	padding: 18px 80px;
}



/**
 * 検索ページ
 * -----------------------------------------------------------------------------
 */
.search .site-content .page .entry-header h1.entry-title,
.search .site-content .post .entry-header h1.entry-title {
	color: #2f2f2f;
	border-bottom:2px solid #f11369;
	background-image:none;
	background-color:transparent;
	margin-top:0px;
	margin-bottom:0px;
	padding:0 0 5px 28px;
	line-height:1em;
	font-size: 21px;
	display:block;
	font-weight: 300;
	border-radius:0px;
	letter-spacing:normal;
	text-shadow:none;
}

.search .site-content .page .entry-header h1.entry-title:before,
.search .site-content .post .entry-header h1.entry-title:before {
	content: "\f152";
	font: normal 18px/1 awesome;
	position: relative;
	top: -1px;
	color:#f11369;
	margin-left:-18px;
	padding-right:10px;
	text-shadow:none;
}

.search .site-content .page .entry-header h1.entry-title:after,
.search .site-content .post .entry-header h1.entry-title:after {
	content: "";
	padding-left:0;
}

.search .site-content .page .entry-header h1.entry-title a,
.search .site-content .post .entry-header h1.entry-title a {
	color: #2f2f2f;
}

.search .site-content .page .entry-header h1.entry-title a:hover,
.search .site-content .post .entry-header h1.entry-title a:hover {
	color: #29abe2;
}

.search .site-content .page .entry-header .entry-meta,
.search .site-content .post .entry-header .entry-meta {
	display:none;
}

.search .site-content .page .entry-header,
.search .site-content .post .entry-header {
	margin-bottom:10px;
}

.search .site-content .hentry {
	padding-top:0px;
	margin-bottom:50px;
}

.search .paging-navigation {
	margin-top:70px;
}

.search .site-content h1.page-title {
	background:#efefef;
	border-radius:15px;
	margin-bottom:0px;
	display:inline-block;
	padding:5px 20px 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search .site-content .page .entry-summary p,
.search .site-content .post .entry-summary p {
	padding-left: 20px;
	padding-right: 20px;
}



/* トップページ 基本
----------------------------------------------------------------------------- */
/* 旧ie専用文書*/
.browser-info {
	background:#fff;
	border-radius:5px;
	margin-bottom:20px;
	padding:10px;
}
.browser-info p {
	margin-bottom:0;
}
.browser-info {
	display:none;
}

.ie .browser-info {
	display:block;
}

/* トップページ ページタイトル非表示 */
body.home .entry-header {
	display:none;
}

/* トップメインイメージ */
.top-mainimg {
	width:100%;
	background:#efefef;
	text-align:center;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:2;
}

.top-mainimg img {
	max-width:1000px;
	width:100%;
	height:auto;
}

/* masthead-fixed 調整 */
.home.masthead-fixed .top-mainimg {
	margin:0px auto;
}

.home.masthead-fixed .site-main {
	margin-top: 0px;
}

/*@media screen and (max-width: 783px) {
	.home.masthead-fixed .top-mainimg {
		margin:-48px auto;
	}
}*/

/* サイドナビ非表示
@media screen and (min-width: 1008px) {
	.home .main-content {
		float: none;
	}

	.home .site-content {
		margin-right: auto;
		margin-left: auto;
	}
}

.home #secondary {
	display:none!important;
} */



/* トップページ
------------------------------------------------------------------------- */
/* 共通バナー */
.common-info-banner {
	text-align:center;
	margin-bottom:20px;
}

.common-info-banner img {
	margin-bottom:10px;
}
.common-info-banner p {
	-webkit-font-smoothing: subpixel-antialiased;
}

/* トップページ バナー */
.top-news-banner {
	text-align:center;
	margin-bottom:20px;
}

.top-news-banner img {
	margin-bottom:10px;
}

.top--item-Info {
	text-align:center;
	margin-bottom:20px;

}

.top--item-Info a {
	padding:0 3px 5px;
	display:inline-block;
	overflow:hidden;
}

/* トップページ Topics ulリスト */
.site-content .entry-content h1 .top-news-list-tlink {
	display:inline-block;
	float:right;
	font-size:16px;
} 

.site-content .entry-content ul.top-news-list {
	-webkit-font-smoothing: subpixel-antialiased;
}

.site-content .entry-content ul.top-news-list li {
	overflow:hidden;
	list-style:none;
	position: relative;
	padding-left:90px;
	min-height:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.top-news-list li .top-news-date {
	color:#888;
	display:inline-block;
	padding-right:10px;
}

ul.top-news-list li .top-news-title {
	border-bottom:1px solid #0071bc;
	display:inline-block;
}

ul.top-news-list li .top-news-contents {
	padding-top:5px;
	display:inline-block;
}
ul.top-news-list li .top-news-thum {
	position:absolute;
	top:0;
	left:0;
	padding:10px 0;
	width:80px;
	height:80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-content .entry-content ul.top-news-list li:before {
	content: "";
	top: 0px;
	margin-left:0;
	padding-right:0px;
}


/* 店舗案内
------------------------------------------------------------------------- */
/* 店舗案内 アンカーメニュー */
.site-content .entry-content ul.shopinfo-anchor {
	padding: 0;
}

.site-content .entry-content ul.shopinfo-anchor li {
	border-top:2px solid #fff;
	border-right:0px solid #fff;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	width:25%;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#efefef;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-content .entry-content ul.shopinfo-anchor li:last-child {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
}


.site-content .entry-content ul.shopinfo-anchor li:before {
	content: "\f150";
	font: normal 12px/1 awesome;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 480px) {
	.site-content .entry-content ul.shopinfo-anchor li {
		text-align:center;
		padding: 8px 10px;
	}
	.site-content .entry-content ul.shopinfo-anchor li:before {
		content: "";
		padding-right:0px;
		margin-left:0px;
	}
}

/* table リスト */
.site-content table.shopinfo-list {
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.site-content table.shopinfo-list th {
	background-color: transparent;
	width:150px;
	padding: 10px 10px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.site-content table.shopinfo-list td {
	padding: 10px 10px 10px 10px;
}

.site-content table.shopinfo-list td a.shopinfo-list-name {
	display:block;
	font-size:18px;
	border-bottom:1px solid #ccc;
	padding:0 10px 5px 0px;
	margin-bottom:10px;
}

.page .site-content table.shopinfo-list td p {
	display:inline-block;
	padding:0;
	margin-bottom:0;
}

.site-content table.shopinfo-list td p i {
	color:#f11369;
	margin-right:8px;
}

@media screen and (max-width: 600px) {
	.site-content table.shopinfo-list td {
		padding: 10px 10px 10px 0px;
	}
}

@media screen and (max-width: 400px) {
	.site-content table.shopinfo-list th {
		background-color: transparent;
		width:130px;
	}
}

/* 店舗案内リスト MAPボタン */
.button-set-map {
	float:right;
	width:100px;
	overflow: hidden;
	padding-top: 10px;
}

.button-set-map a {
	padding: 10px 20px;
	display:inline-block;
}

.button-set-map a i {
	margin-right:10px;
}

.button-set-map a.btn01 {
	color: #fff;
	background:#f11369;
	border-radius: 5px;
}
.button-set-map a.btn01:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
	padding: 7px 17px;
}



/* 各店舗紹介ページ
------------------------------------------------------------------------- */
/* 店舗画像 */
.entry-content .shop-info-img {
	text-align:center;
}

.entry-content .shop-info-img img {
	display:inline-block;
	/*max-width:49%;*/
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.entry-content .shop-info-img img {
		max-width:100%;
	}
}

/* table */
.site-content table.shopinfo-page th:before {
	content: "\f054";
	font: normal 12px/1 awesome;
	vertical-align:middle;
	position: relative;
	top: -1px;
	color:#f11369;
	margin-right:10px;
}

/* 店舗名 */
.site-content h2.shopinfo-page-title {
	margin-right:10px;
	margin-left:10px;
	background-color:#f11369;
	border-bottom:none;
	color: #fff;

	border-radius:24px;

	background-image:
		url(images/shopinfo_page_title.gif);
	background-position :right center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
	.site-content h2.shopinfo-page-title {
		background-image:none
	}
}



/* 取扱商品
------------------------------------------------------------------------- */
.site-content table.itempage-table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.site-content table.itempage-table th {
	width:250px;
	background-color: transparent;
	padding:10px 0;
	text-align: center;
}

.site-content table.itempage-table td p {
	padding-left:0;
	padding-right:0;
}
.site-content table.itempage-table td p:last-child {
	margin-bottom:0;
}

@media screen and (max-width: 600px) {
	.site-content table.itempage-sp-table th {
		max-width: 100%;
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px solid #ccc;
		border-left:0px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px;
		overflow:hidden;
	padding:10px 10px;
	}

	.site-content table.itempage-sp-table td {
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:0px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px;
		overflow:hidden;
	padding:10px 10px;
	}
}


/* 2022.06.21 更新 */
.site-content table.itempage-table td .itemtable-link {
	text-align: right;
	padding: 10px 0 15px;
}

.site-content table.itempage-table td .itemtable-link a {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-right: 10px;
	position: relative;
}

.site-content table.itempage-table td .itemtable-link a::after {
	content: "";
	width: 1px;
	height: 10px;
	background: #ccc;
	position: absolute;
	bottom:-2px;
	right: 4px;
	transform: rotate(-45deg);
}

@media screen and (min-width: 601px) {
	.site-content table.itempage-table td {
		padding-bottom: 50px;
		position: relative;
		padding-top: 20px;
	}
	.site-content table.itempage-table td .itemtable-link {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}


/* 採用情報
------------------------------------------------------------------------- */
.recruitPage-box {
	border:1px solid #f11369;
	border-radius:5px;
	margin:10px auto;
	padding:20px 10px 0;
	text-align:center;
}



/* ラジオCMページ
------------------------------------------------------------------------- */
.site-content table.cm-list th {
	border:none;
	text-align:center;
	vertical-align:middle;
	width:100px;
}

.button-set-cm {
	float:none;
	width:100px;
	overflow: hidden;
	padding-top: 0px;
}

.button-set-cm a {
	padding: 10px 20px;
	display:inline-block;
}

.button-set-cm a i {
	margin-right:0px;
	font-size:20px;
}

.button-set-cm a.btn01 {
	color: #fff;
	background:#f11369;
	border-radius: 5px;
}

.button-set-cm a.btn01:hover {
	border: 3px solid #f11369;
	color: #f11369;
	background-color:#fff;
	padding: 7px 17px;
}



/* サイドナビ・ウィジェット
------------------------------------------------------------------------- */
/* ボタン */
#primary-sidebar.primary-sidebar ul#menu-sidemenu li {
	font-size:18px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 6px 10px 5px 25px ;
	background:#f11369;
	margin-bottom:8px;
	border-radius:6px;
	border:none;
	padding:0px;
	border:1px solid #ccc;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}

#primary-sidebar.primary-sidebar ul#menu-sidemenu li a {
	color:#3f3f3f;
	display:block;
	border:2px solid #fff;
	border-radius:6px;
	padding:8px 5px;
	background-image:
		url(images/sidemenu_titlebg.gif);
	background-position :right bottom;
	background-repeat: repeat-x;
	text-shadow: 1px 1px 1px #fff,
	-1px 1px 1px #fff,
	1px -1px 1px #fff,
	-1px -1px 1px #fff;
}

#primary-sidebar.primary-sidebar ul#menu-sidemenu li:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";

}

#primary-sidebar.primary-sidebar ul#menu-sidemenu li a:hover{
color:#f11369;
}

#primary-sidebar.primary-sidebar ul#menu-sidemenu li:before {
	content: "";
	margin-left:0px;
	padding-right:0px;
}

#primary-sidebar.primary-sidebar ul#menu-sidemenu li a:before {
	content: "\f105";
	font: normal 16px/1 awesome;
	position: relative;
	top: -2px;
	margin-left:10px;
	padding-right:10px;
	color:#f11369;
}

/* スタッフ募集 バナー */
#secondary .primary-sidebar #widget_sp_image-7 {
	margin-bottom:20px;
}

/* ISHIIロゴ バナー */
@media screen and (max-width: 526px) {
	#secondary .primary-sidebar #widget_sp_image-1 {
		display:none;
	}
	#secondary .primary-sidebar #widget_sp_image-2 {
		display:inline-block!important;
	}
}

@media screen and (max-width: 1007px) {
	#secondary .primary-sidebar #widget_sp_image-2 {
		display:none;
	}
}

@media screen and (min-width: 1008px) {
	#secondary .primary-sidebar #widget_sp_image-1 {
		display:none;
	}
}

/* 画像間BR */
#secondary .primary-sidebar aside#text-2,
#secondary .primary-sidebar aside#text-3,
#secondary .primary-sidebar aside#text-1 {
height:0;
	overflow:hidden;
}

/* 最近のNews 一覧 */
#recent-posts-2 {
	margin-bottom:10px;
}



/**
 * プラグイン・Jquery
 * -----------------------------------------------------------------------------
 */
/* slide 左右ナビ */
.flex-direction-nav a:before {
	line-height:1em;
}

.flexslider-box {
	background: #FFF url(./images/mainimage_bg.jpg) no-repeat center;
	width: 100%;
	overflow:hidden;
}

.flexslider {
max-width:900px;
margin:20px auto 40px!important;
}


/* Simple Lightbox CSS */
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-size:14px;
    line-height:2;
}


/* Google map 各店舗紹介 */
#map-single {
	width: 95%;
	height: 300px;
	border-radius: 5px;
	border: 3px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}
@media screen and (max-width: 400px) {
	#map-single {
		width: 90%;
	}
}

#map-single img {
	max-width: initial;
	max-width: unset;
}








/* -----------------------------------------------------------------------------
 * その他
 * ----------------------------------------------------------------------------- */
/* Google map */
#map-shop-list-index {
	width: 95%;
	height: 300px;
	border-radius: 5px;
	border: 3px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}
@media screen and (max-width: 400px) {
	#map-single {
		width: 90%;
	}
}

#map-shop-list-index img {
	max-width: initial;
	max-width: unset;
}











.single .hentry .entry-content h1,
.archive .hentry .entry-content h1{
	background-image:none;
	display:block;
	margin-top:0px;
	margin-bottom:20px;
	padding:12px 20px 10px;
	font-size:24px;
	line-height:24px;
	text-shadow:none;
	font-weight: 600;
	color:#f11369;
	border:2px solid #ccc;
	border-radius:5px;
	clear:both;
}

@media screen and (max-width: 400px) {
	.single .hentry .entry-content h1,
	.archive .hentry .entry-content h1{
		font-size:18px;
	}
}

.single .hentry .entry-content h3,
.archive .hentry .entry-content h3 {
	background-image:none;
	background-color:#f11369;
	display:inline-block;
	margin-top:0px;
	margin-bottom:20px;
	padding:12px 20px 10px;
	font-size:18px;
	font-weight: 600;
	color:#fff;
	border-radius:5px;
	clear:both;
}

@media screen and (max-width: 400px) {
	.single .hentry .entry-content h3,
	.archive .hentry .entry-content h3 {
		font-size:16px;
	}
}


/* 2016 02-26 ユーチューブ追加 */
@media screen and (min-width: 1008px) {
.side-movie iframe {

max-height:160px;
margin-bottom: 0px;
}
}

/* 20191205 キャッシュレス */
#primary-sidebar.primary-sidebar #widget_sp_image-8 {
	margin-bottom:10px;
}
@media screen and (max-width: 1007px) {
	#primary-sidebar.primary-sidebar #widget_sp_image-8 img {
		max-width: 400px!important;
	}
}