@charset "UTF-8";
/*------------------------------------------------------------
　　基本設定
------------------------------------------------------------*/
body {
	color: #363737;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #FAF6EC;
	margin: 0;
	padding: 20px 0;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 img{
  	transition: 2.5s;
}
 
h1 img:hover {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 21px;
}

h3 i {
	color: #49B5E7;
	font-size: 24px;
	margin: 0 5px 0 0;
}

.h3 {
	background: repeating-linear-gradient( 135deg, #F7F8F8, #F7F8F8 10px, #F5F5F5 10px, #F5F5F5 20px );
	color: #49B5E7;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 20px 0;
	padding: 3px 40px;
}

h4 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	padding: 60px 0 0 50px;
}

h4 span {
	color: #49B5E7;
	font-size: 16px;
}

h5 {
	font-size: 16px;
	border-left: solid 8px #49b5e7;
	border-bottom: solid 1px #49b5e7;
	margin: 30px 0 20px 0;
	padding: 5px 8px;
}

h6 {
	color: #ea5340;
	font-size: 18px;
}

img {
	border: 0;
}

p,ul,li,dl,dt,dd,th,td {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}

/*---------------------------------------------------
　　テキスト（ドラッグ時）カラー
---------------------------------------------------*/
::selection {
	background: #C9E9F8; /* Safari */
}

::-moz-selection {
	background: #C9E9F8; /* Firefox */
}

/*------------------------------------------------------------
　　リンク
------------------------------------------------------------*/
a:link {
	color: #363737;
	text-decoration: none;
}

a:visited {
	color: #363737;
	text-decoration: none;
}

a:hover {
	color: #363737;
	text-decoration: none;
}

a:active {
	color: #363737;
	text-decoration: none;
}

/*------------------------------------------------------------
　　レイアウト
------------------------------------------------------------*/
.container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
  clear: both;
}


.shadow {
	box-shadow: 2px 2px 2px #EDE9E1;
}


.contents {
	float: right;
	width: 710px;
	position: relative;
}

.contents_box {
	background: #fff;
	margin: 10px 0 20px 0;
	padding: 35px;
}

.bottom_0 {
	margin-bottom: 0;
}

.bottom_10 {
	margin: 0 0 10px 0;
}

.bottom_20 {
	margin: 0 0 20px 0;
}

.fixed {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999;
}

#fixedBox {
	width: 170px;
	background: #fff;
	box-shadow: 2px 2px 2px #EDE9E1;
	padding: 30px;
}

.center {
	text-align: center;
}

.font_12 {
	font-size: 12px;
}

/*------------------------------------------------------------
　　サイドバー
------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 230px;
	font-weight: bold;
	background: #fff;
}

.sidebar img {
	padding: 30px 30px 0 30px;
}

.sidebar i {
	font-size: 18px;
	margin: 0 5px 0 0;
}

.s_company_info {
	border-bottom: solid 1px #CDCDCD;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.s_company_info p {
	margin: 0 0 5px 0;
}

.s_company_info i {
	color: #49B5E7;
}

.s_address {
	font-size: 12px;
}

/*------------------------------------------------------------
　　ナビゲーション
------------------------------------------------------------*/
.glonav li {
	width: 170px;
	border-top: solid 1px #CDCDCD;
	border-bottom: solid 1px #fff;
	padding: 12px 0 8px 0;
}

.glonav li a {
	display: block;
}

.glonav li:last-child {
	border-bottom: solid 1px #CDCDCD;
}

.glonav li p {
	color: #49B5E7;
	font-size: 10px;
	margin: 0 0 0 30px;
}

.sub_nav li {
	font-size: 12px;
	border: none;
	padding: 7px 0 0 0px;
}

.sub_nav li:last-child {
	border: none;
}

.sub_nav li i {
	color: #49B5E7;
	font-size: 14px;
	margin: 0;
}

.sub_nav li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
　　トップページ
------------------------------------------------------------*/
.slider {
	width: 710px;
	height: 380px;
	margin: 0 0 40px 0;
}

.box {
	width: 315px;
	background: #fff;
	margin: 10px 0;
	padding: 25px 15px;
}

.box i {
	color: #49B5E7;
	font-size: 21px;
	margin: 0 5px 0 0;
}

.box p {
	margin: 15px 0 0 0;
}

.box img {
	width: 315px;
	height: 178px;
	margin: 15px 0 0 0;
}

.box_left {
	float: left;
}

.box_right {
	float: right; 
}

