

@media only screen and (max-width:600px) { .viewPC { display: none; } }

@media only screen and (min-width:601px) { .viewSP { display: none; } }



/* ボディ
------------------------------------------------- */

body {
	background: #F0F0EE;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 1px;
}



/* ヘッダー
------------------------------------------------- */

#header #headCon {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header #headCon h1 {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 0;
}

#header #headCon #headLogo {
	position: absolute;
	top: 37px;
	left: 0;
}

#header #headCon #headLogo img { width: 268px; }

#header #headCon #headNav_A {
	position: absolute;
	top: 30px;
	right: 0;
}

#header #headCon #headNav_A li {
	margin-left: 10px;
	float: left;
}

#header #headCon #headNav_A li a:hover img {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}

#header #headCon #headNav_B {
	background: url(../img/common/parts/varticalDotLine.png) repeat-y right;
	position: absolute;
	bottom: 14px;
	right: 0;
}

#header #headCon #headNav_B li {
	padding: 0 28px;
	background: url(../img/common/parts/varticalDotLine.png) repeat-y left;
	line-height: 1.3;
	float: left;
}

#header #globalMenu { background: url(../img/common/header/globalMenu_bg.jpg) repeat-x; min-width:1010px;}

#header #globalMenu ul {
	width: 1000px;
	margin: 0 auto;
	display: table;
}

#header #globalMenu ul li { display: table-cell; }


@media only screen and (max-width:600px) {

#header #headBox_sp {
	padding: 8px 10px;
	overflow: hidden;
}

#header #headBox_sp #headLogo_sp {
	padding-top: 4px;
	float: left;
}

#header #headBox_sp #headLogo_sp img { width: 200px; }

#header #headBox_sp #globalMenuSwitch_sp {
	width: 42px;
	height: 42px;
	padding: 2px 0 0 6px;
	box-sizing: border-box;
	background: #231F20;
	float: right;
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger,
#header #headBox_sp #globalMenuSwitch_sp .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger {
	position: relative;
	width: 31px;
	height: 32px;
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger span:nth-of-type(1) { top: 6px; }
#header #headBox_sp #globalMenuSwitch_sp .menu-trigger span:nth-of-type(2) { top: 17px; }
#header #headBox_sp #globalMenuSwitch_sp .menu-trigger span:nth-of-type(3) { bottom: 0; }

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#header #headBox_sp #globalMenuSwitch_sp .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}


@media only screen and (min-width:601px) {

#header #globalMenu_sp > ul { display: none; }

}

#header #globalMenu_sp > ul {
	padding: 8px 8px 6px;
	background: #231F20;
	font-size: 13px;
}

#header #globalMenu_sp > ul > li { margin-bottom: 2px; }

#header #globalMenu_sp > ul > li > a {
	padding: 10px 8px;
	display: block;
	background: #F0F0EE;
	color: #534343;
}

#header #globalMenu_sp > ul > li > a[target="_blank"] {
	background: #F0F0EE url(../img/common/parts/btn_newTab.png) no-repeat 96% center;
	background-size: 18px;
}

#header #globalMenu_sp ul li p {
	padding: 10px 8px;
	background: #F0F0EE url(../img/common/parts/btn_plus.png) no-repeat 96% center;
	background-size: 18px;
	color: #534343;
}

#header #globalMenu_sp ul li p.open {
	background: #F0F0EE url(../img/common/parts/btn_minus.png) no-repeat 96% center;
	background-size: 18px;
}

#header #globalMenu_sp ul li ul li:not(:last-child) { border-bottom: 1px solid #9D8686; }

#header #globalMenu_sp ul li ul li a {
	padding: 10px 8px;
	display: block;
	background: #433636 url(../img/common/parts/arrow_02.png) no-repeat 96% center;
	background-size: 12px;
	color: #F0F0EE;
}

}



/* ページタイトル
------------------------------------------------- */

#pagetitle {
	margin-bottom: 50px;
	border-top: 1px solid #43373A;
	background: #373133;
	min-width:1010px;
}

#pagetitle .inner {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(../img/common/parts/pagetitle_bg.jpg) no-repeat right;
	position: relative;
}

