﻿/*
 Theme Name:     デザインプラザHOFU
 Theme URI:      http://www.dphofu.or.jp/
 Description:    デザインプラザHOFUの専用テーマ
 Author:         
 Author URI:     
 Version:        1.0.0
*/
@charset "UTF-8";

html {
    overflow: auto;
    overflow-y: scroll;
}
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    display: block;
}
main {
    display: block;
}
a {
    color: #000000;
}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

#page #main img {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    line-height: 188%;
    color: #000000;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 400;
}
p {
    font-size: 14px;
}
input, select {
    vertical-align: middle;
}

#header {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 15px auto;
    display: block;
    align-items: center;
}

#header_icons {
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
    padding: 0;
}

#header_icons li {
    list-style: none;
    margin-left: 5px;
    float: left;
}
@media screen and (max-width: 767px) {
    #header_icons {
        display: none;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

.cabin a {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #cc3c66;
    line-height: 20px;
}

.cabin a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

#siteid {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #siteid {
        margin: 0;
        padding: 0 15px;
    }
}
/*#siteid a {*/
/*    display: block;*/
/*    width: 800px;*/
/*    height: 50px;*/
/*    text-indent: -9999px;*/
/*    background: url("./images/head_logo.jpg") no-repeat;*/
/*}*/

#globalnav_wrapper {
    background: #ff98a9;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 100;
    top: 0;
}

#globalnav {
    display: block;
    max-width: 980px;
    width: 100%;
    height: 50px;
    margin: 0 auto 15px auto;
    padding: 0;
    position: relative;

}

#globalnav li {
    position: relative;
    list-style: none;
    float: left;
    width: 16.5%;
}

#globalnav li a {
    display: flex;
    height: 50px;
    /* text-indent: -9999px; */
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #ff98a9;
    transition: 0.3s;
    border-left: 1px solid #fff;
    font-weight: 500;
}
#globalnav li:last-child a {
    border-right: 1px solid #fff;
}
#globalnav li a:hover {
    background-color: #ff7ca9;
    transition: 0.3s;
}

@media screen and (max-width: 767px){
    #globalnav {
        height: auto;
        overflow: hidden;
    }
    #globalnav li {
        width: 33.333%;
    }
    #globalnav li:first-child a,#globalnav li:nth-child(4) a {
        border: none;
    }
    #globalnav li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-left: 1px solid #fff;
        font-weight: 500;
    }
    #globalnav li:last-child a {
        border-right: none;
    }
}
#content {
    max-width: 1020px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 1.3em;
}
.main-contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 15px auto 30px;
}
@media screen and (max-width: 767px) {
    .main-contents {
        flex-wrap:wrap;
        justify-content: center;
    }
}
#main {
    max-width: 710px;
    width: 100%;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    #main {
        max-width: initial;
    }
}
#main .cabin {
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #b6b5ba;
    max-width: 345px;
    width: 100%;
    marin-bottom: 15px;
    padding: 5px;
    float: left;
    overflow: hidden;
}

#main .even {
    float: right;
}
@media screen and (max-width: 767px) {
    #main .cabin {
        margin: 0 auto 15px;
        float: none;
        overflow: hidden;
    }
    #main .even {
        float: none;
    }
}
#page #main .inner {
    position: relative;
    border: 2px solid #18B1DB;
    padding: 31px;
}

#page #main .inner h2 {
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 18px;
    background: url(./images/h2_bg.jpg) repeat;
    margin-bottom: 25px;
    max-width: 710px;
    font-weight: 500;
    width: 100%;
}

#page #main .inner h2 small {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

#page #main .inner h3 {
    color: #686868;
    font-size: 1.3em;
    background: #F5F5F5;
    border-top: 1px solid #18B1DB;
    border-right: 1px solid #18B1DB;
    border-left: 7px solid #18B1DB;
    border-bottom: 1px solid #18B1DB;
    padding: .4em .7em;
    margin-bottom: 15px;
    clear: both !important;
}

#page #main .inner h4 {
    color: #686868;
    font-size: 1.3em;
    border-left: 7px solid #18B1DB;
    border-bottom: 1px dashed #18B1DB;
    padding: .4em .7em;
    margin-bottom: 15px;
    clear: both !important;
}

