@charset 'UTF-8';
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
fieldset,img { border:0; }
img{ vertical-align:bottom; }
a img{ 	text-decoration:none; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
th,caption { text-align:left; }


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

	DEFAULT SETTING

-------------------------------------------------------------------*/
html header{
	font-size: 0.833vw;

}
body {
	text-align:left;
	font-size:1.4rem;
	line-height:1.6;
	color:#333;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
	background-color: #FFF;
}

h1{
	font-size:80%;
}
#header {
	background-color: #FFF;
	height: 100px;
}

#header_cont {
	height: 100px;
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header_cont .h_logo {
	position: absolute;
	top: 35px;
	left: 0px;
}
#header_cont .h_tel {
	position: absolute;
	top: 40px;
	left: 337px;
}
#header_cont .h_order {
	position: absolute;
	top: 35px;
	right: 0px;
}
#mv {
	background-color: #EEEBE4;
}

#mv_cont {
	background:url(../img/bg_mv.jpg) no-repeat #EEEBE4;
	height: 600px;
	width: 1090px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mv_cont h2{
	position: absolute;
	top: 45px;
	right: 85px;
}
#cmn_mv h2 {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: #9E873F;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}
.under {
	background-color: #FFF;
	background-image: none;
}


.under_article {
	/*padding-bottom: 30px;*/
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.under_article p {
	text-align: center;
}
.under_article .title {
	font-size: 120%;
	font-weight: bold;
	color: #F58878;
	/*margin-bottom: 10px;*/
}

a:link{
	color:#C7A438;
	text-decoration: none;
}
a:visited{
	color:#C7A438;
	text-decoration: none;
}
a:hover,
a:active{
	color:#C7A438;
	text-decoration: underline;
}



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

	container

-------------------------------------------------------------------*/
.container{
	width: 100vw;
	margin-top: 0;
	max-width: 100vw;

}

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

	Foot Area

-------------------------------------------------------------------*/
.foot_area{
	clear:both;
	text-align:center;
	font-size: 92%;
	background-color: #9E873F;
	padding: 0;
}
.foot_area_inner{
	width:1030px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.foot_copy{
	clear:both;
	text-align: center;
	color: #FFF;
}

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

	COMMON CLASS

-------------------------------------------------------------------*/
.bold{ font-weight:bold; }
.text_pink{ color:#FF6699; }
.text_red{
	color: #C00;
}
.font70{ font-size:70%; }
.font80{ font-size:80%; }
.font90{ font-size:90%; }
.font110{ font-size:110%; }
.font120{ font-size:120%; }
.font130{ font-size:130%; }
.font140{ font-size:140%; }
.font150{ font-size:150%; }
.ml10{ margin-left:10px; }
.ml100 {
	margin-left: 100px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.tm40 {
	padding-top: 40px;
}


.pb20 {
	padding-bottom: 20px;
}
p.strong {
	padding-top:10px;
	color:#993366;
	font-size:120%;
}
ul.circle{
	padding-left:2em;
	list-style:circle;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.right_item{
	float:right;
}
.left_item{
	float:left;
}
.clr{ clear:both; }
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.clearfix {
	zoom:1;
}
* html .clearfix {
    display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix { display: block; }
/* */

.displayNone{
	display: none;
}
table.basic {
	width: 860px;
	table-layout:fixed;
}
.basic tr th {
	background-color: #F9F8F7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
}
.basic tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.date tr th {
	background-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

.date tr td {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

table.date {


}
.fmStep {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.fmStep li {
	display: inline;
	margin:0 5px;
}.must {
	color: #E3007E;
	font-size: 80%;
	font-weight: bold;
}
.txt_red  {
	color: #E3007E;
	font-size: 70%;
	font-weight: bold;
}
.form_btn {
	text-align: center;
	padding-top: 20px;
}
input[type="text"],input[type="email"]{ border:1px solid #ccc; padding:10px; width:300px; margin:0 0 5px; -webkit-appearance:none;}
input[type="radio"]{ vertical-align:text-top; position:relative; top:4px;}
input.age{ width:140px;}
textarea{ border:1px solid #ccc; padding:10px; width:390px; margin:0; -webkit-appearance:none;}
.submitBtn{ padding:18px 100px 22px; background: #cc6699; -webkit-border-radius: 30px; border-radius: 30px;color: #fff;
border: none;
margin-bottom: 20px;
font-size: 1.8rem;}
.submitBackBtn{ padding:18px 100px 22px; background: #666; -webkit-border-radius: 30px; border-radius: 30px;border: none;}

#navi {
	height: 51px;
	background-color: #9E873F;
}
#navi ul {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul li  {
	margin: 0px;
	padding: 0px;
	float: left;
}
#dr001 {
	float: right;
	width: 430px;
}
.container .text001 {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 920px;
}
#text001-a .article dl dt ,
#text002-a .article dl dt {
	color: #92766B;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}
.article dl dd {
	margin-bottom: 25px;
}

.red001 {
	color: #EA6657;
}
.ultr01 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	min-height: 310px;
}


.ultr02 {
	float: right;
}


.ultr03 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	min-height: 320px;
}
#text002-a {
	background-repeat: no-repeat;
}
.06img img {
	float: left;
}
.06txt {
	float: left;
	margin-top: 60px;
}
#text002-a .ultr01 hr {
	clear: both;
}
.hiaruron {
	width: 920px;
	margin-top: 592px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F8F7F3;
}

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

	コンテンツ

-------------------------------------------------------------------*/
.article {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.article.sub {
	width:860px;
	margin:0 auto;
}
.article.sub.border {
	border-bottom:#D1C5C0 1px solid;
	padding-bottom:20px;
	margin-bottom:20px;
}
.title_ar01 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ar01 {
}
.ar01 h3 {

}
.article.ar01 .right_item {
	width: 680px;
	padding-top: 40px;
}
.bg_brown {
	background-color: #F9F8F7;
}
.bg_gray {
	background-color: #EEEFF0;
}
.bg_beige {
	background-color:#F8F7F3;
}
.ar01 ul {

}
.ar01 li {
	background-image: url(../img/ar02_ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #93766B;
	font-size: 120%;
	padding-left: 30px;
	margin-bottom: 10px;
}
.ar01 .check {
	width: 720px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.ar02 {
	text-align: center;
	background-image: url(../img/bg_doctor.png);
	background-repeat: repeat-x;
	width: 100%;
	height:auto;
	background-size: contain;
	padding-bottom: 35px;
}
.ar02 .cont {
	width: 920px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ar02 .title {
	padding-top: 45px;
	text-align:center;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.ar02 .cont .text {
	width: 490px;
	max-width: 45%;
}
.ar02 h4 {
	color: #A48C83;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.cause {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cause_cont {
	background-image: url(../img/ar03_bg_02.jpg);
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.cause_cont ul  {
	width: 360px;
}
.cause_cont li {
	font-size: 120%;
	font-weight: bold;
	color: #93766B;
	margin-bottom: 10px;
}
.article.ar03 {
	padding-top: 40px;

}
.ar03 li {
	background-image: url(../img/ar04_ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
	color: #93766B;
	padding-left: 30px;
	margin-bottom: 10px;
}
.article.ar04_02 {
	/*かんごふさんかんごふさん　background-image: url(../img/ar04_bg_02.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 40px;

}

.ar04_02 h3 {
	padding-left: 70px;
}
.ar04_02 p {
	padding-left: 330px;
}
.ar04_02 li {
	background-image: url(../img/ar04_ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
	color: #93766B;
	padding-left: 30px;
	margin-bottom: 10px;
}
.ar04_02 ul {
	padding-left: 330px;
}

.menu_btn {
	background-color: #FFF;
	height: 335px;
	margin-top: 40px;
}
.article.ar04_02 dl {
	padding-left: 330px;
}
.ar04_02 dl dt {
	color: #B28C83;
	font-size: 140%;
	font-weight: bold;
}
.ar04_02 dl dd {
	margin-bottom: 20px;
}
.ar05 .planbox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.ar05 .plan {
	text-align: left;
	width: 280px;
	border: 1px solid #A38E4A;
	padding: 20px;
}
.ar05 .planbox dt {
	font-size: 120%;
	font-weight: bold;
	color: #A89555;
	margin-bottom: 10px;
}
.ar05 .set {
	font-size: 70%;
	color: #F99;
}
#faq dt {
	background-image: url(../img/ic_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #9E853F;
	font-weight: bold;
}
#faq dd {
	background-image: url(../img/ic_A.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ar05 .planbox dd {
	background-image: url(../img/ic_maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}




.menu_btn ul {
	margin-top: 20px;
	margin-bottom: 40px;

	text-align: center;
}
.menu_btn ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
.arrow_w  {
	text-align: center;
	background-image: url(../img/bg_arw_w.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 67px;
	clear:both;
}
.arrow_b  {
	text-align: center;
	background-image: url(../img/bg_arw_b.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 67px;
	clear:both;
}

.ar03 dl dt {
	float: left;
}
.ar03 dl {
	margin-bottom: 30px;
}

.ar03 dl dd {
	padding-left: 180px;
}
.ar03 dl .title {
	color: #A48C83;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}




.article.ar05 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.article.ar06 {
	padding-top: 30px;
}
.ar06 dl {
	height: 160px;

}
.ar06 .arrow  {
	background-image: url(../img/ar06_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.ar06 dl dt  {
	float: left;
}

.ar06 dl dd  {
	padding-left: 250px;
}

.ar06 dl dd img {
	margin-bottom: 20px;
}

.article.ar07 {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.article.ar08 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ar08 .left_item {
	width: 520px;
}

.ar08 .left_item .name {
	font-size: 150%;
	font-weight: bold;
	color: #A38D4A;
}
.ar08 .left_item .bg_white  {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}

.article.form {
	width: 860px;
	margin-top: 20px;
}
.article.ar09 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.2rem;
}
.ar09 ul {
	width: 350px;
	float: left;
	display: block;
}
.ar09 ul li  {
	margin-bottom: 10px;
}

.article.form .attention {
	border: 1px solid #CCC;
	padding: 10px;
	color: #C00;
	margin-bottom: 20px;
}

.order {
	background-image: url(../img/order_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.order .title_order {
	background-color: #FAE4EE;
	height: 32px;
	text-align: center;
	padding-top: 18px;
}
.order_cont {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	position: relative;
	background: url(../img/order.jpg) no-repeat center 110px;
}
.order_cont .official {
	position: absolute;
	top: 0px;
}
.order_cont .tel {
	position: absolute;
	left: 180px;
	top: 133px;
}
.order_cont .btn {
	position: absolute;
	top: 156px;
	right: 145px;
}
#text001-a hr {
	color: #D1C5C0;
	width: 920px;
	text-align: center;
	border-top-color: #D1C5C0;
	border-right-color: #D1C5C0;
	border-bottom-color: #D1C5C0;
	border-left-color: #D1C5C0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
/*-------------------------------------------------------------------

	20150421

-------------------------------------------------------------------*/
h3.subtitle {
	padding:30px 0;
	text-align:center;
}#menu_002 {
	margin-bottom:50px;
}
.frame {
	background:url(../img/bg_approach.png) no-repeat;
	margin:20px auto ;
	width:716px;
	font-size: 1.23rem;
	padding:6px 80px 10px;
}
.frame .tit {
	text-align:center;
	margin:0 auto 25px;
}
.box {
	background-color:#FFF4F4;
	border:#EA6657 1px dotted;
	width:338px;
	float:left;
	margin: 20px 2px;
  	text-align: center;
  	padding: 10px 5px 0;
	height:140px;
}
.box .txt_red {
	color:#EA6657;
	font-size:20px;
	font-weight:bold;
}
.box .txt_red span {
	font-size:18px;
}

.box .sTxt {
	font-size:10px;
}
.linkBtn {
	margin:10px 0;
}
.linkBtn a{
	background-color:#EA6657;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}
.leftImg {
	float:left;
	margin:0 20px 20px 0;
}
.rightImg {
	float:right;
	margin:0 0 20px 20px;
}