#pagetitle .inner ul {
	position: absolute;
	top: 10px;
	left: 0;
}

#pagetitle .inner ul li {
	color: #fff;
	float: left;
}

#pagetitle .inner ul li img { vertical-align: top; }

#pagetitle .inner ul li a:hover img {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}

#pagetitle .inner ul li a { color: #fff; }

#pagetitle .inner ul li:not(:last-child) {
	margin-right: 18px;
	padding-right: 23px;
	background: url(../img/common/parts/arrow_bread.png) no-repeat right center;
}

#pagetitle .inner h2 {
	padding-top: 60px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
}

@media only screen and (max-width:600px) {

#pagetitle { margin-bottom: 25px; min-width:100%;}

#pagetitle .inner {
	width: auto;
	height: auto;
	background: url(../img/common/parts/pagetitle_bg.jpg) no-repeat right;
	background-size: contain;
}

#pagetitle .inner ul {
	padding: 3px 10px 2px;
	position: static;
	border-top: 1px solid #998080;
	background: #544343;
	overflow: hidden;
}

#pagetitle .inner ul li { font-size: 10px; }

#pagetitle .inner ul li img { vertical-align: top; }

#pagetitle .inner ul li:not(:last-child) {
	margin-right: 15px;
	padding-right: 20px;
	background: url(../img/common/parts/arrow_bread.png) no-repeat right center;
}

#pagetitle .inner h2 {
	padding: 18px 10px;
	font-size: 20px;
}

#life #pagetitle .inner h2 {
	padding: 19px 10px;
	font-size: 18px;
	letter-spacing: 0;
}

}



/* コンテンツ
------------------------------------------------- */

#contents {
	width: 1000px;
	margin: 0 auto 50px;
	padding: 3px 5px 7px;
	overflow: hidden;
}

@media only screen and (max-width:600px) {

#contents { 
	width: auto;
	margin: 0 0 40px;
	padding: 0;
	overflow: visible;
}

}



/* メイン
------------------------------------------------- */

#main {
	width: 710px;
	float: left;
}

@media only screen and (max-width:600px) {

#main {
	width: auto;
	float: none;
}

}



/* 見出し
------------------------------------------------- */

.hBg_01 {
	margin-bottom: 20px;
	padding-bottom: 16px;
	background: url(../img/common/parts/bg_01.png) repeat-x bottom;
	line-height: 1.3;
	font-size: 20px;
	color: #534343;
	font-weight: bold;
}

@media only screen and (max-width:600px) {

.hBg_01 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}

}



/* サイド
------------------------------------------------- */

#side {
	width: 250px;
	float: right;
}

@media only screen and (max-width:600px) {

#side { display: none; }

}


#side .sideMenu { margin-bottom: 20px; }

#side .sideMenu dl {
	box-shadow: 0 2px 5px #ccc;
	background: #fff;
}

#side .sideMenu dl dt {
	margin-bottom: 1px;
	padding: 10px 0 5px;
	border-bottom: 2px solid #37362F;
	text-align: center;
	font-size: 16px;
	color: #37352F;
}

#side .sideMenu dl dd {
	margin-top: 1px;
	border-top: 1px solid #bbb;
}

#side .sideMenu dl dt + dd { border-top: none; }

#side .sideMenu dl dd a {
	padding: 11px 5px 10px 25px;
	background: url(../img/common/parts/arrow_04.png) no-repeat 7px center;
	display: block;
	color: #534343;
}

#side .sideMenu dl dd a .newWindow {
	padding-right: 18px;
	background: url(../img/common/parts/icon_newWindow.png) no-repeat right center;
}

#side .sideMenu dl dd a:hover,
#side .sideMenu dl dd.current a {
	background: #37362F url(../img/common/parts/arrow_05.png) no-repeat 7px center;
	color: #fff;
	text-decoration: none;
}


#blog_side {
	width: 250px;
	float: right;
}

@media only screen and (max-width:600px) {

#blog_side {
	width: auto;
	margin: 0 10px;
	float: none;
}

}


#blog_side #sideNews {
	margin-bottom: 20px;
	box-shadow: 0 2px 5px #ccc;
	background: #fff;
}