#page #main .inner h5 {
    color: #02aad9;
    font-size: 1.2rem;
    border-bottom: 2px solid #02aad9;
    padding: .4em .8em;
    margin-bottom: 15px;
    clear: both !important;
}

#page #main .inner h6 {
    font-size: 1.1em;
    clear: both !important;
}

#page #main .inner p {
    margin-bottom: 15px;
}

#page #breadcrumb {
    line-height: 30px;
    padding: 0 15px;
    background: #F0F9FD;
    color: #20498c;
    margin-bottom: 5px;
}

#page #breadcrumb a {
    color: #20498c;
}

#page #breadcrumb a:hover {
    text-decoration: none;
}

.jCarousel {
    width: 910px !important;
    overflow: hidden;
}

.mainbnr {
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    height: 100px;
    padding: 0 35px;
}

.mainbnr .prev {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 26px;
    height: 100px;
    background: url(./images/nav_left.jpg) no-repeat;
    cursor: pointer;
}

.mainbnr li {
    margin-right: 10px;
}

.mainbnr li img {
    border: 0;
}

.mainbnr .next {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 26px;
    height: 100px;
    background: url(./images/nav_right.jpg) no-repeat;
    cursor: pointer;
}

.widget {
    border: 1px solid #5FB6E1;
    padding: 0px;
    background: #F0F9FD;
}

.news {
    position: relative;
    border: 1px solid #5FB6E1;
    padding: 0px;
    background: #F0F9FD;
    margin-bottom: 15px;
}

/*.news h2 {*/
/*    width: 212px;*/
/*    height: 50px;*/
/*    text-indent: -9999px;*/
/*    background: url("./images/h2_news.jpg") no-repeat !important;*/
/*    margin-bottom: 0px !important;*/
/*}*/

.news_list {
    margin: 0;
    padding: 5px;
}

.news_list li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #BFBFBF;
    display: block;
}

.news_list li:first-child {
    padding-top: 0px !important;
}

.news_list span {
    display: inline-block;
}

.news_list span.event {
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #ff3100;
}

.news_list span.event a {
    color: #FFFFFF !important;
    margin-top: 0px !important;
    text-decoration: none;
}
.news_list li span a {
    background-color: #050367;
    display: inline-block;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
}
.news_list span.topics {

}
.news_list span a{
    text-decoration: none;
}
.news_list span.topics a {
    color: #FFFFFF !important;
    margin-top: 0px !important;
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #ff98a9;
    text-decoration: none;
}

.news_list span.seminar {

}

.news_list span.seminar a {
    color: #FFFFFF !important;
    margin-top: 0px !important;
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #b2a2d3;

}

.news_list span.baiten {

}

.news_list span.baiten a {
    color: #FFFFFF !important;
    margin-top: 0px !important;
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #01aa81;
}

.news_list span.other {
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #999999;
}
.news_list span.other a{
    margin-right: 5px;
    text-align: center;
    min-width: 48px;
    padding: 2px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #999999;
}
.news_list li .thumbnail {
    float: right;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #FFFFFF;
    margin-left: 10px;
    box-shadow: none !important;
}

.news_list li .thumbnail img {
    box-shadow: none !important;
}

.news_list li a {
    margin-top: 5px;
    display: block;
    color: #000000;
}

.news_list li a:hover {
    text-decoration: none;
}

.news .btn_list {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.news .btn_list li {
    margin-right: 5px;
    list-style: none;
    float: left;
}

.news .btn_list li:last-child {
    margin-right: 0px !important;
}

.news .btn_list li img {
    border: 0;
}

.items .first {
    margin-left: 0px !important;
    clear: both;
}

.item {
    margin-left: 22px;
    margin-bottom: 25px;
    float: left;
    width: 200px;
}

.item_title {
    margin-top: 10px;
}

.item_title a {
    font-size: 1.2rem;
    color: #8D8D8D;
}

.item_title a:hover {
    text-decoration: none;
}

.item .item_option_price {
    font-size: 1.3rem;
    color: #666666;
    font-weight: bold;
}

.item .tax {
    font-size: 0.8rem !important;
    font-weight: normal !important;
}

.cart_count {
    text-align: center;
}

.item .cart_button {
    text-align: center;
}


#sidebar {

    max-width: 250px;
    width: 100%;
    float: right;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #sidebar {
        max-width: initial;
    }
}
#sidebar .bnr {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

