@charset "utf-8";
/*
Theme Name: LIM_responsive001
Description: LIM_responsive001
Version: 1.0
Author: LIM

*/

/* =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;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {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: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
dt,dd,li   {text-indent: 0;}
strong	{font-weight:bold;}
p	{line-height:1.8;}


body{
font: 14px/21px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#47392c;
-webkit-text-size-adjust: none;
background-color: #fff;
}

img	{max-width:100%; height:auto; vertical-align: bottom; border:0;}
.center    {text-align:center;}
.aligncenter    {text-align:center;}
.right     {text-align:right;}
.left	{text-align:left;}
.alignleft {float:left;}
.alignright{float:right; margin:0 0 20px 20px;}
.children  {margin-top:6px;}
.closeup   {font-size:18px; font-weight:bold; color:#F4402F; }
.r-corner  {border-radius: 5px; border: 1px solid #ccc;}
.r-corner2  {border-radius: 5px;}
.round  {border-radius: 50%;}
.fweight {font-weight:normal !important;}

.tx10      {font-size:10px;}
.tx11      {font-size:11px;}
.tx12      {font-size:12px;}
.tx14      {font-size:14px;}
.tx16      {font-size:16px;}
.tx18      {font-size:18px;}
.tx20      {font-size:20px;}
.tx22      {font-size:22px;}
.tx24      {font-size:24px;}

.pa_btm0   {padding-bottom: 0px !important; }
.pa_btm5   {padding-bottom: 5px !important; }
.pa_btm10  {padding-bottom: 10px !important; }
.pa_btm20  {padding-bottom: 20px !important; }
.pa_btm30  {padding-bottom: 30px !important; }
.ma_btm0   {margin-bottom: 0px !important; }
.ma_btm5   {margin-bottom: 5px !important; }
.ma_btm10  {margin-bottom: 10px !important; }
.ma_btm20  {margin-bottom: 20px !important; }
.ma_btm30  {margin-bottom: 30px !important; }
.ma_btm40  {margin-bottom: 40px !important; }
.ma_btm45  {margin-bottom: 45px !important; }
.ma_btm50  {margin-bottom: 50px !important; }
.ma_btm60  {margin-bottom: 60px !important; }
.ma_btm70  {margin-bottom: 70px !important; }
.ma_btm80  {margin-bottom: 80px !important; }
.pa_top30  {padding-top: 30px !important; }
.ma_right10 {margin-right: 10px; }
.ma_left30 {margin-left: 30px; }

.lineh     {line-height:1.4;}

@media only screen and (min-width:499px){
	.br_sp	{display:none;}
	.br_pc	{display:block;}
}

@media only screen and (max-width:500px){
	.br_sp	{display:block;}
	.br_pc	{display:none;}
}



/* -----------------------------------------------------------
		link
----------------------------------------------------------- */
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#464646;
/* hover effect */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

a:hover, a:active, a:focus{
outline: none;
color:#ff8591;
text-decoration:none;
}

/* コンテンツ内リンクボタン紺（#a4b9a5） */
.button01 {
	display: inline-block !important;
	height: 33px;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	outline: none;
	margin-bottom: 10px !important;
	border-radius: 3px;
	padding: 3px 10px !important;
	border-bottom: medium none !important;
}
.button01 a {color: #fff !important}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01 {
	background-color: #9a8a7c !important;
	color: #fff !important;
}
.button01:hover {
	background-color: #393a34 !important;
	color: #fff !important;
}
@media only screen and (max-width:400px){
	.button01 {font-size: 14px;}
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,.pagecont:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

.clear hr { display: none; border: none; height:0px; }/*clearfix*/.clearfix { clear: both; min-height: 1px;/*IE7用…高さが設定されてあれば回避可能*/ zoom: 1; height:auto; background-color:transparent; }.clearfix:after { content: ".";  /* 新しい要素を作る */ display: block;  /* ブロチEけレベル要素に */ clear: both; height: 0; visibility: hidden; background-color:transparent; }.clearfix { min-height: 1px; }/*-WinIE6 and below *//* Hides from IE-mac \*/* html .clearfix { height: 1%; }/* End hide from IE-mac */


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* -----------------------------------------------------------
		layout（共通）
----------------------------------------------------------- */
#wrapper, .inner {margin: 0 auto !important; width: 1200px;}
@media only screen and (max-width:1250px){
	#wrapper, .inner {width:95%;}
}

#wrapper-full {width:100%; display: inline-block;}
#wrapper, #wrapper-full {padding-top:0px;}

.home #wrapper-full {margin-top: -180px;}

@media only screen and (max-width:959px){
	#wrapper, #wrapper-full {padding-top:55px;}
	.home #wrapper-full, .home #mainImg {margin-top: 0px !important;}
}

#header {
/*overflow:hidden;*/
}

#content {
float:left;
width:70%;
padding:0 50px 50px 0;
box-sizing:border-box;
}

#content-t {
width:100%;
padding:0;
min-height: 600px;
}

#content-topics {
float:left;
width:690px;
padding:0px 0 50px;
}

#content_trend {
float:left;
width:70%;
padding:0 50px 0 0;
box-sizing:border-box;
}

#sidebar {
float:right;
float:right;
width:28%;
padding:0 2% 50px 0;
}

#sidebar-home {
float:right;
width:30%;
padding:0 0 50px;
}

#sidebar-topics {
float:right;
width:240px;
padding:22px 0 50px;
}

@media only screen and (max-width: 1199px){
	#sidebar-topics{width:170px;}
}


/* リッチエディタ見出しクラス */
.editorbox h1	{font-size:180%; font-weight:bold; margin-bottom:10px;}
.editorbox h2	{font-size:160%; font-weight:bold; margin-bottom:10px;}
.editorbox h3	{font-size:130%; font-weight:bold; margin-bottom:10px;}
.editorbox h4	{font-size:110%; font-weight:bold; margin-bottom:10px;}
.editorbox h5	{font-size:100%; font-weight:bold; margin-bottom:10px;}
.editorbox h6	{font-size:90%; font-weight:bold; margin-bottom:10px;}
.editorbox p	{margin-bottom:10px;}

/* 4段組み */
.d-box4 {width:225px; height:auto; margin-right:20px; float:left;}
.d-box4_last {width:225px; height:auto; float:left;}

/* 3段組み */
.d-box3 {float:left; height:auto; margin-right:25px; width:185px;}
.d-box3_last {width:185px; height:auto; float:left;}

/* 2段組み */
.d-box2 {width:325px; height:auto; margin-right:30px; float:left;}
.d-box2_last {width:325px; height:auto; float:left;}