.box_btn {
	float: right;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	background: #49B5E7;
	margin: 15px 0 0 0;
}

.box_btn a {
	color: #fff;
	display: block;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.img_over {
  	transition: 0.2s;
}

.img_over:hover{
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
}

/*------------------------------------------------------------
　　会社概要
------------------------------------------------------------*/
.box_top_none {
	margin-top: 0;
}

.main_bg_company {
	width: 710px;
	height: 180px;
	background: url(images/company/main_img.jpg) no-repeat;
	margin: 0 0 20px 0;
}

.company_hr {
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #CDCDCD;
	margin: 15px 0;
}

.company_map td p {
	margin: 0 0 10px 0;
}

.company_link a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------

　　業務内容

------------------------------------------------------------*/
.main_bg_service {
	width: 710px;
	height: 180px;
	background: url(images/service/main_img.jpg) no-repeat;
	margin: 0 0 20px 0;
}

.service_nav {
	width: 710px;
	margin: 0 auto;
}

.service_nav li {
	float: left;
	font-weight: bold;
	margin: 20px 15px 30px 0;
}

.service_nav li:last-child {
	margin-right: 0;
}

.service_nav li i {
	color: #49B5E7;
	font-size: 16px;
	margin: 0 3px 0 0;
}

.service_nav li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
　　昴興業
------------------------------------------------------------*/
.three_example {
	margin: 20px 0 0 0;
}

.three_example img {
	width: 200px;
	height: 150px;
	margin: 0 0 10px 0;
}

.three_example td {
	font-size: 12px;
	text-align: center;
}

.example {
	margin: 20px 0 0 0;
}

.example img {
	width: 145px;
	height: 110px;
	margin: 0 0 10px 0;
}

.example td {
	font-size: 12px;
	text-align: center;
}

.voice {
	margin: 20px 0 0 0;
}

.voice img {
	width: 115px;
	height: 85px;
	margin: 0 20px 0 0;
}

.trouble {
	background: url(images/service/trouble_bg.png) no-repeat bottom right;
	background-color: #f5f5f5;
	padding: 20px;
}

.trouble i {
	color: #ea5340;
	font-size: 21px;
	padding: 0 5px 0 0;
}

.arrow {
	color: #cbcbc5;
	font-size: 36px;
	text-align: center;
	margin: 20px 0;
}

.flow {
	float: left;
	width: 196px;
	margin-bottom: 20px;
}

.flow_1 {
	margin-right: 13px;
}

.flow_2 {
	width: 221px;
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	box-sizing: border-box;
	padding: 0 10px;
}

.flow_3 {
	margin-left: 13px;
}

.flow_step {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	background: #ea5340; /* #cbcbc5 */
	margin: 0 auto 10px auto;
}

.flow_step p {
	padding: 9px 0 0 0;
}

.flow_step span {
	font-size: 18px;
}

.flow_title {
	color: #49b5e7;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

.flow_last {
	margin-bottom: 0;
}

.img_right {
	float: right;
	margin: 0 0 15px 20px;
}

/*------------------------------------------------------------
　　レスキュー昴
------------------------------------------------------------*/
.rescue_catch_table {
	margin: 20px 0;
}

.rescue_catch {
	width: 190px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #49b5e7;
}

.rescue_catch span {
	font-size: 12px;
	line-height: 14px;
}

.sub_title {
	color: #49b5e7;
	font-weight: bold;
	text-align: center;
	background: #d9eef8;
	padding: 3px 0;
}

.rescue_service {
	width: 305px;
	border-bottom: solid 1px #cdcdcd;
	padding: 20px 0;
}

.rescue_service p {
	color: #49b5e7;
	font-size: 16px;
	font-weight: bold;
}

.rescue_service p i {
	font-size: 21px;
	padding: 0 5px 0 0;
}

.rescue_service li {
	font-size: 12px;
}

.rescue_service_ul {
	float: left;
	width: 140px;
	margin: 0 0 3px 0;
}

.rescue_service_2 {
	border-bottom: solid 1px #cdcdcd;
	margin: 0 0 30px 0;
	padding: 20px 0;
}

.rescue_service_2 p {
	color: #ea5340;
	font-size: 16px;
	font-weight: bold;
}

.rescue_service_2 p i {
	font-size: 21px;
	padding: 0 5px 0 0;
}

.rescue_service_2 li {
	font-size: 12px;
}

.rescue_service_ul_2 {
	float: left;
	width: 305px;
}

/*------------------------------------------------------------
　　Gerbera
------------------------------------------------------------*/
.gerbera_service {
	border-collapse: collapse;
}

.gerbera_service td {
	border: solid 1px #cdcdcd;
	padding: 8px;
}

.gerbera_service th {
	color: #49b5e7;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #fff;
	background: #d9eef8;
	box-sizing: border-box;
	padding: 3px 0;
}

.gerbera_service_price {
	text-align: center;
}

.gerbera_service_price span {
	font-size: 12px;
}

.gerbera_img li {
	float: left;
	margin: 0 20px 0 0;
}

.gerbera_img li img {
	width: 200px;
	height: 150px;
}

.gerbera_img li:last-child {
	margin: 0;
}

/*------------------------------------------------------------
　　Jazzy entertainment
------------------------------------------------------------*/
.event {
	margin: 0 0 20px 0;
}

.event_title {
	width: 640px;
	height: 150px;
	margin: 0 0 20px 0;
}

.event_title h3 {
	color: #ea5340;
	line-height: 24px;
	padding: 15px 0 0 20px;
}

.event_title p {
	font-size: 11px;
	padding: 15px 0 0 20px;
}

.event_1 {
	background: url(images/service/event_1.jpg) no-repeat right;
	background-color: #f5f5f5;
}

.event_2 {
	background: url(images/service/event_2.jpg) no-repeat right;
	background-color: #f5f5f5;
}

.event_3 {
	background: url(images/service/event_3.jpg) no-repeat right;
	background-color: #f5f5f5;
}

.event_4 {
	background: url(images/service/event_4.jpg) no-repeat right;
	background-color: #f5f5f5;
}

.jamini_graph {
	text-align: center;
	margin: 0 0 20px 0;
}

.talent img {
	float: left;
}

.talent_text {
	float: right;
	width: 465px;
}

.talent_text span {
	font-size: 21px;
	font-weight: bold;
}

.talent_twitter {
	float: right;
	margin: 5px 0 0 0;
}

.talent_twitter li {
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
}

.talent_twitter li i {
	font-size: 21px;
}

.talent_twitter li a {
	color: #49b5e7;
	text-decoration: underline;
}

.studio_jazzy_text {
	float: left;
	width: 420px;
}

.studio_jazzy_text h3 {
	color: #ea5340;
	margin: 0 0 10px 0;
}

.studio_jazzy img {
	float: right;
}

.jazzy_btn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	background: #49B5E7;
	margin: 15px 0 0 0;
}

.jazzy_btn i {
	font-size: 16px;
}

.jazzy_btn a {
	color: #fff;
	display: block;
}

/*------------------------------------------------------------
　　宅配・お持ち帰り鉄板焼き 昴
------------------------------------------------------------*/
.bento_menu td {
	font-size: 12px;
}

/*------------------------------------------------------------
　　お問い合わせ
------------------------------------------------------------*/
.main_bg_contact {
	width: 710px;
	height: 180px;
	background: url(images/contact/main_img.jpg) no-repeat;
	margin: 0 0 20px 0;
}

.mailform {
	width: 100%;
}

.mailform tr th,.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #CDCDCD;
	padding: 7px 5px;
}

