@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day&display=swap");

.pb30{
	padding-bottom: 30px;
}

.pb60{
	padding-bottom: 60px;
}

.mt5{
	margin-top: 5px;
}

.mt30{
	margin-top: 30px;
}

.mb20{
	margin-bottom: 20px;
}

.mb60{
	margin-bottom: 60px !important;
}

.pc768{
	display: block;
}

@media screen and (max-width: 768px) {
.pc768 {
	display: none;
}	
}


.btn_orange {
    max-width: 322px;
    height: 60px;
    position: relative;
    color: #ffeb93;
    background: #e8814e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto 200px;
    border: 1px solid transparent;
}

.btn_orange:hover {
    opacity: 1;
    color: #e8814e;
    background: #ffeb93;
    border: 1px solid white;
}

@media screen and (max-width: 768px) {
.btn_orange {
	margin: 0 auto 60px;
}	
}

/****top news area****/

#news{
	background-color: #f7f5f1;
	margin-top: -5px;
	padding: 100px 0;
}

#news .inner{
	box-sizing: border-box;
	padding: 0 145px !important;
}

#news #panel span{
	display: block;
}
#news #panel .ttlArea{
	width: 20%;
	float: left;
}
#news #panel .textArea{
	width: 80%;
	float: right;
}

#news #panel .heading-box {
	margin-bottom: 0;
	text-align: left;
}

#news #panel .textArea dl{
	line-height: 2;
    font-size: 15px;
    font-size: 1.5rem;
	border-bottom: 1px solid #cecece;
	padding: 5px 0 3px 0;
}
#news #panel .textArea dl:after{
	content: "";
	display: block;
	clear: both;
}
#news #panel .hideArea dl:after{
	content: "";
	display: block;
	clear: both;
}

#news #panel .textArea a{
	color: #483e3e;
}

#news #panel .textArea dt{
	width: 15%;
	float: left;
}
#news #panel .textArea dd span.new{
	color: #e8814e;
	display: inline-block;
	font-weight: normal;
	padding-left: 10px;
}
#news #panel .textArea dd{
	width: 82%;
	float: right;
}

@media screen and (max-width: 1210px) {
#news .inner {
    padding: 0 20px !important;
}
}

@media screen and (max-width: 768px) {
#news {
    padding: 50px 0;
}
	
#news #panel .heading-box {
	font-size: 28px;
    font-size: 2.8rem;
	margin-bottom: 30px;
	text-align: center;
}
	
#news #panel .heading-box small {
    font-size: 16px;
    font-size: 1.6rem;
}	
	
#news #panel .ttlArea {
    width: 100%;
    float: none;
}		
#news #panel .textArea {
    width: 100%;
    float: none;
}	
#news #panel .textArea dt{
    width: 100%;
    float: none;
}	
#news #panel .textArea dd{
    width: 100%;
    float: none;
}
}























/****clinic info section****/

.payment{
	margin-top: 20px;
}

.payment ul{
	display: inline-block;
}

.payment ul li{
	display: inline-block;
	margin: 0 5px 10px 0;
}

.page-menu-type.page-denture .step-box {
    padding: 0 30px 30px;
}

.calendarWrap .access.calendar{
	float: left;
	margin: 30px auto;
}

.calendarWrap .access.calendar{
    width: 49%;
}

.access.calendar:last-of-type{
	float: right;
	margin-right: 0;
}

.access.calendar table{
	background: #fff;
	width: 100%;
}

.access.calendar th.day{
	background: #e8814e;
	border-right: 1px solid #f6d9b0;
	padding: 12px 10px;
	text-align: center;
}

.access.calendar th.day:last-child {
    border-right: 1px solid #e8814e;
}

.access.calendar th.month{
	background: #fff;
	border:1px solid #f6d9b0;
	padding: 12px 10px;
	text-align: center;
}

.access.calendar td{
	border:1px solid #f6d9b0;
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	width: 14.2%;
}

.access.calendar td.off{
	background: #f6d9b0;
}

.access.calendar p{
	margin-top: 10px;
	text-align: right;
}

.access.calendar p span{
	color: #f6d9b0;
}

@media screen and (max-width: 768px){
.calendarWrap .access.calendar{
	display: inline-block;
	margin: 30px 0;
}

.calendarWrap .access.calendar{
	margin: 0 0 20px 0;
	width: 100%;
}
}

@media screen and (max-width: 375px) {
.payment ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
    width: 22%;
}
}

/***equipment***/

.equipment li.half{
	margin-right: 2%;
	width: 49%;
}

.equipment li.half:last-child{
	margin-right: 0;
}

@media screen and (max-width: 768px){
.equipment_l li:first-child,
.equipment_l li:nth-child(2){
    margin-bottom: 20px;
}
	
.equipment li.half,
.equipment li.half:last-child{
	margin-right: 0;
	width: 100%;
}
	
.equipment_r {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
}	
	
.equipment_r img{	
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';	
	width: 100%;
}
}

/***denture***/

.step-bottom.new{
	padding: 70px 7.5% !important;
}

