@charset "utf-8";
/* CSS Document */

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font:13px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

li{list-style:none;}



/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/
body{
	background:#000;
	color:#fff;
}

/* リンク色変更はここ */
a{
	color:#F7AC42;
	text-decoration:none;
}

/*【角丸】
 　角丸にしたいコンテンツに
 　クラスで指定してください。
*/
.corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.corner img{
	background:#FFF;
	padding:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

img{
	width: 100%;
	height:auto;
	vertical-align:bottom;
}

h2{
    margin:0;
    padding:0 0 10px;
	display:block;
}

h3{
	color:#fff;
	font-size:120%;
	font-weight:bold;
	border-bottom:#575757 solid 1px;
	padding:15px 0 5px 70px;
	margin:20px 20px 10px;
	background: url(img/h3icon.png) no-repeat 0px 10px;
}


.red{
	color:#F00;
}

.blue{
	color:#0C4C94;
}

.orange{
	color:#ff8a00;
}

.pink{
	color:#ff9972;
}

.bold{
	font-weight:bold;
}

.f105{
	font-size:120%;
}

.cap{
	font-size:80%;
	color:#555;
}


.contact dd{
  padding: 0;
  margin: 0 20px 10px;
}

.center {
  text-align: center;
}

.clear{
	clear:both;
}

.pt20px{
	padding-top:20px;
}

.pb20px{
	padding-bottom:20px;
}

/*--------------------
	共通ヘッダー部分
--------------------*/


h1 img{
	width:100%;
}

/*--------------------
	共通フッター部分
--------------------*/
.social-base{
	padding:20px 20px 0;
	text-align:center;
	overflow:hidden;
	clear:both;
}

.social-base ul li{
	width:50%;
	float:left;
	border:none;
	display:inline;
	box-sizing:border-box;
	padding-bottom:20px;
}

.left-btn{
	padding-right:10px;
}

.right-btn{
	padding-left:10px;
}

.social-base p.line{
	text-align:center;
	margin:20px 0;
}

.line img{
	width:40%;
}

address p{
	padding:10px 10px;
}

.copybase{
	padding:20px 10px 0;
	color:#fff;
}

.footer-menu{
	overflow:hidden;
	clear:both;
	margin:0;
	width:100%;
}

.footer-menu ul li{
	width:50%;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	border:none;
	display:inline;
}

.footer-menu img{
	width:100%;
}

.copy{
	padding:10px 20px;
	text-align:center;
	color:#fff;
	clear:both;
}

.copy a{
	color:#fff;
}



/*	トップページ
--------------------*/
#main-img{
	padding:0 0 10px;
}

#center-base{
	padding:20px 10px;
}

.copytext{
	color:#656565;
	padding:10px 15px;
	border-bottom: solid 2px #ccc;
	background-image:url(img/message-bg.png);
	-moz-background-size:contain;
	background-size:contain;
	background-repeat:no-repeat;
}

.copytext p{
	font-size:100%;
}

.topmenu-base{
	padding:10px 10px 0;
	color:#fff;
}

.topmenu-base ul li{
	padding-bottom:20px;
}

.mainmenu-base{
	padding:0 10px;
	overflow:hidden;
	clear:both;
	margin:0;
}

.mainmenu-base ul li{
	width:50%;
	height:auto;
	float:left;
	border:none;
	display:inline;
	box-sizing:border-box;
}

.main-left{
	padding:0 10px 20px 0;
}

.main-right{
	padding:0 0 20px 10px;
}


/*	施術の流れページ
--------------------*/
ul.faq-question li{
    padding:17px 0px 0px 30px;
	float:left;
	vertical-align:middle;
	font-weight:bold;
}

.flow-base dt{
	background: url(img/flow_icon.jpg) no-repeat 0px 10px;
	padding:20px 0 30px 55px;
	font-weight:bold;
	font-size:140%;
	clear:both;
}

