/*
    Theme Name: Asao Shusei
    Theme URI: 
    Author: NOUVELL MURACHI
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);

@font-face{ 
  font-family: 'mplus-1p-regular';
  src: url('http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot');
  src: url('http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
       url('http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.woff') format('woff'),
       url('http://mplus-webfonts.sourceforge.jp/mplus-1p-regular.ttf') format('truetype');
}
body, div, p, td, th, li, a, h1, h2, h3, h4, h5, h6 {
	font-family: "Mplus 1p" , "メイリオ" , "MS Pゴシック" , "Arial";
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
section.section {
	margin: 90px 0 0;
}
section.section-subpage {
	margin: 90px 0 0;
}

@media (max-width: 767px) {
	section.section {
 		margin: 40px 0 0;
	}
	section.section-subpage {
		margin: 40px 0 0;
	}
}


/*--------------
 header
 ------------ */
 
.header-nav {
	border-top: solid #c30d23 3px !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
	box-shadow: 0px 12px 18px -16px #aaa;
	height: 100px;
	padding-left: 3%;
	padding-right: 3%;
}
#navbar-main {
	float: right;
	padding-top: 10px;
}
#navbar-main li {
	font-size: 14px;
}

@media (max-width: 1199px) {
	.header-nav {
		padding-left: 1%;
		padding-right: 1%;
	}
}

@media (max-width: 991px) {
	#navbar-main li {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 13px;
	}
	.navbar-header {
		width: 22%;
	}
	.header-nav {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.header-nav {
		height: 80px;
	}
	.navbar-brand {
		padding-top: 15px;
	}
	.navbar-header {
		width: 100%;
	}
	#navbar-main {
		background: #fff;
		margin: 2% 2% 0!important;
		padding: 0;
		opacity: 90%;
		float: none;
	}
	#navbar-main ul {
		padding: 0 !important;
		margin: 3% 0 !important;
	}
	#navbar-main li {
		margin: 0 !important;
		padding: 0 3%;
	}
	#navbar-main a:hover {
		background: #ccc;
	}
}


/*--------------
 footer
 ------------ */
footer {
	margin-top: 120px;
	padding: 50px 0 20px;	
	background: #333333;
}
footer img {
	margin-bottom: 30px;
}
footer p {
	color: #fff;
	text-align: left;
	line-height: 2em;
}
#footer-navi {
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}
#footer-navi a {
	color: #fff;
}
#footer-navi a:hover {
	color: #c30d23;
	text-decoration: none;
}
.footer-copyright {
	text-align: right;
	font-size: 13px;
	color: #fff;
	margin-top: 30px;
}

@media (max-width: 400px) {
	#footer-navi {
	font-size: 13px;
	}
}

/*--------------
  back to top
 ------------ */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
}
#pageTop i {
  padding-top: 5px;
  padding-right: 7px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  width: 50px;
  height: 50px;
  background-color: #c30d23;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  opacity: 0.9;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*--------------
 common styles
 ------------ */
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mT20 {
	margin-top: 20px;
}
.mT40 {
	margin-top: 40px;
}
.text-emph {
	font-size: 22px;
	font-weight: bold;
}
.text-bigger {
	font-size: 18px;
}
.text-small {
	font-size: 14px;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}

/* opacity */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*--------------
 button variations
 ------------ */
.btn-simple-wh {
	border: 1px solid #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	width: 260px;
	height: 70px;
	display: block;
	margin: 30px auto 0;
	letter-spacing: 0.1em;
}
.btn-simple-wh:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.8;
	background: #fff;
	border: 1px solid #333;
}
.btn-simple-re {
	border: 1px solid #c30d23;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c30d23;
	padding: 20px 30px;
	text-align: center;
	width: 260px;
	height: 70px;
	display: block;
	margin: 30px auto 0;
}
.btn-simple-re:hover {
	color: #fff;
	text-decoration: none;
	background: #c30d23;
}
.btn-big-re {
	border: 1px solid #c30d23;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c30d23;
	text-align: center;
	height: 120px;
	line-height: 120px;
	display: block;
	margin: 60px auto 0;
	font-size: 24px;
	width: 600px;
}
.btn-big-re:hover {
	color: #fff;
	text-decoration: none;
	background: #c30d23;
}
@media (max-width: 767px) {
	.btn-big-re {
		text-align: center;
		height: auto;
		line-height: 1em;
		display: block;
		margin: 40px auto 0;
		font-size: 18px;
		width: 100%;
		padding: 30px 20px;
	}
}


