body {
	padding: inherit;
	min-width: inherit;
    width: 100%;
	margin-right: inherit;
	margin-left: inherit;
}

section, aside {
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;

}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.9rem;
}

h4 {
	font-size: 1.6rem;
}

section {
	width: 100%;
}

div#page {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
}

header {
    width: 100%;
    height: 120px;
    background: #fff;
}

header:after {
    content: inherit;
    display: none;
    position: inherit;
    left: inherit;
    bottom: inherit;
    border: none;
}

header .inner {
	display: flex;
    /*height: 120px;*/
    width: 100%;
	height: 100%;
    padding: 1em;
    flex-direction: row;
    justify-content: space-around;
}

.header-wrap-sp {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	width: 80%;
}

h1.header-logo-sp {
    font-size: 1.2rem;
    width: 100%;
    writing-mode: inherit;
}

h1.header-logo-sp > a {
	height: 34px;
}

.logo-H-sp {
height: 90px;
}

.logo-H-sp img, p.logo-H-sp img {
    width: 300px;
	margin-top: 1em;
}

.logo-H-sp p {
	height: 54px;
}

p.menuBtn {
    width: 45px;
}

#breadcrumbs {
    padding-left: 2em;
    padding-top: 2em;
}

/*　上に上がる動き　*/

header.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

header.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*JSを使いfixedクラスが付与された際の設定*/
header.fixed {
    position: fixed;
    /*fixedを設定して固定*/
    z-index: 999;
    /*最前面へ*/
    top: 0;
    /*位置指定*/
    /*left: calc((100% - 1260px)/2); */
}


/* menu
--------------------------------------------- */
.menu-SP nav > ul {
    display: block;
	font-size: 1.3rem;
}

.js-dropdown a {
	display: none;
}

.dropdown-menu {
    display: none;
}

.sidr {
    background: #12b7d5!important;
	box-shadow: none!important;
}

.sidr ul {
    border: none!important;
}

.sidr ul > li {
    border: none!important;
}

.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    box-shadow: none!important;
}

i.close-btn {
    background: url(../img/sp/close.svg)no-repeat top;
    margin: 1em 0.5em 1em 1em;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

/* content
--------------------------------------------- */
#contents {
	display: block;
    min-height: inherit;
	margin: 0 -1em;
}

/* News
--------------------------------------------- */
.news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 11em;
	position: relative;
}

.news h2 span {
    display: block;
    font-weight: 300;
}

.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-list li {
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
	padding: 1em 1em 1em 7em;
	position: relative;
	/*height: 70px;*/
}

.news-list li:last-child {
	border-bottom: 1px solid #ccc;
}

.news-list time {
	color: #21b7ef;
	font-weight: 700;
	left: 1em;
	position: absolute;
	top: 12px;
}

.news-list a {
    color: #333;
}


/* footer
---------------------------------------------- */
footer {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 10em;
}

.p-access_map {
    width: 100%;
    height: 300px;
    border-top: 1px solid #12b7d5;
    border-bottom: 1px solid #12b7d5;
}

iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.footer-clinic {
	text-align: center;
}

.footer-clinic.Fbox {
    flex-direction: column;
}

.clinic-name {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.clinic-name > p {
    font-size: 1.2rem;
}

p.Name {
    font-size: 1.8rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif/*'Noto Serif JP', */;
    font-weight: 500;
    background: url(../img/top/crane-logo.svg)no-repeat center left;
    padding-left: 1em;
    background-size: 29px;
}

.clinic-tel {
    font-size: 2rem;
    font-family: 'Rubik';
	font-weight: 400;
}

.footer-clinic table {
    width: 100%;
}

.clinic-L {
    margin-bottom: 2em;
}

.timeTable {
    font-size: 1.4rem;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.timeTable th, .timeTable td {
    padding: 1em;
    font-family: 'Rubik';
	font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #646566;
}

.timeTable th, .timeTable td  {
    padding: 0.2em;
}

footer .inner {
    padding-right: 1em;
    padding-left: 1em;
}

footer .clinic {
    width: 80%;
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto 2em;
}

footer .clinic li {
	width: 100%;
    margin-bottom: 1em;
}

.footer_SP_Menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 4em;
}

ul#menu-footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* line-height: 2.4; */
}