.dis_table	{display:table; width:100%;}
.d-box-one-half	{width:50%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-third	{width:33%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-two-third	{width:66%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-fifth	{width:20%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-fourth	{width:25%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-three-fourth	{width:75%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
@media only screen and (max-width: 899px) {
	.d-box-one-third	{width:50%; display:inline-block; margin-bottom:20px;}
}
@media only screen and (max-width: 859px) {
	.d-box-two-third	{width:100%; display:block; margin-bottom:20px;}
	.d-box-one-fourth	{width:100%; display:block; margin-bottom:20px;}
	.d-box-three-fourth	{width:100%; display:block; margin-bottom:20px;}
}
@media only screen and (max-width: 767px) {
	.d-box-one-half	{width:100%; display:block; margin-bottom:20px; float: left;}
	.d-box-one-half img {max-width:auto;}
	.d-box-one-third	{width:100%; display:block; margin-bottom:20px;}
}


/* パンくず */
#kuzu {
    font-size: 11px;
    margin: 10px auto;
    padding: 8px 10px;
    width: 90%;
}
#kuzu ul {list-style:none; padding:0; margin:0;}
#kuzu li {float:left; margin:0 5px 0 0; padding:0; }
@media only screen and (max-width: 1199px) {
	#kuzu {padding:8px 10px;}
}
@media only screen and (max-width: 959px) {
	#kuzu {padding:8px 10px;}
}

/* 記事ループ
*****************************************************/
.list {padding:10px 0; border-bottom:1px dashed #dcdcdc;}
.list:last-child {border:0;}
.post .list p {padding:0;}
.list span {padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h1.title {
    background: rgba(0, 0, 0, 0) url("https://402ed4.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/bg_infoline.png") repeat-x scroll center 50px;
    clear: both;
    font-family: "じゅん 501","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 230%;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
}
h2.title {
    clear: both;
    font-family: "じゅん 501","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 230%;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 10px 0 !important;
    text-align: center;
}
h2.ta_ma_b_none	{margin:0 !important;}

.single p	{margin-bottom:10px;}

.post h1 {
    color: #47392c;
    font-size: 150%;
    margin: 0 0 20px 0;
    padding: 5px 0;
    text-align: left;
}

.post h2 {
    border-bottom: 5px solid #47392c;
    color: #47392c;
    font-family: "じゅん 501","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin: 35px 0 10px;
    padding-bottom: 10px;
    text-align: left;
}

.post h3 {
margin:0 0 20px;
padding:0;
font-size:1.5em;
font-weight:bold;
}

.dateLabel {
padding:0;
margin-bottom:20px !important;
}

.post {margin:0 0 20px 0; padding:0 20px;}
@media only screen and (max-width: 959px){
	.post {padding:0;}
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
.post blockquote p {padding:5px 0;}

.post table {
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}
.post table th {
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}
.post table td {
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}
.post dt {font-weight:bold;}
.post dd {padding-bottom:10px;}

.post img {max-width:100%;height:auto;}
.post iframe	{max-width:100%;}

/*.post ul {margin: 0 0 10px 10px;}

.post ul li {
margin-bottom:5px;
padding-left:15px;
}
.post ol {margin: 0 0 10px 30px;}
.post ol li {list-style:decimal;}*/

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft {
margin: 0px 10px 15px 15px;
display:inline;
}

img.alignleft {margin:0px 15px 15px 10px;}
.alignright {float:right;}
.alignleft {float:left;}

#gallery-1 img {
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover {background:#fffaef;}
.info_new	{color:#F4402F; font-weight:normal; font-size:11px;}
.page-subtit	{font-family: 'Fira Sans', sans-serif; font-size:27px; border-bottom:1px solid #000; padding:0 0 10px; margin:0 0 20px;}


#sub_tit h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

@media only screen and (max-width:959px){
	h1.title {font-size: 180%; margin:30px auto 0; width: 95%;}
	h2.title {margin:20px auto 0;}
	.post h2 {font-size:18px; padding-top: 70px; margin-bottom: 10px;}
	#sub_tit {width:95%; margin: 0 auto;}
}


/* -----------------------------------------------------------
		Header（共通）
----------------------------------------------------------- */
#header {}
#headerUpper	{background:#222; color:#fff; padding:10px 0; }
#headerUpper a	{color:#fff;}
#headerUpper ul li	{display:inline-block; margin:0 30px 0 0; font-size:14px;}
#headerUpper ul li i	{font-size:20px;}


/* PC
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
#header_line {
    height: 180px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}
#headerUpper	{margin-bottom:30px;}
#headerUpper ul	{float:left; margin-left:20px;}
#headerUpper h1	{float:right; font-size:11px;}
#header	{margin:0 auto; position:relative;}
#header_contents	{position:relative; margin:0 40px;}
#sm_logo	{display:none;}
#open_message	{position:absolute; left:0; top:170px; z-index:999;}
#topnav	{margin:5px 50px 0 30px !important;}
#logo		{width:250px !important; margin:40px 0 0 20px; position: relative; z-index: 999; float: left;}
}

#head-contact {float: right; margin: 35px 0px 0 0;}
#head-contact li {float: left; margin: 0 10px 0 0;}


.hbt_contact {
    font-family: "じゅん 501",sans-serif;
    font-size: 190%;
    letter-spacing: -0.5px;
	display: inline-block !important;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	outline: none;
	border-radius: 5px;
	padding: 3px 10px !important;
	border-bottom: medium none !important;
}
.hbt_contact a {color: #fff !important}
.hbt_contact::before,
.hbt_contact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.hbt_contact,
.hbt_contact::before,
.hbt_contact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hbt_contact {
	background-color: #f9d0d4 !important;
	color: #fff !important;
}
.hbt_contact:hover, .hbt_contact:active {
	background-color: #ff8591 !important;
	color: #fff !important;
}


/* iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1199px){
	#header_line {height: 180px; position: relative; width: 100%; margin: 0 auto; max-width: 1200px;}
	#headerUpper	{margin-bottom:10px;}
	#headerUpper h1	{display:none;}
	#header		{margin:0 auto; position:relative;}
	#header_contents	{position:relative; margin:0 10px;}
	#open_message	{text-align:center; margin:0 0 20px;}
	#open_message img	{width:170px; height:auto;}
	/* #logo		{width:70%; text-align:center; margin:30px auto 0; position: relative; z-index: 999;}*/
	#pc_logo	{}
	#sm_logo	{display:none;}
}

/* #header h1 {
float:left;
padding:5px 0;
font-size:11px;
font-weight:normal;
text-align:left;
}*/

#header h2 {
float:right;
padding:5px 0;
font-size:11px;
font-weight:normal;
text-align:right;
}

@media only screen and (min-width: 1051px){
#logo		{width:250px !important; margin:30px 0 0 20px; position: relative; z-index: 999; float: left;}
}
@media only screen and (max-width:1050px){
	#logo		{width:175px !important; margin:60px 0 0 15px; position: relative; z-index: 999; float: left;}
}
@media only screen and (min-width:960px){
	.hl_top {z-index: 9999;}
	#logo img	{max-width:100%; height:auto;}
}

/* スマホサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	#header_line	{width: 100%; position:fixed; top:0; left:0; z-index:9999; height:55px; min-height:55px; padding:0;}
	#logo		{margin:0 auto; padding: 10px 0 0; width:80% !important; text-align:center; position: relative; z-index: 999; float:none;}
	#pc_logo	{display:none;}
	#sm_logo	{max-height:35px; width:auto; display: inline-block;}
	#head-contact {display:none;}
}

@media only screen and (max-width:640px){
	#header .inner	{margin-bottom:0px;}
	#header h2	{clear:both; float:none; text-align:left;}
	#logo		{margin:0 auto; padding: 10px 0 0;}
	#pc_logo	{display:none;}
	#sm_logo	{max-height:35px; width:auto;}
}

@media only screen and (max-width:400px){
	#logo		{margin:0 auto; padding: 15px 0 0;}
}

/* コンタクト
----------------------------------*/
.contact {
float:right;
padding:20px 0 0;
text-align:right;
color:#47392c;
font-size:90%;
width: 240px;
}

.contact .tel {
margin-bottom:-3px;
font-size:180%;
}

/* Fixed */
#header_line.fixed { position:fixed; z-index:9999; top:0; left:0;}
#header_line.fixed #headerUpper	{display:none;}
#header_line.fixed #logo	{display:none;}
.fixed-body	{padding-top:261px;}
@media only screen and (min-width: 960px){
	#header_line.fixed #topnav	{float:none;}
	#header_line.fixed #header	{padding:0;}
	#header_line.fixed #sns_nav	{display:none;}
}



/* -----------------------------------------------------------
		Main Navigation（共通）
----------------------------------------------------------- */

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#topnav	{margin:5px 50px 0 10px; position:relative; padding:0; float:right;}
	.panel	{width:100%; float:right;}
	nav#mainNav {
	clear:both;
	position:relative;
	z-index:200;
	/*font-family: 'Fira Sans',"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-size:13px;
	}
	
	nav#mainNav .inner{
	width:100%;
	}

	nav#mainNav ul{
	float:left;
	padding:10px 0;
	}

	nav#mainNav ul li{
    background: #f9d0d4 none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    transition: all 1s ease 0s;
    width: auto;
	}

	nav#mainNav ul li img{
	height:12px;
	width:auto;
	}
	
	nav#mainNav ul li a{
	display: block;
	text-align: center;
	height:25px;
	line-height:30px;
	font-size:115%;
	font-weight:bold;
	margin-right:0;
	padding:10px 8px 5px;
	color:#fff;
	}
	
	nav#mainNav ul li a:hover{
	color:#fff;
	background: #ff8591 none repeat scroll 0 0;
	border-radius: 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-weight:normal;
	line-height:1.4;
	}
	
	nav#mainNav ul li.current-menu-item a{
	/*border-bottom:2px solid #F4402F;*/
	color:#f9d0d4;
	background: #ff8591 none repeat scroll 0 0;
	border-radius: 5px;
	}

	/*#slide-line{
	position: absolute;
	bottom: 0;
	right: 0;
	width:65px;
	height: 3px;
	background-color: #ff8591;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	}*/

	nav div.panel{
	display:block !important;
	float:left;
	position:relative;
	}
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-parent a ,nav#mainNav ul li.current-menu-item a{
    background: #ff8591 none repeat scroll 0 0;
    border: 1px solid #ff8591;
    border-radius: 5px;
    color: #fff;
}

nav#mainNav ul li ul.sub-menu	 {position:absolute; display:none; float:none; z-index:9999; top:35px; font-size:11px; left: 105%; margin-left:-90px; font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/* 透過処理 */
opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=80); /* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */
}
nav#mainNav ul li ul.sub-menu li{float:none !important; position:static; border:none; padding:0; margin:0 0 5px;}
nav#mainNav ul li ul.sub-menu li a {
    background: #f9d0d4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 1.8;
    padding: 6px;
    width: 160px;
}
nav#mainNav ul li ul.sub-menu li a:hover	{text-decoration:none !important; color:#f9d0d4; background: #ff8591 none repeat scroll 0 0;
	border-radius: 5px;}
nav#mainNav ul li ul.sub-menu ul a {padding:10px 10px 10px 20px}

#head_rightcont	{position:absolute; top:0; right:0; z-index:999;}

#tel	{font-size:25px; font-family:'Fira Sans', sans-serif; text-align:right; margin-bottom:10px;}
#tel p	{line-height:1.0;}

nav#mainNav #sns_nav {display:none;}

nav#mainNav #sns_nav_pc	{font-size:19px; position: absolute; right: -50px; top: 0px;}
nav#mainNav #sns_nav_pc ul	{margin:0 !important;}
nav#mainNav #sns_nav_pc ul li	{width:39px !important; height: 39px; padding:0 !important; margin:0 10px 0 0 !important; float:right; text-align:center; border-radius: 50%;}
nav#mainNav #sns_nav_pc ul li span	{font-size:100% !important; line-height:1.5 !important;}
nav#mainNav #sns_nav_pc ul li a	{display:block; line-height:1.0; height:35px; padding:10px 0 0 !important;}

nav#mainNav #sns_nav_pc ul li a:hover {
    height: 30px !important;
    line-height: 1 !important;
    padding: 10px 0px 0px !important;
	border-radius: 50% !important;
}

.bt_contact {display: none;}
}


/* メインメニュー 微調整
------------------------------------------------------------*/
@media only screen and (max-width:1199px){
	#header .inner{width:100% !important;}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	#topnav	{width:100%; position:absolute; top:0px; left:0; background: #f9d0d4 none repeat scroll 0 0;}

	#mainNav {width: 100%;}
	nav#mainNav{
	clear:both;
	width: 100%;
	float: none;
	margin: 0;
	font-family: 'Fira Sans',"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	letter-spacing: 1px;
	font-weight: 600;
	font-size:120%;
	}
	
	nav#mainNav a.menu{
	width:50px;
	display:block;
	height:55px;
	line-height:45px;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	color: #fff;
	}
	
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: absolute;
	right: 0;
	top:50px;
	z-index: 9999;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.5;
	font-size:110%;
	background:none !important;
	}
	nav#mainNav ul li strong{
	font-weight:normal;
	}

	nav#mainNav ul li img{
	height:10px;
	width:auto;
	}

	nav#mainNav ul li:first-child{}
	nav#mainNav ul#main_subnav li:first-child{border-top:none;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background-color: rgba(255, 255, 255, 0.95);
	color: #47392c;
	}
	
	nav#mainNav ul#main_subnav li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	/*background: #111; color:#fff;*/
	}

	nav#mainNav .panel ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {padding-left:50px; background: url(http://www.saloncms.com/template/default-image/images/sub1.png) no-repeat 20px 18px; background-color: rgba(255, 255, 255, 0.95); font-size: 90%; font-weight: normal;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {background: url(http://www.saloncms.com/template/default-image/images/sub1.png) no-repeat 20px -62px; background-color: #f9f9f9;}
	
	nav#mainNav ul li li:last-child a {background: url(http://www.saloncms.com/template/default-image/images/subLast.png) no-repeat 20px 20px;  background-color: rgba(255, 255, 255, 0.95);}

	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover {background: url(http://www.saloncms.com/template/default-image/images/subLast.png) no-repeat 20px -65px; background-color: #f9f9f9;}
	
	nav div.panel{float:none;}
	

	#tel	{text-align:center; font-size:20px; font-family:'Fira Sans', sans-serif;}

	#sns_nav	{font-size:20px; text-align:left; margin:0; position:relative; background-color: rgba(255, 255, 255, 0.95);}
	#sns_nav ul li	{width:30px !important; display:inline-block; text-align:center;}
	#sns_nav ul li a	{display:block; line-height:1.0; height:25px; padding:10px 0 0; background:transparent !important; border-bottom:none !important;}

nav#mainNav #sns_nav_pc {display:none;}
}

.menutxet {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    left: 10px;
    line-height: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 42px;
}

/* -----------------------------------------------------------
		共通部分可変調整
----------------------------------------------------------- */

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	nav#mainNav{width:98%;}
	#header{text-align:center;background-image:none;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px; margin: 0 auto; text-align: center;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	#wrapper, .inner {width:100%;}
	#header {width:96%; padding:0 2%; height: 55px;}
	.contact {padding:10px 0 10px;}
	nav#mainNav			{width:100%;}
	nav#mainNav ul		{margin:0 auto;}
	nav#mainNav ul ul	{padding:0;}
	nav div.panel {float:none; position:absolute; top:55px; z-index:9999;}
	#content, #content-t, #content-topics, #content-home, #content_trend, #sidebar, #sidebar-topics, #sidebar-home {clear:both; width:95%; float:none; margin:0 auto; padding:0 0 10px;}
	.banner {width:100%;margin:0 auto;text-align:center;}
	section.widget_search {text-align:center;}
	#calendar_wrap table {width:260px;}
}


