@charset "UTF-8";

#newstop .most {
	background:rgba(255,0,0,.8);
	border-radius:8px;
}
#main .most p {
	text-align:center;
	color:#ffffff;
}
#main .most p a {
	font-size:2.1rem;
	font-weight:600;
	color:#ffffff;
}

#newstop .wrap {
	padding-bottom:0;
}
#newstop .contents > .fbox {
	box-sizing:border-box;
	width:100%;
	border:3px solid #7C879B;
	border-radius:12px;
	padding:1em;
	margin-bottom:10px;
}
#newstop .contents > .fbox h3 {
	margin:0;
	padding:0;
	border:none;
	line-height:1;
	color:#fca39f;
	width:130px;
}
#newstop .contents > .fbox > div {
	width: calc(100% - 130px);
}
#newstop .contents > .fbox dl {
	width:100%;
	font-size: 1.8rem;
	line-height:1.3;
	box-sizing:border-box;
	padding:.2em 0;
	text-align: left;
}
#newstop .contents > .fbox dt {
    width:calc(100% - 6em);
}
#newstop .contents > .fbox dd {
    width:6em;
}

#newstop .contents > .fbox.contactlink {
	border:none;
	width:100%;
}
#newstop .contents > .fbox.contactlink a {
	width:calc(50% - 10px);
	text-align:center;
	font-size:2.4rem;
	background:#fca39f;
	color:#ffffff;
	font-weight:500;
	border:3px solid #fca39f;
	line-height:1.8;
	transition:.3s;
	border-radius:6px;
}
#newstop .contents > .fbox.contactlink a .svg-inline--fa {
	margin-left:.3em;
}
#newstop .contents > .fbox.contactlink a:hover {
	color:#fca39f;
	background:#ffffff;
}



#greeting .greeting {
	border-radius:12px;
	box-sizing:border-box;
	padding:2em;
	background:#efefef;
	margin-bottom:90px;
}
#main #greeting .greeting p {
	margin:0;
}
#greeting .contents > .fbox {
	width:100%;
}
#greeting .contents > .fbox img {
	width:20%;
}
#greeting .contents > .fbox > div {
	width:calc(80% - 60px);
}
#main #greeting .contents > .fbox p {
	line-height:1.8;
}
#main #greeting .contents > .fbox p.sign {
	font-size:2.1rem;
	text-align:right;
	margin:0;
}

#schedule div.doctor {
	width:100%;
	margin: 0 auto 60px;
}
#schedule .doctor > a {
	/* max-width:150px; */
	margin:0 5px;
}
#schedule .doctor > a img {
	width:50px;
}
#main #schedule .doctor > a p {
	font-size:1.4rem;
	line-height: 1.3;
	margin:0;
	padding-left:.5em;
}

#schedule table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:15px;
}
#schedule th,
#schedule td {
	box-sizing:border-box;
	padding:1em .5em;;
	border:1px solid #333333;
	text-align:center;
	vertical-align:middle;
}
#schedule thead th:first-child {
	width:4em;
}
#schedule thead th:nth-child(2),
#schedule thead th:nth-child(3),
#schedule thead th:nth-child(5),
#schedule thead th:nth-child(6) {
	width:6em;
}
#schedule thead th:nth-child(4),
#schedule thead th:nth-child(7) {
	width:calc(50% - 14em);
}

#schedule tr td.doctor > div {
	display:inline-block;
	text-align:left;
}
#schedule tr td.doctor a span {
    font-size:1.3rem;
    padding-left:.3em;
}
#schedule thead th {
	border-top:0;
}
#schedule thead th:first-child,
#schedule tbody th {
    border-left:0;
}
#schedule table a {
	margin:0 0 5px;
}
#schedule table a img {
	max-width:40px;
}
#schedule thead th:last-child,
#schedule tbody td:last-child {
    border-right:0;
}
#schedule .reserve {
    width:100%;
}
#schedule .reserve a {
	margin:0 10px 10px;
	display:inline-block;
	background:	#fca39f;
	color:#ffffff;
	font-size:1.8rem;
	line-height:2.4;
	padding:0 1.5em;
	transition:.3s;
}
#schedule .reserve a .svg-inline--fa {
	margin-left:.3em;
}
#schedule .reserve a:hover {
	background:#fca39f;
}
#main #schedule p.att {
	line-height:1.5;
}
#main #schedule p.att span {
	color:#ff0000;
	font-weight:500;
}

