@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	z-index: 8!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	background-color: rgba(255, 255, 255, 1);
}
.headerbg #header-inner  {
	
}
.headerbg nav {
   	background-image: none;
}
.headerbg nav > ul > li > a {
	color: #000;
   	padding: 20px 10px;
}
header.nb {
	background-color: rgba(255, 255, 255, 1);
}
.nb nav > ul > li > a {
	color: #000;
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 20%;
	height: 100%;
	max-width: 263px;
	position: absolute;
	line-height: 0;
	background-color: #FFF;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.headerbg #header-logo {
	max-width: 200px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}

/* header entry */

.head-entry-b {
	width: 100%;
}
.head-entry-b a {
	width: 150px;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	background-color: #2c90bd;
	margin-left: auto;
	margin-right: 0;
	padding: 5px;
}

/* header SP */

.header-spmenu {
	width: 36px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 15px 0 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#side-navi {
	width: 55px;
	height: 438px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 999;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#side-navi.sidebg {
	width: 40px;
	top: 100px;
}

/* img */
#side-navi img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

Navi
=================================================*/

/* side menu */

.side-item {
	width: 55px;
	height: 438px;
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 10!important;
}

/* header menu */

nav {
	width: 75%;
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: 2.5%;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

/* cf */

nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav > ul > li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
nav > ul > li br {
	display: none;
}
nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 160%;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 22px 10px;
}

/* メインメニューのサブタイトル */

nav > ul > li a span {
	font-size: 1.2rem;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #666;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 200px;
	position: absolute;
	visibility: hidden;
	border-left: 5px solid #973136;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(98, 96, 89,0.9);
	padding: 0;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #666;
	padding: 0;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	text-align: left;
	text-decoration: none;
	background-size: auto;
	padding: 10px 10px;
}
nav > ul > li > ul li a:hover {
	background-color: #973136;
	opacity: 1;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 80px 0 150px;
	z-index: 5;
}
.contents-section {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.contents-section-full {
	width: 100%;
	position: relative;
	margin: 80px auto 0;
}
.contents-section-item {
	width: 100%;
	position: relative;
	margin: 120px auto 0;
}
.contents-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}

