.guidance-block {
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.guidance-block .tel-text {
    font-size: 35px;
    color: #01ae9b;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

/*-------------------------------------------------------------
ol, ul {
    margin-top: 0;
    margin-bottom: 14px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
--------------------------------------------------------------*/

.guidance-block .fa-ul li i {
    color: #01ae9b;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center;
}
.guidance-block .holiday-tb {
    width: 100%;
    text-align: center;
    border: 1px solid #bbb;
    font-size: 14px;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.guidance-block .holiday-tb th:first-child {
    border-left: 1px solid #bbb;
}
.guidance-block .holiday-tb th {
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #bbb;
    color: #fff;
    padding: 10px;
    font-weight: 400;
}
caption, th {
    text-align: left;
}
td, th {
    padding: 0;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
.guidance-block .holiday-tb {
    width: 100%;
    text-align: center;
    border: 1px solid #bbb;
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.guidance-block .holiday-tb td {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px;
}
td, th {
    padding: 0;
}
*, :after, :before {
    box-sizing: border-box;
}

td {
    display: table-cell;
    vertical-align: inherit;
}
.map-front, .map-front #map-canvas {
    height: 100%;
    max-width: 100%;
}

/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}


.common-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.mg-t-20 {
    margin-top: 20px!important;
}
.mg-b-30 {
    margin-bottom: 30px!important;
}

.cal-wrap h2 {
    margin-top: 0;
    font-size: 20px;
    border-left: 9px solid #01ae9b;
    padding-left: 9px;
    font-weight: 700;
}
/* @media (min-width: 768px) */
.cal-wrap {
    background-color: rgba(1,174,155,.1);
    padding: 20px 4px;
}

.cal-wrap .common-btn {
    font-size: 17px;
    max-width: 80%;
}

.common-btn-color a {
    color: #fff;
}
.common-btn a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.common-btn a:focus, a:hover {
/*    color: #016257;*/
    text-decoration: underline;
}
.common-btn a:active, a:hover {
    outline: 0;
}
.common-btn a {
    cursor: pointer;
}
/*
.common-btn a {
    color: #01ae9b;
    text-decoration: none;
}
*/
.common-btn a {
    background-color: transparent;
}

.common-btn-white {
    color: #01ae9b;
    background-color: hsla(0,0%,100%,.9);
}
.common-btn-color {
    color: #fff;
    background-color: rgba(1,174,155,.9);
}
