@charset "utf-8";

/* ---------------------------------------------------
   File: common_style.css
   Version: 1.0.0
   Update: 2015-02-05
   Author: http://flowlab.co.jp

   (c)2007-2015 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */

/* -------------------------------
		Default Style
------------------------------- */
body {
		padding-top: 90px;
		position: relative;
		font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro2","メイリオ","Meiryo",sans-self;
}

/* Display Style */
.pc		{	display: block;}
.sp		{	display: none;}
#logo .pc		{	display: block;}
#logo .sp		{	display: none;}


/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
}
#header {
	width: 1000px !important;
	margin: 0 auto;
}

/* Logo */
#logo .pc,
#logo .pc a {
	width: 170px;
	height: 50px;
	padding: 0;
	clear: none;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}

/* Link */
a.btn_linkA {
	font-size: 0.8em;
	line-height: 1em;
	display: inline-block;
	padding: 6px 18px;
	background: #666;
	/*background: #8b151a;*/
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
a.btn_linkA:hover {
	background: #999;
	/*background: #a5444b;*/
}

/* Title */
.main-title {
	background: url(../img_common/line.png) left center repeat-x;
	margin: 120px 0 70px;
}
.main-title h2 {
	width: 10em;
	margin: 0 auto ;
	text-align: center;
	background: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

/* Image */
.img100 img {
	width: 100%;
	height: auto;
}

/* Btn */
/*.btn_gray,
.btn_green {
	width: 400px;
	margin: 0 auto;
}*/
.btn_gray a,
.btn_green a {
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	margin-top: 50px;
	font-size: 1.4em;
	display: block;
	border-radius: 4px; /* CSS3 */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-moz-border-radius: 4px; /* Firefox */
}

.btn_gray a {
	background: #999;
}
.btn_green a {
	background: #879c25;
}

.btn_gray a:link,
.btn_gray a:visited,
.btn_green a:link,
.btn_green a:visited {
	text-decoration: none;
}

.btn_gray a:hover {
	text-decoration: none;
	background: #ccc;
}

.btn_green a:hover {
	text-decoration: none;
	background: #abba66;
}

.circleGreen:before {
	content: "";
	width: 1em;
	height: 1em;
	vertical-align: bottom;
	background-image: url(../img_common/icon_circle_green.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
}


.grayBox {
	border: solid 1px #ddd;
	padding: 1em;
	display: inline-block;
}



/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */

/* Header All */
.navbar {
	padding: 20px 0;
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.navbar-inverse {
	background: #FFF;
}

/* Grobal Navigation */
.navbar-collapse ul {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 0;
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #999;
}
.navbar-collapse ul li.sp {
	display: none;
}

/* NaviBtn - Background */
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #FFF;
}
/* NaviBtn - Line */
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}

/*Facebook & Instagram Icon*/
.nav > li#g_facebook > a {
	padding: 12px 5px 8px 15px;
	}
.nav > li#g_instagram > a {
	padding: 12px 0 8px 5px;
}
.nav > li#g_facebook > a img,
.nav > li#g_instagram > a img {
	width: 25px;
	height: 25px;
}



/* -------------------------------
		FADE BS CAROUSEL
------------------------------- */
.fade-carousel {
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 500px;
}
.fade-carousel .slides .slide-1			{  background-image: url(../img_common/main/01.jpg);}
.fade-carousel .slides .slide-2			{  background-image: url(../img_common/main/02.jpg);}
.fade-carousel .slides .slide-3			{  background-image: url(../img_common/main/03.jpg);}


/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 40px;
}
/* Title */
#news h2 {
	font-size: 1.1em;
	padding-top: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}
#news ul li {
	font-size: 0.8em;
	line-height: 1.2em;
	/*border-bottom: #ccc dashed 1px;*/
	padding: 5px 0;
}
/* Time */
#news time {
	width: 8em;
	font-size: 0.9em;
	color: #999;
	line-height: 1.2em;
	display: inline-block;
}



