﻿@charset "UTF-8";
#contents .area-news h2, #contents .area-message h2, #contents article .article-body h2 {
  margin-bottom: 20px;
  padding: 9px 13px;
  background: #fdf0f6;
  border-radius: 5px;
  color: #eb6ea5;
  font-size: 18px;
  line-height: 1.2;
}

.btn {
  text-align: center;
}

.btn input,
.btn a {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 15px;
  color: white;
  text-decoration: none;
  background: #eb6ea5;
  border: 0;
  border-bottom: 2px solid #871247;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.btn input:hover,
.btn a:hover {
  position: relative;
  top: 1px;
  border-color: #eb6ea5;
  text-decoration: none;
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}

/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}


/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 840px;
  line-height: 1.231;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: #eb6ea5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 65%;
}
sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%;
}

/* -------------------------------------
	汎用クラス
------------------------------------- */
.tC {
  text-align: center;
}

/* -------------------------------------
	全体
------------------------------------- */
#page {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] {
  float: left;
  width: 220px;
}

#page header[role="banner"] .siteTitle {
  padding: 35px 5px;
  background: #eb6ea5;
  border: 4px solid #ffb5d5;
  border-radius: 5px;
  color: white;
  text-align: center;
}

#page header[role="banner"] .siteTitle .description {
  margin-bottom: 10px;
}

#page header[role="banner"] .siteTitle h1 {
  font-size: 26px;
  font-weight: 500;
}

#page header[role="banner"] .siteTitle h1 a {
  color: white;
}

#page header[role="banner"] nav {
  margin: 0 0 50px;
}

#page header[role="banner"] nav ul li {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid #c3c3c3;
}

#page header[role="banner"] nav ul li a {
  color: #555;
  font-size: 16px;
}

#page header[role="banner"] nav ul li.state-active a,
#page header[role="banner"] nav ul li a:hover {
  color: #eb6ea5;
}

#page header[role="banner"] .dentalInfo {
  margin-bottom: 30px;
}

#page header[role="banner"] .dentalInfo dl:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .dentalInfo dl dt {
  clear: both;
  float: left;
  min-width: 4em;
  margin: 0 0 10px;
  padding: 7px 10px;
  background: #eb6ea5;
  border-radius: 20px;
  color: white;
  text-align: center;
  font-size: 12px;
}

#page header[role="banner"] .dentalInfo dl dd {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 5px 7px 5px 10px;
  font-size: 12px;
}

#page header[role="banner"] dl.contact {
  color: #eb6ea5;
  text-align: center;
}

#page header[role="banner"] dl.contact dd {
  margin-top: 2px;
}

#page header[role="banner"] dl.contact dd strong {
  font-size: 22px;
}

#page header[role="banner"] dl.contact dd.btn {
  margin-top: 8px;
  padding: 0 10px;
}

#page header[role="banner"] dl.contact dd.btn a {
  display: block;
  font-size: 14px;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  clear: both;
  padding: 20px 0 50px;
}

#page footer[role="contentinfo"] a {
  color: #333;
}

#page footer[role="contentinfo"] a:hover {
  color: #eb6ea5;
}

#page footer[role="contentinfo"] ul {
  text-align: center;
  margin-bottom: 20px;
}

#page footer[role="contentinfo"] ul li {
  display: inline-block;
  margin: 0 5px;
}

#page footer[role="contentinfo"] ul li:before {
  content: "｜";
  color: #555;
  padding-right: 15px;
}

#page footer[role="contentinfo"] ul li:first-child:before {
  content: none;
}

#page footer[role="contentinfo"] .copyright {
  text-align: center;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#mainvisual {
  margin-bottom: 50px;
}

#mainvisual > div[id] {
  height: 250px;
}

#mainvisual img {
  border-radius: 5px;
}

#mainvisual img + img {
  display: none;
}

/* アイキャッチ
------------------------------------- */
.eye {
  margin-top: 20px;
  font-size: 26px;
  color: #eb6ea5;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

/* コンテンツ
------------------------------------- */
#contents {
  float: right;
  width: 600px;
}

#contents .area-news .news-body .news-item {
  margin: 0 0 20px;
}

#contents .area-news .news-body .news-item:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-news .news-body .news-item .image {
  float: left;
  margin-right: 20px;
}
/*
#contents .area-news .news-body .news-item .image img {
  border-radius: 5px;
}
*/
#contents .area-news .news-body .news-item .text {
  overflow: hidden;
}

#contents .area-news .news-body .news-item .text h3 {
  color: #eb6ea5;
}

#contents .area-news .news-body .news-item .text p {
  font-size: 12px;
}

#contents .area-message:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-message .image {
  padding-right: 20px;
}
/*
#contents .area-message .image img {
  border-radius: 50%;
}
*/
#contents .area-message h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #eb6ea5;
  line-height: 1.5;
}

#contents .area-message h3 span {
  display: table-cell;
  vertical-align: middle;
}

#contents .area-message .sign {
  font-size: 20px;
  text-align: right;
}

