.mf_right{
    margin-top: 20px;
}
.place_top_icon{
    width:7%;
    display: block;
    margin: auto;
}
.place_top_type {
    margin-top: 20px;
}
.place_top_type h1 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.place_comments {
    font-size: 12px;
    text-align: right;
}
.place_top_type_all {
 display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.place_top_type_box {
   width: 32%;
    padding: 10px 8px;
}
.place_top_type_box02 {
    width: 30%;
    padding: 10px 10px;
    position: relative;
}
.place_top_type_box_title {
    background: #3366cc;
    padding: 0;
    margin: 0;
    color: #fff;
}
.place_detail_title{
background: #3366cc;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 40px;
    line-height: 1.2;
}
.place_detail_title02{
 background: #3366cc;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 68%;
    font-size: 20px;
    line-height: 1.1;
    padding: 10px 0;
}
.place_detail_title03{
 background: #3366cc;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 55%;
        font-size: 20px;
    line-height: 1.1;
    padding: 10px 0;
}
p.place_top_type_box_btn {
    background: #ff6000;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 0 #762d00;
}
.place_top_type_box a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.place_middle_title {
    color: #fff;
    background: #3366cc;
    margin: 20px 0 20px;
    padding: 10px;
    line-height: 1.4;
    font-size: 20px;
}
.mt40{
     margin-top: 40px;
}
.place_top_type_box02 p {
    font-size: 2vw;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #ff6000;
}
.place_type_box {
    width: 25%;
    padding: 10px 8px;
}
@media screen and (max-width:640px) {
    .place_type_box {
    width: 46%;
}
.place_top_type_box {
    width: 49%;
    padding: 5px 5px;
}
.place_top_type_box_title {
    font-size: 16px;
}
.place_top_icon {
    width: 50px;
}
.place_top_type h1 {
    font-size: 28px;
}
p.place_top_type_box_btn {
    padding: 6px;
}
.place_top_type_box02 {
    width: 45%;
}
.place_detail_title02 {
    top: 58%;
    font-size: 18px;
}
.place_top_type_box02 p {
    font-size: 23px;
}
.place_detail_title03 {
    top: 44%;
    font-size: 15px;
}
}


/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */
