/*-------------------------------------------------------------

Shop -- 店舗詳細

-------------------------------------------------------------*/
/*-------------------------------------------------------------
  emergency_info
-------------------------------------------------------------*/
.emergency_info{
    max-width: 1000px;
    margin: 30px auto;
    padding: 20px;
    border: 3px solid #f00;
    text-align: center;
    color: #f00;    
}

/*-------------------------------------------------------------
  shop_feature
-------------------------------------------------------------*/
.shop_feature{
	width: 100%;
	margin: 50px 0 50px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
	justify-content: space-between;
}
.shop_feature .feature_box{
	width: 22%;
	padding: 20px 10px;
	border-radius: 10px;
    border: solid 2px #083b10;
}
.shop_feature .feature_box .icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #083b10;
    text-align:center;
    margin: 0 auto;
    position: relative;
}
.shop_feature .feature_box .icon .icon_img{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    width :60%;
    text-align:center;
}
.shop_feature .feature_box h3{
    color: #083b10;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .shop_feature{
        margin: 20px 0 30px 0;
    }
    .shop_feature .feature_box{
        width: 48%;
        padding: 10px 5px;
        margin-bottom: 15px;
    }
    .shop_feature .feature_box .icon{
        width: 100px;
        height: 100px;
    }
    .shop_feature .feature_box h3{
        font-size: 18px;
        margin-top: 15px;
        line-height: 1.3;
    }
}

/*-------------------------------------------------------------
  shop_dentist
-------------------------------------------------------------*/
.shop_dentist{
	width: 96%;
	margin: 0 auto 30px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    background-color: #fff;
    padding: 30px;
}
.shop_dentist .dentist_img{
    width:30%;
    border: solid 1px #dbf8f3;
}
.shop_dentist .dentist_prof{
    width:70%;
    padding-left: 20px;
}
.shop_dentist .dentist_prof .position{
    width: 100%;
}
.shop_dentist .dentist_prof .dentist_name{
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    border-bottom: solid 5px #daedea ;
    margin-bottom: 10px;
}
.shop_dentist .dentist_prof .dentist_comment{
    width: 100%;
    position: relative;
    padding: 20px;
    margin: 20px 0 20px 0;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #bce8e0;
}
.shop_dentist .dentist_prof .dentist_comment::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #bce8e0;
  border-left: 15px solid transparent;
}
.shop_dentist .dentist_prof .dentist_comment::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.shop_dentist .dentist_prof ul.dentist_list{
    width: 100%;
    list-style: none;
    padding:0;
    margin:10px;
}
.shop_dentist .dentist_prof ul.dentist_list li{
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
    margin: 5px 0;
}
.shop_dentist .dentist_prof ul.dentist_list li:before{
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #083b10;
}
.shop_dentist .dentist_prof .dentist_skill{
    width: 100%;
    padding: 15px;
    background-color: #daedea;
}
.shop_dentist .dentist_prof .dentist_skill ul.skill_list{
    padding-left:30px;
}

@media screen and (max-width: 768px) {
    .shop_dentist .dentist_img{
        width:100%;
    }
    .shop_dentist .dentist_prof{
        width:100%;
        padding-left: 0;
    }
    .shop_dentist .dentist_prof .position{
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
    }
}
/*-------------------------------------------------------------
  shop_info
-------------------------------------------------------------*/
.shop_info{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
/* 住所など */
.shop_info .shop_adr{
	width: 50%;
}
.shop_info .shop_adr h4.shop_name{
	width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 1.2em;
}
.shop_info .shop_adr h4.shop_name::after{
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 20px;
    height:20px;
    border-radius:100%;
    background-color: #083b10;
}
@media screen and (max-width: 768px) {
    .shop_info .shop_adr{
        width: 100%;
    }
}


/*-------------------------------------------------------------
  shop_table
-------------------------------------------------------------*/
.shop_table_area{
    width: 100%;
    border-top: dashed 1px #083b10;
    display: table;
}
.shop_table_area .shop_table{
    width: 100%;
    display: table;
    border-bottom: dashed 1px #083b10;
    padding: 10px;
}

.shop_table_area .shop_table .item{
    width: 20%;
    color: #083b10;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F3EB;
    box-sizing: border-box;
    display: table-cell;
    padding: 8px;
}
.shop_table_area .shop_table .notes{
    width: 80%;
    padding-left: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    padding: 8px;
}

/*-------------------------------------------------------------
  shop_map
-------------------------------------------------------------*/
.shop_map{
	width: 48%;
    margin-left: 2%;
    position: relative;
    padding-top: 35%;
}
.shop_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
    .shop_map{
        width: 100%;
        margin-left: 0;
        padding-top: 75%;
        margin-top: 20px;
    }
}