/*--------------
 top page
 ------------ */
.slider {
	max-width: 1700px;
	margin: 100px auto 0;
	width: 100%;
	overflow: hidden;
}
.slider h1 {
	margin: 0 !important;
	padding: 0 !important;
}
.slider img {
	width: 100%;
}
#top-main {
	margin-bottom: 60px;
}
#top-main h2 {
	color: #fff;
	font-size: 24px;
	background: #ada19d;
	margin: 0;
	text-align: center;
	padding: 40px 20px 20px;
}
.top-main-grad {
	background: #ada19d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ada19d 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ada19d 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ada19d 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada19d', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0 20px;
}
#top-main p {
	padding: 20px;
}
#top-about {
	background-image: url(images/top/top-bg-about.jpg);
	background-size:cover;
	background-position-x: center;
	background-position-y: center;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
#top-about h2 {
	font-size: 30px;
	padding: 0;
	margin: 20px 0;
}
#top-business .float-R h2 {
	padding-left: 60px;
}
#top-business .float-R p {
	padding-left: 60px;
}
#top-business .float-R a {
	margin-left: 60px;
}
#top-business .float-L h2 {
	padding-right: 60px;
	margin-top: 50px;
}
#top-business .float-L p {
	padding-right: 60px;
}
#top-business .float-L a {
	margin-left: 0;
}
.top-business-box {
	width: 50%;
}
#top-banners {
	background-image: url(images/top/top-bg-banners.jpg);
	background-size:cover;
	background-position-x: center;
	background-position-y: center;
	padding: 120px 0;
	text-align: center;
	color: #fff;
}
.btn-top-banners {
	background-image: url(images/top/top-bg-banner.png);
	display: table;
	width: 100%;
	padding: 20px;
	border: 1px solid #fff;
}
.btn-top-banners span {
	vertical-align: middle;
	display: table-cell;
	width: 70%;
	color: #fff;
	font-size: 30px;
}
.btn-top-banners:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn-top-banners img {
	width: 100%;
}
#top-instagram .top-insta-btn a {
	margin-right: 0;
	margin-top: 0;
}
.top-instagram-block {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	#top-business .float-R h2 {
		padding-left: 30px;
	}
	#top-business .float-R p {
		padding-left: 30px;
	}
	#top-business .float-R a {
		margin-left: 30px;
	}
	#top-business .float-L h2 {
		padding-right: 30px;
		margin-top: 30px;
	}
	#top-business .float-L p {
		padding-right: 30px;
	}
	#top-business .float-L a {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.top-business-box {
		width: 100%;
		float: none;
	}
	#top-business a.btn-simple-re {
		margin-bottom: 40px !important;
	}
	#top-business .float-R h2 {
		padding-left: 0;
	}
	#top-business .float-R p {
		padding-left: 0;
	}
	#top-business .float-R a {
		margin-left: 0;
	}
	#top-business .float-L h2 {
		padding-right: 0;
	}
	#top-business .float-L p {
		padding-right: 0;
	}
	#top-banners {
		padding: 70px 0 40px;
	}
	.btn-top-banners {
		margin-bottom: 30px;
	}
	.btn-top-banners span {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.slider {
		margin: 80px auto 0;
	}
	#top-about p {
		text-align: left;
		padding: 0 20px;
	}
	#top-instagram .top-insta-logo {
		margin-bottom: 20px;
	}
}
@media (max-width: 648px) {
	
}


/*--------------
 subpage common
 ------------ */
