/* CSS Document */
@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.nl {text-decoration: none;}
.nl:hover {text-decoration: underline;}

@media screen and (max-width:480px){
	body {
		min-width: 480px;
	}
}
/* HEADER
---------------------------------*/
#Head {
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo-head {
	margin-left: 20px;
}
.btn-contact {
	position: absolute;
	right: 20px;
	top: 20px;
}

@media screen and (max-width:640px){
	.btn-contact {
		display: none;
	}
	.logo-head img {
		max-width: 318px;
		width: 72%;
	}
}

/* HEADER NAVI
---------------------------------*/
nav {
	width: 960px;
	margin: 10px auto 20px auto;
	text-align: center;
}
nav li {
	font-size: 14px;
}
nav a {
	text-decoration: none;
	color: #333;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	background:no-repeat right bottom url(../img/common/back_navi.png);
}
nav p {
	color: #fff;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	background:no-repeat right bottom #f00 url(../img/common/back_navi.png);
}
.drawer-menu {
	display: none;
}
@media screen and (max-width:645px){
	nav {
		display: none;
	}
}
/* TITLE
---------------------------------*/
.title {
	width: 100%;
	background-color: #aaa;
	padding: 8px 0;
	position: relative;
}
.title h1 {
	color: #fff;
	font-size: 24px;
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	.title h1 {
		display: inline;
		padding-left: 20px;
	}	
}

/* TITLE-NAVI
---------------------------------*/
.title-navi {
	position: absolute;
	top: 0;
	width: 930px;
	left: 0;
	right: 0;
	margin: auto;
}
.title-navi ul {
	padding-left: 150px;
}
.title-navi li {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}
.title-navi a {
	color: #000;
	text-decoration: none;
	display: block;
	padding:10px 10px 10px 5px;
}
.title-navi p {
	color: #fff;
	background-color: #f00;
	padding:10px 10px 10px 5px;
}

@media screen and (max-width:640px){
	.title-navi {
		padding-top: 8px;
		position: inherit;
		width: 100%;
	}
	.title-navi ul {
		padding-left: 0;
	}
	.title-navi li {
		width: 50%;
		font-weight: normal;
		background-color: #fff;
	}
	.title-navi a {
		display:block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;

	}
	.title-navi p {
		display:block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;
	}
}

/* STITLE
---------------------------------*/
.stitle {
	width: 100%;
	background-color: #ddd;
	padding: 6px 0;
}
.stitle h3 {
	font-size: 18px;
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	.stitle h3 {
		display: inline;
		padding-left: 20px;
	}	
}

/* ACC-TITLE
---------------------------------*/
.acc-title {
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	border-left: 5px solid #f00;
}
.acc-title-l {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	padding: 5px;
	border-left: 5px solid #f00;
}

/* BAR
---------------------------------*/
.sub-title {
	width: 100%;
	background-color: #aaa;
	padding: 6px 0 6px 0px;
	margin-bottom: 10px;
}
.sub-title h3 {
	width: 920px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
}

@media screen and (max-width:640px){
	.sub-title h3 {
		display: inline;
		padding-left: 10px;
	}
}

/* TXT
---------------------------------*/
@media screen and (max-width:640px){
	.txt-p {
		display: inline;
		padding-left: 20px;
	}	
}

/* BREAD
---------------------------------*/
.bread {
	width:100%;
	background-color: #eee;
	padding: 6px 0;
}
.bread h2 {
	width: 940px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
}

@media screen and (max-width:640px){
	.bread {
		display: none;
	}
}

/* WRAP
---------------------------------*/
.wrap {
	width: 960px;
	margin: 0 auto;
}
.m-00 {
	margin-bottom: 20px;
}
.m-01 {
	margin-bottom: 30px;
}
.m-02 {
	margin-bottom: 60px;
}
.m-03 {
	margin-bottom: 10px;
}
.p-00 {
	padding-left: 40px;
}

@media screen and (max-width:640px){
	.wrap {
		width: 100%;
	}
}

