@charset "UTF-8";

/*---------------------
共通
タイトル回り
 --------------------*/
 /* p.lead */
p.lead, p.whiteback_lead{
     font-size: 24px;
     line-height: 1.8;
     color: rgb(164, 133, 93);
     text-align: center;
     font-weight: 500;
     margin: 70px 0px;
 }

 /* midashiBorder */
 h4.midashiBorder {
 	font-size: 24px;
 	text-align: center;
 	color: #A4855D;
 	margin-bottom: 40px;
 	clear: both;
 }
 h4.midashiBorder span {
 	font-size: 32px;
 	color: #FFBF00;
 	font-weight: 900;
 }
 h4.midashiBorder:before {
 	content: '';
 	display: block;
 	height: 1px;
 	margin: 0px 0px 20px 0px;
 	padding: 5px;
 	border-bottom: solid 1px #A4885D;
 }
 h4.midashiBorder:after {
 	content: '';
 	display: block;
 	height: 1px;
 	margin: 20px 0px 0px 0px;
 	padding: 5px;
 	border-top: solid 1px #A4885D;
 }

 /* line_style */
 h3.line_style,h3.bg_brown {
   font-size: 36px;
   text-align: center;
 }
 h3.bg_brown{
   background-color: #786443;
   font-size: 32px;
   color: white;
   text-align: center;
   clear: both;
   margin-bottom: 20px;
 }
 h3.bg_navy{
    background: rgb(0,35,69); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,35,69,1) 0%, rgba(0,48,97,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,35,69,1) 0%,rgba(0,48,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,35,69,1) 0%,rgba(0,48,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002345', endColorstr='#003061',GradientType=0 ); /* IE6-9 */
 }
 h3.bg_brown::before {
   content: '';
   display: block;
   height: 1px;
   margin: 5px 20px 20px 20px;
   padding: 5px;
   border-bottom: solid 1px white;
 }
 h3.bg_brown::after {
   content: '';
   display: block;
   height: 1px;
   margin: 20px 20px 5px 20px;
   padding: 5px;
   border-top: solid 1px white;
 }
 h3.line_style::before {
   margin-bottom: 35px;
 }
 h3.line_style::after {
   margin-top: 35px;
   margin-bottom: 45px;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }

 h3.line_style::before {
   margin-bottom: 35px;
 }
 h3.line_style:before, h3.line_style:after {
   content: '';
   display: block;
   height: 20px;
   background: url(../images/hokuro-bar.png) no-repeat 50% 50%;
   text-align: center;
 }
 h3.line_style::after {
   margin-top: 35px;
   margin-bottom: 45px;
 }

 .corner-title{
 	color: white;
 	font-size: 48px;
 	background: url(../images/corner-title-back.png) no-repeat center center #A4885D;
 	text-align: center;
 	padding: 57px 0;
 	text-shadow: 1px 2px 2px rgba(164, 136, 93, 0.75);
 	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #bfa4885d,Positive = true)";
 	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 2, Color = #bfa4885d, Positive = true);
 }

 .navy_corner-title{
   color: white;
  	font-size: 48px;
  	background: #003061;
  	text-align: center;
  	padding: 57px 0;
  	text-shadow: 1px 2px 2px rgba(164, 136, 93, 0.75);
  	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #bfa4885d,Positive = true)";
  	zoom: 1;
   filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 2, Color = #bfa4885d, Positive = true);
 }



@media only screen and (max-width: 640px){

	 p.lead, p.whiteback_lead {
 	    font-size: 14px;
 	    margin: 20px 0 20px;
 	    padding: 0 20px;
 	    text-align: left;
 	}
 	h4.midashiBorder {
 		font-size: 14px;
 		margin-bottom: 10px;
 	}


  /* line_style */
  h3.line_style, h3.bg_brown {
      font-size: 18px;
      text-align: center;
  }
  h3.line_style::after {
    margin-top: 25px;
    margin-bottom: 22px;
  }

  h3.line_style::before {
      margin-bottom: 17px;
  }
  h3.line_style:before, h3.line_style:after {
    content: '';
    display: block;
    height: 10px;
    background: url(../images/hokuro-bar.png) no-repeat;
    text-align: center;
  }

  /* corner-title */
  .corner-title,.navy_corner-title{
 		font-size: 24px;
 		padding: 28px 0;
 	}

}


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

