@charset "utf-8";

/*-------------------------------------------------------------
 * common
 *-----------------------------------------------------------*/

/*---webfont---*/
@font-face {
  font-family: "AMM";
  src: url( ../fonts/AozoraMinchoMedium.eot );
  src: url( ../fonts/AozoraMinchoMedium.eot?#iefix ) format( "embedded-opentype" ), url( ../fonts/AozoraMinchoMedium.woff ) format( "woff" ), url( ../fonts/AozoraMinchoMedium.otf ) format( "opentype" );
}
@font-face {
  font-family: "AMR";
  src: url( ../fonts/AozoraMinchoRegular.ttf );
}

/*---FontAwesome---*/
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url( ../fonts/fontawesome-webfont.eot ) format( "embedded-opentype" ), url( ../fonts/fontawesome-webfont.woff ) format( "woff" ), url( ../fonts/fontawesome-webfont.ttf ) format( "truetype" ), url( ../fonts/fontawesome-webfont.svg ) format( "svg" );
}

/*---a---*/
a:link, a:visited, a:active {
  color: #616065;
  text-decoration: none;
}
a:hover {
  color: #09609c;
  text-decoration: none;
}

/*---fixed---*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

/*---shrink---*/
.shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ( 0 );
  transform: translateZ( 0 );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink:hover, .shrink:focus, .shrink:active {
  -webkit-transform: scale( 0.9 );
  transform: scale( 0.9 );
}

/*---contact---*/
.contact {
  margin: 0 auto;
  width: 1024px;
  border: 3px solid #ebe7da;
  padding: 1px;
  background: #fff;
  position: relative;
  z-index: 100;
}
.contact .title {
  margin: 0 0 15px 0;
  background: #ecf8ff;
  padding: 9px 0 10px 12px;
}
.contact .tel {
  margin: 0 0 20px 116px;
}
.contact div {
  margin: 0 0 0 26px;
}
.contact div p {
  float: left;
  margin: 0 11px 0 0;
}
.contact div .mailbtn {
  float: left;
  margin: 0 0 15px 0;
}
.contact .person {
  background: none;
}
.contact .person img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/*---text-align---*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/*---font---*/
.font-01 {
  color: #f67e65;
  font-size: 30px;
  margin: 0 0 0 16px;
}
.font-02 {
  color: #09609c;
  font-size: 20px;
  margin: 0 28px 0 0;
}
.font-03 {
  color: #f67e65;
  font-size: 38px;
  margin: 0 0 0 16px;
}
.red {
  color: #f67e65;
}
.bold {
  font-weight: bold;
}

/*---margin---*/
.margin-b25 {
  margin-bottom: 25px;
}

/*-------------------------------------------------------------
 * body
 *-----------------------------------------------------------*/

/*---body---*/
body {
  color: #616065;
  font-size: 15px;
  font-family: Meiryo, メイリオ, sans-serif;
  background: url( ../images/bg_body.png ) center 0 repeat;
}

/*-------------------------------------------------------------
 * header
 *-----------------------------------------------------------*/

/*---header---*/
#header {
  clear: both;
  background: #fff;
}

/*---above---*/
#header .above {
  margin: 0 auto;
  width: 1024px;
}
#header .above h1 {
  font-size: 11px;
  color: #4a4947;
  line-height: 1;
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
}
#header .above .logo {
  float: left;
  width: 230px;
}
#header .above .tel {
  float: right;
  width: 326px;
  margin: 0 auto 26px auto;
}
#header .mainimg {
  position: relative;
  height: 430px;
  margin: 0 auto;
  overflow-x:hidden;
}
#header .mainimg .slide_wrap {
  left: 50%;
  margin-left: -1536px;
  position: absolute;
  width: 3072px;
}
#header .mainimg .slide_wrap img {
  display: block;
  max-width: 100%;
}