.subpage-ttl {
	margin-top: 100px;
	background: url(images/subpage/subpage-bg-main2.jpg) #dddddd right center no-repeat;
}
.subpage-ttl h1 {
	text-align: center;
	background: url(images/subpage/subpage-bg-main1.jpg) left center no-repeat;
	padding: 70px 5%;
	letter-spacing: 0.2em;
	font-size: 30px;
}
.section-subpage h2 {
	text-align: center;
	position:relative;
}
.section-subpage h2 span {
	font-size: 30px;
	display:inline-block;
	padding:0 20px;
	background-color:#fff;
}
.section-subpage h2::after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	background-color:#333333;
	position:absolute;
	top:50%;
	left:0;
	z-index:-1;
}
.section-subpage h3 {
	font-size: 24px;
}
.table-basic1 {
	width: 80%;
	margin: 50px 10% 0;
}
.table-basic1 th,
.table-basic1 td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
.table-basic1 th {
	font-weight: 500;
}
p.subpage-p {
	width: 80%;
	margin: 40px 10% 0;
}
.text-emph {
	font-size: 110% !important;
	background: #ffff99;
}

@media (max-width: 991px) {
	.subpage-ttl h1 {
		text-align: left;
		background: none;
		padding: 70px 15%;
	}
	.table-basic1 {
		width: 100%;
		margin: 50px 0 0;
	}
	p.subpage-p {
		width: 100%;
		margin: 30px 0 0;
	}
	.img-md-margin {
		margin-bottom:30px;
	}
}
@media (max-width: 767px) {
	.subpage-ttl h1 {
		letter-spacing: 0;
		font-size: 22px!important;
	}
	.subpage-ttl {
		margin-top: 80px;
		background-size: 60%;
	}
	.subpage-ttl h1 {
		padding: 7%;
		font-size: 26px;
	}
	.section-subpage h2 span {
		font-size: 26px;
	}
	.section-subpage h3 {
		font-size: 20px;
	}
	.table-basic1 th,
	.table-basic1 td {
		padding-right: 0;
	}
}

/*-- company -- */
#company1 th,
#company2 th {
	width: 200px;
}
.greeting-row {
	margin-top: 40px;
}
.greeting-row img {
	margin-bottom: 15px;
}
.greeting-row p.text-center {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	#company1 th,
	#company2 th {
		width: 160px;
	}
	#company1 th,
	#company2 th {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	#company1 th,
	#company2 th {
		width: 120px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
	}
	#company1 td,
	#company2 td {
		padding: 15px 10px;
	}
}

/*-- about -- */
.about1-intro {
	margin-top: 40px;
}
.about1-intro table {
	margin-bottom: 15px;
	border: 3px solid #be1e2d;
	background: #f0eeea;
	width: 100%;
}
.about1-intro table th {
	background: #be1e2d;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	font-size: 24px;
}
.about1-intro table td {
	padding: 20px 30px;
	font-size: 20px;
}
@media (max-width: 991px) {
	.about1-intro table th {
		text-align: center;
		vertical-align: middle;
		width: 60px;
		font-size: 22px;
	}
	.about1-intro table td {
		padding: 10px 20px;
		font-size: 18px;
	}
}