#sinryou .contents > ul {
	width:100%;
}
#sinryou .contents > ul li {
	box-sizing:border-box;
	padding:10px 0 0;
	width:calc(100%/6 - 7px);
	margin-bottom:8px;
	margin-right:8px;
	background:#fafafa;
	box-sizing:border-box;
	border:3px solid #efefef;
	border-radius:8px;
	text-align:center;
}
#sinryou .contents > ul li:nth-child(6n+6) {
	margin-right:0;
}
#main #sinryou .contents > ul li p {
	text-align:center;
	font-weight:500;
	line-height:1.3;
	margin:0 0 .5em;
}
#main #sinryou .contents > ul li p span {
	display:block;
	font-size:1.3rem;
}
#sinryou .contents > ul li > a,
#sinryou .contents > ul li > span {
	font-size:1.5rem;
	display:block;
	background:#fca39f;
	color:#ffffff;
	font-weight:500;
	line-height:1.6;
	border-radius:.9em;
	width:calc(100% - 5px);
	margin:0 auto 5px;
	transition:.3s;
	box-sizing:border-box;
	border:2px solid #fca39f;
}
#sinryou .contents > ul li > a:hover {
	background:#ffffff;
	color:#fca39f;
}
#sinryou .contents > ul li .svg-inline--fa {
	margin-right:.3em;
}
#sinryou .contents > ul li > span {
	background:#dadada;
	color:#666666;
	border:2px solid #dadada;
}

#photo ul {
    width:100%;
}
#photo li {
	width:calc(25% - 10px);
	margin-bottom:10px;
}

#about .fbox > img {
	width:40%;
}
#about .fbox > dl {
    width:calc(60% - 60px);
}
#about .fbox > dl dt {
    font-size:2.4rem;
    line-height:1;
    margin-bottom:.5em;
}
#about .fbox > dl dt span {
	font-size:2rem;
	margin-right:1em;
}
#about .fbox > dl dd {
	font-size:1.8rem;
	line-height:1.5;
}
#about .fbox > dl dd a {
	display:block;
	width:16em;
	text-align:center;
	font-size:1.6rem;
	background:#fca39f;
	color:#ffffff;
	font-weight:500;
	border:3px solid #fca39f;
	line-height:1.8;
	transition:.3s;
	border-radius:6px;
	margin-top:.5em;
}
#about .fbox > dl dd a .svg-inline--fa {
	margin-right:.3em;
}
#about .fbox > dl dd a:hover {
	color:#FFBA00;
	background:#ffffff;
}

#topics .wrap .contents dl {
	width:100%;
	font-size:1.8rem;
	line-height:1.3;
	margin-bottom:1em;
}
#topics .wrap .contents dt {
    width:calc(100% - 6em);
}
#topics .wrap .contents dd {
    width:6em;
}
#topics .wrap .contents > a {
	margin-left:calc(100% - 5em);
}

#bnr .wrap {
    padding-bottom:120px;
}
#bnr .contents a {
	display:block;
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.section .wrap {
	padding-bottom:0px;
}
.section .contents {
	max-width:850px;
}
.section .contents:last-child .fbox {
	margin-bottom:60px;
}
.section .contents .fbox > img,
.section .contents .fbox > div {
	width:40%;
}
.section .contents .fbox > p {
	width:calc(60% - 50px);
}
#main .section .contents .fbox > div p {
	font-size:1.5rem;
	line-height:1.3;
	padding-top:.5em;
	text-align:center;
	margin:0;
}


@media screen and (max-width:768px){

}

@media screen and (max-width:640px){

#newstop .most {
	border-radius:5px;
}
#main .most p a {
	font-size:1.4rem;
}

#newstop .contents > .fbox {
	padding:.8em .5em;
}
#newstop .contents > .fbox h3 {
	width:100%;
	margin-bottom:.3em;
}
#newstop .contents > .fbox > div {
	width:100%;
}
#newstop .contents > .fbox dl {
	font-size: 1.5rem;
}
#newstop .contents > .fbox dt {
	width:100%;
}
#newstop .contents > .fbox dd {
	width:100%;
	margin-bottom:.2em;
}

#newstop .contents > .fbox.contactlink a {
	font-size:1.8rem;
}

#greeting .greeting {
	border-radius:8px;
	padding:1em;
	margin-bottom:30px;
}
#main #greeting .greeting p {
	line-height:1.6;
}
#greeting .contents > .fbox img {
	width:50%;
	margin:0 auto 15px;
}
#greeting .contents > .fbox > div {
	width:100%;
}
#main #greeting .contents > .fbox p {
	line-height:1.6;
}
#main #greeting .contents > .fbox p.sign {
	font-size:1.8rem;
}

#schedule div.doctor {
	margin: 0 auto 15px;
}
#schedule div.doctor > a {
	width:calc(100%/2 - 20px);
	margin-bottom:10px;
}
#schedule div.doctor > a:last-child {
    /*width:100%;*/
}
#schedule div.doctor > a:last-child img {
	width:25%;
}
#main #schedule div.doctor > a:last-child p {
	width:calc(85% - .5em);
}
#schedule div.doctor > a img {
	width:30%;
}
#main #schedule div.doctor > a p {
	font-size:1.4rem;
	margin:0;
	width:calc(70% - .5em);
}
#main #schedule td.doctor a img {
	width:25px;
}
#main #schedule td.doctor a span {
    font-size:1.2rem;
}

