@charset "utf-8";
/* トップタイトル
-------------------- */

#PageTitle {
/*    height: 250px;*/
    /*margin-top: 225px;*/
    position: relative;
    overflow: hidden;
    padding-top: 110px;
}
#PageTitle.margin {
    margin-top: 60px;
}
.body-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.EyecatchTitle {
}
#PageTitle aside {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    background: rgba(255,255,255,.8);
}
.eye-catch {
    position: absolute;
    width: 100%;
    /* background-image: url(../img/common/eyecatch.jpg); */
    background-size: auto;
    background-attachment: fixed;
    /* 2017.08.21アイキャッチ設定追加 yfujii@ailes */
    /* background-position: % 0; */
    /* 2017.08.21アイキャッチ設定追加 yfujii@ailes */
    background-repeat: no-repeat;
    background-color: #F4F4F4;
    /* 2017.10.19 背景・枠追加 yfujii@ailes*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    	--sz: 16px;
    --c1: #ab864c;
    --c2: #d3af6b;
    --c3: #9b7c4c;
    --c4: #af9367;
	--ts: 50% / calc(var(--sz) * 10) calc(var(--sz) * 10);
	--pz: calc(var(--sz) * 0.65), #fff0 calc((var(--sz) * 0.65) + 1px);
	height: 100vh;
	background: radial-gradient(circle at 53% 25%, var(--c4) var(--pz)) var(--ts),
		radial-gradient(circle at 75% 47%, var(--c2) var(--pz)) var(--ts),
		radial-gradient(circle at 3% 75%, var(--c2) var(--pz)) var(--ts),
		radial-gradient(circle at 25% 53%, var(--c4) var(--pz)) var(--ts),
		radial-gradient(circle at 53% 75%, var(--c3) var(--pz)) var(--ts),
		radial-gradient(circle at 75% 97%, var(--c1) var(--pz)) var(--ts),
		radial-gradient(circle at 3% 25%, var(--c1) var(--pz)) var(--ts),
		radial-gradient(circle at 25% 3%, var(--c3) var(--pz)) var(--ts),
		conic-gradient(
				from 0deg at 50% 50%,
				var(--c1) 0 25%,
				var(--c2) 0 50%,
				var(--c3) 0 75%,
				var(--c4) 0 100%
			)
			var(--ts);
}

#PageTitle h1,
#PageTitle aside p {
    font-size: 30px;
    font-size: 3.0rem;
    text-shadow: 1px 1px 0 #999999;
    line-height: 1.3em;
    /* 2017.08.04追加 yfujii@ailes */
    /*z-index: 3;*/
    border: 3px solid #FFF;
    padding: 15px;
}

#PageTitle * {
    text-align: center;
}
/* レイアウト
-------------------- */

.content {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#Page {
    width: 900px;
    margin-top: 110px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 15px;
    order: 1;
}

#Page .subpage {
    padding: 20px;
}

#Side {
    width: 300px;
    margin-top: 20px;
    padding: 0 20px 0 0;
    order: 0;
}

/*single*/
.contentSingle {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.contentSingle #Page,
.contentSingle #Side {
    width: 1200px;
}
.contentSingle #Page {
    order: 1;
}
.contentSingle #Side {
    order: 0;
    margin: 0;
}
.contentSingle #Side li {
    font-weight: 500;
    border: none;
    border-top: none;
}

/* 汎用スタイル
-------------------- */
/* 見出し */
/* Page
-------------------- */
#Page h1 {
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    text-shadow: 0.5px 0px 0px #fff;
    line-height: 1.3;
    margin: -90px 0 30px;
    padding: 10px 10px 5px 40px;
    position: relative;
    background-color: #666;
    border-radius: 10px;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.6), inset 0 -3px 0 rgba(0, 0, 0, 0.3);
    border: solid 2px #666;
}
#Page h1:after{
    content: "";
    position: absolute;
    background-image: url(../img/common/h1_after.svg);
    top: -17px;
    left: 0;
    width: 80px;
    height: 40px;
}
/* aboutus */
body[id^="Aboutus"] #Page h1 {
    background-color: #4ab3dd;
    border: solid 2px #4ab3dd;
}
/* service */
body[id^="Service"] #Page h1 {
    background-color: #ed572f;
    border: solid 2px #ed572f;
}
/* event */
body[id^="Event"] #Page h1 {
    background-color: #69af3c;
    border: solid 2px #69af3c;
}
/* magazine */
body[id^="Magazine"] #Page h1 {
    background-color: #b466ff;
    border: solid 2px #b466ff;
}
/* contactus */
body[id^="Contact"] #Page h1 {
    background-color: #c18e33;
    border: solid 2px #c18e33;  
}
/* access */
body[id^="Access"] #Page h1 {

}