/*---globalnavi---*/
#header .globalnavi {
  position: relative;
  z-index: 999;
  padding: 14px 0;
  box-shadow: 0px 7px 4px -4px #dbdbdb;
}
#header .globalnavi ul {
  width: 1024px;
  margin: 0 auto;
}
#header .globalnavi ul li {
  float: left;
  text-align: center;
  border-left: 1px solid #989999;
}
#header .globalnavi ul li.globalnavi-05 {
  border-right: 1px solid #989999;
}
#header .globalnavi ul li a {
  display: block;
  height: 42px;
  text-indent: -9999px;
}
#header .globalnavi ul li.globalnavi-01 a {
  background: url( ../images/globalnavi_01.png ) center 0 no-repeat;
  width: 274px;
}
#header .globalnavi ul li.globalnavi-02 a {
  background: url( ../images/globalnavi_02.png ) center 0 no-repeat;
  width: 181px;
}
#header .globalnavi ul li.globalnavi-03 a {
  background: url( ../images/globalnavi_03.png ) center 0 no-repeat;
  width: 198px;
}
#header .globalnavi ul li.globalnavi-04 a {
  background: url( ../images/globalnavi_04.png ) center 0 no-repeat;
  width: 182px;
}
#header .globalnavi ul li.globalnavi-05 a {
  background: url( ../images/globalnavi_05.png ) center 0 no-repeat;
  width: 183px;
}
#header .globalnavi ul li a:hover {
  background-position: center -42px;
}

/*-------------------------------------------------------------
 * container
 *-----------------------------------------------------------*/

/*---container---*/
#container {
}

/*---contact-area---*/
#contact-area {
  background: #fff;
  padding: 34px 0 27px 0;
}

/*---symptom-area---*/
#symptom-area {
  background: #f6f6f6;
}
#symptom-area h2 {
  background: url( ../images/bg_title_01.png ) center 0 repeat-x;
  text-align: center;
  font-family: AMM;
  font-size: 36px;
  line-height: 1;
  padding: 42px 0 37px 0;
  color: #09609c;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#symptom-area .inner {
  background: url( ../images/bg_shape_01.png ) 0 0 repeat-x;
}
#symptom-area .inner .content {
  width: 930px;
  padding: 0 0 47px 0;
  background: none;
  margin: 0 auto;
}
#symptom-area .inner .content .phrase {
  background: #fff;
  box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 9px;
  padding: 20px 0 0 0;
}
#symptom-area .inner .content .phrase h3 {
  background: url( ../images/bg_title_02.png ) 0 0 repeat;
  color: #fff;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-size: 36px;
  font-family: AMM;
  margin-left: -9px;
	position: relative;
}
#symptom-area .inner .content .phrase h3 span {
  background: url( ../images/icon_q.png ) right 12px no-repeat;
  display: inline-block;
  padding: 24px 50px 24px 38px;
}
#symptom-area .inner .content .phrase h3::before {
  content: '';
  position: absolute;
}
#symptom-area .inner .content .phrase h3::before {
  top: 100%;
  left: 0;
  border-width: 0 9px 7px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #01406c;
}
#symptom-area .inner .content .phrase .text {
  padding: 26px 46px 42px 42px;
}
#symptom-area .inner .content .phrase .text p {
  margin: 0 0 26px 0;
  line-height: 24px;
}
#symptom-area .inner .content .phrase .text p:last-child {
  margin: 0;
}
#symptom-area .bottom {
  background: #fff;
  padding: 46px 0 42px 0;
}