.flow-base dd{
	margin-left:0;
	padding:17px 0 0 0;
}

.flow-base dd p img{
	max-width:50%;
}



/*	FAQページ
--------------------*/
.answer-base{
	border-top:#d0965b dotted 1px;
	padding:20px 0;
}

ul.faq-question li{
    padding:15px 0px 15px 30px;
	font-weight:bold;
	clear:both;
}

.question{
	background: url(img/icon_q.jpg) no-repeat 0px 10px;
}

.answer{
	background: url(img/icon_a.jpg) no-repeat 0px 10px;
}

.answer-base dt{
	padding:17px 0 15px 34px;
	font-weight:bold;
}

.answer-base dd{
	margin-left:0;
	padding:17px 0 0 34px;
}

/*	利用者の声ページ
--------------------*/

.flow-base dt{
	background: url(img/dt_bg.jpg) no-repeat 0px 10px;
	padding:12px 0 10px 30px;
	font-weight:bold;
	font-size:120%;
}

.flow-base dd{
	margin-left:0;
	padding:17px 0 0 0;
}



/*	会社案内ページ
--------------------*/
.shop-base{
	margin:0 20px;
}

.shop-table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	display:table;
	margin-bottom:10px;
}

.shop-table th{
	text-align:left;
	padding:10px;
	border:#444 solid 1px;
	background:#666;
	color:#fff;
}

.shop-table td{
	padding:10px;
	border:#444 solid 1px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*	サイトマップページ
--------------------*/
.container-content{
	padding:10px 2% 10px;
}
.container-content.top{
	padding:10px 0 10px;
}
section.content {
	margin-bottom:10px;
}

section.content nav{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
section.content nav.none_h1{
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 1px solid #666;
}
section.content nav ul{

}
section.content nav.none_h1 ul li{
	border-top: 1px solid #666;
}
section.content nav ul li {
	line-height: 120%;
}
section.content nav ul li a{
	color:#fff;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav.none_h1 ul li:last-child {
	border-bottom:none;
}
section.content nav.none_h1 ul li:first-child{
	border-top:none;
}

/*	メニュー
--------------------*/
.menu, .submenu, .bottom-menu{
	margin-left:20px;
	overflow:hidden;
	clear:both;
}

.menu ul li{
	width:50%;
	height:auto;
	padding:0 20px 10px 0;
	float:left;
	box-sizing:border-box;
}

.submenu ul{
	float:left;
	position:relative;
}

.menu-left{
	margin:0 20px 0 0;
}


.submenu ul li{
	width:50%;
	min-width: 155px;
	background:#EEE;
	border:1px solid #DDD;
	color:#333;
	padding:10px 0;
	margin:10px 0 0 0;
	text-align:center;
}

.bottom-menu ul li{
	width:50%;
	height:auto;
	padding:10px 20px 0 0;
	float:left;
	box-sizing:border-box;
}


/*	サービスページ
--------------------*/
.price-base{
	margin:0 20px;
}

.price-table{
	border-collapse:collapse;
	border-spacing:0;
	display:table;
	width:100%;
	margin-bottom:10px;
}

.price-table th{
	width:70%;
	text-align:left;
	padding:10px;
	border:#bdd5ae solid 1px;
	background:#e3f2d7;
}

.price-table td{
	width:30%;
	padding:10px;
	border:#bdd5ae solid 1px;
}

/*	マクロビオテック
--------------------*/
.service-text{
	padding:0 10px 20px 10px;
	overflow:hidden;
}

.service-text img{
	float:left;
	padding:0 10px 5px 0;
}

.service-text p{
	width:93%;
	padding:0 20px 0 10px;
}

.service-img{
	text-align:center;
	padding:0 20px;
}

.service-img img{
	width:100%;
}

.service-text p img{
	width:50%;
}

.btn{
	text-align: center;
	margin-bottom: 30px;
	padding: 0 10px;
}
.btn img{
}