﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #333;
	background-color: #f3f3f6;
}
body {
	
}
.breadcrumb {
	margin: 0 auto;
	max-width: 960px;
	padding: 6px 10px 6px 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;	
}
.breadcrumb li {
	position: relative;
	padding: 3px 33px 3px 20px;
	list-style-type: none;
}
.breadcrumb li:after {
	content:">";
	position: absolute;
	top: 3px;
	right: 0;
	font-weight: bold;
}
.breadcrumb  li:last-child:after {
    content: none;
}
.mp {
	font-size: 131%;
	line-height: 1.31;
	font-family:"M PLUS Rounded 1c", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.nw {
	white-space: nowrap;
}
nav {
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
}
main{
	margin: 0;
	padding: 0;
}
.sticky {
	position: -webkit-sticky;
	position:sticky;
	top:0;
	bottom: 0;
	z-index: 100;
}
#hmenu {
	width: 100%;
	height: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 12px;
}
#hmenu ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#hmenu li {
	list-style-type: none;
	border-left: 1px dotted #ccc;
}
#hmenu li:first-child {
	border-left: none;
}
#hlogo {
	display: none;
	margin: 0;
	padding: 0;
}
#sidemenu {
	margin: 0 auto;
	width: 100%;
}
#sidemenu li {
	margin: 0;
	list-style: none;
}
#sidemenu p img {
	width: auto;
	height: auto;
}
footer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}
#fwrap {
	background-image:;
	display: block;
	text-align: left;
}
#address-wrap {
	margin-left: 50px;
}
#flogo {
	margin: 10px;
}
#flogo p {
	margin: 0;
	padding: 0;
}
#address {
	margin: 10px;
	color: #169fcd;
}
#phone-wrap {
	width: 74%;
	margin: 10px auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #169fcd;
	border-radius: 12px;
	color: #fff;
}
#phone-wrap p {
	margin: 10px;
}
#phone {
	margin: 0 0 0 10px;
	font-size: 182%;
	font-weight: bold;
	white-space: nowrap;
}
#fmenu li {
	margin: 8px 0 8px 0;
	padding-bottom: 8px;
	list-style-type: none;
	border-bottom: 1px solid #169fcd;
;
}
#fmenu ul {
	margin-top: 60px;
}
#fmenu li:last-child {
	border-bottom: none;
}

#fmenu li:a {
	color: #333;
}
#copyright {
	margin: 50px 0 50px 0;
	text-align: center;
	font-size: 100%;
	color: #169fcd;
	white-space: nowrap;
}
@media screen and (min-width:480px){
	#hmenu {
		display: -webkit-flex;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#hmenu li {
		margin: 0;
		padding: 0;
	}
	#address-wrap {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#fmenu li:last-child {
		border-right: none;
	}
	#fwrap {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#fmenu ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	#fmenu li {
		margin-right: 10px;
		padding: 0 10px 0 0;
		border-right: 1px solid #169fcd;
		border-bottom: none;
	}
	#fmenu li:last-child {
		border-right: none;
	}
}
@media screen and (min-width:768px){
	#hmenu {
		justify-content: space-between;
	}
	#hmenu ul {
		padding: 8px 0;
	}
	#hlogo {
		display: inline;
		margin-left: 20px;
	}
	#hlogo {
		width: 160px;
		height: auto;
	}
	#phone-wrap {
		width: 86%;
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */
/* start: Page-top -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	font-size: 66%;
}
#Page-top a {
	text-decoration: none;
	color: #333;
	width: 90px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border: 1px solid #333;
	border-radius: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#Page-top a:hover {
	text-decoration: none;
	background: #fefefe;
}
/* end: Page-top -------------------------------- */
/*--------button--------*/
.button {
	min-width: 78px;
	display: inline-block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 54px 0 15px 0;
	line-height: 0;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #169fcd;
	color: #fff;
	text-decoration: none;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 100%;
}
.button::before {
  top: 0;
}
.button::after {
  bottom: 0;
}
.button:hover::before,
.button:hover::after {
  height: 0;
}
.hmenu-business::after {
	background-image: url(../img/index/menu-business-h.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-flow::after {
	background-image: url(../img/index/menu-flow-h.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-price::after {
	background-image: url(../img/index/menu-price-h.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-company::after {
	background-image: url(../img/index/menu-company-h.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-business:hover {
	background-image: url(../img/index/menu-business.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-flow:hover {
	background-image: url(../img/index/menu-flow.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-price:hover {
	background-image: url(../img/index/menu-price.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.hmenu-company:hover {
	background-image: url(../img/index/menu-company.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
/*start-----fede-----*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
/*-----fede-----end*/