/* -----------------------------------------------------------
		Side Contents（共通）
----------------------------------------------------------- */
#sidebar section {
margin:0 0 50px;
padding:0;
}

section.widget ul ul {
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner {padding-bottom:15px;}
p.banner img {
max-width:100%;
height:auto;
}
p.banner img:hover {}
section.widget {}

section.widget h3, section.blog_quote h3 {
clear:both; 
font-size:22px !important; 
margin:60px 0 20px;
padding:0 10px 5px;
border-bottom: 3px solid #47392c;
font-weight:500 !important;
font-family:'じゅん 501', sans-serif !important;
letter-spacing: -0.5px;
}

section.widget li a {
display:block;
padding:10px;
border-bottom:1px dashed #ccc;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}


/* 投稿引用 */
#sidebar-home section	{margin-bottom:50px;}
.blog_quote > div	{margin-bottom:5px; padding:0 0 5px; border-bottom:1px dashed #ccc;}
#sidebar-home .blog_quote .sd_news_photo	{}
.blog_quote h3	{margin-bottom:20px !important;}
.blog_quote .sd_news_photo	{width:65px; height:65px; overflow:hidden; float:left; margin:0 10px 0 0;}
.blog_quote .sd_news_photo img	{max-width:100%; height:auto;}
.blog_quote .sd_news_text	{width:auto;}
.blog_quote .sd_news_text li	{padding:0 10px;}
.blog_quote .idx_news_date {}
.blog_quote .idx_news_text {font-size: 100%; display: block; font-weight: normal; padding: 3px 0;}
.blog_quote .info_new	{font-size: 11px;}


/* カレンダー */
#calendar_wrap table {margin:0 auto;width:90%;}
#calendar_wrap table caption {padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td {padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6) {color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7) {color:#950000;}
#calendar_wrap table td#prev {text-align:left;}
#calendar_wrap table td#next {text-align:right;}
#calendar_wrap a {font-weight:bold;}


/* お知らせ　*/
.newsTitle {
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#47392c;
background:#fff url(http://www.saloncms.com/template/default-image/images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3 {
float:left;
font-weight:normal;
}

.newsTitle p {
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(http://www.saloncms.com/template/default-image/images/arrowWhite.gif) no-repeat 0 5px;
}

.news p {
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}
.news p:last-child {border:0;}
.news p a {
display:block;
padding:5px 0;
color:#47392c;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
}
.news a span {
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.news span {padding-left:10px;}
.news a:hover span {color:#6f6f6f;}


/* -----------------------------------------------------------
		Footer（共通）
----------------------------------------------------------- */
#pagetop	{clear:both; padding:15px 0 30px 0; text-align:center;}
#pagetop a	{display:block; width:64px; height:64px; padding:0; margin:0 auto; background:url(https://ee0cb7.claudeassets.com/20180809171331im_/http://px-club.org/img/common/bt_totop.png) no-repeat center 0; text-indent:-9999px;}
#pagetop a:hover	{opacity:0.5;}

#footer {
    background: #f9d0d4 none repeat scroll 0 0;
    clear: both;
    color: #47392c;
    height: auto;
    padding: 30px 0 20px;
    width: 100%;
    margin: 0 auto;

}
#footer .dis_table {
    display: table;
    margin: 0 auto 30px;
    max-width: 960px;
    width: 95%;
}
#footer .d-box-one-third {
    box-sizing: border-box;
    display: table-cell;
    overflow: hidden;
    padding: 0 1%;
    vertical-align: top;
    width: 33.3%;
}
#f_logo {
    margin-bottom: 15px;
}
#footer h2 {
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer .f_tel {
    font-family: "じゅん 501",sans-serif;
    font-size: 240%;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1;
}
#footer .f_tel  a {color: #47392c;}
#footer .f_tel a:hover, #footer .f_tel a:active, #footer .f_tel a:focus{
outline: none;
color:#ff8591;
text-decoration:none;
}
#footer .link_topmore {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
#footer .link_topmore:hover	{background: rgba(0, 0, 0, 0.7); color:#fff !important; border:1px solid #222;}
#footer address {
    font-size: 11px;
    text-align: center;
}

