@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.serif { font-family: 'Sawarabi Mincho', serif !important;}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #0AA1E8;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

.sp {
	display: none;
}

@media only screen and (max-width:768px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none !important;
	}
}

.inbl {
	display: inline-block;
}

/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	position: relative;
	color: #333;
	font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.1em;
}
#wrapper img {
	max-width: 100%;
	height: auto;
}
.wrap {
	position: relative;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inWrap {
	position: relative;
	max-width: 1085px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	#wrapper {
		font-size: 14px;
	}
	#wrapper:after {
		height: 10px;
	}
}

/* container
--------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	#container {
		padding-top: 70px;
	}
}


/* header
--------------------------------------------------*/
#header {
}
#siteTitle {
	width: 160px;
	position: relative;
	text-align: center;
	z-index: 5;
	margin: 15px auto 0;
	display: block;
}
#siteTitle a {
}

#header .navArea {
	position:relative;
	margin-top: -35px;
}
@media only screen and (max-width:768px) {
	#header {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*height: 75px;*/
		max-height: 100%;
		padding: 15px;
		z-index: 50;
  background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
overflow: scroll;
	}
#header .navArea {
	margin-top: 0;
}
	#header .wrap {
		padding: 0;
	}
	#siteTitle {
		width: 220px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	#spMenu {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		padding-top: 36px;
		font-size: 10px;
		color: #000;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		cursor: pointer;
	}
	#spMenu span {
		display: block;
	}
	#spMenu:before,
	#spMenu:after,
	#spMenu .cbdr {
		position: absolute;
		top: 12px;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 6px;
		background-color: #FC937F;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#spMenu:before {
		margin-top: -14px;
	}
	#spMenu:after {
		margin-top: 14px;
	}
	#spMenu.on .cbdr {
		opacity: 0;
	}
	#spMenu.on:before {
		margin-top: 0;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	#spMenu.on:after {
		margin-top: 0;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#spMenu .txt02 {
		display: none;
	}
	#spMenu.on .txt {
		display: none;
	}
	#spMenu.on .txt02 {
		display: block;
	}
}

/* gNav
--------------------------------------------------*/
#gNav span {
	display: none;
}
@media only screen and (max-width:768px) {
	#gNav {
		display: none;
		margin: 0 -20px;
		padding-top: 20px;
	}
	#gNav ul {
		border-top: #efefef solid 1px;
		background-color: #fff;
	}
	#gNav li a {
		padding: 15px;
	}
	#gNav:before {
		display: none;
	}
	#gNav img {
		display: none;
	}
	
	#gNav a {
		font-size: 14px;
		line-height: 1;
		font-weight: bold;
	}
	#gNav span {
		display: block;
	}
	#gNav li li a {
		border-bottom: #FFF solid 1px;
	}
}


/* navArea
--------------------------------------------------*/
.navArea {
	position: relative;
}
.navArea ul {
	zoom: 1;
}
.navArea ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.navArea li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.navArea li.nav01 { width: 150px; margin: 0 0 0 30px; }
.navArea li.nav02 { width: 150px; margin: 0 15px; }
.navArea li.nav03 { width: 150px; margin: 0 105px 0 15px; }
.navArea li.nav04 { width: 150px; margin: 0 15px 0 105px; }
.navArea li.nav05 { width: 150px; margin: 0 15px; }
.navArea li.nav06 { width: 150px; margin: 0 0; }

.navArea li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.noT .navArea li a:hover {
	opacity: 0.7;
}
@media only screen and (min-width:769px) and (max-width: 1300px) {
.navArea li.nav01 { width: 12%; margin: 0 0; }
.navArea li.nav02 { width: 12%; margin: 0 2%; }
.navArea li.nav03 { width: 12%; margin: 0 10% 0 0; }
.navArea li.nav04 { width: 12%; margin: 0 0 0 10%; }
.navArea li.nav05 { width: 12%; margin: 0 2%; }
.navArea li.nav06 { width: 12%; margin: 0 0; }
#siteTitle {
	width: 12%;
}
}
@media only screen and (max-width:768px) {
	.navArea:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		content: '';
		width: 1px;
		height: 100%;
		background: #efefef;
	}
	.navArea li {
		margin: 0 !important;
		width: 100% !important;
		text-align: center;
	}
	.navArea li a {
		padding: 20px 12px;
		border-bottom: #efefef solid 1px;
	}
}


