@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #FFF;
	color: #212121;
	overflow: hidden;
	padding-top: 173px;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
p {
	color: #757575;
	letter-spacing: 2px;
	line-height: 1.8;
	max-height: 999999999999px;
}
img {
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hiddenBox {
	display: none;
}
.caution {
	color: #BF2000;
}
.strong {
	font-size: 1.2em;
}
/*------HEADER------*/
header#mainHeader {
	width: 100%;
	min-width: 960px;
	background: #FFF;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	border-top: 3px solid #FF7900;
	transition: all .5s;
	-webkit-transition: all .5s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
header#mainHeader.active {
	top: -113px;
}
header h1 {
	float: left;
	text-align: center;
	z-index: 999;
	background: #fff;
	margin-right: 10px;
}
header h1 img {
	padding: 5px 0;
}
#contact-block {
	float: right;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
}
#contact-block p {
}
#contact-block div {
	background: #f8b73b;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border-radius: 10px;
	margin: 3px 0;
}
#contact-block i {
	background: #FD9639;
	border-radius: 100%;
	font-size: 16px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	margin: 3px 5px 3px 0;
}
#globalNav {
	background: #FD9639;
	text-align: center;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
#globalNav li {
	display: inline-block;
}
#globalNav li a {
	display: block;
	padding: 0 45px;
	color: #FFF;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
	height: 60px;
	overflow: hidden;
}
#globalNav li span {
	position: relative;
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#globalNav li i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -25px;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#globalNav a:hover {
}
#globalNav a:hover span {
	position: relative;
	top: -7px;
}
#globalNav a:hover i {
	bottom: 5px;
	opacity: 1;
}
/*------ GLOBAL ------*/
.mainWrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
article {
	padding: 50px 0;
	position: relative;
	min-width: 960px;
}
.standard-h2 {
	font-size: 30px;
	margin: 0 0 30px;
	padding: 50px 0 5px;
	text-align: center;
	line-height: 1.5;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	clear: both;
}
article .standard-h2:first-child {
	margin-top: 0;
}
.standard-h2 .material-icons {
	display: block;
	color: #FD9639;
	font-size: 40px;
}
.standard-h2 span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: 200;
	opacity: .38;
}
.standard-h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	margin: 20px 0;
}
.standard-h3 span {
	display: inline-block;
	border-bottom: 2px dotted #FD9639;
	margin-bottom: 10px;
}
/*----- FOOTER -----*/
footer#mainFooter {
	padding: 50px 0 20px;
	position: relative;
	background: #212121;
	font-size: 12px;
	color: #FFF;
	min-width: 960px;
	text-align: center;
}
#mainFooter p {
	color: #FFF;
	font-size: 20px;
	text-align: left;
}
#mainFooter .block {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
#mainFooter dl {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: left;
}
#mainFooter dt {
	float: left;
	clear: left;
}
#mainFooter dd {
	padding: 0 0 10px 70px;
	opacity: .78;
	text-align: left;
}
#mainFooter .right {
}
#mainFooter .copyright {
	clear: both;
	color: #FFF;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}
/*-- catchcopy --*/
#catchcopy {
	height: 600px;
	position: relative;
	background: url(../img/img_header_sample.jpg) no-repeat center center fixed;
	background-size: cover !important;
}
#catchcopy:after {
	content: '';
	width: 100%;
	height: 50px;
	display: block;
	background: url(../img/img_header_wavy.png) repeat-x left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: visible;
}
#catchcopy h1 {
	height: 0;
	overflow: hidden;
}
#catchcopy ul {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#catchcopy li {
	display: inline-block;
	font-size: 50px;
	font-weight: 200;
	color: #FFF;
	line-height: 1;
	text-shadow: 0px 0px 10px rgba(253,150,57,1.0);
	opacity: 0;
}
/*-- about --*/
#about {
	text-align: center;
}
#about p {
	text-align: center;
}
#wish ul {
	margin: 74px 0;
}
#wish li {
	float: left;
	width: 31.3333%;
	text-align: center;
	margin: 0 1%;
}
#wish li img {
	width: 50px;
}
#wish li p {
	border-radius: 100px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 10px;
}
#wish li:nth-child(1) p {
	color: #F8B73B;
}
#wish li:nth-child(2) p {
	color: #ED7B01;
}
#wish li:nth-child(3) p {
	color: #FF604A;
}
#wish .block {
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 1%;
	border: 4px solid rgba(255, 121, 0, 0.12);
	border-radius: 5px;
}
#wish .balloon {
	margin-top: -35px;
}
#wish .block h4 {
	font-size: 16px;
	margin: 10px 0;
}
#wish p {
	clear: both;
}
#wish .block>img {
}
/*-- business --*/
#business {
	width: 100%;
	background: #FFF3DF;
	text-align: center;
	background: url(../img/bg_business.jpg) no-repeat center top fixed;
	background-size: cover !important;
	padding-bottom: 0;
}
#business ul {
	width: 100%;
}
#business li {
	display: inline-block;
	border-radius: 100%;
	width: 210px;
	height: 210px;
	margin: 10px;
	position: relative;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
#business li div {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#business li p {
	color: #FFF;
	margin-top: 10px;
}
#business li:nth-child(even) {
	background: #FEB290;
}
#business li:nth-child(odd) {
	background: #FD9639;
}
/*-- content -- */
#content-wrapper {
	background: #FFF;
	padding: 50px 0;
	margin-top: 50px;
}
.content h3 {
	margin: 50px 0 20px;
}
#content .content+.content {
	margin-top: 100px;
}
.content .block-wrapper {
	width: 100%;
	display: table;
}
.content .block {
	display: table-cell;
	vertical-align: middle;
}
.content .text-wrapper {
	width: 520px;
	padding: 0 30px;
	text-align: left;
}
.content .img-wrapper img {
	box-shadow: 10px 10px 0 #FFF3DF;
}
/*-- info -- */