#blog_side #sideNews header {
	padding: 10px 5px 7px 10px;
	border-bottom: 2px solid #37362F;
	font-size: 15px;
	color: #37352F;
}

#blog_side #sideNews ul li {
	padding: 11px 5px 10px 10px;
	border-bottom: 1px solid #ccc;
	color: #544343;
}

#blog_side #sideNews ul li a { color: #544343; }

#blog_side #sideNews ul li p.date { font-size: 11px; }


#blog_side #sideCategory,
#blog_side #sideArchive {
	margin-bottom: 20px;
	box-shadow: 0 2px 5px #ccc;
	background: #fff;
}

#blog_side #sideCategory header,
#blog_side #sideArchive header {
	margin-bottom: 13px;
	padding: 10px 5px 7px 10px;
	border-bottom: 2px solid #37362F;
	font-size: 15px;
	color: #37352F;
}

#blog_side #sideCategory ul,
#blog_side #sideArchive ul { padding-bottom: 7px; }

#blog_side #sideCategory ul li,
#blog_side #sideArchive ul li {
	margin-bottom: 6px;
	padding: 0 5px 0 26px;
	background: url(../img/common/parts/arrow_04.png) no-repeat 10px center;
	color: #544343;
}

#blog_side #sideCategory ul li a,
#blog_side #sideArchive ul li a { color: #544343; }



/* フッター
------------------------------------------------- */

#footer .footCon_01 { background: #403329; min-width:1010px;}

#footer .footCon_01 ul {
	width: 1000px;
	margin: 0 auto;
	padding: 23px 0;
	overflow: hidden;
}

#footer .footCon_01 ul li {
	margin-left: 8px;
	background: #fff;
	float: left;
}

#footer .footCon_01 ul li a:hover img {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}

#footer .footCon_01 ul li:first-child { margin-left: 0; }

#footer .footCon_02 {
	margin-bottom: 10px;
	padding: 38px 0;
	box-shadow: 0 2px 3px #ccc;
	background: #fff;
	min-width:1010px;
}

#footer .footCon_02 dl {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .footCon_02 dl dt {
	margin-right: 50px;
	float: left;
}

#footer .footCon_02 dl dt img { width: 234px; }

#footer .footCon_02 dl dd {
	font-size: 13px;
	color: #534343;
	float: left;
}

#footer .footCon_03 {
	width: 1000px;
	margin: 0 auto 10px;
	overflow: hidden;
	position:relative;
}

#footer .footCon_03 nav {
	width: 612px;
	padding: 25px 0 30px;
	border-right: 1px solid #ddd;
	float: left;
}

#footer .footCon_03 nav dl { float: left; }

#footer .footCon_03 nav dl:nth-child(-n+3) { height: 140px; }

#footer .footCon_03 nav dl:nth-child(1),
#footer .footCon_03 nav dl:nth-child(4) { width: 200px; }

#footer .footCon_03 nav dl:nth-child(2),
#footer .footCon_03 nav dl:nth-child(5) { width: 160px; }

#footer .footCon_03 nav dl:nth-child(3),
#footer .footCon_03 nav dl:nth-child(6) { width: 230px; }

#footer .footCon_03 nav dl dt {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #534343;
}

#footer .footCon_03 nav dl dd {
	margin-bottom: 3px;
	padding-left: 16px;
	background: url(../img/common/parts/arrow_01.png) no-repeat 1px center;
	color: #524343;
	letter-spacing: 0;
}

#footer .footCon_03 .sealArea{
	position:absolute;
	right:460px;
	top:150px;
}

#footer .footCon_03 .sealArea .secured_seal{
	float:left;
	margin-right:15px;
}

#footer .footCon_03 > dl {
	width: 347px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}

#footer .footCon_03 > dl dt {
	padding: 3px 0;
	border-radius: 3px;
	background: url(../img/common/parts/bg_02.gif);
	text-align: center;
	color: #fff;
}

#footer .footCon_03 > dl dd { margin-top: 10px; }

#footer .footCon_03 > dl dd:nth-of-type(2) { float: left; }
#footer .footCon_03 > dl dd:nth-of-type(3) { float: right; }