/* .page-template-page_salonstyle #footer {margin-top:0;} */

@media only screen and (max-width: 959px){
	#footer	.dis_table	{display:table; max-width:95%;}
	#footer	{padding-bottom:15px;}
}
@media only screen and (max-width: 899px){
	#footer .d-box-one-third	{width:100%; display:block; margin-bottom:10px; text-align: center;}
}

#footer li {
    border-bottom: 1px dashed;
    display: block;
    padding: 5px 10px;
}
#footer li a {
    color: #fff;
    display: block;
}
#footer a:hover, #footer a:active, #footer a:focus{
outline: none;
color:#ff8591;
text-decoration:none;
}

#copyright {
clear:both;
padding:10px 0 37px;
text-align:center;
color:#47392c;
font-size:10px;
}

#sns_nav_btm	{font-size:26px; text-align:center; margin:0 0 50px; position:relative;}
#sns_nav_btm ul li	{width:40px !important; display:inline-block; text-align:center;}
#sns_nav_btm ul li a	{display:block; line-height:1.0; height:25px; padding:10px 0 0; background:transparent !important; border-bottom:none !important;}


/* -----------------------------------------------------------
		トップページ
----------------------------------------------------------- */
.home h2 {
    font-family: "じゅん 501",sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 0.8;
}
.home h2 img	{padding:5px 0;}
@media only screen and (max-width:599px){
	.home h2	{font-size:20px;}
}

#cover {
	margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: -1;
}

#cover video {
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#cover #Video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#cover #Video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
}
#cover #Video .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

#mainImg	{box-sizing:border-box; position:relative; margin-top: 0px;}
#mainImg .inner {
    max-width: 1200px;
    width: 100%;
}
.flex-control-nav {bottom: -45px !important;}

#top_feature {
    color: #fff;
    margin: 140px auto 0;
    max-width: 1200px;
    text-align: center;
    width: 100%;
}
.top_fbox01 {
    background: rgba(0, 0, 0, 0) url("https://e58a69.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/img_top_feature01.png") no-repeat scroll center 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 310px;
    padding: 150px 55px 30px;
    text-align: center;
    vertical-align: top;
    width: 260px;
}
.top_fbox01 h2 {font-size: 23px; margin-bottom: 15px;}
.top_fbox01 p {}

.top_fbox02 {
    background: rgba(0, 0, 0, 0) url("https://519bb7.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/img_top_feature02.png") no-repeat scroll center 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 310px;
    padding: 150px 55px 30px;
    text-align: center;
    vertical-align: top;
    width: 260px;
}
.top_fbox02 h2 {font-size: 23px; margin-bottom: 15px;}
.top_fbox02 p {}

.top_fbox03 {
    background: rgba(0, 0, 0, 0) url("https://995fe9.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/img_top_feature03.png") no-repeat scroll center 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 310px;
    padding: 150px 40px 30px;
    text-align: center;
    vertical-align: top;
    width: 260px;
}
.top_fbox03 h2 {font-size: 23px; margin-bottom: 15px;}
.top_fbox03 p {}

.top_fbox04 {
    background: rgba(0, 0, 0, 0) url("https://641e68.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/img_top_feature04.png") no-repeat scroll center 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 310px;
    padding: 150px 50px 30px;
    text-align: center;
    vertical-align: top;
    width: 260px;
}
.top_fbox04 h2 {font-size: 23px; margin-bottom: 15px;}
.top_fbox04 p {}

#top_catchcopy {
    margin: 30px auto 0;
    position: relative;
    text-align: center;
    width: 90%;
}
#top_catchcopy h1 {font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; font-size:140%;  line-height:1.4; font-weight:bold;}
#top_catchcopy .topcatch	{font-weight:bold; font-size:18px; margin-bottom:10px; line-height:1.4;}
#top_catchcopy p	{font-size:110%;  line-height:1.4;}

#top_gallery {background: #f9f9f9 !important; color: #47392c !important; margin-bottom: 0px !important;}
#top_gallery h2 {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("https://f94b70.claudeassets.com/20180809171331im_/http://px-club.org/img/common/bg_tit_gallery_bk.png") no-repeat scroll center bottom;
    font-size: 40px;
    line-height: 0.8;
}
#top_gallery ul		{font-size:0;}
#top_gallery ul li	{width:33.3%; font-size:12px; display:inline-block; margin:0;}
#top_gallery .hs_thumb {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
#top_gallery .link_topmore {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border: 1px solid #222;
    color: #47392c;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 20px auto 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
#top_gallery .link_topmore:hover	{background: rgba(0, 0, 0, 0.7); color:#fff !important; border:1px solid #222;}