/*---menu-area---*/
#menu-area {
  padding: 0 0 29px 0;
}
#menu-area h2 {
  background: url( ../images/bg_title_01.png ) center 0 repeat-x;
  text-align: center;
  font-family: AMM;
  font-size: 36px;
  line-height: 1;
  padding: 42px 0 37px 0;
  color: #09609c;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#menu-area ul {
  list-style: none;
  margin: 0 auto;
  width: 1024px;
}
#menu-area ul li {
  width: 496px;
  margin: 0 auto 28px auto;
  float: left;
  background: #fff;
  height: 265px;
}
#menu-area ul li:nth-child( 2n ) {
  float: right;
}
#menu-area ul li:nth-child( 3n ) {
  clear: both;
}
#menu-area ul li:nth-child( 3 ),
#menu-area ul li:nth-child( 4 ) {
  margin: 0 auto;
}
#menu-area ul li h3 {
  padding: 20px 0 0 32px;
  background: url( ../images/bg_title_03.png ) center 0 no-repeat;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  min-height: 71px;
  position:relative;
}
#menu-area ul li .float-l {
  padding: 12px 15px 0 15px;
}
#menu-area ul li .float-l .pic {
  float: left;
}
#menu-area ul li .float-l .right {
  padding: 0 0 0 154px;
}
#menu-area ul li .float-l .right h4 {
  font-weight: bold;
  font-size: 20px;
  color: #09609c;
}
#menu-area ul li .float-l .right p {
  font-size: 16px;
}
#menu-area ul li .float-l .right .subtitle {
  font-size: 18px;
}
#menu-area ul li .float-l .right .price {
  margin: 20px 0 0 0;
  font-weight: bold;
}
#menu-area ul li .float-l .right .price span {
  vertical-align: middle;
}

/*---recommend-area---*/
#recommend-area {
}
#recommend-area h2 {
  background: url( ../images/bg_title_01.png ) center 0 repeat-x;
  text-align: center;
  font-family: AMM;
  font-size: 36px;
  line-height: 1;
  padding: 42px 0 37px 0;
  color: #09609c;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#recommend-area .content {
  width: 930px;
  padding: 0;
  box-shadow:5px 5px 10px -5px rgba(0, 0, 0, 0.2);
  background: none;
  margin: 0 auto 46px auto;
}
#recommend-area .content .phrase {
  background: #fff;
  margin: 0 0 0 9px;
  padding: 20px 0;
}
#recommend-area .content .phrase h3 {
  background: url( ../images/bg_title_02.png ) 0 0 repeat;
  color: #fff;
  padding: 24px 0 24px 50px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-size: 32px;
  font-family: AMR;
  margin-left: -9px;
	position: relative;
}
#recommend-area .content .phrase h3::before {
  content: '';
  position: absolute;
}
#recommend-area .content .phrase h3::before {
  top: 100%;
  left: 0;
  border-width: 0 9px 7px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #01406c;
}
#recommend-area .content .phrase .float-l {
  padding: 38px 38px 16px 38px;
}
#recommend-area .content .phrase .float-l .pic {
  float: left;
  width: 240px;
}
#recommend-area .content .phrase .float-l .right {
  float: right;
  width: 570px;
}
#recommend-area .content .phrase .float-l .right h4 {
  color: #09609c;
  font-family: AMM;
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
#recommend-area .content .phrase .float-l .right p {
  margin: 0 0 24px 0;
}
#recommend-area .content .phrase .cost {
  margin: -14px 0 0 0;
  padding: 0 38px;
}
#recommend-area .content .phrase .cost dt {
  float: left;
  margin: 0 20px 0 0;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: AMM;
  text-align: center;
  background: #09609c;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  padding: 30px 0 0 0;
}
#recommend-area .content .phrase .cost dd {
  float: left;
  font-weight: bold;
  font-size: 16px;
  padding: 24px 0 0 0;
  line-height: 1;
}
#recommend-area .content .phrase .cost dd span {
  vertical-align: middle;
}
#recommend-area .content .phrase .cost dd div.attention {
  margin: 10px 0 0 0;
  line-height: 1.4em;
}
#recommend-area .content .phrase .linkbtn {
  border: 1px solid #09609c;
  text-align: center;
  margin: 14px 38px 0 38px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#recommend-area .content .phrase .linkbtn a {
  display: block;
  padding: 20px 30px;
  line-height: 1;
  background: none;
  font-size: 24px;
  color: #09609c;
  font-weight: bold;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recommend-area .content .phrase .linkbtn a::before {
  content: "\f054";
  float: right;
  font-family: "FontAwesome";
  color: #09609c;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recommend-area .content .phrase .linkbtn a:hover {
  color: #fff;
  background: #09609c;
}
#recommend-area .content .phrase .linkbtn a:hover::before {
  color: #fff;
}
#recommend-area .reason {
  background: url( ../images/bg_reason.png ) 0 0 repeat;
  padding: 0 0 36px 0;
}
#recommend-area .reason h3 {
  text-align: center;
}
#recommend-area .reason .phrase {
  background: #ecf8ff;
  padding: 0 40px 40px 40px;
  width: 920px;
  margin: 0 auto 50px auto;
  position: relative;
}
#recommend-area .reason .phrase .point {
  position: absolute;
  left: 40px;
  top: -30px;
  background: none;
  margin: 0;
}
#recommend-area .reason .phrase h4 {
  font-size: 38px;
  font-family: AMR;
  padding: 30px 0 0 135px;
  line-height: 1;
  color: #333;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#recommend-area .reason .phrase p {
  margin: 30px 0 0 0;
}
#recommend-area .reason .contact {
  margin: -14px auto 0 auto;
}