#sidebar .bnr li {
    margin-top: 0;
    display: block;
}

#sidebar .bnr li:first-child {
    margin-top: 0px;
}

#sidebar .bnr a {
    height: 39px;
    display: block;
    font-size: 0;
    line-height: 0;
}

#sidebar .bnr .hofu {
    background: url("./images/bnr_sidebar.jpg") no-repeat 0 0;
}

#sidebar .bnr .yamaguchi {
    background: url("./images/bnr_sidebar.jpg") no-repeat 0 -39px;
}

#sidebar .bnr .mine {
    background: url("./images/bnr_sidebar.jpg") no-repeat 0 -78px;
}

#sidebar .bnr .hofushoko {
    background: url("./images/bnr_sidebar.jpg") no-repeat 0 -117px;
}

footer {
    margin-top: 5px;
    /*max-width: 980px;*/
    width: 100%;
}

footer nav {
    /*height: 50px;*/
    line-height: 50px;
    background: #ff98a9;
    font-size: 13px;
}

footer nav ul {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

footer nav ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

footer nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
}

footer nav ul li a.first {
    padding-left: 0px !important;
    border-left: none !important;
}

footer nav ul li a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    footer nav {
        line-height: 30px;
    }
    footer nav ul li {
        display: block;
        width: 100%;
    }
    footer nav ul li a{
        display: block;
        border-left: none;
        border-bottom: 1px solid #fff;
    }

}
footer .content {
    max-width: 1040px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 105px;
    margin: 15px auto;
    color: #272378;
    padding: 0 20px;
}
footer .content .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 17%;
    position: relative;
    max-width: 400px;
    width: 100%;
}
footer .content .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 767px) {
    footer .content {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .content .map {
         padding-bottom: 50%;

     }
}
footer .content .logo {
    position: absolute;
    top: 5px;
}

footer .content .map {
}

footer address {
    font-style: normal;
}

footer address p {
    font-size: 14px;
    line-height: 166%;
}

#copyright {
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    background: #cc3c66;
}

.cl {
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

.wp-pagenavi {
    margin-top: 10px;
    text-align: center;
}

.wp-pagenavi span, .wp-pagenavi a {
    margin-left: 5px;
}

.wp-pagenavi .current {
    color: #FFFFFF;
    padding: 5px;
    background: #FF9801;
}

.wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    color: #FFFFFF;
    padding: 5px;
    background: #CCCCCC;
}

.wp-pagenavi .page:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
    text-decoration: none;
}

.cart_button img {
    display: none;
}

.cart_button a {
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 30px;
    background: url("./images/btn_incart.jpg") no-repeat;
}

#maincart_ajax {
    padding: 0 5px 5px 5px;
}

#minicart {
    border-top: 1px solid #333 !important;
    border-left: 1px solid #333 !important;
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

#minicart .item {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
}

#minicart th {
    color: #333 !important;
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    padding: 5px 0px !important;
}

#minicart .thitem {
    width: 164px !important;
}

#minicart td {
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    background: #FFFFFF;
}

#maincart_ajax input {
    border: 0;
    width: 220px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background-color: #ffffff;
    background-image: url("./images/h2_incart.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    margin: 5px auto 0px !important;
    cursor: pointer;
}

#sidebar h2 {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 14px;
    padding: 18px;
    background: url(./images/h2_side_bg.jpg) repeat;
    margin-bottom: 5px;
    height: 50px;
    font-weight: 500;
}

#sidebar .widget {
    padding: 0px;
    margin-top: 5px;
}

#sidebar .widget:first-child {
    margin-top: 0px !important;
}

#sidecatlist {
    padding: 5px;
}

#sidecatlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidecatlist ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #BFBFBF;
}

#sidecatlist ul li:last-child {
    border-bottom: none !important;
}

#sidecatlist ul li:first-child {
    padding-top: 0px !important;
}

#sidecatlist ul li a {
    font-size: 1.3rem;
    color: #8D8D8D;
}

#sidecatlist ul li a:hover {
    text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #BFBFBF !important;
}

#sidebar .searchform {
    margin: 0;
    padding: 0 5px 5px 5px;
}

#sidebar .searchform .screen-reader-text {
    display: none;
}

#sidebar .searchform #s {
    width: 195px;
    height: 28px;
}

