/*
 * Author: Sano
 * URL:
 *
 * Project Name: Meguri
 * URL:
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* {
	margin: 0;
	padding: 0px;
    /*font-family: 'Lato', sans-serif;*/
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
body {
	background: #F5F5DC;
	margin: 0;
	color: #5a5a5a;
	/* chrome for print*/
	-webkit-print-color-adjust: exact;
}

h1, h2, h3, h4, h5, h6 {
	  font-weight: 300;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666;
	margin-top: 10px;
}

html,
body {
	height: 100%;
}

img {
	max-width : 100% ;
	height : auto ;
}

/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}

/*幅768px以上で適用されるスタイル*/
@media (min-width: 992px) {
	/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
	.row--nopadding [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}
/*幅992x以下で適用されるスタイル*/
@media (max-width: 991px) {
	.subscribe-input {
		width: 100%;
	}
	/*.row--nopadding [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}*/
	.padding-left-30 {
	  padding-left: 30px;
	}
	h4 {
		font-size: 16px;
	}
}

/*幅320px以下(iphone5)で適用されるスタイル*/
@media (max-width: 320px) {
	h2 {
	  font-size: 24px;
	}
}


.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.ptb-s {padding-top: 30px; padding-bottom: 30px;}
.ptb-m {padding-top: 50px; padding-bottom: 50px;}
.fnt-s {
	font-size: 14px;
}
.fnt-m {
	font-size: 18px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 25px;
	line-height: 20px;
	padding: 15px 30px 16px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	opacity: 0.9;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/*Buttons Configuration */
.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 18px 28px 17px 28px;
	}

.btn-conf-2 {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 28px 11px 28px;
	margin-top: 20px;
	}

.btn-green {
	background: #03C9A9;
	color: white
}

/* HEADER SECTION */
#hdr {
	background: #F5F5DC;
}

#hdr .container-fluid{
	padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

#hdr img {
  min-width: 100%;
  max-height: 500px;
}

/* MESSAGE = WHITE SECTION */
#msg h4{
	font-size: 22px;
	color: #006633;
}
/* INFOMATION SECTION */
#infomation {
	min-height: 300px;
	background: #FFF;
}
#infomation h1{
	font-size: 18px;
	color: blue;
}
#infomation h2{
	color: blue;
}
/* INFOMATION-INNER */
#mgr-info {
}
/* practitioner = WHITE SECTION*/

/* SEPARATE SECTION */
#sep {
	text-align:center;
}
#sep .container img {
	display: inline-block;
	/* text-align:center; */
}

/* PRICE SECTION */
/* Pricing Tables */
.price-table {
	border: 2px solid #5a5a5a;
	border-radius: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
	margin: 5px;
}

.price-table .p-head {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 80px;
	border-bottom: 2px solid #ccc;
}

.price-table .p-body .features li {
	color: #333333;
	border-bottom: 2px solid #ccc;
	padding: 24px 0px;
	margin: 0;
	letter-spacing: 1px;
}

.p-body .price .detail {
	font-weight: 700;
	font-size: 24px;
	margin-left: 10px;
	margin-right: 3px;
}

.p-body .price .sub {
	font-size: 18px;
	position: relative;
	bottom: 1px;
	font-weight: 700;
}

.p-body ul {
	list-style-type: none;
}

/* CAROUSEL SECTION  */
#crsl {
	background: #F5F5DC;
}

#crsl .container-fluid{
	padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

#crsl img {
  min-width: 100%;
  max-height: 500px;
}

/* FOOTER SECTION */
#entrance-img {
	margin-left: auto;
	margin-right: auto;
}

#f {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #2f2f2f;
	color: white;
}

#f h5 {
	margin-top: 30px;
	letter-spacing: 1px;
}

#f i {
	font-size: 45px;
	margin: 15px;
}

#f a {
	color: #00FFFF;
}

#f a:hover {
	color: #03C9A9;
}

/* SCRIPTS SECTION */
/* GOOGLE MAP */
.gglmap {
  position: relative;
  padding-bottom: 56%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