/*---qa-area---*/
#qa-area {
}
#qa-area h2 {
  background: url( ../images/bg_title_01.png ) center 0 repeat-x;
  text-align: center;
  font-family: AMM;
  font-size: 36px;
  line-height: 1;
  padding: 42px 0 37px 0;
  color: #09609c;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#qa-area .content {
  background: #fff;
  width: 920px;
  padding: 30px 40px;
  box-shadow:5px 5px 10px -5px rgba(0, 0, 0, 0.2);
  margin: 0 auto 40px auto;
}
#qa-area .content .phrase {
  margin: 0 0 40px 0;
}
#qa-area .content .phrase:last-child {
  margin: 0;
}
#qa-area .content .phrase h3 {
  background: #dcedf8;
  color: #09609c;
  font-size: 16px;
  line-height: 1;
  padding: 17px;
  margin: 0 0 6px 0;
}
#qa-area .content .phrase h3 span {
  color: #59adde;
  font-size: 22px;
  margin: 0 14px 0 0; 
  font-weight: bold;
}
#qa-area .content .phrase dl {
  background: url( ../images/icon_man.png ) 0 0 no-repeat;
  padding: 0 0 0 50px;
}
#qa-area .content .phrase dl dt {
  float: left;
  font-weight: bold;
  color: #f67e65;
  font-size: 22px;
  padding: 10px 0 0 0;
  line-height: 1;
}
#qa-area .content .phrase dl dd {
  padding: 10px 0 0 30px;
}

/*---clinic-area---*/
#clinic-area {
}
#clinic-area h2 {
  background: url( ../images/bg_title_01.png ) center 0 repeat-x;
  text-align: center;
  font-family: AMM;
  font-size: 36px;
  line-height: 1;
  padding: 42px 0 37px 0;
  color: #09609c;
  text-shadow: 2px 2px 2px #fff;
  letter-spacing: 0.06em;
  font-weight: normal;
}
#clinic-area .content {
  background: #fff;
  width: 920px;
  padding: 37px 40px;
  box-shadow:5px 5px 10px -5px rgba(0, 0, 0, 0.2);
  margin: 30px auto 40px auto;
}
#clinic-area .content ul {
  list-style: none;
  margin: 0 0 20px 0;
}
#clinic-area .content ul li {
  float: left;
}
#clinic-area .content ul li:nth-child( 2 ) {
  margin: 0 17px;
}
#clinic-area .content .left {
  float: left;
  height: 280px;
  width: 410px;
  background: #ddedf8;
  padding: 12px;
}
#clinic-area .content .left dl {
  margin: 0 0 16px 0;
}
#clinic-area .content .left dl dt {
  float: left;
  color: #09609c;
  border-left: 6px solid #09609c;
  padding: 3px 0 0 6px;
  line-height: 1;
}
#clinic-area .content .left dl dd {
  padding: 0 0 0 86px;
  margin: 0 0 6px 0;
}
#clinic-area .content .right {
  height: 280px;
  float: right;
  width: 410px;
}
#clinic-area .content .left p {
  background: #fff;
  color: #09609c;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1;
  padding: 4px 0;
}

