@charset "UTF-8";
/*
Theme Name:RUMBLE Child
Theme URI:
Description:WordPressテーマ「RUMBLE」の子テーマです。
Template:rumble_tcd058
Author:Sakamoto (AIS)
Author URI:http://design-plus1.com/tcd-w/
Version:1.1
Text Domain: tcd-w
*/
div.detail {
    text-align: center;
}
div.detail .map-button {
    cursor: pointer;
    display: inline-block;
    width: auto;
	border: 1px solid #ddd;
    padding: 10px 15px 7px;
    margin: 0 auto;
    text-align: center;
    background: #fafafa;
}
div.detail .map-button:after {
    display: inline-block;
    background: url(./img/arrow-down.png) no-repeat 0 0;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    content: '';
    vertical-align: middle;
    font-weight: 400;
}
div.detail .google-map {
    margin: 30px 0 0;
    position: relative;
    padding-bottom: 75%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
    display: none;
}
div.detail .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.detail td:first-child{
    width: 30%;
}
iframe{
	width: 100%;
}
.p-entry__body ol{
    margin-left: 2.5em;
}
table{
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
.p-entry__body .detail p{
    line-height:2;
    margin-bottom: 0;
}
.p-entry__body th{
    width: 8em;
    vertical-align: middle;
}