#info {
	background: #FFF3DF;
}
#info table+h3 {
	background: #fd9639;
	font-size: 18px;
	color: #FFF;
	margin: 40px 0 0;
	padding: 16px 2%;
	font-weight: 500;
	border-top: 3px solid #d68032;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#info table {
	width: 100%;
}
#info td {
	vertical-align: middle;
	text-align: left;
	padding: 16px;
	color: rgba(0, 0, 0, 0.78);
}
#info td strong {
	color: #fd9639;
}
#info th {
	padding: 16px;
	vertical-align: top;
	text-align: left;
	width: 100px;
}
#info tr {
	background: #FFF;
}
#info tr+tr {
	border-top: 4px solid #fff3df;
}
#info table .location {
	background: #de313f;
	color: #FFF;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 1000px;
	margin: 8px 0 0 16px;
	cursor: pointer;
}
#info .map-wrapper {
	width: 100%;
	margin: 16px 0 0;
	display: none;
}
#info iframe {
	width: 48%;
	height: 271px;
	float: left;
	margin: 0 1%;
}
#info .map-wrapper figure {
	float: right;
	width: 48%;
	margin: 0 1%;
}
#info_photo {
	width: 400px;
	height: 150px;
	background: url(../img/img_info_company.jpg);
	background-size: cover;
}
#policy {
	background: #FFF;
	padding: 20px 100px;
	margin: 10px 0;
	box-shadow: 7px 7px 0 #FD9639;
	display: inline-block;
}
#policy p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	color: #212121;
	font-weight: bold;
}
#policy li:before {
	content: counter(first-step);
	position: absolute;
	left: -15px;
	top: -33px;
	color: #FFF;
	display: block;
	background: #FD9639;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
	font-weight: 100;/* font-style: italic; */
}
#policy li:nth-child(2) {
	border-color: #ED7B01;
}
#policy li:nth-child(3) {
	border-color: #FF604A;
}
#policy li:nth-child(2):before {
	background: #ED7B01;
}
#policy li:nth-child(3):before {
	background: #FF604A;
}
#partner .large li {
	margin-bottom: 30px;
}
#partner .large li img {
	display: inline-block;
}
#partner .large li figcaption {
	display: inline-block;
	width: 220px;
	text-align: left;
	overflow: visible;
	word-break: keep-all;
	padding-left: 20px;
}
#partner .small li {
	display: inline-block;
	margin: 0 20px 20px;
}
/*-- contact -- */

#contact .form-table {
	width: 48%;
	max-width: 480px;
}
#contact .form-table input[type="text"], #contact .form-table textarea {
	width: 98% !important;
	-webkit-appearance: none;
	border-radius: 0;
}
#contact .form-table input[type="text"], #contact .form-table select, #contact .form-table textarea {
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	background: #FFF;
	border: 1px solid #DDD;
}
#contact .form-table input[type="text"], #contact .form-table select {
	min-width: 70px;
	height: 40px;
}
#contact .form-table label {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
#contact .form-table td {
	padding-bottom: 30px;
}
#contact .form-table td p {
	margin-bottom: 5px;
	color: #212121;
}
#contact input[type="submit"] {
	display: block;
	background: #FD9639;
	border: none;
	padding: 15px 0;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0 auto;
	width: 270px;
	clear: both;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-appearance: none;
}
#contact textarea {
	height: 245px !important;
}
/*-- news --*/
#news {
	text-align: center;
}
#news dl {
}
#news dt {
	background: #FD9639;
	color: #FFF;
	display: inline-block;
	padding: 0px 30px;
	border-radius: 100px;
}
#news dd {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DDD;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#news dd:hover {
	color: #FD9639;
}
#single-post .post-date {
	color: #FD9639;
	text-align: center;
	display: block;
}
#single-post #entry-content {
	margin: 20px 0;
}
#news .btn {
	display: block;
	background: #FD9639;
	border: none;
	padding: 15px 0;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 40px auto 0;
	width: 270px;
	clear: both;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-appearance: none;
}
#news .wp-pagenavi {
	margin-top: 40px;
}
#news .wp-pagenavi a, #news .wp-pagenavi span {
	padding: 5px 11px;
	background: #F8B73B;
	color: #FFF;
	border: none;
	font-weight: normal;
}
#news .wp-pagenavi a:hover, #news .wp-pagenavi span.current {
	background: #FD9639;
}
#news .wp-pagenavi span.current {
	background: #E50012;
}
/*-- privacy -- */
#privacy {
	background: #F8F8F8;
}
#privacy h3 {
	margin: 20px 0 5px;
}
#privacy ul {
	margin: 5px 0 10px 16px;
}
#privacy li {
	padding-left: 16px;
	position: relative;
	margin: 5px 0;
	color: #757575;
	font-size: 14px;
}
#privacy li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
/*--------- animate --------------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition-timing-function: cubic-bezier(.41, 0, .18, 1) !important;
	transition-timing-function: cubic-bezier(.41, 0, .18, 1) !important;
}
@-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
#catchcopy {
	background: url(../img/img_header_sample.jpg) no-repeat center center scroll;
	background-size: cover !important;
}
#business {
	background: url(../img/bg_business.jpg) no-repeat center top scroll;
	background-size: cover !important;
}
}