.intro-row.new .head01,
.intro-row.new .head02{
	color: #e8814e;
	font-size: 20px;
    font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.intro-row.new ul{
	display: inline-block;
	margin: 0 auto 30px;
}

.intro-row.new ul li{
	border: 1px solid #e8814e;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
    font-size: 1.5rem;
	margin: 0 1% 20px;
	padding: 10px 20px;
	vertical-align: top;
	width: 46%;
}

.intro-row.new h4{
    border-radius: 20px;
    background: #F4F4F4;
    font-weight: bold;
    margin: 10px;
    padding: 3px 5px;
    text-align: center;
}

.intro-row.new .clearfix .text{
	display: inline-block;
	font-size: 15px;
    font-size: 1.5rem;
	margin-right: 2%;
	vertical-align: middle;
	width: 60%;
}

.intro-row.new .clearfix .img{
	display: inline-block;
	margin-right: 2%;
	text-align: center;
	vertical-align: middle;
	width: 15%;
}

.intro-row.new .clearfix .img:last-child{
	margin-right: 0;
}

@media screen and (max-width: 768px){
	
.step-bottom.new{
	padding: 30px 20px 5px;	
}

.intro-row.new ul li{
	margin: 0 auto 20px;
	width: 100%;
}
.intro-row.new .clearfix .text{
	margin-bottom: 20px;
	width: 100%;
}

.intro-row.new .clearfix .img{
	margin-right: 2%;
	width: 46%;
}		
}

/***price***/

.page-price{
	margin-bottom: 150px;
}

.page-price .head01{
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 213, 65, 0.3)), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(255, 213, 65, 0.3) 50%, transparent 50%);
    background-size: 200% 15px;
    background-repeat: no-repeat;
    background-position: 0% .8em;
	color: #e8814e;
	display: inline-block;
	font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: calc(40 / 24);
    margin-bottom: 30px;
    padding-left: 3px;
    letter-spacing: -0.6px;
}

.page-price .head01 span{
	color: #483e3e;
	font-size: 18px;
    font-size: 1.8rem;
	padding-left: 20px;
}

.page-price ul{
    margin-bottom: 86px;
}

.page-price ul li{
	display: inline-block;
	margin: 0 2% 70px;
	vertical-align: top;
    width: 45%;   
}

.page-price ul li table{
	width: 100%;
}

.page-price ul li table tr{
	border-bottom: 1px solid #f6d9b0;
}

.page-price ul li table th:last-child,
.page-price ul li table td:last-child{
	border-bottom: 0;
}

.page-price ul li table th{ 
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle;
	padding: 25px 0;
	width: 75%;
}

.page-price ul li table td{
	font-size: 20px;
	font-size: 2.0rem;
	text-align: right;
	vertical-align: middle;
	padding: 25px 0;
	width: 25%;
}

.page-price .note{
	color: #483E3E;
    font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
	text-align: center;
}
	

@media screen and (max-width: 1200px){
.page-price .info {
    padding: 0;
}
}

@media screen and (max-width: 768px){
.page-price {
    margin-bottom: 50px;
}
	
.page-price .head01 {
    margin-bottom: 10px;	
}

.page-price ul{
	margin-bottom:0;
}	
	
.page-price ul li{
	display: inline-block;
	margin: 0 0 70px;
	vertical-align: top;
    width: 100%;   
}
	
.page-price ul li table th {
    padding: 10px 0;
    width: 55%;
}
	
.page-price ul li table td {
    padding: 10px 0;
    width: 45%;
}	
	
.page-price .note{	
    font-size: 14px;
    font-size: 1.4rem;	
}	
}

/***news***/

.news{
	margin-bottom: 125px;
}

.news .listNews {
    margin-bottom: 40px;
}


.news .listNews .item:first-child {
    border-top: 1px solid #dcdcdc;
}

.news .listNews .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 17px 0px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    line-height: 1.8;
}

.news .listNews .item .date {
    color: #989898;
}

.news .listNews .item .notice {
    color: #ffffff;
    text-align: center;
    margin: 0px 15px 0px 20px;
    background: #e8814e;
    min-width: 107px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news .button {
    margin: 0 auto 55px !important;
}

@media only screen and (max-width: 767px){
.news {
    margin-bottom: 0;
}	
	
.news .listNews .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px;
}
	
.news .listNews .item .item-content {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
}	
}
@media only screen and (min-width: 767px){
.time-line-item .line-item .item {
  width: 25%;
}
}





/* カレンダー（修正後）用 */
.calendarWrap .cal_wrapper th p{
  border-top: 1px solid #f6d9b0;
  border-left: 1px solid #f6d9b0;
  border-right: 1px solid #f6d9b0;
  padding: 12px 10px;
  text-align: center;
  margin: 0;
}
.cal_wrapper table.cal{
  height: 100%;
}
.cal_wrapper table.cal .cal_ui{
  display: none;
}
.cal_wrapper table.cal tr td div span{
  display: none !important;
}
.cal_wrapper table.cal td{
  padding: 0;
}
.cal_wrapper table.cal .headline td,
.cal_wrapper table.cal td div{
  padding: 12px 10px;
  box-sizing: border-box;
}
.cal_wrapper table.cal .headline td{
  background: #e8814e;
}
.cal_wrapper table.cal td div{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cal_wrapper table.cal .backward{
  color: #cccccc;
}
.cal_wrapper table.cal .Today{
  font-weight: 700;
}
.cal_wrapper table.cal .off,
.cal_wrapper table.cal .com.off{
	background: #f6d9b0;
}
.cal_wrapper table.cal .on{
	background: #fff !important;
}
.cal_wrapper table.cal .com{
	background: #ffffff;
}
.cal_wrapper table.cal .com span{
  display: block!important;
}

.cal_wrapper table.cal .com.off span{
    display: none!important;
  }

.page-recruit .sec-recruit-intro .tel-box {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .page-recruit .sec-recruit-intro .tel-box {
        margin-bottom: 30px;
    }
}

.engage img {
    margin-left: auto;
    margin-right: auto;
}