#schedule table {
	margin-bottom:20px;
}
#schedule table.pc2 {
	margin-bottom:0;
}
#schedule table.pc2 thead tr:first-child th:last-child,
#schedule table.pc2 th:nth-child(n+5),
#schedule table.pc2 td:nth-child(n+5),
#schedule table.sp thead tr:first-child th:nth-child(2),
#schedule table.sp thead tr:last-child th:nth-child(n+2):nth-child(-n+4),
#schedule table.sp tbody th:nth-child(n+2):nth-child(-n+4),
#schedule table.sp td:nth-child(n+2):nth-child(-n+4) {
	display:none;
}

#schedule table.pc2 thead tr:first-child th:nth-child(2),
#schedule table.pc2 th:nth-child(4),
#schedule table.pc2 td:nth-child(4) {
	border-right:none;
}
#schedule th,
#schedule td {
	font-size: 1.3rem;
	padding:.5em;
}
#schedule thead th {
	border-top:0;
}
#schedule thead th:first-child,
#schedule tbody th {
    border-left:0;
    width:3em;
}
#schedule td.doctor {
	text-align:center;
}
#schedule td.doctor > div {
	display:inline-block;
	text-align:left;
}
#schedule table a img {
	max-width:30px;
}
#schedule .reserve a {
	font-size:1.6rem;
}
#schedule .reserve a .svg-inline--fa {
	margin-left:.3em;
}
#schedule .reserve a:hover {
	background:#fca39f;
}

#sinryou .contents > ul li {
	width:calc(100%/2 - 7px);
}
#sinryou .contents > ul li:nth-child(2n+2) {
	margin-right:0;
}
#main #sinryou .contents > ul li p span {
	font-size:1.2rem;
}

#photo li {
	width:calc(50% - 5px);
}

#about .fbox > img {
	width:100%;
	margin-bottom:15px;
}
#about .fbox > dl {
	width:100%;
}
#about .fbox > dl dt {
    font-size:2.1rem;
}
#about .fbox > dl dt span {
	font-size:1.6rem;
}
#about .fbox > dl dd {
	font-size:1.6rem;
}
#about .fbox > dl dd a {
	font-size:1.5rem;
}


#topics .wrap .contents dl {
	font-size:1.5rem;
	margin-bottom:.5em;
}
#topics .wrap .contents dt {
	width:100%;
}
#topics .wrap .contents dd {
	width:100%;
	margin-bottom:.3em;
}
#topics .wrap .contents > a {
	margin-left:calc(100% - 5em);
}

#bnr .wrap {
    padding-bottom:60px;
}


.section .contents:last-child .fbox {
	margin-bottom:30px;
}
.section .contents .fbox > img,
.section .contents .fbox > div {
	width:100%;
	max-width:200px;
	margin:0 auto 10px;
}
.section .contents .fbox > p {
	width:100%;
}
#main .section .contents .fbox > div p {
	font-size:1.3rem;
}

}

@media screen and (max-width:480px){

}


#head {
	border-top:5px solid #fca39f;
	border-bottom:5px solid #fca39f;
}

element.style {
}
#head #header #menu-gmenu2 li a .svg-inline--fa {
    color: #fca39f;
}
#head #header > ul li.tel a > span span {
    background: #fca39f;
}
.fixedmenu li a {
    background: #fca39f;
}
#main header .title h1 {
    background: #fca39f;
}
#main .reservewrap > a {
    background: #fca39f;
}
#main .reservewrap p {
    border: 3px solid #fca39f;
}
#footer ul li a .svg-inline--fa {
    color: #fca39f;
}
#foot {
	border-top:5px solid rgba(252,163,159,.25);
	text-align:center;
}

.menu-makurazaki-container .menu li {
	margin-bottom: 1em;
	font-size:1.6rem;
}
.menu-makurazaki-container .menu li a .svg-inline--fa {
    color:#fca39f;
	margin-right:.33em;
}


@media screen and (min-width:641px){

#spmenu > img {
    width: 120px;
	margin:0 auto 50px;
}

#head #header > ul {
	margin-right:50px;
}

#head .spmenu {
	display:block;
	width:40px;
	position:absolute;
	top: 40px;
	right: 2%;
	z-index:999;
}
#head .spmenu span {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#7C879B;
	display: block;
}
#head .spmenu .svg-inline--fa {
	font-size:38px;
	color:#7C879B;
}
#spmenu > .close {
    position:absolute;
    top:15px;
    right:20px;
    width:50px;
    height:50px;
}
#spmenu > .close span {
	font-family: 'Lato', sans-serif;
	font-size:1.2rem;
	color:#7C879B;
	display: block;
}
#spmenu > .close .svg-inline--fa {
	font-size:40px;
	color:#7C879B;
}

#spmenu {
	display:block;
	position:fixed;
	z-index:998;
	top:0;
	left:-101%;
	background:#ffffff;
	box-sizing:border-box;
	min-height:100%;
	width:100%;
	padding:5vh 5vw;
	text-align:center;
	transition:.3s;
}
body.menuopen {
	overflow:hidden;
}
body.menuopen #spmenu {
	left:0;
}

}