#footer .footCon_03 > dl dd a:hover img {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}

#footer #footCopyright {
	padding: 8px 0;
	background: #403329;
	text-align: center;
	font-size: 11px;
	color: #fff;
	min-width:1010px;
}

@media only screen and (max-width:600px) {

#footer .footCon_01 { margin-bottom: 15px; min-width:100%;}

#footer .footCon_01 ul {
	width: auto;
	padding: 15px 10px 5px;
}

#footer .footCon_01 ul li {
	width: 32%;
	margin: 0 0 10px 2%;
}

#footer .footCon_01 ul li:nth-child(4) { margin-left: 0; }

#footer .footCon_01 ul li img { width: 100%; }

#footer .footCon_02 { display: none; }

#footer .footCon_03 {
	width: auto;
	margin-bottom: 30px;
	overflow: visible;
}

#footer .footCon_03 nav { display: none; }

#footer .footCon_03 > dl {
	width: auto;
	margin: 0 15px;
	float: none;
	overflow: hidden;
}

#footer .footCon_03 > dl dt {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 0;
	background: none;
	font-size: 18px;
	color: #403329;
}

#footer .footCon_03 > dl dd img { width: 100%; }

#footer .footCon_03 > dl dd:nth-of-type(2),
#footer .footCon_03 > dl dd:nth-of-type(3) {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#footer .footCon_03 > dl dd:nth-of-type(2) { padding-right: 5px; }
#footer .footCon_03 > dl dd:nth-of-type(3) { padding-left: 5px; }
#footer .footCon_04 { position:relative;}
#footer .footCon_04 p:first-child a {
	padding: 14px 0;
	display: block;
	background: #A2A295 url(../img/common/parts/arrow_03.png) no-repeat center;
	background-size: 26px;
	text-indent: -500px;
	overflow: hidden;
}

#footer .footCon_04 p:first-child + p {
	padding: 15px 10px;
	background: #fff;
}

#footer .footCon_04 .sealArea{
	text-align:right;
	padding:10px;
	float:right;
	overflow:hidden;
}

#footer .footCon_04 .sealArea .secured_seal{
	float:left;
	margin-right:15px;
}


#footer #footCopyright {
	padding: 8px 0;
	background: #403329;
	text-align: center;
	font-size: 11px;
	color: #fff;
	clear:both;
	min-width:100%;
}

}



/* 共通設定
------------------------------------------------- */

/* リンク */

a {
	color: #333;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


/* 左寄せリンク */

.linkL { text-align: left; }

.linkL a {
	padding-left: 10px;
	background: url(../img/common/parts/icon_arrow_01.png) left center no-repeat;
}


/* 右寄せリンク */

.linkR {
	text-align: right;
	margin-right: 10px;
}

.linkR a {
	padding-left: 10px;
	background: url(../img/common/parts/icon_arrow_01.png) left center no-repeat;
}


/* ページトップ */

#pageTop {
	width: 40px;
	height: 40px;
	background:  url(../img/common/parts/btn_pageTop.png) no-repeat;
	text-indent: -400px;
	overflow: hidden;
}

@media only screen and (max-width:600px) {

#pageTop { display: none; }

}


/* ページナビ */

.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
}

.wp-pagenavi a {
	margin: 0 1px 5px;
	padding: 6px 8px !important;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	color: #999;
	line-height: 1;
	vertical-align: bottom;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	border: 1px solid #37362f;
	background: #eee;
	color: #37362f;
}

.wp-pagenavi span.current {
	padding: 6px 8px;
	display: inline-block;
	border: 1px solid #37362f;
	background: #37362f;
	color: #fff;
	line-height: 1;
}

.wp-pagenavi span {
	margin: 0 1px 5px;
	padding: 6px 8px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	color: #999;
	line-height: 1;
	vertical-align: bottom;
	text-decoration: none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last { padding: 6px 4px; }


/*coming_soon*/

.coming_soon{
	width:1000px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	background:#CCC;
	display:table-cell;
}

.coming_soon p{
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	width:100%;
	font-size:30px;
}