@charset "utf-8";

html {
  min-height: 100%;
  position: relative;
}
 
.sp{ display: none; }


/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 150px;
	background-color: #FFF;
}
header .contents {
	width: 1200px;
}
header .logo {
	padding: 10px 0;
	float: left;
}
header .slogo {
	padding: 60px 0 10px;
	float: left;
}
header .slogo img {
	width: 150px;
}
header .menu {
	float: right;
	width: 890px;
}
header .btn {
	display: block;
	float: right;
	background-color: #f68492;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding: 15px;
	margin: 17px 0 0 10px;
	border: 2px solid #ed7483;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .btn:hover {
	opacity: 0.7;
}
header .btn span {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
header .btn span.ico01 {
	background-image: url(../images/common/btn_ico01.png);
}
header .btn span.ico02 {
	background-image: url(../images/common/btn_ico02.png);
}
header .time {
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	margin-left: 15px;
}
header .tel {
	float: right;
	padding-top: 34px;
	font-size: 40px;
	font-weight: bold;
}
header .panel {
	display: none;
}
.header_btm {
	display: none;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
}


/* gnav
---------------------------------------------------- */
.gnav {
	padding-top: 10px;
	width: 100%;
}
.gnav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border-left: 1px solid #e2e2e2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.gnav ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #e2e2e2;
}
.gnav ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	display: block;
	color: #575757;
}
.gnav ul li a span {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	display: inline-block;
}
.gnav ul li:nth-child(1) a span {
	background-image: url(../images/common/gnav_ico01.png);
}
.gnav ul li:nth-child(2) a span {
	background-image: url(../images/common/gnav_ico02.png);
}
.gnav ul li:nth-child(3) a span {
	background-image: url(../images/common/gnav_ico03.png);
}
.gnav ul li:nth-child(4) a span {
	background-image: url(../images/common/gnav_ico04.png);
}
.gnav ul li:nth-child(5) a span {
	background-image: url(../images/common/gnav_ico05.png);
}
.gnav ul li:nth-child(1) a:hover {
	color: #1eb9e6;
}
.gnav ul li:nth-child(2) a:hover {
	color: #f29300;
}
.gnav ul li:nth-child(3) a:hover {
	color: #ec7289;
}
.gnav ul li:nth-child(4) a:hover {
	color: #78bd36;
}
.gnav ul li:nth-child(5) a:hover {
	color: #c0b9ad;
}