.click-b {
	width: 90%;
	max-width: 200px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	border: 2px solid #000;
	background-color: #000;
	background-image: url(../images/arrow_b.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 0 auto;
	padding: 8px 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.click-b:hover {
	opacity: 1;
	background-color: #666;
	border: 2px solid #FFF;
}
.click-bb {
	width: 90%;
	max-width: 720px;
	display: block;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	text-decoration: none;
	border: 5px solid #cc0000;
	background-color: #cc0000;
	background-image: url(../../images/button_dec.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 90px auto 0;
	padding: 40px 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.click-bb:hover {
	opacity: 1;
	color: #cc0000;
	background-color: transparent;
}
.click-bg {
	width: 90%;
	max-width: 240px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	border: 2px solid #999;
	background-color: #999;
	border-radius: 30px;
	margin: 6% auto 0;
	padding: 5px 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.click-bg:hover {
	opacity: 1;
	color: #999;
	background-color: transparent;
	border: 2px solid #999;
}
.click-bp {
	width: 90%;
	max-width: 320px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	border: 2px solid #851582;
	background-color: #851582;
	border-radius: 30px;
	margin: 0 auto 5%;
	padding: 8px 1em;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.click-bp:hover {
	opacity: 1;
	color: #851582;
	background-color: transparent;
	border: 2px solid #851582;
}

/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

#head-cover img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
	html {
		background: #FFF;
	}
	body {
		color: #000;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 100%;
	max-width: 210px;
	display: block;
	cursor: pointer;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	border: 2px solid #000;
	background-color: #fffc00;
	margin: 0 auto;
	padding: 8px 10px;
}
.button:hover {
	opacity: 1;
	color: #ffe400;
	background-color: #000;
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	background-color: #FFF;
}
.data-tstyle th {
	width: 200px;
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	padding: 24px;
}
.data-tstyle th.lsize {
	width: 220px;
}
.data-tstyle th span {
	color: #F00;
}
.data-tstyle td {
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 24px;
}
.data-tstyle td span {
	color: #F00;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
	background-image: url(../../images/corner_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
}

.data-tstyle-top {
	width: 100%;
	font-size: 1.8rem;
	display: table;
	margin-top: 30px;
}
.data-tstyle-top dt {
	display: table-cell;
	width: 280px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	background-color: #009cd7;
	padding: 20px;
}
.data-tstyle-top dd {
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
	padding: 20px;
}

.list-tstyle {
	width: 100%;
	font-size: 1.8rem;
}
.list-tstyle th {
	width: 25%;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
	border-bottom: 2px solid #009cd7;
	padding: 25px 0;
}
.list-tstyle th span {
	display: inline-block;
}
.list-tstyle td {
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #009cd7;
	padding: 25px 1em;
}
.list-tstyle-l {
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 6%;
}
.list-tstyle-l th {
	color: #000;
	text-align: center;
	line-height: 180%;
	vertical-align: middle;
	font-weight: normal;
	background-color: #EEE;
	border-left: 1px solid #CCC;
	padding: 20px 1em;
}
.list-tstyle-l td {
	color: #000;
	text-align: left;
	line-height: 180%;
	vertical-align: middle;
	font-weight: normal;
	border-left: 1px solid #CCC;
	padding: 20px 1em;
}

.paging {
	display: table;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 8% auto 0;
}
.paging li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #000;
}
.paging li a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: .2em 1em;
}
.paging li a.active {
	color: #FFF;
	background-color: #000;
}
.paging li a:hover {
	color: #FFF;
	background-color: #000;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 85px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
.footer-sns {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto 20px;
}
.footer-sns ul li {
	width: 50px;
	display: inline-block;
	margin: 0 10px;
}
footer {
	width: 100%;
	position: relative;
	background-color: #626059;
	background-image: url(../../images/footer_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 5!important;
	padding: 60px 0 0;
}
.footer-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footer-logo {
	width: 25%;
	max-width: 188px;
	float: left;
}
.footer-logo h1 {
	max-width: 188px;
	line-height: 100%;
	margin: 0 auto;
}
.footer-logo p {
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	line-height: 120%;
	margin: 20px 0 10px;
}
.footer-logo .img-banner {
    display: block;
	max-width: 188px;
    margin: 0 auto;
}
.footer-logo .link-b {
	width: 100%;
	max-width: 188px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	text-decoration: none;
	background-color: #002460;
	margin: 20px auto 0;
	padding: 8px 1em;
}
.footer-logo .link-b span {
	position: relative;
	z-index: 2!important;
}
.footer-logo .link-b:before {
	content:" ";
	display:block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 1;
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-logo .link-b:hover {
	color: #FFF;
	opacity: 1;
}
.footer-logo .link-b:hover:before {
	top: 0;
	left: 0;
}
.footer-logo a:nth-of-type(2) {
	color: #FFF;
	background-color: #973136;
}
.footer-logo a:nth-of-type(3) {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
}
.footer-menu {
	width: 70%;
	float: right;
}
.footer-menu > ul {
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
	padding-right: 5%;
}
.footer-menu ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 180%;
	text-align: left;
	text-decoration: none;
	margin-top: 20px;
}
.footer-menu ul li a span {
	display: block;
	color: #973136;
}
.footer-menu > ul li ul {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.footer-menu > ul li ul li a {
	color: #CCC;
	font-size: 1.2rem;
	margin-top: 5px;
}
.footer-add {
	width: 100%;
	margin: 0 auto;
}
.footer-add .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#copyright {
	width: 100%;
	float: right;
	font-size: 1rem;
	color: #999;
	letter-spacing: 0.1em;
	line-height: 200%;
	text-align: right;
	padding-top: .6em;
}
#copyright strong {
	font-size: 1.4rem;
}
#address {
	width: 50%;
	float: left;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: left;
}

/* footer img */

.footer-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-menu:after,.footer-menu > ul:after,.foot-item .inner:after,.footer-add .inner:after {
    content:" ";
    display:block;
    clear:both;
}

@media only screen and (min-width:1px) and (max-width: 985px) {
	
	nav {
		width: 70%;
	}
	nav > ul > li > a {
		font-size: 1.4rem;
	}
	nav > ul > li br {
		display: block;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, .5);
	}
	#header-inner {
		width: 95%;
		position: relative;
		margin: 0;
		padding-top: 0;
	}
	.head-entry-b {
		display: none;
	}
	#header-option {
		display: none;
	}
	#header-logo {
		width: 70%;
		max-width: 263px;
		position: relative;
		float: left;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0;
		padding: 0;
	}	
	.headerbg #header-logo {
		width: 70%;
		max-width: 263px;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	
	/* header img */

	#header-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		position: relative;
		top: 0%;
		left: 0;
		-webkit-transform: translate(-5%, 0); /* Safari用 */
		transform: translate(-5%, 0);
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		background-color: #626059;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		margin-right: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		background-image: none;
		border-bottom: 1px solid #999;
	}
	nav > ul > li br {
		display: none;
	}
	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		text-align: left;
		color: #FFF!important;
		background-position: left 10px center;
		padding: 5%;
	}
	nav > ul > li > a:hover {
		color: #CCC;
	}
	/* メインメニューのサブタイトル */

	nav > ul > li > a span {
		font-size: 80%;
		color: #CCC;
		letter-spacing: 0;
	}

	/* メインメニューのオーバーカラー */

	nav > ul > li > a:hover {
		
	}
	nav > ul > li > ul {
		width: 100%;
		position: relative;
		background-color: #FFF;
		border-left: none;
		visibility: visible;
		opacity: 1;
		transition: 0s;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 0;
	}
	nav li:hover ul {
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	
	/* サブメニュー表示設定 */

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
	nav > ul > li > ul li a:hover {
		background-color: #AAA;
	}
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	}

	/* サブメニュー詳細設定 */

	nav > ul > li > ul li {
		width: 100%;
		float: none;
		border-top: 1px solid #999;
		border-bottom: 0;
		padding: 0;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		color: #000;
		text-align: left;
		text-decoration: none;
		padding: 3% 5%;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #FFF;
		text-align: center;
		background-color: #973136;
		border-radius: 24px;
		border: none;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #973136;
		background-color: #FFF;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		padding: 8% 0 15%;
	}
	.contents-inner {
		margin: 10% auto 0;
	}
	.contents-section-full {
		margin-top: 8%;
	}
	.contents-section-item {
		margin: 8% auto 0;
	}
	.contents-inner {
		width: 90%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 8%;
	}
	.click-bb {
		font-size: 2.4rem;
		margin: 8% auto 0;
		padding: 20px 1em;

		/* animation */
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.anchor-item {
		top: -80px;
	}
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 240px;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		
	}
	.data-tstyle th {
		width: 100%;
		display: block;
		border: none;
		background-color: #EEE;
		padding: 12px 8px;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 12px 8px 20px;
	}
	.data-tstyle td span {
		font-size: 1.3rem;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background: #FFF;
	}
	.data-tstyle-top {
		width: 100%;
		font-size: 1.5rem;
		display: block;
		margin-top: 3%;
	}
	.data-tstyle-top dt {
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 15px;
	}
	.data-tstyle-top dd {
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 15px;
	}
	
	.list-tstyle {
		width: 100%;
		font-size: 1.5rem;
	}
	.list-tstyle th {
		width: 90px;
		padding: 15px 5px;
	}
	.list-tstyle td {
		padding: 15px 5px;
	}
	.list-tstyle-contact {
		width: 100%;
		background-color: #FFF;
	}
	.list-tstyle-contact th {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #d9dde6;
		padding: 12px;
	}
	.list-tstyle-contact td {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 12px;
	}
	.list-tstyle-contact tr:nth-of-type(odd) {
		background-color: transparent;
	}
	.products-tstyle th {
		padding: 8px;
	}
	.products-tstyle td {
		padding: 8px;
	}
	.paging li a {
		font-size: 1.4rem;
		padding: 0 .8em;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	.pagetop-visible {
		right: -100px;
	}
	.footer-entry {
		width: 100%;
		background-color: #f2f4f4;
		margin-top: 10%;
		padding: 5%;
	}
	.footer-entry a {
		font-size: 2.8rem;
		padding: 10px;
	}
	.footer-entry a span {
		display: block;
		font-size: 1.6rem;
		margin-top: 5px;
	}
	footer {
		width: 100%;
		position: relative;
		background-image: url(../../images/footer_bg_sp.png);
		background-position: center top;
		background-size: contain;
		z-index: 5!important;
		padding: 8% 0 0;
	}
	.footer-inner {
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 0 3%;
	}
	.footer-logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.footer-logo h1 {
		max-width: 208px;
		margin: 0 auto 20px;
	}
	.footer-logo p {
		line-height: 100%;
		margin: 3% 0 10px;
	}
	.footer-logo .link-b {
		margin: 3% auto 0;
	}
	.footer-menu {
		width: 100%;
		float: none;
		margin: 5% auto 0;
	}
	.footer-menu > ul {
		width: 49%;
		margin: 0;
		padding-left: 1em;
		padding-right: 0;
	}
	.footer-menu ul li a {
		text-align: left;
	}
	#address {
		width: 100%;
		float: none;
		text-align: center;
	}
	#copyright {
		width: 100%;
		float: none;
		font-size: 1rem;
		text-align: center;
		margin-top: 20px;
		padding: 0;
	}
	
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	.products-tstyle {
		font-size: 1vw!important;
		line-height: 160%;
	}
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}