@media only screen and (min-width:769px) and (max-width:1100px) {
#header {
  height: 120px;
}
#container { padding-top: 120px;
}
}

@media only screen and (min-width:1101px) {
#header {
  height: 170px;
}
#container { padding-top: 170px;
}
}
@media only screen and (min-width:769px) {
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: #FFF;
  transition: .3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.is-animation {
  height: 80px !important;
}
.is-animation h1 {
  color: #000;
	padding: 10px 0 0 !important;
  transition: .3s;
  margin: 0 auto !important;
}
.is-animation h1 img{
  height: 60px !important;
}
.is-animation .navArea {
    position: relative;
    margin-top: -55px !important;
  transition: .3s;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.menu__second-level li {
    width: 100%;
    border-bottom: 1px solid #CCC;
}

.menu__second-level li a {
    color: #000;
	padding: 10px 0;
}

.menu__second-level li a:hover {
    background: #f92800;
    color: #FFF;
}

.menu li ul.menu__second-level {
    position: absolute;
    top: 35px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    transition: all .3s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 83.4%;
	line-height: 1.2em;
}

.menu li:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
}
.navArea input {
  display: none;
}
.navArea label {
  display: none;
}
@media only screen and (max-width:768px) {
.navArea {
  margin: 0 auto;
  padding: 0;
}
.navArea br {
	display: none;
}
.navArea .menu {
  margin: 0;
  padding: 0;
}
.navArea input {
  display: none;
}
.navArea label {
  display: block;
  background: #FFF;
  color: #000;
  padding: 0;
  font-weight: bold;
	line-height: 45px;
	height: 45px;
}
.navArea label:hover {
  background: #FC937F;
  color: #FFF;
}
.navArea .menu__second-level {
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  background: #FEE9E5 !important;
  padding: 0;
  box-sizing: border-box;
}
.navArea .menu__second-level li a {
	height: 45px;
	line-height: 45px;
	padding: 0;
  box-sizing: border-box;
  font-weight: normal !important;
}
.navArea input:checked + .menu__second-level {
  padding: 0;
  box-sizing: border-box;
}
.nav01 input:checked + .menu__second-level {
  height: 135px;
}
.nav02 input:checked + .menu__second-level {
  height: 270px;
}
.nav03 input:checked + .menu__second-level {
  height: 270px;
}
.nav05 input:checked + .menu__second-level {
  height: 180px;
}
.nav06 input:checked + .menu__second-level {
  height: 180px;
}

}

/* footer
--------------------------------------------------*/
#footer {
	width: 100%;
	margin-top: 60px;
	float: left;
}
#footer a {
	color: #000;
}
.footerNavi {
	width: 100%;
	float: left;
	border-top: solid 1px #D6D6D6;
	padding: 30px 0;
}
.footerNavi li {
	float: left;
	margin-right: 40px;
	font-weight: bold;
}
.footerNavi li:last-child {
	margin-right: 0;
}
.footerNavi li li {
	float: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}
.footerInfo {
	width: 100%;
	float: left;
	border-top: solid 1px #D6D6D6;
	padding: 15px 0;
}
.footerInfo .logo {
	float: left;
	margin: 0;
}
.footerInfo .logo img {
	width: 220px;
}
.footerInfo .contact {
	float: left;
	margin: 0 0 0 30px;
	line-height: 1.5em;
}
.footerInfo .navi li {
	float: right;
	margin: 5px 0 0 30px;
}
.footerCopyright {
	width: 100%;
	float: left;
	text-align: center;
	border-top: solid 1px #D6D6D6;
	padding: 15px;
	box-sizing: border-box;
}
.footerCopyright br {
	display: none;
}
@media only screen and (max-width:768px) {
.footerInfo {
	text-align: center;
}
.footerInfo .logo {
	float: none;
	margin: 0;
}
.footerInfo .contact {
	float: none;
	margin: 15px 0 0;
	line-height: 1.5em;
}
.footerInfo .navi li {
	float: none;
	display: inline-block;
	margin: 15px 15px 0;
}
.footerCopyright {
	font-size: 12px;
}
.footerCopyright br {
	display: block;
}
}

/* eachStyle
--------------------------------------------------*/