/* -------------------------------------
	メインコンテンツ
------------------------------------- */
#contents {
  line-height: 1.8;
}

#contents section {
  margin-bottom: 60px;
}

#contents article {
  padding: 0;
}

#contents article > header {
  margin-bottom: 20px;
  background: /*#eb6ea5*/ url(img/bg_pagettl.jpg) no-repeat right center;
background-size: 412px;/* 100px;*/
  border-radius: 5px;
}

#contents article > header h1 {
  display: inline-block;
  min-width: 180px;
  padding: 0 60px 0 20px;
  height: 100px;
  background: url(img/bg_pagettl_inner.png) no-repeat right center;
background-size: cover;/*auto;/*200px;/* 100px;*/
  line-height: 100px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
border-radius:5px 0 0 5px;
}

#contents article .article-body {
  font-size: 14px;
}

#contents article .article-body > section > section {
  margin: 40px 0 0;
  padding: 0 20px 1px;
  background: #f4f4f4;
  border: 4px solid #ffb5d5;
  border-radius: 5px;
}

#contents article .article-body > section .section-sub {
  margin: 40px 0 0;
}

#contents article .article-body h3 {
  margin: -1em 0 25px;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
}

#contents article .article-body h3 p {
  padding: 3px 50px;
  display: inline-block;
  background: #eb6ea5;
  border-radius: 25px;
  color: white;
}

#contents article .article-body h3 p:after {
  content: " ―";
}

#contents article .article-body h3 p:before {
  content: "― ";
}

#contents article .article-body h4 {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

#contents article .article-body h4:before {
  content: "● ";
  color: #eb6ea5;
}

#contents article .article-body p, #contents article .article-body ul, #contents article .article-body ol, #contents article .article-body table {
  margin-bottom: 20px;
}

#contents article .article-body .big {
  font-size: 150%;
}

#contents article .article-body .grid-image:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .grid-image .image {
  float: right;
  margin-left: 20px;
}
/*
#contents article .article-body .grid-image .image img {
  border-radius: 5px;
}
*/
#contents article .article-body .grid-image .text {
  overflow: hidden;
}

#contents article .article-body .grid-image.position {
  position: relative;
  min-height: 150px;
  margin-bottom: 20px;
  padding-right: 260px;
}

#contents article .article-body .grid-image.position .image {
  position: absolute;
  top: 0;
  right: 0;
}

#contents article .article-body .note {
  text-indent: -1em;
  margin-left: 1em;
}

/* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
#contents article .article-body .point {
  margin-bottom: 50px;
}

#contents article .article-body .point span div {
  color: #eb6ea5;
  font-size: 16px;
}

#contents article .article-body .point span font p {
  margin: 0;
}

#contents article .article-body .point span font p + p {
  margin-top: 10px;
}

#contents article .article-body .area-map .map {
  margin-bottom: 20px;
}

#contents article .article-body .area-map .text h3 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  font-size: 28px;
  text-align: left;
}

#contents article .article-body .area-map .text h4 {
  font-weight: bold;
}

#contents article .article-body .area-map .text h4:before {
  content: none;
}

#contents article .article-body .area-map .text p {
  margin-bottom: 10px;
}

#contents article .article-body .area-map .text .address {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

#contents article .article-body .area-map .text .address:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-map .text .address dt {
  float: left;
  margin-bottom: 5px;
  font-weight: bold;
}

#contents article .article-body .area-map .text .address dd {
  overflow: hidden;
  margin-bottom: 5px;
}

#contents article .article-body .area-map .text .course {
  margin-bottom: 30px;
  line-height: 1.5;
}

#contents article .article-body .area-map .text .course:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-map .text .course dt {
  clear: both;
  float: left;
  min-width: 4em;
  margin: 0 0 10px;
  padding: 3px 10px;
  background: #eb6ea5;
  border-radius: 25px;
  color: white;
  text-align: center;
}

#contents article .article-body .area-map .text .course dd {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 5px 7px 5px 10px;
}

#contents article .article-body table.formTable {
  width: 100%;
  margin: 30px 0 0;
}

#contents article .article-body table.formTable th {
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 180px;
}

#contents article .article-body table.formTable th font {
  margin-left: 7px;
  padding: 2px 8px;
  background: #c70058;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}

#contents article .article-body table.formTable td {
  padding-bottom: 25px;
}

#contents article .article-body table.formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 70%;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#contents article .article-body table.formTable td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 150px;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#contents article .article-body .btn.form {
  margin: 0 auto 60px;
}

#contents article .article-body .btn.form input {
  min-width: 50%;
  padding: 10px;
  -webkit-appearance: none;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  #page {
    width: auto;
    padding: 0;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
#page div.inner {
width:auto;
margin-left: auto;
margin-right: auto;
}


  #page header[role="banner"] {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  #page header[role="banner"] .siteTitle {
    padding: 20px 10px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  #page header[role="banner"] .siteTitle .description {
    font-size: 11px;
  }
  #page header[role="banner"] .siteTitle .description br {
    display: none;
  }
  #page header[role="banner"] .siteTitle h1 {
    font-size: 23px;
  }
  #page header[role="banner"] nav {
    margin-bottom: 15px;
  }

#page header[role="banner"] nav ul {
display: table;
width: 100%;
}

  #page header[role="banner"] nav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page header[role="banner"] nav ul li {
    box-sizing: border-box;
/*    float: left;*/
    width: auto;
    padding: 0;
    border-left: 1px solid #c3c3c3;