/*-- beforeafter -- */
.beforeafter-content {
	background: url(images/subpage/beforeafter-bg.gif);
	padding: 30px 30px 30px 0!important;
	text-align: center;
	margin-bottom: 30px;
}
.beforeafter-ttl {
	float: left;
	width: 30%;
}
.beforeafter-img {
	float: right;
	width: 70%;
}
.beforeafter-content p {
	width: 180px;
	margin: 0 auto;
	border: 3px solid #be1e2d;
	border-radius: 50%;
	height: 180px;
	display: inline-block;
	line-height: 180px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
@media (max-width: 1199px) {
	.beforeafter-content p {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.beforeafter-content p {
		width: 140px;
		margin: 0 auto;
		border: 3px solid #be1e2d;
		border-radius: 50%;
		height: 140px;
		display: inline-block;
		line-height: 140px;
		font-size: 20px;
		font-weight: bold;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.beforeafter-content {
		padding: 30px!important;
		margin-bottom: 20px;
	}
	.beforeafter-ttl {
		float: none;
		width: 100%;
	}
	.beforeafter-img {
		float: none;
		width: 100%;
	}
	.beforeafter-content p {
		width: 100%;
		margin: 0 auto;
		border: 1px solid #be1e2d;
		border-radius: 0;
		height: auto;
		display: inline-block;
		line-height: 1em;
		padding: 20px;
		margin: 0 0 20px;
	}
}

/*-- business -- */
.business-content {
	padding:40px 0;
	border-bottom: 1px solid #000;
}
.business-ttl {
	float: left;
	width: 30%;
}
.business-text {
	float: right;
	width: 65%;
}
.business-text th {
	width:4.5em;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.business-text td {
	text-align: left;
	vertical-align: top;
}
.business-td-dot {
	width:2.5em;
}
.business-explain {
	padding: 20px 30px;
	background: #f0eeea;
	margin-top:20px;
}
@media (max-width: 767px) {
	.business-content {
		padding:30px 0;
	}
	.business-ttl {
		float: none;
		width: 100%;
	}
	.business-text {
		float: none;
		width: 100%;
	}
	.business-ttl img {
		max-width: 280px;
		width: 70%;
		margin: 0 auto 20px;
	}
}

/*-- contact -- */

span.form-hissu {
	color: #cc3300;
}
.control-label {
	padding-top: 15px;
}
.form-group {
	margin-bottom: 30px !important;
}
.form-group input,
.form-group textarea {
	width: 100%;
	padding: 5px;
}
.wpcf7-list-item-label {
}
.wpcf7-submit {
	background: #a30f20;
	color: #fff !important;
	margin-left: 4px;
	padding: 20px 50px;
	margin-bottom: 0;
	font-weight: normal !important;
	text-decoration: none !important;
	border: none;
	font-size: 20px;
}
@media (max-width: 767px) {
	.form-group {
		width: 96%;
		margin: 0 2%;
	}
}


/*-- blog -- */
#blogtop {
	border-top: 1px solid #727071;
}
.section-blog h1 {
	font-size: 26px;
	text-align: center;
	margin-top: 40px;
}
.section-blog h2 {
	font-size: 22px;
	background:#f8f8f8;
	padding: 10px 20px;
	margin: 30px 0 20px;
}
.section-blog h3 {
	font-size: 20px;
	border-bottom: 1px solid #727071;
	margin: 30px 0 20px;
	padding-bottom: 10px;
}
.section-blog h4 {
	font-size: 20px;
	color: #f0701b;
	margin: 30px 0 20px;
}
.section-blog h5 {
	font-size: 18px;
	margin: 20px 0 10px;
}

.section-blog table {
	width: 100%;
	margin: 30px auto;
	border-bottom:1px solid #ddd;
}
.section-blog table th {
	background:#f8f8f8;
	border-top:1px solid #ddd;
	padding-left: 3%;
	padding-right: 3%;
}
.section-blog table td {
	border-top:1px solid #ddd;
	padding-left: 3%;
	padding-right: 3%;
}
.blog-eyecatch {
	text-align: center;
}
.blog-eyecatch img {
	width: 100%;
}
.blog-date {
	font-size: 14px;
	text-align: right;
	margin-bottom: 30px;
}
.bloglist-box {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.bloglist-box h3 a {
	color: #f0701b;
}
.bloglist-box h3 a:hover {
	color: #000;
}
.bloglist-box-img (
	text-align: center;
)
.bloglist-box-img img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.search-pager {
	text-align: center;
}
.search-pager a {
	color: #f0701b;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

@media (max-width: 648px) {
	.section-blog h1 {
	text-align: left;
	font-size: 22px;
	}
	.section-blog h2 {
	font-size: 20px;
	}
	.section-blog h3 {
		font-size: 18px;
	}
	.section-subpage-detail h4 {
		font-size: 16px;
	}
	.section-subpage-detail h5 {
		font-size: 15px;
	}
	.alignleft {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.alignright {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.section-blog img {
		width: 100%;
		height: auto;
	}
}