#Page h2 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.3;
    position: relative;
    background-color: #666666;
    margin: 0 0 25px;
    padding: 12px 15px 8px 35px;
    border-radius: 10px 0 0 10px;
    box-shadow: -3px 3px rgba(70, 70, 70, 0.2);
}

/* aboutus */
body[id^="Aboutus"] #Page h2 {
    background-color: #4ab3dd;
}
/* service */
body[id^="Service"] #Page h2 {
    background-color: #ed572f;
}
/* event */
body[id^="Event"] #Page h2{
    background-color: #69af3c;
}
/* magazine */
body[id^="Magazine"] #Page h2 {
    background-color: #b466ff;
}
/* contactus */
body[id^="Contact"] #Page h2 {
    background-color: #c18e33;
}
/* access */
body[id^="Access"] #Page h2 {

}

#Page h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #fff;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

#Page h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 25px;
    padding: 0 0 0 30px;
    border-bottom: 1px dotted #999;
    position: relative;
}

#Page h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #666;
    mask-image: url(../img/common/h3.svg);
    mask-repeat: no-repeat;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

/* aboutus */
body[id^="Aboutus"] #Page h3:before {
    background-color: #4ab3dd;
}
/* service */
body[id^="Service"] #Page h3:before {
    background-color: #ed572f;
}
/* event */
body[id^="Event"] #Page h3:before{
    background-color: #69af3c;
}
/* magazine */
body[id^="Magazine"] #Page h3:before {
    background-color: #b466ff;
}
/* contactus */
body[id^="Contact"] #Page h3:before {
    background-color: #c18e33;
}
/* access */
body[id^="Access"] #Page h3:before {

}

#Page h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 0 10px;
    padding: .75em 1em .75em 1.5em;
    position: relative;
}

#Page h4:before {
    position: absolute;
    top: .7em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(80% - 1em);
    height: calc(80% - 1em);
    background-color: #999;
    border-radius: 4px;
}

/* aboutus */
body[id^="Aboutus"] #Page h4:before {
    background-color: #4ab3dd;
}
/* service */
body[id^="Service"] #Page h4:before {
    background-color: #ed572f;
}
/* event */
body[id^="Event"] #Page h4:before{
    background-color: #69af3c;
}
/* magazine */
body[id^="Magazine"] #Page h4:before {
    background-color: #b466ff;
}
/* contactus */
body[id^="Contact"] #Page h4:before {
    background-color: #c18e33;
}
/* access */
body[id^="Access"] #Page h4:before {

}

#Page h5 {
    /* 2017.10.20 透明レイヤー追加 yfujii@ailes*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 25px;
    padding: .75em .5em .75em .5em;
    background-image: linear-gradient(to bottom, rgba(255, 255, 186, 0.6) 0%, rgba(255, 255, 186, 0.6) 100%);
    background-color: #E1E1E1;
    position: relative;
}

/* 文章 */
#Page p {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

/* リスト */
#Page ul,
#Page ol {
    margin: 0 0 30px;
}

#Page li {
    /* ul ol*/
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0px 10px 0px;
    padding: 0 0 0 20px;
    position: relative;
}

#Page ul li {
    list-style-type: none;
    list-style-image: none;
}

#Page ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #aaa;
    display: block;
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    top: 0;
    left: 0;
}

#Page ol {
    counter-reset: item;
    list-style-type: none;
}

#Page ol li {
    display: block;
    padding: 5px 0px 0px 35px;
    margin-left: 0px;
}

#Page ol > li:before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    display: block;
    text-align: center;
    font-style: italic;
    left: 0px;
    top: -5px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #999;
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
}

#Page ol ol > li:before {
    top: -2px;
    font-size: 20px;
    font-size: 2.0rem;
}
#Page dl {
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 auto 30px;
}
#Page dl p {
    margin: 0;
}
#Page dt {
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}
#Page dd{
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; 
    width: 70%;
    background: #fff;
    box-sizing: border-box;
}
#Page .contacts td:nth-child(3),
#Page .contacts td:nth-child(4){
    /*background:#f1f1f1;*/
    white-space: nowrap;
}

#Recipe img {
    border: 1px solid #ccc;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
}

/* float解除 */
#Page h1,#Page h2,#Page h3,#Page h4,#Page h5,#Page h6,#Page p,#Page ul,#Page ol,#Page li,#Page table {
    clear: both;
}

