@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;
	right: 0;
	margin: auto;
	z-index: 7!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, 0.9);
	top: 0;
}
.headerbg #header-inner  {
   margin-top: 0;
}
.headerbg nav {
   	background-image: none;
}
.headerbg nav > ul > li > a {
   	
}

/* cf */

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

/* header PC */

#header-logo {
	width: 25%;
	max-width: 133px;
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}
.headerbg #header-logo {
	max-width: 120px;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 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;
}

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

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

/* header menu */

nav {
	width: 75%;
	width: 65%;
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
	padding: 0 4% 0 0;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 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:nth-child(4){
    display: none;
}


nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.2rem;
	line-height: 180%;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 20px 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: #CCC;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 180px;
	position: absolute;
	visibility: hidden;
	border-left: 5px solid #2c90bd;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(0, 0, 0,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 2px;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: left;
	text-decoration: none;
	background-size: auto;
	padding: 10px 10px;
}
nav > ul > li > ul li a:hover {
	opacity: 0.6;
}

/*  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;
	z-index: 5!important;
}
.contents-section {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 100px auto 0;
}
.contents-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 100px auto 0;
}
.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;
}


/* 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: 300px;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 2px solid #2c90bd;
	background-color: #2c90bd;
	margin: 5% auto 0;
	padding: 10px 10px;
}
.button:hover {
	color: #2c90bd;
	opacity: 1;
	background-color: #FFF;
}
.button-detail {
	width: 100%;
	max-width: 180px;
	min-width: 55px;
	display: block;
	cursor: pointer;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	background-color: #c9b48c;
	border-radius: 6px;
	margin: 0 auto;
	padding: 5px 10px;
}
.button-detail:hover {
	opacity: 1;
	background-color: #FFF;
}
.button-entry {
	width: 100%;
	max-width: 360px;
	display: block;
	cursor: pointer;
	font-size: 1.8rem;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	background-color: #c9b48c;
	margin: 80px auto 0;
	padding: 15px 10px;
}
.button-entry:hover {
	opacity: 1;
	background-color: #FFF;
}
.button-click {
	width: 100%;
	max-width: 160px;
	display: block;
	font-size: 1.3rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	background-color: #000;
	border-radius: 18px;
	padding: 2px 1em;
}
.button-click:hover {
	opacity: 1;
	color: #000;
	background-color: #FFF;
}

[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: 240px;
	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;
	border: 1px solid #CCC;
}
.data-tstyle th {
	width: 200px;
	line-height: 3.4rem;
	text-align: center;
	padding: 12px;
}
.data-tstyle th span {
	color: #F00;
}
.data-tstyle td {
	line-height: 3.4rem;
	border-left: 5px solid #2b90bd;
	padding: 12px 25px;
}
.data-tstyle td span.fred {
	color: #F00;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #eeeeee;
}
.data-tstyle td dt {
  width: 10em;
  float: left;
}
.data-tstyle td dd {
  
}
.data-tstyle td dd:after {
  content: '';
  display: block;
  clear: both;
}

.list-tstyle {
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.list-tstyle.half {
	width: 50%;
	background-color: #FFF;
}
.list-tstyle th {
	color: #000;
	text-align: center;
	line-height: 180%;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #CCC;
	padding: 10px;
}
.list-tstyle th:nth-of-type(1) {
	min-width: 5em;
}
.list-tstyle td {
	line-height: 180%;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	padding: 10px;
}
.list-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
}
.list-tstyle td a.more-b {
	width: 8em;
	display: block;
	font-size: 1.3rem;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #2c90bd;
	margin: 0 auto;
	padding: 5px;
}


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

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

.pagetop {
	width: 70px;
	height: 90px;
	position: fixed;
	right: -70px;
	bottom: 100px;
	z-index: 1001!important;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
.footer-entry {
	width: 100%;
	background-color: #f2f4f4;
	margin-top: 120px;
	padding: 40px 5%;
}
.footer-entry.nbg {
	background-color: transparent!important;
	border-bottom: 1px solid #f2f4f4;
}
.footer-entry a {
	width: 100%;
	max-width: 450px;
	display: block;
	font-size: 3.5rem;
	color: #333;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../../images/arrow.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto;
	border: 3px solid #FFF;
	margin: 0 auto;
	padding: 15px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-entry a:hover {
	border: 3px solid #333;
	background-position: right 10px center;
	opacity: 1;
}
.footer-entry a span {
	display: block;
	font-size: 1.8rem;
	margin-top: 5px;
}
footer {
	width: 100%;
	position: relative;
	z-index: 5!important;
	padding: 30px 0;
}
.footer-inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footer-logo {
	width: 30%;
	max-width: 240px;
	float: left;
}
.footer-logo h1 {
	max-width: 171px;
	line-height: 100%;
	margin: 0 auto 30px;
}
.footer-logo p {
	color: #FFF;
	font-size: 1.2rem;
	line-height: 180%;
	margin-top: 1em;
}
.footer-logo .link-b {
	width: 100%;
	max-width: 240px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	text-decoration: none;
	background-color: #2c90bd;
	border: 2px solid #2c90bd;
	margin: 15px auto 0;
	padding: 8px;
}
.footer-logo .link-b:hover {
	color: #2c90bd;
	background-color: #FFF;
	opacity: 1;
}
.footer-logo a:nth-of-type(even) {
	background-color: #999;
	border: 2px solid #999;
}
.footer-logo a:nth-of-type(even):hover {
	color: #999;
}
.footer-menu {
	width: 65%;
	float: right;
}
.footer-menu > ul {
	width: 50%;
	float: left;
	margin-top: 30px;
	padding-left: 1%;
}
.footer-menu > ul:nth-child(4){
    display: none;
}


.footer-menu ul li:first-child a {
	font-size: 1.4rem;
	color: #000;
}
.footer-menu ul li:nth-of-type(n+2) {
	line-height: 140%;
	margin-top: 5px;
	padding-left: 1em;
}
.footer-menu ul li a {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	color: #000;
	text-align: left;
	text-decoration: none;
}
.footer-add {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#copyright {
	width: 50%;
	float: left;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: right;
}
#address {
	width: 50%;
	float: left;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: left;
}
#f-banner {
	width: 40%;
	max-width: 102px;
	float: right;
}

/* footer img */