/* fixed_menu
---------------------------------------------------- */
.fixed_menu {
	position: fixed;
	right: 10px;
	top: 170px;
	z-index: 100;
}
.fixed_menu ul li {
	margin-bottom: 10px;
}
.fixed_menu ul li img {
	transition:		all 0.2s ease;
}
.fixed_menu ul li img:hover {
	-webkit-transform:	scale(1.1);
	transform:		scale(1.1);
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0;
	background-color: #fffded;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
	background-image: url(../images/common/footer_line.png);
	padding-top: 20px;
}
footer .footer_menu {
	padding: 30px 0 15px;
	background-color: #FFFFFF;
}
footer .footer_menu ul li {
	float: left;
	font-size: 12px;
	margin-right: 30px;
}
footer .footer_menu ul li:last-child {
	margin-right: 0;
}
footer .footer_menu ul li a {
	background-image: url(../images/common/footer_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
footer .footer_logo {
	padding: 0 0 30px;
	text-align: center;
	background-color: #FFFFFF;
}
footer .footer_logo img {
	margin-bottom: 20px;
}
footer .footer_logo p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #7a7a7a;
}
footer .footer_copy {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9a9a9a;
	padding: 10px 0;
	letter-spacing: 0.2em;
}


/* pagetop
---------------------------------------------------- */
.pagetop {
	display: block;
	text-align: right;
	margin-top: 30px;
}
.pagetop img {
	width: 100px;
}


/* h
---------------------------------------------------- */
h1 {}
h2.ttl {
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 46px;
    margin: 0 auto 30px;
    padding: 0 50px;
    display: table;
    background-image: url(../images/index/news_left.png), url(../images/index/news_right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}
h2.ttl span {
	font-size: 24px;
    font-weight: normal;
	display: block;
}



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

.sp{ display: block; }
.pc{ display: none!important; }


body {
	margin-bottom: 0;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	margin: 0 auto;
}


/* header
---------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	height: 50px;
	width: 100%;
	z-index: 100;
}
header .contents {
	width: 100%;
}
header .menu01 {
	width: 12%;
	height: 50px;
	background-color: #f68492;
	float: left;
	text-align: center;
	border: 1px solid #ed7483;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .menu01 a {
	display: block;
	width: 100%;
}
header .menu01 a img {
	height: 38px;
	padding: 6px 0;
}
header .menu02 {
	width: 42%;
	height: 50px;
	background-color: #f4b34e;
	float: left;
	text-align: center;
	line-height: 48px;
	border: 1px solid #e9a84b;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .menu02 a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
}
header .menu02 a span {
	background-image: url(../images/common/header_ico02.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	padding-left: 20px;
}
header .menu03 {
	width: 34%;
	height: 50px;
	background-color: #16b6e5;
	float: left;
	text-align: center;
	line-height: 48px;
	border: 1px solid #10aedc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .menu03 a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
}
header .menu03 a span {
	background-image: url(../images/common/header_ico03.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	padding: 5px 0 5px 16px;
}

/* menu */
.d-menu {
	position: absolute;
	top: 0;
	right: 0;
	width:12%;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow: auto;
	height: 100vh;
}
.panel ul.menu {
	padding: 0;
	float: none;
	width: 100%;
	margin-bottom: 60px;
}
.panel ul.menu li {
	width: 100%;
	height: auto;
	line-height: 50px;
	float: left;
	background: #ff8c8c;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
}
.panel ul.menu li.contact {
	background: #ff7e00;
}
.panel ul.menu li.apply {
	background: #dd2121;
}
.panel ul.menu li.close_btn {
	width: 100%;
	float: none;
	background-image: none;
}
.panel ul.menu li a {
	font-size: 12px;
	display: block;
	color: #FFFFFF!important;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
.panel ul.menu li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -25px;
	content: '>';
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	font-stretch: extra-condensed;
}
.panel ul.menu li ul li {
	background-color: #0183a4;
}
.panel ul.menu li ul li a {
	padding: 0 20px;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 50px;
	background: #FFF;
	text-align: center;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.panel-btn img {
	height: 36px;
	padding-top: 7px;
}

.panel-btn .close{
	background: transparent;
}
.panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

/* header_btm */
.header_btm {
	width: 100%;
	height: 50px;
	display: block;
	position: inherit;
    z-index: 10000;
	padding-top: 50px;
}
.header_btm_logo {
	width: 35%;
	text-align: center;
	float: left;
}
.header_btm_logo img {
	height: 40px;
	padding-top: 5px;
}
.header_btm_slogo {
	width: 50%;
	text-align: center;
	float: left;
}
.header_btm_slogo img {
	height: 40px;
	padding-top: 5px;
}
.header_btm_lead {
	width: 65%;
	text-align: center;
	float: left;
}
.header_btm_lead img {
	height: 28px;
	padding-top: 11px;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	padding: 10px 0;
}
.breadcrumb .contents {
	width: 95%;
	margin: 0 auto;
}


/* fixed_menu
---------------------------------------------------- */
.fixed_menu {
	position: fixed;
	width: 100%;
	height: 60px;
	top: inherit;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: #f2fcff;
}
.fixed_menu ul li {
	margin-bottom: 10px;
	float: left;
	width: 24%;
	margin-left: 7%;
	margin-top: -13px;
}
.fixed_menu ul li img {
	width: 100%;
}
.fixed_menu ul li:nth-child(1),
.fixed_menu ul li:nth-child(2) {
	display: none;
}


/* gnav
---------------------------------------------------- */
.gnav {
	display: none;
}


/* footer
---------------------------------------------------- */
footer {
}
footer .contents {
	width: 100%;
}
footer .footer_menu {
	padding: 0 0 15px;
}
footer .footer_menu ul li {
	float: left;
	width: 50%;
	font-size: 12px;
	margin-right: 0;
	border-bottom: 1px solid #f7f2e9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
footer .footer_menu ul li:nth-child(2n) {
	border-left: 1px solid #f7f2e9;
}
footer .footer_menu ul li a {
	background-position: right 10px center;
	padding: 10px;
	display: block;
}
footer .footer_logo {
	padding: 0 0 30px;
	text-align: center;
}
footer .footer_logo img {
	display: none;
}
footer .footer_logo p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #7a7a7a;
}
footer .footer_copy {
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-bottom: 70px;
}


/* pagetop
---------------------------------------------------- */
.pagetop img {
	width: 80px;
}


/* h
---------------------------------------------------- */
h1 {}
h2.ttl {
	font-size: 20px;
    line-height: 28px;
    margin: 0 auto 20px;
    padding: 0 36px;
    display: table;
	background-size: 30px auto;
}
h2.ttl span {
	font-size: 14px;
}


}