display:table-cell;
  }
  #page header[role="banner"] nav ul li:first-child {
    display: none;
  }

  #page header[role="banner"] nav ul li a {
    display: block;
    font-size: 14px;
    padding: 15px 5px;
  }
  #page header[role="banner"] .dentalInfo {
    margin: 0 10px 5px;
  }
  #page header[role="banner"] dl.contact {
    margin: 0 10px 20px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
    margin-top: 30px;
    padding: 0;
  }
  #page footer[role="contentinfo"] ul {
    margin-bottom: 0;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
  }
  #page footer[role="contentinfo"] ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer[role="contentinfo"] ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
  }
  #page footer[role="contentinfo"] ul li:before {
    content: none;
  }
  #page footer[role="contentinfo"] ul li:nth-child(2n+1) {
    border-left: 0;
  }
  #page footer[role="contentinfo"] ul li a {
    display: block;
    padding: 13px 15px;
    text-decoration: none;
  }
  #page footer[role="contentinfo"] .copyright {
    padding: 15px 5px;
  }
  #page footer[role="contentinfo"] .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #mainvisual {
    margin-bottom: 30px;
  }
  #mainvisual > div[id] {
    height: auto;
  }
  #mainvisual img {
    border-radius: 0;
  }
  /* アイキャッチ
------------------------------------- */
  .eye {
    font-size: 18px;
  }
  /* コンテンツ
------------------------------------- */
  #contents {
    float: none;
    width: auto;
  }
  #contents .area-news {
    padding: 0 10px;
  }
  #contents .area-news .news-body .news-item {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #contents .area-news .news-body .news-item .image {
    max-width: 30%;
    margin-right: 10px;
  }
  #contents .area-message {
    padding: 0 10px;
  }
  #contents .area-message .image {
    width: 100px;
    padding-right: 10px;
  }
  #contents .area-message h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #contents .area-message .sign {
    font-size: 16px;
  }
  /* -------------------------------------
	メインコンテンツ
------------------------------------- */
  #contents {
    line-height: 1.8;
  }
  #contents section {
    margin-bottom: 40px;
  }
  #contents article {
    padding: 0 10px;
  }
  #contents article > header {
    margin-bottom: 20px;
    background: #eb6ea5 url(img/bg_pagettl.jpg) no-repeat 80px center;
    background-size: cover;
  }
  #contents article > header h1 {
    display: inline-block;
    min-width: 80px;
    padding: 0 50px 0 15px;
    height: 70px;
    background: url(img/bg_pagettl_inner.png) no-repeat right center;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    line-height: 70px;
    font-size: 22px;
    letter-spacing: 0;
  }
  #contents article .article-body > section > section {
    margin: 30px 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #contents article .article-body > section .section-sub {
    margin-top: 0;
  }
  #contents article .article-body h3 {
    font-size: 18px;
  }
  #contents article .article-body .grid-image:after {
    content: "";
    display: block;
    clear: both;
  }
  #contents article .article-body .grid-image .image {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  #contents article .article-body .grid-image .text {
    overflow: visible;
  }
  #contents article .article-body .grid-image.position {
    padding: 0;
  }
  #contents article .article-body .grid-image.position .image {
    float: none;
    position: static;
    margin: 0 auto 15px;
    text-align: center;
  }
  #contents article .article-body .grid-image.position .text {
    overflow: visible;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  #contents article .article-body .point {
    margin-top: -5px;
    margin-bottom: 40px;
  }
  #contents article .article-body .point dl dt {
    font-size: 18px;
  }
  #contents article .article-body .point dl dd {
    font-size: 12px;
  }
  #contents article .article-body .area-map .map {
    margin: 0 auto 20px;
  }
  #contents article .article-body .area-map .text h3 {
    font-size: 26px;
  }
  #contents article .article-body .area-map .text .address {
    font-size: 14px;
  }
  #contents article .article-body table.formTable {
    display: block;
  }
  #contents article .article-body table.formTable tbody,
  #contents article .article-body table.formTable tr {
    display: block;
  }
  #contents article .article-body table.formTable th {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
    width: auto;
  }
  #contents article .article-body table.formTable td {
    display: block;
    padding-bottom: 25px;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    width: 100%;
  }
  #contents article .article-body table.formTable td textarea {
    height: 120px;
  }
  #contents article .article-body .btn.form {
    margin: 0 auto 60px;
  }
  #contents article .article-body .btn.form input {
    min-width: 85%;
  }
}