/*-------------------------------------------------------------
  shop_banner
-------------------------------------------------------------*/
.shop_banner{
    margin: 50px 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.shop_banner .img_box{
	width: 18%;
    margin: 10px 1%;
}
.shop_banner .txt_box{
	width: 100%;
    margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .shop_banner{
        margin: 30px 0;
    }
    .shop_banner .img_box{
        width: 48%;
        margin: 10px 1%;
    }
}

/*-------------------------------------------------------------
  shop_schedule
-------------------------------------------------------------*/
.shop_schedule{
	width: 100%;
    margin: 50px 0 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

/*-------------------------------------------------------------
  schedule_table
-------------------------------------------------------------*/
.schedule_table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 8px;
}
.schedule_table thead{
    background-color: #083b10;
}
.schedule_table thead th{
    padding: 8px;
    color: #fff;
    text-align: center;
}
.schedule_table tbody th.ampm{
    color: #083b10;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 8px;
    border-bottom: 1px solid #083b10;
}
.schedule_table tbody th.ampm .ap_bg{
    width: 100%;
    height: 100%;
    background-color: #F5F3EB;
    box-sizing: border-box;
    position: relative;
}
.schedule_table tbody th.ampm .ap_bg .ap_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.schedule_table tbody th.time{
    color: #083b10;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 8px;
    border-bottom: 1px solid #083b10;
}
.schedule_table tbody td{
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 8px;
    border-bottom: 1px solid #083b10;
}
/* 文字寄せ */
.schedule_table .sch_center{ text-align: center; }
.schedule_table .sch_left{ text-align: left; }
/* 色 */
.txt_orange{ color:#FF5118; }

@media screen and (max-width: 768px) {
    .schedule_table{
        width: 1000px;
    }
    /* レスポンシブ対応 */
    .scroll_table {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .scroll_table::-webkit-scrollbar {
      height: 10px;
    }
    .scroll_table::-webkit-scrollbar-track {
      margin: 0 2px;
      background: #ccc;
      border-radius: 5px;
    }
    .scroll_table::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #666;
    }
    
}
/*-------------------------------------------------------------
  schedule_notes
-------------------------------------------------------------*/
.schedule_notes{
    width: 100%;
    margin: 10px 0;
}
.schedule_notes ul.schedule_list{
    width: 100%;
    list-style: none;
    padding:0;
}
.schedule_notes ul.schedule_list li{
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.schedule_notes ul.schedule_list  li:before{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    background: #00826d;
}
/*-------------------------------------------------------------
  schedule_holiday
-------------------------------------------------------------*/
.schedule_holiday{
    width: 100%;
    margin: 30px 0;
}
.schedule_holiday .holiday_box{
    padding: 15px;
    background-color: #F5F3EB;
    margin-bottom: 10px;
}
.schedule_holiday .holiday_box h4{
	width: 100%;
    font-weight: bold;
    position: relative;
    padding-left: 1.5em;
    color: #083b10;
}
.schedule_holiday .holiday_box h4::after{
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 18px;
    height:18px;
    border-radius:100%;
    background-color: #083b10;
}
.schedule_holiday .holiday_box p{
    margin-bottom: 10px;
}

/*-------------------------------------------------------------
  gallery_area
-------------------------------------------------------------*/
.gallery_area{
    max-width: 1000px;
    margin: 30px auto 0 auto;
}
.gallery_area .gallery_main_box{
    width: 100%;
    margin-bottom: 20px;
}
.gallery_area .gallery_main_box .photo{
    width: 100%;
}
.gallery_area #thumbnail_list{
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.gallery_area #thumbnail_list .thumbnail_item{
    width:23%;
    margin: 10px 1%;
}
.gallery_area #thumbnail_list .thumbnail-current img{
    opacity: 0.7;
}
.gallery_area #thumbnail_list .thumbnail_item:hover img{
    opacity: 0.7;
}

/*-------------------------------------------------------------
  営業日カレンダー
-------------------------------------------------------------*/
.shop_calender_area{
	width:100%;
	margin: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.shop_calender_area .cal_box{
	width:50%;
}
.shop_calender_area .cal_box:nth-child(odd){
	padding-right: 15px;
    margin-bottom: 10px;
}
.shop_calender_area .cal_box:nth-child(even){
	padding-left: 15px;
    margin-bottom: 10px;
}
.shop_calender_area .cal_box table{
	width:100%;
	border: 1px solid #083b10;
	table-layout: fixed;
	text-align: center;
}
.shop_calender_area .cal_box table th,
.shop_calender_area .cal_box table td{
	border: 1px solid #083b10;
}
.shop_calender_area .cal_box table th{
	background-color: #083b10;
	color:#fff;
}
.shop_calender_area .cal_box table .holiday {
	background-color: #F5F3EB;
}
.shop_calender_area p.cal_txt {
	width: 100%;
	color:#f00;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.shop_calender_area .cal_box{
		width:100%;
	}
	.shop_calender_area .cal_box:nth-child(odd){
		padding-right: 0;
		margin: 10px 0;
	}
	.shop_calender_area .cal_box:nth-child(even){
		padding-left: 0;
		margin: 10px 0;
	}
}