@media only screen and (max-width:1199px){
	#top_gallery ul li	{width:33.3%;}
	#top_gallery ul li img	{width:100%;}
}
@media only screen and (min-width: 960px){
	#mainImg	{display:none;}
}
@media only screen and (max-width: 959px){
	#cover	{display:none;}
	#mainImg	{margin-top: 55px; width: 100%;}
	.flexslider {margin: 0 !important;}
	#top_feature {margin: 20px auto 0;}
}
@media only screen and (max-width: 899px){
	#top_gallery ul li	{width:33.3%;}
	#top_gallery .d-box-one-third	{width:100%; display:block; margin-bottom:20px;}
}
@media only screen and (max-width: 710px){
	#top_gallery ul	{width:100%; margin:0 auto;}
}
@media only screen and (max-width:640px){
	#top_gallery {margin-bottom: 0px !important;}
}
@media only screen and (max-width: 599px){
	.flexslider {margin: 0 !important;}
}
@media only screen and (max-width: 499px){
	#top_gallery ul	{width:100%;}
	#top_gallery ul li	{width:33.3%;}
	#top_gallery .hs_thumb	{height:auto;}
	#top_gallery h2, #top_topics h2 {margin:0 0 20px;}
}
@media only screen and (max-width: 479px){
	#top_gallery ul	{}
}

@media only screen and (max-width: 400px){
	.pagecont {padding:20px 0 0 0;}
}
@media only screen and (max-width: 320px){
	.pagecont {padding:20px 0 0 0;}

}


/* Facebook */
#fb_feed	{margin: 50px auto 0; width: 650px;}
@media only screen and (max-width: 959px){
	#fb_feed	{margin: 30px auto; width: 90%;}
}

/* Instagram */
#top_instafeed h2 {
    font-size: 40px;
    line-height: 0.8;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
}
#top_instafeed {
    background: rgba(0, 0, 0, 0) url("https://063bfc.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/bg_instafeed.png") repeat scroll 0 0;
    margin: 80px 0 0;
    padding: 30px 0 39px;
}
#top_instafeed .sbi_photo_wrap {opacity: 1; border-radius: 0;}


/* TOP NEWS */
#top_news {
    margin: 50px auto 30px;
    max-width: 1200px;
    width: 95%;
}
#top_news .inner {width: 100%;}
#top_news h2 {
    background: rgba(0, 0, 0, 0) url("https://402ed4.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/bg_infoline.png") repeat-x scroll center 40px;
    font-size: 160%;
    height: auto;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
}
#top_news h3	{font-size: 24px; text-align:center; font-weight: bold; margin: 40px 0;}
#top_news ul	{font-size:0; text-align:center;}
#top_news ul li {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 0 20px 30px;
    text-align: left;
    vertical-align: top;
    width: 50%;
}
.ti_thumb	{width:170px; float:left;}
.ti_txt		{padding:0 0 0 190px;}
.ti_txt h4	{font-size:13px; font-weight:bold; margin-bottom:2px;}
.ti_txt .excerpt	{margin-bottom:8px;}
.plusmore	{display:block; font-size:10px; letter-spacing: 0.2em; background:url(https://a9fdaa.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/ico_plus.png) no-repeat 0 3px; padding:0 0 0 25px; min-height:18px;}
.plusmore:hover	{opacity:0.5;}

#top_news .link_topmore {
    background: #f9d0d4;
    border: 1px solid #f9d0d4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#top_news .link_topmore:hover	{background: #ff8591; color:#f9d0d4 !important; border:1px solid #f9d0d4;}

@media only screen and (max-width: 959px){
	#top_news ul li	{width:100%;}
	#top_news	{margin: 50px auto 30px; width: 90%;}
}
@media only screen and (max-width: 600px){
	#top_news h2 {
    background: rgba(0, 0, 0, 0) url("https://402ed4.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/bg_infoline.png") repeat-x scroll center 30px;
    font-size: 140%;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
}
@media only screen and (max-width: 400px){

	#top_news h2 {
    background: rgba(0, 0, 0, 0) url("https://402ed4.claudeassets.com/20180809171331im_/http://px-club.org/img/top_index/bg_infoline.png") repeat-x scroll center 55px;
    font-size: 140%;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
}
}
@media only screen and (max-width: 325px){
	#top_news ul li	{padding:0 0 30px;}
	.ti_thumb	{width:100%; text-align:center;}
}
@media only screen and (max-width: 549px){
	.ti_thumb	{float:none; margin:0 auto 10px;}
	.ti_txt		{padding:0;}
}


.pagecont {
margin:0 0 50px 0;
padding:0;
clear:both;
}



/* -----------------------------------------------------------
		共通（Page）
----------------------------------------------------------- */
#school_course	{margin:30px auto 0;}
#school_course .d-box2 {width:48%; height:auto; margin-right:4%; float:left;}
#school_course .d-box2_last {width:48%; height:auto; float:left;}

@media only screen and (max-width: 600px){
	#school_course .d-box2 {width:95%; margin:0 auto; float:none;}
	#school_course .d-box2_last {width:95%; margin:0 auto; float:none;}
}

#school_course {
    margin: 30px auto 0;
    max-width: 1200px;
}
#school_course h2 {
    font-family: "じゅん 501","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: -0.5px;
    background: rgba(0, 0, 0, 0) url("https://44ce75.claudeassets.com/20180809171331im_/http://px-club.org/img/common/ic_pxclub.png") no-repeat scroll 5px 0;
    border-bottom: 3px dotted #6a5e53;
    font-size: 160%;
    font-weight: bold;
    min-height: 40px;
    line-height: 1.4;
    margin: 30px 0 10px;
    padding: 5px 0 0 55px;
}