他共通部分

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

/* ul.AboutPoint */
ul.AboutPoint {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

ul.AboutPoint div.tr {
	display: table-row;
}
ul.AboutPoint li {
	display: table-cell;
	width: 50%;
}
/* liの幅100％ */
ul.AboutPoint li:nth-child(2n) {
	border-left: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li:nth-child(2n+1) {
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}
ul.AboutPoint li h4 {
	background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 31, color-stop(0, rgb(199,182,156)), color-stop(1, rgb(164,136,93)));
	background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	background-image: radial-gradient(31px at 50% 50%, rgb(199,182,156) 0%, rgb(164,136,93) 100%);
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Style=2)";
filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	text-align: center;
	padding: 5px 10px;
}

ul.AboutPoint li h5 {
	color: #1F1813;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul.AboutPoint li h5.no01 {
	background: url(../images/no1.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
}
ul.AboutPoint li h5.no02 {
	background: url(../images/no2.png) no-repeat top left;
	padding-left: 95px;
		min-height: 90px;
}
ul.AboutPoint li h5.no03 {
	background: url(../images/no3.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 25px;
}
ul.AboutPoint li h5.no04 {
	background: url(../images/no4.png) no-repeat top left;
	padding-left: 100px;
		min-height: 90px;
		padding-top: 15px;
}
ul.AboutPoint li .PointBoxOut .PointBoxIn p {
	color: #1F1813;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}
ul.AboutPoint li .PointBoxOut {
	background: #F5F1ED;
	padding: 10px;
}
ul.AboutPoint li .PointBoxIn {
	border: 1px solid #D3C1AF;
	padding: 20px;
	min-height: 590px;
}
ul.AboutPoint li .PointBoxIn img{
  width: 100%;
}

@media only screen and (max-width: 640px) {
	ul.AboutPoint {
		display: block;
		table-layout: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	ul.AboutPoint div.tr {
		display: block;
	}
	ul.AboutPoint li {
		display: block;
		width: 100%;
	}
	ul.AboutPoint li:nth-child(2n) {
		border-left: none;
		border-bottom: none;
	}
	ul.AboutPoint li:nth-child(2n+1) {
		border-right: none;
		border-bottom: none;
	}
	ul.AboutPoint li h5 {
		font-size: 14px;
		font-weight: 800;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	ul.AboutPoint li h5.no01 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
	}
	ul.AboutPoint li h5.no02 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 0px;
		padding-top: 0;
	}
	ul.AboutPoint li h5.no03 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
    min-height: 50px;
		padding-top: 15px;
	}
	ul.AboutPoint li h5.no04 {
		background-size: 45px;
		background-repeat: none;
		padding-left: 50px;
		min-height: 50px;
		padding-top: 10px;
	}
	ul.AboutPoint li .PointBoxOut .PointBoxIn p {
		font-size: 12px;
	}
	ul.AboutPoint li .PointBoxIn {
		border: 1px solid #D3C1AF;
		padding: 15px;
		min-height: auto;
	}
	ul.AboutPoint li .Image img {
		width: 100%;
	}
}

/* check-list_box */
.check-list_box{
	margin-left: 0px;
	margin-bottom: 60px;
	overflow: hidden;
}
ul.check-list {
	font-size: 16px;
	line-height: 1.8;
	width: 450px;
	float: left;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-left: 3.0em;
	padding-right: 1.0em;
	text-indent: -1.8em;
}
ul.check-list li {
	margin-bottom: 20px;
}
ul.check-list li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../images/check-mini.png) no-repeat;
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {

  ul.check-list {
  	text-indent: -2.4em;
  }

	.check-list_box{
		margin-bottom: 20px;
	}

	ul.check-list {
		margin-bottom: 0;
		width: auto;
		float: none;
		font-size: 12px;
	}

}

/* lift_menu*/
ul.lift_menu{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin: 40px 0;
}
ul.lift_menu li{
  width: 23.5%;
}
ul.lift_menu li a{
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
  height: 70px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /*グラデ*/
  background: rgb(91,61,29); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(91,61,29,1) 0%, rgba(175,144,124,1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(91,61,29,1) 0%,rgba(175,144,124,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b3d1d', endColorstr='#af907c',GradientType=0 ); /* IE6-9 */

}

@media only screen and (max-width: 640px) {

  ul.lift_menu{
  	display:block;
    margin: 20px 0;
  }
  ul.lift_menu li{
    width: 100%;
    margin-bottom: 4%;
  }
  ul.lift_menu li a{
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
  		-webkit-border-radius: 10px;
  		-moz-border-radius: 10px;
  		-ms-border-radius: 10px;
  		-o-border-radius: 10px;
  }


}

/* hikakuTable */
table.hikakuTable {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
  border: 1px solid #A4885D;
}
table.hikakuTable th {
  padding: 6px 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #A4885D;
  background: #FAF8F5;
  white-space: nowrap;
}
table.hikakuTable td {
  padding: 6px 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  border-collapse: collapse;
  border: 1px solid #A4885D;
}

@media only screen and (max-width: 640px) {

  /* hikakuTable */
  table.hikakuTable {
    margin-top: 0;
  }

  table.hikakuTable td,table.hikakuTable th {
      font-size: 12px;
  }

}

@media only screen and (max-width: 400px) {

  table.hikakuTable th {
    white-space: normal;
    width: 80px;
    padding: 6px 6px;
  }

}


/* balloon */
h4.balloon {
	background: url(../images/balloon-back.png) no-repeat center center #A4885D;
	font-size: 22px;
	color: white;
	padding: 8px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
h4.balloon:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 25px;
}

@media only screen and (max-width: 640px) {
	h4.balloon {
		font-size: 16px;
	}
}


/* point_text */
p.point_text {
  background: #f5f1ed;
  color: #786443;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {

  /* point_text */
  p.point_text {
    display: block;
    font-size: 13.2px;
  }

}

/* side_line */
p.side_line {
  font-size: 28px;
  font-weight: 400;
  color:#002345;
  display: flex;
  align-items: center;
}
p.side_line:before,
p.side_line:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #002345;
}
p.side_line:before {
    margin-right: 1rem;
}
p.side_line:after {
    margin-left: 1rem;
}

@media only screen and (max-width: 640px) {

  p.side_line {
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  p.side_line:before,
  p.side_line:after {
    display: none;
  }

}


 /* step_flow */
ul.step_flow {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
ul.step_flow li{
  width: 31%;
  margin-bottom: 2%;
 }
ul.step_flow::after{
   content:"";
   display: block;
   width:31%;
}
ul.step_flow li h5{
  margin-bottom: 10px;
}
ul.step_flow li img{
  max-width: 294px;
}
ul.step_flow li p{
  height: 75px;
}

@media only screen and (max-width: 640px) {

  ul.step_flow {
    display: block;
  }
  ul.step_flow li{
    width: 100%;
    margin-bottom: 5%;
  }
  ul.step_flow li img{
    display: block;
    margin: 0 auto;
  }
  ul.step_flow li p{
    width: 294px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 10px;
  }

}


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

コンテンツ共通

 --------------------*/
 .shadow-box, .info-box, header .global-navi,
 #treatment,#eye_treatment,#price,#qa .inner,
 #flow .inner,.white_inner
 {
 	box-shadow: 0px 0px 15px 0px #8f8f8f;
 	-moz-box-shadow: 0px 0px 15px 0px #8f8f8f;
 	-webkit-box-shadow: 0px 0px 15px 0px #8f8f8f;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=8, enabled=true);
 	background-color: white;
 }

 @media only screen and (max-width: 640px) {

 	.shadow-box, .info-box,
 	#treatment,#eye_treatment,#price,#qa .inner, #flow .inner,.white_inner{
 		box-shadow: none;
 	}

 }

 main article#treatment, main article#eye_treatment, main article#price{
 	padding: 40px;
 	margin-bottom: 100px;
  margin-top: 60px;
 }

.white_inner {
 	padding: 40px;
 }

/*  うすいブラウンバック*/
 #treatment_parts {
 	background-color: #f5f1ed;
 	padding-bottom: 80px;
  padding-top: 60px;
 }

 @media only screen and (max-width: 640px) {

  #treatment_parts{
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

 	main article#treatment,.white_inner , main article#eye_treatment,main article#price{
   padding: 20px;
 		margin-top: 0px;
    margin-bottom: 30px;
 	}

 }