#sidebar .searchform #searchsubmit {
    margin-left: 0px;
    border: none;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("./images/btn_search.png") no-repeat;
    cursor: pointer;
}

#main .searchform {
    margin: 20px 0 25px;
    text-align: center;
}

#main .searchform .screen-reader-text {
    display: none;
}

#main .searchform #s {
    width: 266px;
    height: 28px;
}

#main .searchform #searchsubmit {
    margin-left: 0px;
    border: none;
    width: 135px;
    height: 30px;
    text-indent: -9999px;
    background: url("./images/btn_shohin_search.jpg") no-repeat;
    cursor: pointer;
}

.single_cart .wp-post-image {
    width: 400px;
    height: 400px;
    margin-right: 24px;
    float: left;
}

.single_cart .item_info {
    width: 220px;
    float: right;
}

.single_cart .item_number {
    margin-bottom: 10px;
}

.single_cart .item_option_price {
    color: #FF9700;
    font-size: 2rem;
    line-height: 2em;
    font-weight: bold;
}

.single_cart .item_option_price .tax {
    font-size: 0.6rem !important;
    font-weight: normal !important;
}

#kinsaivisual {
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 5px;
}

#kinsaivisual img {
    font-size: 0px;
    line-height: 0px;
}

.btn_list {
    padding: 0 25px 25px 25px;
    text-align: right;
}

.btn_list img {
    box-shadow: none !important;
    border: 0;
}

.nivo-prevNav {
    position: relative;
    top: 96px !important;
    left: 20px !important;
    text-indent: -9999px;
    width: 46px;
    height: 88px;
    background: url("./images/btn_prev.png");
}

.nivo-nextNav {
    position: relative;
    top: 96px !important;
    right: 20px !important;
    text-indent: -9999px;
    width: 46px;
    height: 88px;
    background: url("./images/btn_next.png");
}

table {
    width: 100%;
    margin: 0 0 15px 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #333;
    border-width: 1px 0 1px 1px;
    clear: both;
    padding: 0px;
    font-size: 0.9rem;
}

table tr td {
    margin: 0;
    padding: 5px;
    border-style: solid;
    border-color: #333;
    border-width: 0 1px 1px 1px;
    letter-spacing: 0.1em;
}


table th {
    padding: 5px;
    border-style: solid;
    border-color: #333;
    border-width: 1px;
    background-color: #5fb6e1;
    color: #FFFFFF;
    text-align: center;
}

ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}

.cat-item-none {
    display: none;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    margin: 0 auto 15px;
    display: block;
}

/*#newentry p {
    text-align: center;
}*/

#useremail {
    font-size: 120% !important;
}

#password {
    font-size: 120% !important;
}

#login {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.img_wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    border: 1px solid #959595;
}

.img_wrapper img {
    box-shadow: none !important;
    vertical-align: middle !important;
}

.font-style01 {
    color: #cc3c66;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #cc3c66;
    line-height: 188%;
}

.font-style02 {
    font-size: 1.1rem;
}

.textwidget{
    padding: 5px;
}

.iguide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:30px;
}

.iguide .thum {
    width: 50%;
}
.iguide .thum img {
    width: 100%;
    height:auto;
}
.iguide .into-txt{
    width:45%;
}
@media screen and (max-width: 767px) {
    .iguide .into-txt{
        width:100%;
    }
    .iguide .thum {
        width: 100%;
    }
}
.mgb10{
    margin-bottom: 10px;
}
.btn-wrap {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.btn-wrap a {
    max-width: 280px;
    width: 100%;
    background-color: #00AAD8;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #00AAD8;
    transition: 0.3s;
}

.btn-wrap a:hover {
    background-color: #fff;
    color: #00AAD8;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.info-h {
    margin: 15px auto;
    font-size: 15px;
    line-height: 166%;
}

.content-fb {

}

.mb-10 {
    margin-bottom: 10px;
}

.contact-box {
    border: 1px solid #03A9D9;
    padding: 15px;
}

.contact-box h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.b-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .b-contact {
        display: block;
    }
}
.txt-contact {
    max-width: 280px;
}

p.teltxt {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #page #main .inner p {
        display: block;
        width: 100%;
        overflow: hidden;
    }

}
.pmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.pmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
div#access ,div#price {
    padding-top: 50px;
    margin-top: -50px;
}