/* 画像の余白 */
#Page img {
    display: block;
    padding: 5px;
    border: solid #ccc 1px;
    margin: 5px auto;
}

/* Hypertext */

#Page a {
/*    text-decoration: underline;*/
}

/* Breadcrumbs */
#Breadcrumbs {
    width: 1200px;
    background-color: #ededed;
    margin: 20px auto 10px;
    padding: 6px 10px 4px;
    font-size: 12px;
    font-size: 1.2rem;
}
#ObservanceIndex #Breadcrumbs.margin {
    margin-top: 30px;
}
#Breadcrumbs {
    color: #ffffff;
}
#Breadcrumbs a {
    position: relative;
}
#Breadcrumbs a:first-child {
    padding-left: 15px;
}
#Breadcrumbs a:first-child::before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    content: "\e3af";
    top: -1px;
    left: 0;
}
#Breadcrumbs i {
    margin: 0px 2px 0 1px;
}
/* table tag */
#Page table {
    color: #5E4439;
    font-size: 16px;
    font-size: 1.6rem;
    width: 98%;
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0px 0px;
    /* border: 1px solid #b7b7b7; */
    border: 2px solid #FC6;
    margin: 0 auto 50px;
}
#Page th, #Page td {
    border: 1px solid #FC6;
}

#Page th {
    padding: 10px;
    background-color: #F4DDBD;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

#Page th:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #f48501;
    top: 5px;
    left: 5px;
}

#Page td {
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: left;
}

#Page tr:last-child th, #Page tr:last-child td {
    border-bottom: none;
}
#Page table caption {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
#Page table.reset { 
    border: none;
}
#Page .reset th, #Page .reset td {
    border: none;
}
#Page table p {
    margin: 0;
}
/* ContentsNavi */

#ContentsNavi {
    margin: 30px 0 50px;
    text-align: center;
}

#ContentsNavi a {
    color: #333;
}

/* Side
-------------------- */

.widget {
    margin-bottom: 30px;
}

.widget img {
    max-width: 100%;
}

#Side h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 10px 5px 35px;
    margin: 0;
    color: #fff;
    display: block;
    background: #666666;
    position: relative;
}

#Side h2::after {
content: "";
    position: absolute;
    background-image: url(../img/common/side/h2_side.svg);
    top: -19px;
    left: 0;
    width: 35px;
    height: 50px;
}

#Side li {
    font-weight: 500;
    border: 1px solid #cccccc;
    border-top: none;
}

.widget form {
    text-align: right;
}

/* LocalNavi */

.widget-local-navi {
/*
    display: flex;
    flex-wrap: wrap;
    flex-direction : column
*/
}

.content .widget-local-navi ul {
    display: flex;
    flex-flow: column nowrap;
    border: 4px solid #b7a684;
}
.contentSingle .widget-local-navi ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border: solid 1px #eaeaea;
}

.widget-local-navi li {
    font-size: 16px;
    font-size: 1.6rem;
}

.widget-local-navi li a {
    display: block;
    width: 100%;
    margin-bottom: 1px;
    padding: 6px 10px 6px 20px;
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.widget-local-navi li a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 8px;
    left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.widget-local-navi li a:hover {
    background-color: #ededed;
    color: #000;
}

.widget-local-navi li.current a {
    background: #aaa url(../img/common/icon/icon_arrow3.png) 15px 15px no-repeat;
    color: #fff;
}

.widget-local-navi li.first a {
    padding: 6px 10px;
    color: #fff;
}

/* blog theme
-------------------- */

#TitleImage {
    width: 1000px;
    margin: 0 auto 20px;
}

.blog {}

.blog h2 span.archives {
    color: #999;
    font-size: 22px;
    font-size: 2.2rem;
}

.blog h3 a {
    color: #333;
    text-decoration: none !important;
}

.blog h3 a:hover {
    color: #999;
}

.blog .meta {
    margin: 20px 0 30px;
    padding: 5px 12px;
    background: #ededed;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
}

.blog #ContentsNavi {
    text-align: center;
}

.blog #ContentsNavi a {
    color: #333;
}

/* blog side calendar */

.widget-blog-calendar table {
    width: 240px;
    background: #fff;
    border-collapse: collapse;
    box-sizing: border-box;
}

.widget-blog-calendar th {
    border: 1px solid #ededed;
}

.widget-blog-calendar td {
    text-align: center;
    border: 1px solid #ededed;
}

.widget-blog-calendar td center {
    padding: 6px 10px;
    color: #fff;
}

.widget-blog-calendar td a {
    text-decoration: underline;
}

/* blog side list */