.twoblock {
    font-size: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.twoblock_con {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 0 1% 20px;
    text-align: left;
    vertical-align: top;
    width: 50%;
}
.twoblock_con p {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

@media only screen and (max-width:959px){
	#school_course {width: 95%; margin:20px auto 0;}
}
@media only screen and (max-width:650px){
	#school_course h2 {font-size: 130%;}
	.twoblock_con {width:100%; display: block; text-align: center;}
}

/* コース案内 */
#school_course .dis_table	{border-collapse:separate; border-spacing:10px 5px;}
.sc0		{font-size:14px; width:50%; display:table-cell; vertical-align:top; border:1px solid #ccc;}
.sc_fullwide	{font-size:14px; width:100%; display:table-cell; vertical-align:top; border:1px solid #ccc; border-radius: 8px;}
.sc_fullwide h3, .sc0 h3		{font-size:150%; font-weight:bold; padding:15px 10px;}
.taisyou		{background:#eee; padding:8px 10px 9px;}
.tit_taisyou	{font-size:90%; background:#ff8591; color:#fff; padding:2px 5px; margin:0 10px 3px 0; border-radius:3px;}
.course-detail	{padding:10px 15px;}
.course-detail dl dt	{width:8em; float:left; padding:8px 0; font-weight:bold; clear:both;}
.course-detail dl dd	{padding:8px 0 8px 8em; border-bottom:1px dotted #ccc;}
.course-detail dl dd:last-child	{border:none;}
#school_course .link_topmore {
    background: #ec6867;
    border: 1px solid #ec6867;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px auto;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#school_course .link_topmore:hover	{background: #FFDEDE; color:#ec6867 !important; border:1px solid #ec6867;}

@media only screen and (max-width: 767px) {
	#school_course .dis_table	{border-collapse:collapse; border-spacing:0;}
	.sc_fullwide, .sc0	{display:block; width:100%; margin:0 0 10px;}
	.sc_fullwide h4, .sc0 h4 {font-size:130%;}
}




/* -----------------------------------------------------------
		会社案内
----------------------------------------------------------- */
#about {
    display: table;
    margin: 30px auto;
    max-width: 850px;
}
#about p	{line-height:2.0;}
#ab_salon	{margin-top:30px;}
#ab_salon dl	{margin-bottom:30px;}
#ab_salon dl dt	{width:20em; float:left; font-weight:bold; padding:10px 0 10px 1em; clear:both;}
#ab_salon dl dd	{padding:10px 0 10px 21em; border-bottom: 1px dashed #ccc;}
#ab_salon a	{color:#47392c;}
#ab_salon h3	{font-size:20px; font-weight:bold; border-bottom:3px solid #ddd; padding:5px; margin-bottom:10px;}
#ab_salon .d-box-two-third , #ab_salon .d-box-one-third	{vertical-align:top;}
@media only screen and (max-width: 599px){
	#ab_salon dl dt	{width:100%; float:none; padding:10px 5px 5px 5px;}
	#ab_salon dl dd	{padding:0 5px 9px 5px;}
}

.s_concept {margin: 0 auto; width: 70%;}
.s_concept h2 {font-family: 'じゅん 501',"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", serif; color: #47392c; font-weight: bold !important; font-size: 200% !important; letter-spacing: -0.5px;}
.s_concept h3 {color: #315984; text-align: center;}
@media only screen and (max-width:959px) {
	.s_concept {margin: 0 auto; width: 100%;}
}

#ps_concept	{width:100%; margin:0 0 20px;}
#ps_concept p	{margin-bottom:10px;}

#abbt_rs	{background:#b71232; width:210px; text-align:center; border-radius:3px;margin:0 auto 20px; font-size:16px;}
#abbt_rs a	{color:#fff !important; display:block; text-align:center; padding:3px 0;}

#ps_pickup	{margin-bottom:50px;}
#ps_pickup h3	{font-size:130%; font-weight:bold; margin-bottom:30px; text-align:center; line-height:1.8;}
#ps_pickup ul li	{font-size:14px; margin-bottom:10px;}
#ps_pickup ul li span	{font-size:150%; margin-right:10px; color:#9cd3db;}
#ps_p_list	{width:800px; margin:0 auto;}

#gmap	{margin:0 auto; width:100%; height:300px; display: inline-flex;}

@media only screen and (max-width: 1199px){
	#about		{width:100%;}
	#gmap		{width:100%; height:300px;}
	#gmap iframe	{width:100%; height:300px;}
	#ps_p_list	{width:100%;}
}
@media only screen and (max-width: 699px){
	#about {width: 95%;}
}
@media only screen and (max-width: 499px){
	#ps_concept	{width:100%;}
}


#access {
    margin: 30px auto 0;
    max-width: 1200px;
    text-align: center;
}
.g-map	{margin:0 auto 30px; width:100%; height:100%; display: inline-flex;}
.g-map iframe {border-radius: 10px;}
#access .link_topmore {
    background: rgb(236, 104, 103) none repeat scroll 0 0;
    border: 1px solid #ec6867;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto 50px;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
#access .link_topmore:hover	{background: rgba(71, 57, 44, 0.7); color:#fff !important; border:1px solid #47392c;}
@media only screen and (max-width:900px){
	#access {width: 95%;}
	.g-map		{width:100%; height:300px;}
	.g-map iframe	{width:100%; height:300px;}
}




/* -----------------------------------------------------------
		Utility
----------------------------------------------------------- */
#utility	{width:100%; margin:30px auto !important; max-width:1000px;}
#utility dl	{margin-bottom:50px;}
#utility dl dt	{width:25%; padding:10px; box-sizing:border-box; float:left; clear:both; font-weight:bold;}
#utility dl dd	{padding:10px 10px 9px 25%; border-bottom: 1px dotted #ddd;}
#utility dl dd h4	{font-size:100%; font-weight:bold; margin-bottom:5px;}
#u-gmap		{margin:20px 0 0;}
#rec_message	{margin:50px 0 0;}
#rec_message p	{margin-bottom:10px;}
#utility .lk-1colt dt	{width:100%; float:none;}
#utility .lk-1colt dd	{width:100%; padding:10px 10px 9px 10px;}

#form_message	{margin-bottom:30px;}
#form_contact .need {
    background-color: #ef4840;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    padding: 3px 5px;
}
#form_contact .err     { background:#FF6868; color:#FFFFFF; }
#form_contact .comp    { background:#f3f3f3; padding:80px 0px 80px 0px; text-align: center; }
#privacy { height:120px; overflow-y:scroll; background-color:#f4f4f4; padding:10px; margin-bottom:10px; border: 1px solid #ccc; }
@media only screen and (max-width: 1024px){
	#utility dl dt	{width:100%; padding:10px 10px 5px; box-sizing:border-box;}
	#utility dl dd	{padding:0 10px 10px; box-sizing:border-box;}
	#u-gmap		{width:100%;}
	#u-gmap iframe	{width:100%; height:300px;}
}
@media only screen and (max-width: 499px){
	.wpcf7-form-control-wrap	{display:block;}
}


/* -----------------------------------------------------------
		Menu
----------------------------------------------------------- */
#menu_info		{width:800px; margin:0px auto 0;}
#menu_info .d-box-two-third , #menu_info .d-box-one-third	{vertical-align:top;}
#menu_info .d-box-one-third	{text-align:right;}
#menu_info .d-box-one-third ul li	{margin-bottom:10px;}
.m_information		{margin-bottom:30px;}
.m_information h3	{font-size:28px; margin-bottom:20px; font-family:'じゅん 501', sans-serif; font-weight:bold; letter-spacing: -0.5px;}
.m_information h4	{font-size:11px; font-weight:normal; margin:5px 5px 0; margin-bottom:10px;}
.m_information h5	{padding:15px 0 5px 5px; font-weight:bold;}
.m_information dl		{width:100%; background-color: #fff; border: 1px solid #eee;}
.m_information dl dt	{width:64%; float:left; padding:15px 0 15px 15px; font-weight:normal; box-sizing:border-box;}
.m_information dl dd	{padding:15px 15px 14px 65%; text-align:right; border-bottom:1px dashed #ddd; font-weight: bold;}
.m_information ul.column2:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.m_information ul.column2 li    {width:65px; float:left; text-align:right;}
.m_information ol li            {list-style-type:none;}
.m_information ul li            {padding:0; list-style-type:none;}
.m_information dl ul li         {padding:0;}
.m_information dl ul            {margin-bottom:0; height: 1.6em;}
.m_information dl p		{font-size:11px;}
.m_subtile		{margin-bottom:10px;}
.m_information a		{padding: 3px 5px 0; background-color:#eee;}
.ddline2			{height:3em;}
.ddgray				{background:#f9f6f1;}
.dtindent			{text-indent:2em;}
.mdetail  {text-align:left; font-size:11px; clear:both; padding: 8px 15px 10px; background-color: #fff2f8;}
.mfreespace	{padding: 10px 15px 5px; margin-bottom:10px;}
.dd_last  {border-bottom:1px dotted #ddd !important;} 
.tx_thin  {font-weight:normal !important; font-size:15px;}
.no_dash  {border-bottom:none !important;}
.top_no_dash	{border-top:none !important;}
.border  {border-bottom:1px dotted #333;}
.course_box	{border:15px solid #eee; padding:30px 20px; margin-bottom:10px;}
.course_box h2	{color:#e94a6a; font-weight:bold; font-size:24px; margin-bottom:10px; font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
.course_box h3	{color:#e94a6a; font-weight:bold; font-size:20px; margin-bottom:10px; font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
.course_box p	{color:#e94a6a; font-size:110%; padding:0 20px;}

ol.m_attention	{list-style:disc inside !important;}
.m_attention li	{padding-left:20px; margin-bottom:10px;}

#menu_guide	{clear:both; text-align:center;}
#menu_guide h3	{font-size:120%; font-weight:bold; margin-bottom:10px;}
#menu_guide p	{margin-bottom:30px;}

.desc-calgel	{}
.desc-calgel h3 {
    border-bottom: 1px solid #fedcea;
    font-size: 140%;
    margin: 20px 0 10px;
    padding: 0 0 10px 5px;
}
.desc-calgel h4 {
    color: #F4402F;
    font-size: 135%;
    margin: 20px 0 10px;
}
.desc-calgel p	{padding-left: 20px;}

@media only screen and (max-width: 1024px){
	#menu_info	{width:100%;}
}

@media only screen and (min-width: 960px){
	#m_color_sp	{display:none;}
}
@media only screen and (max-width: 959px){
	#menu_info .d-box2, #menu_info .d-box2_last	{clear:both; float:none !important; margin:0 auto !important; padding:10px 0;}
	#m_color_pc	{display:none;}
	#menu_guide	{margin-top:20px;}
}
@media only screen and (max-width: 859px){
	#menu_info .d-box-one-third	{text-align:center;}
}
@media only screen and (max-width: 400px){
	#menu_info .d-box2, #menu_info .d-box2_last	{clear:both; float:none !important; width:100% !important; padding:10px 0;}

}


/* -----------------------------------------------------------
		Menu Multiple
----------------------------------------------------------- */
#mn_ml_list	{margin-bottom:50px; text-align:center;}
#mn_ml_list li	{display:inline-block; margin:0 3px 10px;}
#mn_ml_list li a	{background:#000; color:#fff; padding:3px 20px; font-size:120%;}
#mn_ml_list li a:hover	{opacity:0.5;}
.mn_multiple #mn_ml_list li	{display:block; margin-bottom:20px;}
#menu_info #gl_subtitle h3	{font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
.mn_multiple h3	{margin-top:30px;}


/* -----------------------------------------------------------
		Staff
----------------------------------------------------------- */
#stpage_logo	{text-align:center; margin:0 0 30px; clear:both;}
#staff_all ul li	{width:25%; float:left; text-align:center; padding:0 10px; box-sizing:border-box; margin:0 0 50px;}
#staff_all ul li img	{margin-bottom:10px;}
#staff_all h4		{font-size: 18px;}
#staff_all h5		{font-size:11px; height:2em; font-weight:normal}


@media only screen and (min-width: 1025px){
	#staff_all	{width:960px; margin:0 auto;}
}
@media only screen and (max-width: 799px){
	#staff_all ul li	{width:50%; padding:0 5px 10px; margin:0 0 20px;}
}
@media only screen and (max-width: 400px){
	/*#staff_all ul li	{width:100%; float:none; text-align:center; padding:0 ; margin:0 auto 20px;}*/
}

#staff_detail	{}
#staff_prof	{width:800px; margin:0 auto 50px;}
#staff_prof .clearfix	{margin-bottom:20px;}
#staff-photo	{float:left; margin:0 30px 0 0;}
#staff-text	{padding:0 0 0 230px;}
#staff_prof h3	{font-size:20px; font-weight: bold;}
#staff_prof h4.st_assign	{font-size:12px; margin-bottom:20px;}
#staff_prof dl	{margin-bottom:30px;}
#staff_prof dl dt	{width:8em; float:left; font-weight:bold; padding:5px 0;}
#staff_prof dl dd	{padding:5px 0 5px 8em; border-bottom: 1px dashed #ccc; margin-bottom: 5px;}
.st_reserve	{display:block; padding:3px 0; width:14em; background:#b71232; color:#fff; font-size:120%; text-align:center; margin-bottom:20px;}
.st_reserve:hover	{text-decoration:none; color:#fff; opacity:0.5;}
.st_alllink	{display:block; padding:3px 0; width:14em; background:#000; color:#fff; text-align:center; margin:20px auto 20px; clear:both;}
.st_alllink:hover	{text-decoration:none;}
.st_reserve:hover	{text-decoration:none;}
.staff-introduction	{margin-bottom:30px;}
.staff-introduction p	{margin-bottom:10px;}
#st_bloglist	{margin-bottom:20px;}
#st_bloglist h4	{font-size:100%; font-weight:bold; border-bottom: 3px solid #ddd; font-size: 16px;  margin-bottom: 10px;}
#st_bloglist dt	{font-weight:normal !important;}
#schedule_tit	{width:300px; float:left;}
#schedule_tit h3	{font-size:35px; font-family: 'Poppins', sans-serif; font-weight:300; letter-spacing: 2px;}
#schedule_tit p		{padding:0 20px;}
.cl_holiday	{color:#ffcccc;}
.cl_today	{color:#cccccc;}

#st_sns_nav	{font-size:20px; margin-bottom:20px;}
#st_sns_nav ul li	{display: inline-block; margin:0 5px 0 0;}


#staff_gallery	{margin: 0 0 20px;}
#staff_gallery h3	{font-family:'Fira Sans', sans-serif; font-weight:500; font-size:25px;}
#staff_gallery ul{text-align:left; font-size:0;}
#staff_gallery li{width:190px; font-size:12px; display:inline-block; padding:0 5px 10px; /display:inline; /zoom:1;}
#staff_gallery li img	{width:220px; height:auto; margin-bottom:10px;}

#staff_detail .link_topmore	{width:300px; margin:0 auto;}

@media only screen and (max-width: 899px){
	#staff_prof	{width:100%;}
	#staff-txt	{width:auto;}
	#schedule_tit	{width:100%; float:none; margin:0 0 10px;}
	#schedule_tit h3	{text-align:center;}
	.business-calendar-box	{width:460px; margin: 0 auto; float:none;}
}
@media only screen and (max-width: 599px){
	.business-calendar-box	{float:none; width:100%; margin:0;}
	.business-calendar-box > div	{float:none; margin:0 auto 0;}
	#staff_gallery ul{width:280px; margin:0 auto 20px;}
	#staff_gallery li{width:130px;}
}
@media only screen and (max-width: 399px){
	#staff-photo	{float:none; margin:0 0 10px; text-align:center;}
	#staff-text	{padding:0;}
	#staff_detail .link_topmore	{width:100%; margin:0;}
}

#s-icon		{margin:0 0 30px;}
#s-icon ul	{margin:0;}
#s-icon ul li	{float:left; margin:0 3px 0 0;}



/* -----------------------------------------------------------
		Staff Multiple
----------------------------------------------------------- */
.st_multiple	{}
.st_ml_tit	{background:#000; color:#fff; padding:5px 10px; font-size:120%; font-weight:bold; margin-bottom:20px;}


/* -----------------------------------------------------------
		Topics
----------------------------------------------------------- */
#topics_all	{margin-top: 30px; padding-left: 20px;}
.topics0	{clear: both; display: inline-block; margin-bottom: 30px; width: 100%;}
.tp_thum	{float: left; margin-right: 20px;}
.tp_txt	h3	{font-size: 14px; margin-bottom: 20px; font-weight: bold;}

/* バックナンバー */
#trend_bn	{padding-left: 20px;}
#trend_bn h3	{}
#trend_bn h4	{padding: 5px 5px 0;}
#trend_bn ul	{}
#trend_bn ul li	{float: left; margin-bottom: 20px; margin-right: 2%; width: 23%;}

@media only screen and (max-width: 959px) {
	#topics_all	{padding-left: 0px;}
}
@media only screen and (max-width: 767px) {
	.tp_thum	{float: none; margin: 0 0 20px 0; text-align: center;}
	.tp_txt	h3	{text-align: center;}
}
@media only screen and (max-width: 499px) {
	#trend_bn ul li	{margin-right: 2%; width: 48%;}
}


/* -----------------------------------------------------------
		Topics Custom
----------------------------------------------------------- */
.campaign_d_L {float: left; margin-right: 25px; width: 330px;}
.campaign_d_R {float: left; padding: 15px; width: 315px; background-color: #f9f9f9;}
.campaign_d_R h3 {font-size: 14px; font-weight: bold;}
.campaign_d_R h4 {font-size: 14px; font-weight: bold;}
.cp_price {font-size: 18px; color: #e13d61; font-weight: bold; padding: 0 0 10px 30% !important;}
.cp_index_price {background-color: #e13d61 !important;}
.cp_detail dl {}
.cp_detail dd {padding: 5px 0px 10px 30%;}
.cp_detail dt {background-color: #333; box-sizing: border-box; color: #fff; float: left; font-weight: bold; padding: 5px; text-align: center; width: 25%;}
@media only screen and (max-width: 799px){
	.campaign_d_L	{float:none; margin:0 auto 20px;}
	.campaign_d_R	{float:none; width:100%; box-sizing:border-box;}
}
@media only screen and (max-width: 399px){
	.campaign_d_L	{width:100%;}
}



/* -----------------------------------------------------------
		Q&A
----------------------------------------------------------- */
#qa dl dt	{font-size:120%; font-weight:bold; margin-bottom:10px;}
#qa dl dd	{margin-bottom:30px;}
@media only screen and (min-width: 1025px){
	#qa	{width:960px; margin:0 auto;}
}


/* -----------------------------------------------------------
		採用情報
----------------------------------------------------------- */
#recruit	{width:95%; margin: 0 auto 80px;}
#recruit h3	{clear:both; font-size:150%; font-weight:bold; text-align:center; margin:0 0 20px;}
#rec_pickup	{margin-bottom:30px;}
.rec_pick0	{margin-bottom:20px;}
.rec_pick0 h4	{font-size:140%; font-weight:bold; margin-bottom:10px;}
.rec_pu_img	{width:30%; float:left; margin:0 2% 0 0;}
.rec_pu_text	{width:68%; float:left; margin:0;}
#rec_youkou	{margin-bottom:50px;}
#rec_youkou dl dt	{width:25%; padding:10px; box-sizing:border-box; float:left; clear:both; font-weight:bold;}
#rec_youkou dl dd	{padding:10px 10px 9px 25%; border-bottom: 1px dotted #ddd;}

@media only screen and (max-width: 1024px){
	#rec_youkou dl dt	{width:100%; padding:10px 10px 5px; box-sizing:border-box;}
	#rec_youkou dl dd	{padding:0 10px 10px; box-sizing:border-box;}
}

@media only screen and (max-width: 499px){
	.rec_pu_img	{width:100%; float:none; margin:0 0 10px;; text-align:center;}
	.rec_pu_text	{width:100%; float:none;}
}

#recruit_massage {width: 100%; margin: 0 auto;}
#recruit_massage h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
#recruit_massage .d-box2 {width: 49%; margin-right: 2%;}
#recruit_massage .d-box2_last {width: 49%;}
@media only screen and (max-width: 699px){
	#recruit_massage {width: 100%;}
	#recruit_massage .d-box2 {float:none; width: 100%; margin-right: 0;}
	#recruit_massage .d-box2_last {float:none; width: 100%;}
}



/* -----------------------------------------------------------
		Custom Post
----------------------------------------------------------- */
.custompost	{margin-top: 30px; padding: 0 20px;}
.custompost h3.title	{font-size:18px; font-weight:bold; margin-bottom:20px;}

.custompost h1	{font-size:22px; font-weight:bold; margin-bottom:10px;}
.custompost h2	{font-size:20px; font-weight:bold; margin-bottom:10px;}
.custompost h3	{font-size:18px; font-weight:bold; margin-bottom:10px;}
.custompost h4	{font-size:16px; font-weight:bold; margin-bottom:10px;}
.custompost h5	{font-size:14px; font-weight:bold; margin-bottom:10px;}
.custompost h6	{font-size:11px; font-weight:bold; margin-bottom:10px;}
.custompost p	{line-height:1.8; margin-bottom:10px;}
.custompost img	{margin-bottom:10px;}

@media only screen and (max-width: 959px){
	.custompost	{padding: 0;}
}


/* -----------------------------------------------------------
	アーカイブ・単一記事ページ
----------------------------------------------------------- */
#archive_tandem		{padding:60px 0 0;}
#archive_tandem ul li	 {margin: 0 20px 30px; padding: 0; width: auto; float: none; word-break: break-all;}
.thumL	{float: left; height: auto; margin: 0; text-align: center; vertical-align: middle; width: 225px;}
.thumL img	{max-width:100%; height:auto;}
.title01  {padding:0 0 0 250px;}
.title01 h3 {font-family:'じゅん 501', sans-serif !important; font-size:18px; font-weight:bold; padding:0px 0 15px; letter-spacing: -0.5px;}
.title01 .info_new	{font-size:11px;}
.date {font-size:11px; margin-bottom:15px; display: inline-block; float: left;}
.categories_label {
    background: #5f7fcf none repeat scroll 0 0;
    border-radius: 3px;
    float: right;
    padding: 2px 8px;
}
.categories_label a {color:#fff;}
#excerpt {display: inline-block;}

@media only screen and (max-width: 959px){
	#archive_tandem ul li	 {margin: 0 0px 30px;}
	#archive_tandem		{padding: 30px 0 0;}
}
@media only screen and (max-width: 499px){
	.thumL	{width:118px; height:118px;}
	.title01  {padding:0 0 0 130px;}
}
@media only screen and (max-width: 399px){
	.thumL	{width:98px; height:98px;}
	.title01  {padding:0 0 0 110px;}
	.title01 h3	{padding:0px;}
	.date {margin-bottom:10px;}
}

ul.post {padding:0;}
ul.post li {
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}
ul.post li:last-child{border:0;}
ul.post img {
float:left;
margin:0 15px 5px 10px;
}
ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#47392c;
border:0;
}


/* page navigation
------------------------------------------------------------*/
.wp-pagenavi {clear: both; font-size: 12px; line-height: 12px; margin: 60px 0 0; overflow: hidden; position: relative; text-align: center;}
.wp-pagenavi .previouspostslink {background: rgba(0, 0, 0, 0) url("https://7df852.claudeassets.com/20180809171331im_/http://px-club.org/img/common/deco-txtlink-rev.png") no-repeat scroll right 50%; padding-right: 30px !important;}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {display: inline-block; margin: 0 2px; padding: 5px 8px;}
.wp-pagenavi .current {color: #bbb;}
.wp-pagenavi .nextpostslink {background: rgba(0, 0, 0, 0) url("https://1f9d8c.claudeassets.com/20180809171331im_/http://px-club.org/img/common/deco-txtlink.png") no-repeat scroll 0 50%; padding-left: 30px !important;}
.pagenav{clear:both; width: auto; height: 30px; margin: 5px 20px 20px;}
.pagenav a {
    background: #595656 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
}
.prev{float:left}
.next{float:right;}

#hs_pagenav	{width:200px; margin: 20px auto 30px;}
#hs_pagenav .prev ,#hs_pagenav .next	{
width:100px;
-moz-transition:0.1s ease-out;
-webkit-transition:0.1s ease-out;
-o-transition:0.1s ease-out;
-ms-transition:0.1s ease-out;
}
#hs_pagenav .prev ,#hs_pagenav .next{
width:65px;
}
#hs_pagenav .prev:hover{
text-indent:-5px;
}
#hs_pagenav .next:hover{
text-indent:5px;
}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}
@media only screen and (max-width: 959px){
	.pagenav{margin: 5px 0px 20px;}
}



/*
     FILE ARCHIVED ON 23:06:16 Aug 31, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:33:23 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.401
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.027
  esindex: 0.008
  cdx.remote: 7.789
  LoadShardBlock: 62.859 (3)
  PetaboxLoader3.datanode: 82.045 (5)
  PetaboxLoader3.resolve: 377.691 (3)
  load_resource: 484.124 (2)
*/