/**
Theme Name: KeiyugankaChild
Author: Le Service de Koa
Author URI: https://leservicedekoa.com/
Description: Child theme for Adachikeiyuganka clinic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keiyugankachild
Template: astra
*/

.smp{
    display: none; /*PC改行なし*/
}
@media screen and (max-width:480px) {
    .smp{
        display: block; /*スマホで改行*/
    }
    .pc{
        display: none; /*PCのみ改行*/
    }
}
.p-margin-bottom p {
	margin-bottom: 0px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.tbl-hour {
	border: none;
	border-collapse: collapse;
}
.tbl-hour th {
	background: #ffffff;
	color: #001E62;
}
.tbl-hour td {
	background: #ffffff;
	color: #001E62;
}
.tbl-hour th,
.tbl-hour td {
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px #001E62;
	border-left: none;
	border-right: none;
}
.ttl-hour {
	line-height: 130%;
	font-size: 14px;
}
.ttl-hour span.sinryo-hour {
	font-family: Roboto, "sans-serif";
	font-size: 16px;
}


@media screen and (max-width:480px) {
	.tbl-hour th {
		white-space:normal;
	}
	.tbl-hour th,
	.tbl-hour td {
		padding: 5px;
	}
	.ttl-hour {
		font-size: 0.875em;
	}
	.tbl-hour span {
		font-size: 1em;
	}
}

/*--------------------------------------------------------------
# Toppage
--------------------------------------------------------------*/
.news {
  border-bottom: 1px solid #CCC;
  padding: 20px;
}

/*--------------------------------------------------------------
# 近視
--------------------------------------------------------------*/
.tbl-price {
	border-collapse: collapse;
}
.tbl-price th,
.tbl-price td {
	padding: 15px;
}
.tbl-price th {
	background: #e1e1e1;	
}
.tbl-price td:last-child {
	text-align: right;
}


/*--------------------------------------------------------------
# 眼鏡・コンタクトレンズ
--------------------------------------------------------------*/
.tbl-lense {
	border-collapse: collapse;
}
.tbl-lense th,
.tbl-lense td {
	padding: 15px;
}
.tbl-lense th {
	background: #e1e1e1;
	text-align: left;
}
@media screen and (max-width:480px) {
	.tbl-lense th,
	.tbl-lense td {
		padding: 10px;
		font-size: 16px;
	}
	.tbl-lense td {
		width:100%;
        display: block;
	}
	.tbl-lense td:first-child {
		border-bottom: none;
	}
	.tbl-lense td:last-child {
		border-top: none;
	}
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-archive-item {
	padding: 40px 20px;
	border-bottom: 1px solid #CCC; 
}
.news-title {
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: 5px solid #c63527; 
	border-bottom: 1px dotted #CCC; 
	font-size: 26px;
	letter-spacing:3px;
}
.news-date {
	color: #999999;
}
@media screen and (max-width:480px) {
	.news-title {
		font-size: 20px;
		letter-spacing:normal;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.sent .frm-contact {
    display: none;
}
.frm-contact .required {
	background-color: #C63527;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
    margin-left:10px;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.resizable-text,
button, input[type="button"], input[type="submit"], .button {
    font-size: inherit !important;
}