.footer_SP_Menu li {
    font-size: 1.2rem;
    margin-bottom: 1em;
}

.footer_SP_Menu li:before {
    border-right: 1px #32373c solid;
    display: inline-block;
    content: "";
    height: 1.2rem;
    transform: rotate(45deg);
    margin-right: 15px;
    margin-left: 15px;
}

.footer_SP_Menu li:first-child:before {
    border-right: 0;
}

.pagetop {
    bottom: 91px!important;
	right: 16px;
}

.popup_content p:first-of-type {
    margin-top: 1em;
}

.popup_content img {
    width: 100%;
}

.fNavi-wrap {
    position: fixed;
    bottom: 0;
    z-index: 9000;
    width: 100%;
    margin: 0;
}
/*.fNavi-wrap ul{
	width: 100%;
	background: rgba(60,140,100,.82);
	display: flex;
	padding: 0 2px;
	box-sizing: border-box;
}*/
.fNavi-wrap ul {
    width: 100%;
    background: rgba(18,183,213,.79);
    display: flex;
    padding: 0 2px;
    vertical-align: middle;
    align-items: center;
}
.fNavi-wrap li:last-child{
	cursor: pointer;
}	

table.CF7_table {
	   width: 90%;
}
.CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100% !important;
    line-height: 2.5em;
}
.CF7_table th {
	background-color: #F6F8F8;
}

/* オープン告知&診療時間
--------------------------------------------- */
/*.main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    position: absolute;
    width: 380px;
    bottom: 80px;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px rgba(34,34,34,.1);
    box-shadow: 0px 0px 10px rgba(34,34,34,.1);
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
}

.main-info-button {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}

.main-info-notice {
    position: relative;
    color: #fff;
    background-color: #21b7ef;
}

.main-info-detail {
    width: 100%;
}

.main-info-notice {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    flex-direction: column;
}

p.main-info-time {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    padding: 1em 2em 1em 1em;
    text-orientation: upright;
}

p.main-info-time:before {
    content: "";
    display: inline-block;
    background: url(../img/info-time.png)no-repeat top center / contain;
    height: 20px;
    width: 20px;
    margin-bottom: 0.5em;
}

.main-info-timetable {
    width: 100%;
}

.main-info.info-time {
    transform: translateX(596px);
    transform: translateX(calc(100% - 80px));
    box-shadow: 0 0 32px rgba(9, 53, 94, 0.17);
}

.main-info.info-time:hover {
    transform: translateX(0);
    box-shadow: 0 0 68px rgba(9, 53, 94, 0.2);
}

.main-info.info-time {
    transition: all 0.4s ease-out;
}

.main-info-notice-label {
    display: inline-block;
    background-color: #00a0d2;
    color: #fff;
    font-weight: 500;
}

.main-info-notice-label {
    font-size: 1.3rem;
    margin-right: 10px;
    padding: 1px 10px;
    border-radius: 25px;
    line-height: 1.2;
}

.main-info-notice-txt {
    margin-top: 0;
    font-size: 1.4rem;
}

.main-info-notice-txt {
    line-height: 1.5;
    font-weight: 500;
}

.main-info-timetable table {
    width: 100%;
}

.time-table01 {
    font-size: 1.3rem;
    line-height: 1.8;
}

.time-table01 thead th {
    background-color: #21b7ef;
	color: #fff;
    padding: 10px 3px;
    font-size: 1.4rem;
    font-weight: 500;
}

.time-table01 th, .time-table01 td {
    text-align: center;
    vertical-align: middle;
}

.time-table01 td {
	padding: 3px;
}

.time-table01_note {
    margin-top: 10px;
    font-size: 1.3rem;
}*/

.right {
    text-align: right !important;
}
	
@media screen and (orientation: landscape) {
main img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95vw;
}
}

}@media only screen and (min-width: 321px){

}