/*---contactform-area---*/
#contactform-area {
  padding: 35px 0 27px 0;
  background: #fff;
}
#contactform-area .inner {
  width: 1024px;
  margin: 0 auto;
}
#contactform-area .inner .outline {
  border-top: 2px solid #09609c;
  border-bottom: 2px solid #09609c;
  padding: 2px 0;
  margin: 0 0 18px 0;
}
#contactform-area .inner .outline h2 {
  text-align: center;
  border-top: 1px solid #09609c;
  border-bottom: 1px solid #09609c;
}
#contactform-area .inner .outline h2 span {
  background: url( ../images/icon_mail.png ) 0 16px no-repeat;
  display: inline-block;
  font-family: AMR;
  font-size: 36px;
  line-height: 1;
  color: #09609c;
  padding: 23px 0 23px 77px;
  letter-spacing: 0.06em;
}
#contactform-area .inner .attention {
  width: 814px;
  margin: 0 auto 23px auto;
  border: 1px solid #c2c0b3;
  padding: 20px 25px;
}
#contactform-area .inner .attention p {
  margin: 0 0 20px 0;
}
#contactform-area .inner .attention ul {
  margin: 0 0 0 24px;
}
#contactform-area .inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #c2c0b3;
  border-left: 1px solid #c2c0b3;
  margin: 15px 0 30px 0;
}
#contactform-area .inner table th {
  border-bottom: 1px solid #c2c0b3;
  border-right: 1px solid #c2c0b3;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 23px 25px;
  line-height: 1;
  background: #ddedf8;
  width: 290px;
}
#contactform-area .inner table th span {
  color: #f67e65;
  margin: 0 0 0 8px;
}
#contactform-area .inner table td {
  border-bottom: 1px solid #c2c0b3;
  border-right: 1px solid #c2c0b3;
  padding: 14px 34px;
}
#contactform-area .inner table td div {
  margin: 0 0 5px 0;
}
#contactform-area .inner table input,
#contactform-area .inner table textarea,
#contactform-area .inner table select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 0;
  padding: 9px 12px;
  vertical-align: middle;
}
#contactform-area .inner table input[ type=text ] {
  width: 100%;
  height: 40px;
}
#contactform-area .inner table select {
  width: 25%;
  height: 40px;
}
#contactform-area .inner table textarea {
  width: 100%;
  height: 100px;
}
#contactform-area .inner input[ type=submit ] {
  background: -moz-linear-gradient( top, #8ace00, #79b201 );
  background: -webkit-gradient( linear, left top, left bottom, from( #8ace00 ), to( #79b201 ) );
  border-bottom: 1px solid #6d9a5a;
  width: 310px;
  margin: 0 auto 56px auto;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
#contactform-area .inner input[ type=submit ]:hover {
  background: -moz-linear-gradient( top, #79b201, #8ace00 );
  background: -webkit-gradient( linear, left top, left bottom, from( #79b201 ), to( #8ace00 ) );
}

/*-------------------------------------------------------------
 * pagetop
 *-----------------------------------------------------------*/

/*---pagetop---*/
#pagetop {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
}

/*-------------------------------------------------------------
 * footer
 *-----------------------------------------------------------*/

/*---footer---*/
#footer {
  padding: 24px 0;
  background: #59adde;
  color: #fff;
  text-align: center;
}