/* FOOTER
---------------------------------*/
#Foot {
	background: url(../img/common/back-footer.gif);
	line-height: 18px;
}
.footer-info {
	color: #ccc;
	background: #000;
	padding: 20px;
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-txt {
	margin-bottom: 10px;
}
.footer-cp {
	font-size: 10px;
}

@media screen and (max-width:640px){
	.footer-info {
	}
	.footer-logo {
		max-width: 390px;
		width : 100%;
	}
	.footer-txt {
		font-size: 14px;
	}
	.footer-cp {
		font-size: 12px;
	}
}

/* TOP ICON
---------------------------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
}


@media screen and (max-width:640px){
	#top {
		display: none;
		visibility: hidden;
	}	
}

/* FOOTER NAVI
---------------------------------*/
.footer-navi {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.footer-navi-item p {
	font-size: 12px;
	margin-bottom: 5px;
}
.footer-navi-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	line-height: 18px;
}
.footer-navi-item ul {
	list-style: none;
}
.footer-navi-item li {
	font-size: 11px;
}
.footer-navi-item-block {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.footer-navi-sitem li {
	font-size: 12px;
	display: inline-block;
	margin:0 10px 10px 0;
}

.footer-navi a {
	color: #333;
	text-decoration: none
}
.footer-navi a:hover {
	color: #f00;
	text-decoration: underline;
}
.footer-snavi {
	display: none;
}

@media screen and (max-width:640px){
	.footer-navi {
		display: none;
	}
	.footer-snavi {
		display: block;
	}
	
	.footer-snavi li {
		text-align: center;
		font-size: 15px;
		display: inline-block;
		width: 33.3%;
	}
	
	.snom {
		color: #fff;
		display: block;
		width: 100%;
		height: 100px;
		line-height: 100px;
		text-decoration: none;
		background: #f00;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.stop {
		color: #fff;
		font-size: 38px;
		background: #000;
		display: block;
		width: 100%;
		height: 100px;
		line-height: 80px;
		text-decoration: none;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #000;
	}
}

/* A HREF COLOR
---------------------------------*/
.nom {
	color: #333;
}
.nom:hover {
	color: #f00;
}
.red {
	color: #d00;
}
.red:hover {
	color: #f00;
}
.white {
	color: #eee;
}
.white:hover {
	color: #fff;
}

/* TEXT
---------------------------------*/
.txt-border {
	border: 1px solid #333;
	padding: 2px;
}

/* LIST STYLE
---------------------------------*/
.inline {
	display: inline-block;
}

.list-001 {
	padding-left: 20px;
}
.list-001 li {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.list-002 {
	padding-left: 20px;
	list-style-type: decimal
}
.list-002 li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.list-003 {
	list-style: none;
	padding-top: 10px;
}
.list-003 li {
	text-align: justify;
	text-justify: inter-ideograph;
	counter-increment: cnt;
	margin-bottom: 10px;
	padding-left: 24px;
}
.list-003 li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
	float: left;
    margin-left: -24px;
}
.list-004 {
	padding-left: 30px;
}
.list-004 li {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* FONTS
---------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8drih0');
  src:  url('../fonts/icomoon.eot?8drih0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8drih0') format('truetype'),
    url('../fonts/icomoon.woff?8drih0') format('woff'),
    url('../fonts/icomoon.svg?8drih0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="i-"], [class*=" i-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-01:before {
	content: "\e902";
}
.i-02:before {
	content: "\e903";
}
.i-l1:before {
	content: "\e91c";
	font-size: 20px;
	vertical-align: -20%;
}
.i-l2:before {
	content: "\e91d";
	font-size: 20px;
	vertical-align: -20%;
}
.i-q1:before {
	content: "\e904";
}
.i-q2:before {
	content: "\e905";
}
.i-att:before {
	content: "\e906";
}
.i-close:before {
	content: "\e911";
}

/*Slider*/
.i-s1:before {
	content: "\e900";
	font-size: 50px;
}
.i-s2:before {
	content: "\e901";
	font-size: 50px;
}
/*KYOTEN ICON*/
.i-phone:before {
	content: "\e919";
	font-size: 18px;
}
.i-fax:before {
	content: "\e91a";
	font-size: 18px;
}
.i-buill:before {
	content: "\e91b";
	font-size: 18px;
}
.i-time:before {
	content: "\e91e";
	font-size: 18px;
}

/*COMPANY */
.i-c1:before {
	content: "\e90b";
	font-size: 50px;
}
.i-c2:before {
	content: "\e90a";
	font-size: 50px;
}
.i-c3:before {
	content: "\e90c";
	font-size: 50px;
}
.i-c4:before {
	content: "\e90d";
	font-size: 50px;
}

/*KYOTEN TYPE*/
.i-k0:before {
	content: "\e914";
	font-size: 25px;
	color: #2f74ca;
}
.i-k1:before {
	content: "\e915";
	font-size: 25px;
	color: #ff9c00;
}
.i-k2:before {
	content: "\e916";
	font-size: 25px;
	color: #444f9d;
}
.i-k3:before {
	content: "\e917";
	font-size: 25px;
	color: #577f84;
}
.i-k4:before {
	content: "\e924";
	font-size: 25px;
	color: #2fca66;
}
.i-k5:before {
	content: "\e922";
	font-size: 25px;
	color: #D62EAC;
}
.i-k6:before {
	content: "\e920";
	font-size: 25px;
	color: #DD2059;
}
.i-k7:before {
	content: "\e921";
	font-size: 25px;
	color: #FF5500;
}