/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	text-align: center;
	font-size: 2.6em;
	line-height: 1.6em;
	margin: 100px auto 60px;
}
.catchCopy .newspaper {
	-webkit-column-count: 2; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 2; /* Firefox 列数を指定 */
	column-count: 2; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}


/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    /*border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

/* Icon */
#concept .box-icon {
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
#concept .box-icon img {
	width: 100%;
	height: auto;
}
#concept .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Concept Title */
#concept .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
}

/* Concept Detail */
#concept .info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}


/* -------------------------------
		Profile
------------------------------- */
#profile {
	/*padding-top: 60px;*/
}
#profile .box {
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 30px;
}
/* Profile Title */
#profile .info h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
	padding-bottom: 40px;
	position: relative;
}
#profile .info h3:after {
	content: "";
	background: #999;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 44px;
	left: 40%;
	border-radius: 50%; /* CSS3 */
	-webkit-border-radius: 50%; /* Safari,Chrome */
	-moz-border-radius: 50%; /* Firefox */
}
#profile #toLicense .info h3:after {
	left: 47%;
}
#profile #career .info h3 {	width: 2.4em;}
#profile #license .info h3 {	width: 2.4em;}
#profile #toLicense .info h3 {	width: 10.8em;}

#profile #career .info h3,
#profile #license .info h3,
#profile #toLicense .info h3 {
	margin: 0 auto;
}

/* Profile Detail */
#profile .info > ul {
    font-size: 1em;
    padding-top: 10px;
	text-align: left;
}
#profile .info > ul > li {
	padding: 5px 0;
}


/* -------------------------------
		About（1）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 1; /* Firefox 列数を指定 */
	column-count: 1; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（2）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 2; /* Firefox 列数を指定 */
	column-count: 2; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（3）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 3; /* Firefox 列数を指定 */
	column-count: 3; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		About（4）
------------------------------- */
#about {
	/*margin-top: 50px;*/
}
.newspaper4 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera 列数を指定 */
	-moz-column-count: 4; /* Firefox 列数を指定 */
	column-count: 4; /* 列数を指定 */
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}
.flex {
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.flexdiv {
	flex:1;
	margin:1em;
	padding:1em;
	text-align:justify;
}
.flexdiv img {
	margin-right:1em;
}    
.big {
    flex-basis:25%;
}
.top {
	align-self: flex-start;
}

/* -------------------------------
		Service（1）
------------------------------- */
.services-container {
    /*padding-top: 50px;*/
}

/* Title */
.service h3 {
	font-size: 1em;
	color: #333;
	/*color: #8b151a;*/
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 15px;
}

/* Box Style */
.service {
	margin-top: 20px;
	padding: 15px 20px 10px;
	background: #f8f8f8;
	border-top: 2px solid #333;
	margin-bottom: 30px;
	/*border-top: 2px solid #8b151a;*/
}
.service p {
    padding-bottom: 5px;
    line-height: 1.4em;
}

/* -------------------------------
		Service（2）
------------------------------- */
/* Lead */
#service2 .text-center {
	margin-bottom: 50px;
}

/* Icon */
#service2 .row div div img {
	width: 40px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

/* Title */
#service2 h3 {
	color: #f7931e;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


/* -------------------------------
		Works（1）
------------------------------- */
#works {
	/*margin-top: 50px;*/
}
/* Image Zoom */
.gallery {
	display: inline-block;
	padding: 0 10px;
}
.gallery a {
	margin: 4px 0;
}
#works .col-sm-4,
#works .col-xs-6,
#works .col-md-3,
#works .col-lg-3 {
  padding-right: 4px;
  padding-left: 4px;
}


/* -------------------------------
		Information（1）
------------------------------- */
#information {
	/*margin-bottom: 50px;*/
}
/* Title */
#information .main-title {
	background: url(../img_common/line.png) left center repeat-x;
	margin-bottom: 70px;
}

.table-bordered {
	/*border: 1px solid #dddddd;*/
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
	.table th {
		width: 14%;
	}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}