.mailform tr th {
	width: 130px;
	font-size: 12px;
	font-weight: bold;
}

.mailform tr th span {
	color: #F00;
	font-size: 12px;
}

.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.mailform tr td textarea {
	width: 80%;
	height: 120px;
}

.checkbox {
	margin: 0 8px 0 0;
}

textarea {
	max-width: 450px;
}

.privacy {
	font-size: 12px;
	line-height: 21px;
}

/*------------------------------------------------------------
　　フッター
------------------------------------------------------------*/
.footer {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 20px;
}

.footer ul {
	float: right;
}

.footer li {
	float: left;
	font-size: 12px;
	border-left: solid 1px #49B5E7;
	padding: 0 15px;
}

.footer li:last-child {
	border-right: solid 1px #49B5E7;
}

.footer li a {
	color: #49B5E7;
	text-decoration: underline;
}

address {
	float: left;
	color: #9FA0A0;
	font-size: 0.6em;
	font-style: normal;
	padding: 3px 0 0 0;
}

.backtotop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	display: none;
}

.top_btn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #49B5E7;
}

.top_btn a {
	color: #fff;
	display: block;
}

/* Outline Out */
.hvr-outline-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	cursor: pointer;
}

.hvr-outline-out:before {
	content: '';
	position: absolute;
	border: #49B5E7 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	border-radius: 50%;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
	border: #3DA4D6 solid 4px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}