/*---------------------
ここから各コンテンツ中身
#treatment
 --------------------*/
 /*treatment*/
#treatment .AboutPoint .tr{
  display: flex;
}

 @media only screen and (max-width: 640px) {

   #treatment .AboutPoint .tr{
     display: block;
   }

 }


/* treatment_parts*/
#treatment_parts .text_img_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 80px;
}
#treatment_parts .text_img_box .text_box{
  width: 63%;
}
#treatment_parts .text_img_box .img_box{
  width: 300px;
}
#treatment_parts .text_img_box .img_box img{
  margin: 0 auto;
  max-width: 300px;
}

 @media only screen and (max-width: 640px) {

   /* treatment_part s*/
   #treatment_parts .text_img_box {
     padding: 0 0 30px;
   }
   #treatment_parts .text_img_box .text_box{
     width: 100%;
     margin-top: 20px;
     order: 2;
   }
   #treatment_parts .text_img_box .img_box{
    order: 1;
    width: 100%;
   }
   #treatment_parts .text_img_box .img_box img{
     width: 100%;
   }


 }

 /*---------------------
process
  --------------------*/
ul.process.row_box{
  display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
ul.process.row_box li{
  width: 32%;
}
ul.process.row_box li img{
  width: 100%;
  margin-bottom: 10px;
}
ul.process.row_box li p{
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

@media only screen and (max-width: 640px) {

 ul.process.row_box li p{
   font-size: 12px;
   text-align: left;
 }
 ul.process.row_box li img{
   margin-bottom: 5px;
 }

}

 /*---------------------
ex_box
  --------------------*/
.ex_box{
  margin-top: 40px;
}

.ex_box h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #1F1813;
    border-bottom: solid 1px #A4885D;
    margin-bottom: 50px;
}
.ex_box h3 span {
    background-color: #A4885D;
    display: inline-block;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 10px 46px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.ex_box h3 span::before {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 20px;
    display: block;
    position: absolute;
    border-top: solid 18px #A4885D;
    border-right: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 7px transparent;
    bottom: -25px;
    left: 30px;
}

 @media only screen and (max-width: 640px) {

   .ex_box h3{
     font-size: 14px;
      margin-bottom: 25px;
   }
   .ex_box h3 span{
     font-size: 12px;
     padding: 10px 15px;
      position: relative;
   }

 }

/* eye_treatment*/
#eye_treatment {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {

}


/*---------------------
hamra_method
 --------------------*/
.hamra_box .row_box{
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hamra_box .row_box .img_box{
  width: 40%;
}
.hamra_box .row_box .img_box img{
  width: 100%;
}
.hamra_box .row_box .text_box{
  width: 55%;
}
.hamra_box .effect_areas{
  padding-top: 20px;
}
.hamra_box .effect_areas ul li{
  margin-bottom: 0.5em;
}
.hamra_box .effect_areas ul li::before{
  content: "●";
  display: inline-block;
  color: #786443;
  position: relative;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {

  .hamra_box .row_box{
    display: block;
  }
  .hamra_box .row_box .img_box{
    width: 100%;
  }
  .hamra_box .row_box .text_box{
    width: 100%;
  }

}