.footer-logo img,#f-banner 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:after {
    content:" ";
    display:block;
    clear:both;
}
@media only screen and (min-width:1px) and (max-width: 1100px) {
	
	.head-entry-b {
		width: 100%;
	}
	.head-entry-b a {
		padding: 2px;
	}
	nav > ul > li a {
		padding: 10px 10px;
	}
	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, 1);
		top: 0;
	}
	#header-inner {
		width: 90%;
		position: relative;
		margin: 0 auto;
		padding-top: 0;
	}
	.head-entry-b {
		display: none;
	}
	#header-option {
		display: none;
	}
	#header-logo {
		width: 80%;
		max-width: 90px;
		position: relative;
		float: left;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0;
		padding: 12px 0;
	}
	.headerbg #header-logo {
		width: 80%;
		max-width: 90px;
		margin: 0;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 0.9);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		background-color: #2c90bd;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 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 #267ea6;
	}
	nav > ul > li br {
		display: none;
	}
	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		text-align: left;
		color: #FFF;
		background-position: left 10px center;
		padding: 5%;
	}
	
	
	/* メインメニューのサブタイトル */

	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: #333;
		border-left: 3px solid #2c90bd;
		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 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: #FFF;
		text-align: left;
		text-decoration: none;
		padding: 3%;
	}

	/*  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;
		border: 1px solid #FFF;
		border-radius: 24px;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #0049ac;
		background-color: #FFF;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#head-corner {
		display: none;
	}
	.contents-inner {
		margin: 10% auto 0;
	}
	.contents-section {
		margin-top: 10%;
	}
	.contents-inner {
		width: 90%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 8%;
	}
	.anchor-item {
		top: -80px;
	}
	.button-entry {
		margin: 8% auto 0;
		padding: 15px 10px;
	}
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 240px;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
		background-color: #EEE;
		border: none;
		padding: 5px 8px;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 10px;
	}
	.data-tstyle td span {
		font-size: 1.3rem;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: #FFF;
	}
	.list-tstyle {
		width: 100%;
		text-align: left;
		font-size: 1.3rem;
	}
	.list-tstyle {
		width: 100%;
		text-align: left;
		font-size: 1.3rem;
	}
	.list-tstyle th {
		padding: 5px;
	}
	.list-tstyle td {
		padding: 5px;
	}
	.list-tstyle td a.more-b {
		width: 4em;
		font-size: 1.2rem;
	}
	.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;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	.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;
		z-index: 5!important;
		padding: 5% 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: 140px;
		margin: 0 auto 20px;
	}
	.footer-logo p {
		text-align: center;
	}
	.footer-logo .link-b {
		margin: 3% auto 0;
	}
	.footer-menu {
		width: 100%;
		float: none;
		margin: 5% auto 0;
	}
	.footer-menu > ul {
		width: 100%;
		float: none;
		border-bottom: 1px solid #CCC;
		margin-top: 12px;
		padding-left: 1em;
		padding-bottom: 12px;
	}
	.footer-menu ul li:first-child a {
		text-align: left;
	}
	#address {
		width: 100%;
		float: none;
		text-align: center;
	}
	#copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
	#f-banner {
		width: 100%;
		float: none;
		text-align: center;
		margin: 20px auto 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
	==================================================*/
	
	
}