/* -------------------------------
		Information（2）
------------------------------- */
#information2 {
	/*margin-bottom: 50px;*/
}
/* Title */
#information2 .main-title {
	background: url(../img_common/line.png) left center repeat-x;
	margin-bottom: 70px;
}

.table-bordered {
	/*border: 1px solid #dddddd;*/
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
	.table th {
		width: 14%;
	}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}

/* GoogleMap */
#information2 .googlemap iframe {
	height: 450px;
}

/* -------------------------------
		Contact（1）
------------------------------- */
#contact {
}
.well {
	padding: 20px 40px;
}
#contact dl {
	width: 48%;
	border-collapse: collapse;
	font-size: 0.8em;
	display: block;
	margin-bottom: 0;
	float: left;
}
#contact dl dd {
	padding-bottom: 10px;
}
input.input_area,
textarea {
	width: 100%;
	font-size: 1em;
	box-shadow: 1px 1px 4px -3px rgba(0,0,0,0.5) inset;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-top: #AAA 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
}
textarea {
	resize: vertical;
}
#btn_send {
	text-align: center;
	margin: 10px auto;
	padding-top: 20px;
}
.btn-primary {
  background-color: #666;
  border-color: #666;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* Icon - Must */
#contact span.must {
	font-size: 0.8em;
	color: #fff;
  background-color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 4px;
}


/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
.team-leader-box {
	width: 30.66%;
	margin-right: 3.82979%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
	float: left;
}
.team-leader-box:nth-of-type(3n+0) {
	margin:0;
}
.team-leader {
	width: auto;
	height: auto;
	position: relative;
	margin: 7px 7px 20px 7px;
}
.team-leader img {
	display: block;
}

/* Name */
.team-leader-box h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* Title */
.team-leader-box span {
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}

/* Introduction */
.team-leader-box p {
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Layout */
#members2 .box_l { text-align: left;}
#members2 .box_r { text-align: right;}

/* Photo */
#members2 .box_l .photo { float: left;}
#members2 .box_r .photo { float: right;}

/* Name */
#members2 h3 {
	font-size: 1.8em;
	margin-bottom: 20px;
	padding-top: 140px;
}
	#members2 h3 span {
		font-size: 0.4em;
		display: block;
		margin-bottom: 10px;
	}

/* Staff ----------------------- */
/* Layout */
#members2 #staff {
	font-size: 0.9em;
	margin-top: 70px;
}
#members2 #staff .box_l,
#members2 #staff .box_r { text-align: left;}

/* Photo */
#members2 #staff .photo {
	margin-right: 20px;
}
#members2 #staff .box_l .photo,
#members2 #staff .box_r .photo { float: left;}

/* Title */
#members2 #staff h4 {
	font-size: 1.1em;
	font-weight: bold;
}

/* -------------------------------
		Members（3）
------------------------------- */
#members3 ul.philosophy-icons {
	list-style: none;
}
#members3 ul.philosophy-icons li {
	text-align: center;
	font-size: 1.4em;
	display: inline-block;
	padding: 10px 0 15px;
}
#members3 ul.philosophy-icons li span {
	font-size: 0.6em;
	color: #999;
	display: block;
}


/* -------------------------------
		Google Map（1）
------------------------------- */


/* -------------------------------
		Google Map（2）
------------------------------- */



/* -------------------------------
		Reservation
------------------------------- */
.reservation {
	margin: 70px 0;
}

/* Display Style */
.reservation .pc		{	display: block;}
.reservation .sp		{	display: none;}

/* number */
.reservation .number {
	display: block;
	font-size: 3.5em;
	letter-spacing: 0.1em;
	padding-top: 20px;
	line-height: 1em;
}
.reservation .number img {
	width: 1.2em;
	height: auto;
	margin-right: 20px;
	vertical-align: bottom;
}

/* -------------------------------
		Footer
------------------------------- */
#footer {
	background: #f5f5f5;
	padding: 50px 0 10px;
	margin-top: 200px;
}
/* Logo */
#footer #logo_footer {
	width: 170px;
	margin: 0 auto 30px;
}
#footer #logo_footer .sp {
	display: none;
}

