/*
Theme Name: child-pc
Template: base-pc
*/

/*-----------------------------------------------------
RESET css
---------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
li, ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
html, body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
img {
  display: block;
}
.slideshow{ 
	display:none;
}


/* -----------------------------------------------------------
Toppage-header
----------------------------------------------------------- */
.hd_top {
	background: #efede0 url(./images/common/hd_bg01.jpg) no-repeat center 0;
}

.top_inner {
	margin: 0 auto;
	width: 1000px;
    position: relative;
}
.hd_top h1 {
    color: #7d6951;
	font-size: 13px;
    line-height: 2;
    right: 0;
    position: absolute;
}
.top_logo {
	background: url(./images/common/top_logo_bg.png) no-repeat 0 0;
    height: 277px;
    padding: 20px;
    text-align: center;
    width: 424px;
}
.top_logo img {
	margin: 0 auto 30px;
}
.top_logo .inner {
	-js-display: flex;
	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;
}
.top_logo .inner p {
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 12px;
    text-align: center;
}
.top_logo .point {
    font-family: "Sawarabi Mincho";
    font-size: 13px;
    letter-spacing: 1px;
}
.top_box {
	-js-display: flex;
	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: 250px 0 40px;
}

/* -----------------------------------------------------------
Commmon
----------------------------------------------------------- */
/* -- FLEX-- */
.hd_inner {
	-js-display: flex;
	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;
}