.blog-widget h2 {
    margin-bottom: 1px;
}
.blog-widget li {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}
.blog-widget li a {
    display: block;
    margin-bottom: 1px;
    padding: 6px 10px 6px 25px;
    background: #fff url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
    color: #333;
}

.blog-widget li a:hover {
    background: #ededed url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
    color: #000;
}


/* blog comment */

#BlogComment {}

#BlogCommentList {
    margin-bottom: 30px;
}

/* pagination */

.pagination {
    margin: 60px 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
    margin: 0 20px;
    color: #333;
}

.pagination span.current,
.pagination span.number a {
    margin: 0 4px;
    padding: 7px 10px;
    background: #dedede;
    color: #fff;
    text-decoration: none !important;
}

.pagination span.current,
.pagination span.number a:hover {
    background: #666;
}

.pagination a:active {
    background: #666;
}


/* ContactForm
-------------------- */

.submit {
    margin: 30px 0;
    text-align: center;
}

.submit input.button {
    font-size: xx-large;
    cursor: pointer;
}

.auth-captcha {
    margin: 30px 0;
    text-align: center;
}

.mail-description {
    margin-bottom: 10px;
}

#flashMessage {
    margin-bottom: 10px;
}

.form-contact table {
    border: none;
    border-top: 1px dotted #ccc;
}

.form-contact th {
    background: #fff;
    text-align: left;
}

/* indexページ 2019.03.18追加 yfujii@ailes
-------------------- */
.index-layout {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

#Page ul.index-layout li {
    flex-basis: calc(100% / 3 - 6%);
    flex-grow: 1;
    list-style-type: none;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    transition: .5s ease;
    margin: 1%;
}
#Page ul.index-layout li:before,
#Page ul.index-layout li a:before{
    content: none;
}
#Page ul.index-layout:after {
    content:"";
    display:block;
    width: calc(100% * 2/3);
    height:0;
  }

#Page .index-layout li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1.5em 1em;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-color: #ed572f;
    border-bottom: 8px solid #b84c00;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-radius: 0.5rem;
}
#Page .index-layout li a:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

/* もくじ
-------------------- */

#toc {
    position: relative;
    margin: 0 auto 40px auto;
    padding: 1em 2em 1em;
    min-width: 90%;
    border: 1px solid #eee;
}

#toc:before {
    content: "もくじ";
    margin: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
/*チェック非表示*/
#toc label {
    cursor :pointer;
}
#toc label:after {
    display: inline-block;
    content: '[表示]';
}
#toc input:checked ~ label:after {
    display: inline-block;
    content: '[非表示]';
}
#toc input {
    display: none;
}
/*中身を非表示*/
#toc .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
#toc input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
#toc li {
    display: block;
    border-bottom: 1px dotted #ddd;
}

#toc li a {
    display: block
}

/* Q&A
-------------------- */
#Page .qa {
    border-style: solid;
    border-color: #cccccc;
}
#Page *.qa {
    border-width: 0 1px 1px 1px;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
    color: #666;
}
#Page *.qa:before {
    content: "A.";
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
    font-size: 2rem;
    font-weight: bold;
    color: #1c44c6;
    margin-right: 0.8rem;
    margin-left: -30px;
}
#Page h5.qa {
    color: #de2222;
    border-width: 1px;
    margin: 0;
    padding: 10px 10px 10px 40px;
    background: #ffebeb;
}
#Page h5.qa:before {
    content: "Q.";
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
    color: #de2222;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 0.8rem;
    margin-left: -30px;
}

/* 診療科一覧
-------------------- */
#Page ul.nav-menu {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

#Page ul.nav-menu li {
/*    width: 20%;*/
    margin: 0 20px 20px;
}

/* Adobe Reader
-------------------- */
#Page h5.adobe {
    margin: 0;
    background-color: #ff7f78;
    background-image: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#Page p.adobe {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
/* カレンダー
-------------------- */
#Page .calendar th, #Page .calendar td {
    width: calc(100% / 7);
    text-align: center;
}
#Page .calendar th:first-child, #Page .calendar td:first-child {
    color: #ff3838;
    background-color: #ffe8f0;
    font-weight: bold;
}
#Page .calendar th:last-child, #Page .calendar td:last-child {
    color: #ff3838;
    background-color: #ffe8f0;
    font-weight: bold;
}
/* ページ内マルチカラムレイアウト用
-------------------- */
.flex-parent{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.flex-border {
    border: solid 1px #eeeeee;
}
.item2 {
    width: 48%;
}
.item3 {
    width: 32%
}
.item4 {
    width: 23%
}