/* Footer Navigation */
#footer .container {
	width: 800px;
}
.fnavi li {
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.1em;
}
.fnavi li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fnavi li a:hover {
	text-decoration: none;
	color: #999;
}


/* Copyright */
#copyright {
	clear: both;
	text-align: center;
	font-size: 0.5em;
	letter-spacing: 0.2em;
	display: block;
	padding-top: 20px;
}



/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

/* -------------------------------
		Information（2）
------------------------------- */
/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 990px;
	margin: 0 auto;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Photo */
#members2 .photo 		{ width: 60%;}
#members2 .photo img { width: 100%; height: auto;}

/* Name */
#members2 h3 {
	font-size: 1.4em;
	padding-top: 80px;
}
	#members2 h3 span {
		font-size: 0.5em;
	}

}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

body {
	padding-top: 70px;
}

/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
	margin: 0 auto;
}
#header {
	width: 100% !important;
}

/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */
/* Header All */
.navbar {
	padding: 10px 0 10px 10px;
}

/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 20px;
}
/* Title */
#news h2 {
	padding-bottom: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.6em;
}

/* -------------------------------
		About（1）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（2）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（3）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper3 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（4）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper4 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Information（2）
------------------------------- */
/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
#members2 .team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
#members2 .team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Footer
------------------------------- */
/* Footer Navigation */
#footer .container {
	width: 700px;
}
}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {

body {
		padding-top: 55px;
}

/* -------------------------------
		Default Style
------------------------------- */

/* Display Style */
.pc		{	display: none;}
.sp		{	display: block;}
#logo .pc		{	display: none;}
#logo .sp		{	display: block;}

/* Logo */
#logo {
	width: 45%;
}

/* -------------------------------
		Contents Style
------------------------------- */
#wrapper {
	width: 100% !important;
	min-width: 320px;
	font-size: 16px;
}
#header {
	width: 100%;
	margin: 0 auto;
}
/* Groval Navigation */
.navbar-collapse ul {
	float: none;
}
.navbar-collapse ul li.sp {
	display: block;
}

/* Image */
.img100 {
	padding:0;
}

/* Btn */
.btn_gray {
	width: 100%;
	margin-right: 0;
}




/* -------------------------------
		CUSTOMIZE THE NAVBAR
------------------------------- */
/* Header All */
.navbar {
	padding: 5px 0 5px 10px;
}
.navbar-toggle {
  border: #FFF;
}

/* Navi Bar */
.side-collapse {
	background-color: rgba( 0, 0, 0, 0.6 );
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #999;
}

/*Facebook & Instagram Icon*/
.navbar-inverse .navbar-nav > li#g_facebook,
.navbar-inverse .navbar-nav > li#g_instagram {
	width: 25%;
	height: 25%;
	float: left;
}
.nav > li#g_facebook > a {
	width: 100%;
	padding: 10px 5px 10px 15px;
	}
.nav > li#g_instagram > a {
	width: 100%;
	padding: 10px 15px 10px 5px;
}
.navbar-inverse .navbar-nav > li#g_instagram {}


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

.side-collapse-container{
		width: 100%;
		position: relative;
		right: 0;
		transition: left .4s;
}
.side-collapse-container.out{
		right: 0;
}
.side-collapse {
		top: 58px;
		bottom: 0;
		right: 0;
		width: 200px;
		position: fixed;
		overflow: hidden;
		transition: width .4s;
}
.navbar-collapse ul {
	font-size: 0.8em;
}
.side-collapse.in {
		width: 0;
}


/* -------------------------------
		News（1）
------------------------------- */
#news {
	padding-top: 20px;
}
/* Title */
#news h2 {
	font-weight: bold;
	padding-bottom: 10px;
}
/* List */
#news ul,
#news ul li {
	display: block;
}
#news ul li {
	font-size: 0.9em;
	line-height: 1.2em;
	/*border-bottom: #ccc dashed 1px;*/
	padding: 10px 0;
}
/* Time */
#news time {
	font-size: 0.8em;
	color: #999;
	line-height: 1.2em;
	padding-bottom: 5px;
	display: block;
}

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.4em;
}
.catchCopy .newspaper {
	text-align: left;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    padding: 10px 0;
}