/* --- COMMON ヘッダー --- */
.hd_inner {
	margin: 0 auto;
	width: 1000px;
    padding: 10px 0;
}
/* -left- */
.hd_l {
    width: 35%;
}
.hd_l p{
    font-size: 12px;
    margin-bottom: 8px;
}
.hd_l .inner{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hd_l .inner p {
    background-color: #000000;
    color: #fff;
    line-height: 26px;
    margin-right: 5px;
    padding: 0 6px;
    text-align: center;
}

/* -center- */
.hd_logo {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    width: 30%;
}
.hd_logo p {
    font-family: "Sawarabi Mincho";
    letter-spacing: 3px;
    line-height: 1.6;
    margin-bottom: 0;
}
.hd_logo img {
    margin: 15px auto;
}
/* -right- */
.hd_r {
    margin-left: 2%;
    text-align: center;
    width: 33%;
}
.hd_r p {
    color: #9b7a3d;
    font-size: 17px;
    margin-bottom: 5px;
}
.hd_r .point {
    font-family: "Sawarabi Mincho";
}
.hd_r span {
    color: #a83636;
    margin-left: 10px;
}
.hd_r .hd_tel {
    font-family: "Sawarabi Mincho";
    font-size: 54px;
    letter-spacing: -3px;
    line-height: 0.8;
    text-align: right;
}
/* -footer- */
p.copyright {
    border-top: 1px solid;
}

/* -----------------------------------------------------------
Global-navi
----------------------------------------------------------- */
nav.mega-global ul li:nth-child(7) div.mega-global {
    left: -230px;
}
nav.mega-global ul li:nth-child(8) div.mega-global {
    left: -320px;
}
nav.mega-global ul li:nth-child(8) div.mega-global {
    background-image: url("./images/gnav/nav/nav08.jpg");
}
/* -----------------------------------------------------------
Slider
----------------------------------------------------------- */

/* -----------------------------------------------------------
Top-Page
----------------------------------------------------------- */
.top_btn img {
    display: inline;
}

/* -----------------------------------------------------------
Top00
----------------------------------------------------------- */
.top00 {
    padding: 30px 0 15px;
}
.top00 .wrapper {
	-js-display: flex;
	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;
}

/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */
.top01 {
	background-color: #efede0;
    padding: 60px 0 20px;
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15) inset;
}
.top01 .wrapper {
	background: url(./images/top/top01-bg01.png) no-repeat center 0;
    height: 640px;
}
.top01 h2 img {
    margin: 60px 0 60px auto;
}
.top01 p {
    background-color: rgba(171, 161, 130, 0.8);
    color: #ffffff;
    line-height: 2;
    padding: 45px 40px 40px;
    width: 55%;
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */
.top02 {
	background-color: #efede0;
}
.top02 .wrapper {
	padding-top: 40px;
}
.top02 h2 img {
	margin: 20px auto;
}
.top02 h3 img {
	margin: 40px auto;
}
.top02 p {
	margin-bottom: 40px;
}
.top02 span {
	color: #a92c2c;
    font-weight: 700;
}
.top02 .box{
    background-color: #ded9c5;
    padding: 20px 0;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top02 .box .top_btn {
    margin: 0 5px;
}

/* -----------------------------------------------------------
Top03
----------------------------------------------------------- */
.top03{
    background: #f2efe6 url(./images/top/top03-bg01.jpg) repeat center 0;
    height: 1032px;
	padding-top: 70px;
}
.top03 h2 img{
	margin: 0 auto 20px;
}
.top03 h3 {
    color: #6c5e3d;
    font-family: "Sawarabi Mincho";
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 3;
    text-align: center;
}
.top03 span {
    font-size: 13px;
}
.top03 .ex {
	color: #a92c2c;
    font-weight: 700;
}
.top03 .inner {
	-js-display: flex;
	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;
}
.top03 .inner h3 img {
	margin-bottom: 10px;
}
.top03 .inner .left {
	-js-display: flex;
	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;
    width: 586px;
}
.top03 .inner .right {
	-js-display: flex;
	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;
    width: 390px;
}
.top03 .inner .box {
    background-color: #ffffff;
    margin-bottom: 20px;
    width: 194px;
}
.top03 .inner h4 {
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
}
.top03 .inner .box p {
    font-size: 13px;
    margin-bottom: 0;
}
.top03 .inner .box .text {
    padding: 10px;
}
.top03 .inner .box .top_btn {
    margin: 0;
}

/* -----------------------------------------------------------
Top04
----------------------------------------------------------- */
.top04 {
    padding: 70px 0 100px;
}
.top04 h2 img{
	margin: 0 auto 50px;
}
.top04 .wrapper {
	-js-display: flex;
	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;
}
.top04 .box {
    padding-top: 210px;
    width: 480px;
}
.top04 .box-a {
    background: #eeece2 url(./images/top/top04-bg01.jpg) no-repeat center 0;
}
.top04 .box-b {
    background: #eeece2 url(./images/top/top04-bg02.jpg) no-repeat center 0;
}
.top04 .box h3 img {
	padding-left: 20px;
}
.top04 .box .text {
    padding: 20px 20px 10px;
}
.top04 .box .top_btn {
    margin: 0;
}
/* -----------------------------------------------------------
Top05
----------------------------------------------------------- */
.top05 {
	background: url(./images/top/top05-bg01.png) repeat-x center 30px;
    padding-bottom: 60px;
}
.top05 .wrapper {
	background: url(./images/top/top05-bg02.jpg) no-repeat center 30px;
    position: relative;
}
.top05 h2 img{
    position: absolute;
    right: 0;
}
.top05 .inner {
	-js-display: flex;
	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;
}
.top05  .box {
    background-color: rgba(255,255,255,0.8);
    margin: 80px 0 0 auto;
    padding: 30px;
    width: 60%;
}
.top05  .box p {
    margin-bottom: 40px;
}
.top05 h3 img{
    margin: 20px 0 30px;
}
.top05 .top_btn{
    margin: auto 0 0;
    padding-bottom: 70px;
}

/* -----------------------------------------------------------
Top06
----------------------------------------------------------- */
.top06 {
	background: #efede0 url(./images/top/top06-bg01.jpg) repeat-x center 0;
    padding: 200px 0 40px;
}
.top06 h2 img {
	margin: 0 auto 25px;
}
.top06 p {
    margin: 0 auto;
    width: 88%;
}
.top06 .top_btn {
    margin-top: 35px;
    text-align: center;
}

/* -----------------------------------------------------------
Top-blog
----------------------------------------------------------- */
.top-blog {
	padding: 40px 0;
}
.top-blog .wrapper {
	-js-display: flex;
	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;
}
.top-blog .box {
    width: calc(50% - 30px);
}
.top-blog .title {
	-js-display: flex;
	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;
}
.top-blog .title {
	background: url(./images/top/top-blog-bg01.png) no-repeat 0 bottom;
}
.top-blog .title h2 {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    width: 60%;
}
.top-blog .title p {
    margin-bottom: 0;
    padding-top: 6px;
}
.top-blog .title a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.top-blog .title a:hover {
    color: #2d91aa;
    text-decoration: underline;
}
.top-blog .inner {
	margin-bottom: 30px;
}
.top-blog dl {
	color: #55452d;
	margin-top: 10px;
	overflow: hidden;
}
.top-blog dt {
	float: left;
	line-height: 20px;
	padding-top: 14px;
	color: #55452D;
}
.top-blog dd {
	clear: both;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	color: #55452D;
}
.top-blog dd i {
	margin-left: 5px;
}
.top-blog dl dt span {
	font-size: 80%;
	color: #FFF;
	background-color: #BF002F;
	min-width: 55px;
	padding: 1px 5px 0 5px;
	line-height: 20px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}
.top-blog dl dt span.doctor_blog {
	background-color: #A92C2C;
}
.top-blog dl dt span.staff_blog {
	background-color: #31596B;
}

/* -----------------------------------------------------------
Top07
----------------------------------------------------------- */
.top07 {
    padding: 50px 0;
}
.top07 h2{    
    color: #472709;
    font-size: 23px;
    line-height: 50px;
    background: url(./images/top/top07-bg01.png) no-repeat 0 bottom;
    margin-bottom: 30px;
}
.top07 .box-a {
	background: url(./images/top/top07-bg02.png) no-repeat right 0;
    margin-bottom: 30px;
}
.top07 th, 
.top07 td {
	border: 0;
    vertical-align: top;
}
.top07 th {
    width: 75px;
}
.top07 tr {
	border-bottom: 1px dashed #CCC;
}
.top07 .box{
    width: 480px;
}
.top07 .box-a .box{
    margin-bottom: 30px;
}
.top07 .box-b {
	background: url(./images/top/top07-bg03.jpg) no-repeat 0 0;
    height: 445px;
    margin-bottom: 30px;
}
.top07 .box-b .box{
    margin-left: auto;
}
.top07 .box-c {
	background: url(./images/top/top07-bg04.jpg) no-repeat right 0;
    height: 464px;
}

/* -----------------------------------------------------------
Top08
----------------------------------------------------------- */
.top08 {
    padding: 50px 0;
}
.top08 .inner {
	-js-display: flex;
	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;
}
.top08 .box { 
    background-color: #eeece2;
    width: 480px;
}
.top08 .box-a { 
	background: url(./images/top/top08-bg01.jpg) no-repeat 0 0;
    height: 150px;
    margin: 20px;
    padding-left: 230px;
}
.top08 .box-b { 
	background: url(./images/top/top08-bg02.jpg) no-repeat 0 0;
    height: 150px;
    margin: 20px;
    padding-left: 230px;
}
.top08 .box-c { 
	background: url(./images/top/top08-bg03.jpg) no-repeat 0 0;
    height: 150px;
    margin: 20px;
    padding-left: 230px;
}
.top08 .box-d { 
	background: url(./images/top/top08-bg04.jpg) no-repeat 0 0;
    height: 150px;
    margin: 20px;
    padding-left: 230px;
}
.top08 .arrow { 
    margin-left: 80px;
}