/* -------------------------------
		About（1）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（2）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper2 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（3）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper3 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		About（4）
------------------------------- */
.flex {
	flex-direction:column;
}
.left {
	margin-right:1em !important;
	margin-bottom:.2em !important;
	flex-basis:auto;
}
.newspaper4 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	-moz-column-gap: 1em; /* Firefox */
	column-gap: 1em;
	-webkit-column-rule: 1px outset #eee; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #eee; /* Firefox */
	column-rule: 1px outset #eee;
}

/* -------------------------------
		Service（1）
------------------------------- */
/* Title */
.service-title {
	background: none;
	margin-bottom: 0;
}
.service-title h2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto;
	text-align: left;
}

/* -------------------------------
		Service（2）
------------------------------- */
#service2 .text-center {
	text-align: left;
}

/* Title */
#service2 .main-title h2 {
	width: 12em;
}


/* -------------------------------
		Information（1）
------------------------------- */
#information .table th {
	width: 24%;
}

/* -------------------------------
		Information（2）
------------------------------- */
#information2 .table th {
	width: 24%;
}

/* Google Map */
#information2 .googlemap {
	margin-top: 20px;
}
	#information2 .googlemap iframe {
		height: 350px;
	}

/* -------------------------------
		Contact（1）
------------------------------- */
#contact dl {
	width: 100%;
	float: none;
}
input.input_area,
textarea {
	padding: 10px 10px;
}
#btn_send {
	text-align: center;
	margin: 10px auto;
	padding-top: 0;
}
#btn_send .btn {
	width: 100%;
	padding: 10px 0;
}

/* -------------------------------
		Members（1）
------------------------------- */
.team-leader-box {
	max-width:307px;
	width:auto;
	float:none;
	margin:0 auto;
}
.team-leader-box:nth-of-type(3n) {
	margin:0 auto;
}
.main-section.team{
	padding:60px 0 50px;
}
.team-leader img {
	width: 100%;
	display: block;
}

/* -------------------------------
		Members（2）
------------------------------- */
/* Layout */
#members2 .box_l,
#members2 .box_r { text-align: left;}

/* Photo */
#members2 .photo 		{ width: 50%;}
#members2 .photo img { width: 100%; height: auto;}

/* Name */
#members2 h3 {
	font-size: 1.4em;
	padding-top: 40px;
}
	#members2 h3 span {
		font-size: 0.5em;
	}

/* Staff ----------------------- */
/* Layout */
#members2 #staff {
	margin-top: 30px;
}
#members2 #staff .box_l {
	margin-bottom: 20px;
}

/* Photo */
#members2 #staff .photo {
	width: 100%;
	height: auto;
	margin-right: 0;
}
#members2 #staff .box_l .photo,
#members2 #staff .box_r .photo { float: none;}

/* Title */
#members2 #staff h4 {
	text-align: center;
}

/* -------------------------------
		Reservation
------------------------------- */
/* Display Style */
.reservation .pc		{	display: none;}
.reservation .sp		{	display: block;}

/* number */
.reservation .number {
	display: block;
	/*font-size: 2.2em;*/
	font-size: 2em;
	letter-spacing: 0.1em;
	padding-top: 10px;
}


/* Btn call */
.reservation .btn_gray {
	margin-top: 50px;
}

/* -------------------------------
		Footer
------------------------------- */
#footer #logo_footer .pc {
	display: none;
}
#footer #logo_footer .sp {
	display: block;
}

/* Footer Navigation */
#footer .container {
	width: 100%;
}
#footer .fnavi li {
	border-bottom: 1px #ddd solid;
}
#footer .fnavi li:first-child {
	border-top: 1px #ddd solid;
}
#footer .fnavi li a {
	padding: 10px 0;
	display: block;
}


}