/*==============================================
  common
==================================================*/

@media screen and (max-width: 750px) {
    body {
        padding: 0px;
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
        word-wrap: break-word
    }
    .pc_br {
        display: none !important;
    }
    .pc_br2 {
        display: none !important;
    }
    .sp_br {
        display: block;
    }
    .sp_br2 {
        display: inline-block;
    }
    img {
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }
    /* =========================================================
    TOP header
========================================================= */
    header {
        height: 50px;
        position: fixed;
        padding: 0;
        min-width: inherit;
        border-bottom: 1px solid #eee;
        background: rgb(255, 255, 255, 1);
    }

header:lang(ja){
    min-width: 100%;
}
header:lang(en){
    min-width: 100%;
}
header:lang(ko){
    min-width: 100%;
}
header:lang(zh-cmn-Hans){
    min-width: 100%;
}
header:lang(zh-cmn-Hant){
    min-width: 100%;
}


    .headerin {
        position: relative;
        width: 100%;
    }
    .headerin .gnavi .close {
        display: none;
    }
    .headerin .gnavi {
        float: none;
        padding-top: 0;
        position: static;
    }
    .headerin .gnavi {
        width: 100%;
        margin: 0 auto 0;
        border-right: none;
    }
    .headerin .gnavi li {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        border-left: none;
        height: inherit;
        line-height: 1.6;
        padding: 0 0;
    }
    .headerin .gnavi li {
        padding-left: 0px;
        margin-left: 0;
    }
    .headerin .headerin .gnavi li {
        float: none;
        font-size: 14px;
        margin-left: 0;
        font-weight: 300;
    }
    .headerin .gnavi li:nth-child(11) {
        display: inline-block !important;
        width: 49% !important;
        font-size: 150%;
        text-align: right;
    }
    .headerin .gnavi li:nth-child(12) {
        display: inline-block !important;
        width: 49% !important;
        font-size: 150%;
        text-align: left;
    }
    .headerin .gnavi li:nth-child(11) a {
        font-size: 140% !important;
        padding: 10px 15px;
    }
    .headerin .gnavi li:nth-child(12) a {
        font-size: 140% !important;
        padding: 10px 15px;
    }
    header p.top_header {
        width: 160px;
        padding: 7px 15px 0 10px;
        margin: 0 auto;
    }
    .kanagawalogo{
      height: 50px;
      margin-right: 65px;
    }
    .kanagawalogo img {
      width: auto;
      height: 50px;
    }
    /*メニュー*/
    .menu,
    .menu span {
        display: block;
        transition: all .4s;
        vertical-align: middle;
    }
    .menu {
        position: absolute;
        right: 0px;
        top: 0px;
        line-height: 1;
        cursor: pointer;
        width: 52px;
        height: 50px;
        background-color: #ffff00;
    }
    .menu span {
        width: 32px;
        height: 4px;
        left: 10px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        position: absolute;
        background-color: #444;
        border-radius: 8px;
        z-index: 999
    }
    .menu .top {
        top: 13px;
    }
    .menu .middle {
        top: 23px;
    }
    .menu .bottom {
        top: 33px;
    }
    .menu .menu3 {
        top: 32px;
        color: #fff;
        left: 10px;
        font-size: 8px;
        background-color: inherit;
    }
    .menu.active .top {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .menu.active .middle {
        opacity: 0;
    }
    .menu.active .bottom {
        -webkit-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
    }
    #header .gnavi li p {
        padding-top: 0px;
        text-align: center;
    }
    .navopen {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        width: 100%;
        top: 50px;
        padding-top: 30px;
        z-index: 777;
        padding-bottom: 50px;
    }
    .navopen li {
        color: #fff;
        text-align: center;
        padding: 0;
        font-size: 106%;
        letter-spacing: 2px;
    }
    .navopen li:last-child {
        border-bottom: none;
    }
    .navopen a {
        display: block;
        padding: 2.5% 0;
        color: #333 !important;
        font-size: 15px !important;
        text-decoration: none;
    }
    .navopen img {
        /* display: none; */
    }
    .navopen span {
        display: block;
    }
    .navopen li.close {
        display: block;
        background: #2863a2;
        padding: 1% 0 !important;
        color: #fff;
        font-size: 17px !important;
    }

    #menulist {
        display: none;
    }
    #itemlist {
        display: none;
    }
    #header .gnavi li a {
        padding: 10px 0;
        border-left: none;
    }
    .headerin .gnavi .close {
        display: block;
    }
    .h_navi_r {
        float: none;
    }
    .navigation {
        float: none;
        margin-top: 0px;
    }
    .navigation li {
        float: none;
    }
    .navigation li a {
        margin-left: 0;
        font-weight: 600;
        color: #333;
        font-size: 14px;
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
    .navigation li a::after {
        position: absolute;
        bottom: 6px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
    }
    .navigation li a:hover::after {
        transform: scale(1, 1);
    }
    .search_btn {
        float: none;
        margin: 15px auto 0;
        width: 82%;
    }
    .l-header__form {
        position: relative;
        border-radius: 21px;
        background-color: #f5f8fa;
        border: 1px solid #ccc;
    }
    .l-header__form>button {
        width: 33px;
        padding: 0;
        line-height: 0.85;
        text-align: center;
        display: block;
        position: absolute;
        top: 8px;
        left: 15px;
        border: none;
        background-color: transparent;
        font-size: 1.8rem;
        color: #999;
        transition: color .2s ease-out;
    }
    .hi-search img {
        width: 18px;
        display: block !important;
    }
    .hi-search {
        padding: 10px 0 10px;
    }
    .l-header__form>input[type="search"] {
        width: 94%;
        height: 37px;
        box-sizing: border-box;
        border: none;
        background-color: transparent;
        font-size: 16px;
        vertical-align: middle;
    }
    #searchKeywordInput {
        padding: 5px 0 5px 33px;
    }
    
    .keyword{
      position: relative;
      top: inherit;
      right: inherit;
    }
    .headerin .f_sns {
    display: table;
    border-top: 1px solid #ccc;
    padding: 25px 10px 0;
    margin: 25px auto 0;
}

.headerin .f_sns li {
  display: inline-block!important;
    width: 25px!important;
    padding: 0;
    float: left;
    margin-left: 12px;    
}
.headerin .f_sns li:first-child {
    margin-left: 0px;
}

    .language {
        float: none;
        margin-left: 0;
        position: absolute;
        top: 54px;
        right: 0;
        z-index: 999;
    }
    .languageNavi {
        display: block;
        width: 100%;
        height: 27px;
        padding: 0px 5px 0px 10px;
        background-color: #0074C7;
        font-size: 11px;
        font-weight: 300;
        line-height: 27px;
        color: #fff;
        text-decoration: none;
        z-index: 999;
        letter-spacing: 0px;
    }
    .languageNavi:after {
        margin-left: .4em;
        content: "▼";
        font-size: 3px;
        font-size: .3rem;
    }
    .accordion1 p {
        cursor: pointer;
    }
    .accordion1 .inner {
        display: none;
    }
    .language ul {
        padding: 6px 0;
        background: #fff;
        font-size: 12px;
        line-height: 2;
    }
    .language .inner li {
        padding-left: 15px;
    }
    .language li a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        letter-spacing: 0;
    }
    .kanagawalogo img {
      width: auto;
      height: 50px;
    }


.language3{
    margin-top: 20px;
}
.language3 li{
    width: auto!important;
    display: inline-block;
    margin-right: 10px!important;
    font-size: 110%;
}
.language3 li:last-child{
    margin-right: 0px!important;
}
.language3 li a{
    color: #0074C7!important;    
}

    /* =========================================================
  header 2層
========================================================= */
    #header2 h1 {
        width: 160px;
        padding: 14px 15px 0 0;
        float: none;
        margin: 0 auto;
    }
    .fv_main {
        height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #FFFFFF;
        padding: 4% 0 5%;
        letter-spacing: 1px;
        margin: 0 0 0;
    }
    .fv_main h2 {
        text-align: center;
        padding-top: 45px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.55;
    }
    .fv_main h2 span {
        font-size: 28px;
        letter-spacing: 5px;
    }
    #contents2 {
        margin-top: 10%;
    }
    /* =========================================================
  2層 ac
========================================================= */
    .accordion {
        margin: 0 auto 6%;
    }
    .accordion h5 {
        font-size: 14px;
    }
    .accordion h5:before {
        width: 14px;
        height: 14px;
        margin: -3px 6px 0 0;
    }
    .accordion>ul>li>a {
        padding: 0.7em 0;
    }
    .accordion>ul>li>a h5:hover {
        color: #111;
        text-decoration: none;
    }
    .accordion li .accordion_icon {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 20px;
        right: 10px;
    }
    /* =========================================================
   search
========================================================= */
    #shopsearch {
        padding: 5% 4%;
    }
    .search_box {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .search_box h3 {
        float: left;
        width: 80px;
        margin-top: 2px;
    }
    .search_box h3>span {
        display: block;
        width: 70px;
        height: 24px;
        background-color: #fff;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
    }
    .search_item {
        padding: 0 0 0 80px;
    }
    .form-input:placeholder-shown {
        color: #bababa;
        font-size: 12px;
        letter-spacing: .1em;
    }
    .form-input {
        display: block;
        width: 85%;
        height: 28px;
        margin: -4px 0 0;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
    }
    .search_itemin {
        border-bottom: dashed 1px #ccc;
        padding-bottom: 7px;
        margin-bottom: 8px;
    }
    .noborder {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .search_itemin h4 {
        font-size: 13px;
        float: none;
        width: inherit;
        padding: 5px 0 0 0;
        line-height: 1.3;
        letter-spacing: .1em;
    }
    .search_itemin .search_cate {
        display: block;
        padding-left: 0px;
        padding-top: 3px;
        float: none;
        width: auto;
    }
    .search_itemin .search_cate li {
        float: left;
        margin-right: 10px;
        margin-bottom: 1px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .scate2 {
        width: auto;
    }
    .scate3 {
        width: auto;
    }
    .areawidth li {
        width: auto;
    }
    .search_areain li {
        margin-right: 10px;
        margin-bottom: 1px;
        margin-top: 0;
        font-size: 13px;
        letter-spacing: 0;
    }
    .buttn_area {
        text-align: center;
        margin-top: 0;
        margin-bottom: 5%;
        display: block;
    }
    .buttn_area input {
        background: url(/img/search_icon2b.png) no-repeat left center #333;
        background-position-x: 20%;
        padding: 8px 0 8px 2%;
        color: #fff;
        text-decoration: none;
        background-size: 14px;
        text-align: center;
        border-radius: 3px;
        font-size: 14px;
        width: 48%;
        margin: 0 1%;
    }
    .buttn_area button {
        background: #bbb;
        padding: 8.5px 0;
        text-align: center;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        width: 48%;
        margin: 0 1%;
        border: none;
    }
    .hittxt {
        font-weight: bold;
        padding-bottom: 10%;
        font-size: 16px;
    }
    .list_pager {
        margin: 0% auto 10%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: 'arial', sans-serif;
    }
    #search_area input[type=checkbox] {
        width: 13px;
        height: 13px;
    }
    /* =========================================================
    top main
========================================================= */
    #topimage h1 {
        width: 58%;
    }
    #topimage .spot_name {
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        bottom: 4%;
        right: 3%;
        text-decoration: none;
        letter-spacing: 0;
        text-shadow: 0px 0px 2px #000;
    }
    #topimage .spot_name2 {
        display: inline-block;
        position: absolute;
        color: #000;
        background-color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 7PX 10PX;
        border-top: solid 5px #7AC6E1;
        margin: 0 15px 0 0;
        text-decoration: none;
        box-shadow: 4px 4px #aaa;
    }

    .top_icon_r{
        width: 80px;
        right: 5px;
        margin-top: -40px;        
    }
    .top_icon_l{
        width: 80px;
        left: 5px;
        margin-top: -40px;
    }
    .top_icon_l2,.top_icon_r2{
        display: none;
    }
    /* =========================================================
    topics
========================================================= */
    /*
    #topics {
        padding-top: 10%;
    } */
    #topics .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #topics h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #topics .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 4px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }
    #topics .newscon {
        border-bottom: dotted 1px #aaa;
        padding: 1.2em 0;
    }
    #topics .newscon dt {
        float: none;
        width: 100%;
        padding-bottom: 4px;
    }
    #topics .newscon dt .date {
        font-size: 12px;
        padding: 0 8px 0 0;
        width: auto;
    }
    #topics .newscon dt .cate {
        display: inline-block;
        width: 60px;
        padding: 4px 10px;
        color: #fff;
        font-size: 10px;
        text-align: center;
        line-height: 1;
        vertical-align: middle;
        border-radius: 4px;
    }
    #topics .newscon dd {
        float: none;
        width: 100%;
        font-size: 14px;
    }
    .more_btn {
        margin: 6% auto 8%;
    }
    .more_btn a {
        display: block;
        width: 70%;
        padding: 10px 0;
        margin: 0 auto 0;
        color: #fff;
        letter-spacing: 2px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        text-align: center;
        background: url(../images/arrow1.png) no-repeat right #0074C7;
        background-position-x: 94%;
        background-size: 20px;
    }
    .more_btn2 a {
        display: block;
        width: 60%;
        padding: 8px 0;
        margin: 4% auto 0;
        color: #fff;
        letter-spacing: 2px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.1);
        text-align: center;
        background: url(../images/arrow1.png) no-repeat right;
        background-position-x: 94%;
        background-size: 20px;
        border: 1px solid #fff;
    }
    .feature_banner {
        width: 94%;
        margin: 0 auto 6%;
    }
    /* =========================================================
    event
========================================================= */
    #event .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #event h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #event h2 span {
        font-size: 16px;
        letter-spacing: 4px;
    }
    #event .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 2px;
        margin-bottom: 6%;
    }
    .slick-box {
        margin: 0 0;
    }
    .slick-box li {
        margin: 0 8px;
    }
    #event ul {
        padding-bottom: 10px
    }
    .eventcon dt img {
        width: 100%;
        height: 175px;
        object-fit: cover;
    }
    .eventcon dt {
        overflow: hidden;
        border-radius: 0;
    }
    .eventcon dd {
        background: #fff;
        padding: 5px 18px 18px;
        border-radius: 0;
    }
    .event_area .main {
        padding: 4px 10px;
        font-size: 10px;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        font-weight: bold;
    }
    .event_area .sub {
        padding: 0 4px;
        font-size: 12px;
    }
    .eventcon .event_title {
        font-size: 15px;
        font-weight: bold;
        padding: 8px 0 1px;
    }
    .eventcon .date {
        font-size: 13px;
        padding: 0 0 7px;
    }
    .eventcon .cate {
        font-size: 10px;
        color: #666;
        border: 1px solid #ccc;
        padding: 2px 10px;
        border-radius: 20px;
        display: inline-block;
    }
    .north_a .main {
        background: #e2a539;
    }
    .north_a .sub {
        color: #e2a539;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev {
        left: 5px;
    }
    /* =========================================================
    feature
========================================================= */
    #feature .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #feature h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #feature h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #feature .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }
    .featrecon {
        width: 84%;
        margin: 0 auto 0;
    }
    .feature_list {
        /* padding-top: 4%; */
    }
    .feature_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8%;
        float: left;
    }
    .feature_list li:nth-child(2n) {
        margin-right: 0;
    }
    .feature_list li dd p {
        font-size: 15px;
        font-weight: bold;
        padding-top: 12px;
    }
    /* =========================================================
    spot
========================================================= */
    #spot {}
    #spot .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #spot h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #spot h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #spot .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }
    .spotcon li {
        margin: 0 12px;
    }
/*    
    .spotcon dt {
        overflow: hidden;
        border-radius: 0;
    }
    .spotcon dt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .spotcon dd {
        padding: 5px 0px 0px;
        border-radius: 0 0 0;
        height: 120px;
    }
*/
.spotcon dl dt{
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%;
      max-width: 100%;
    }
.spotcon dl dt::before{
      content: "";
      display: block;
      padding-top: 65%;
    }
.img2 dl dt::before{
      content: "";
      display: block;
      padding-top: 60%;
    }    
.spotcon dl dt img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 50% 50%;
    }

    .spotcon .main {
        padding: 5px 8px;
        font-size: 10px;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        font-weight: bold;
    }
    .spotcon .sub {
        padding: 0 4px;
        font-size: 12px;
    }
    .spotcon .spot_title {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0 3px;
    }
    .spotcon .spot_copy {
        font-size: 14px;
        padding: 0 0 5px;
        line-height: 1.6;
    }
    .spotcon .spot_cate {
        font-size: 10px;
        color: #666;
        border: 1px solid #ccc;
        padding: 2px 8px;
        border-radius: 20px;
        display: inline-block;
        letter-spacing: 0;
    }
    #spot .title2 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 1px;
        margin: 10% 0 2%;
    }
    .categorylist {
        margin: 6% auto;
        flex-wrap: wrap;
        width: 90%;
    }
    .categorylist li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
        height: auto;
    }
    .categorylist li:last-child {
        margin-right: 0;
    }
    .categorylist li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .categorylist li a {
        width: 100%;
        background-color: #fff;
        padding: 0;
        text-decoration: none;
        color: #333;
        text-align: center;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0;
        height: 100%;
        padding: 15% 0;
    }
    .categoryname {
        letter-spacing: 2.5px;
        letter-spacing: .25rem;
        padding-top: 52%;
    }
    .categorylist li a {
        color: #333;
        background-size: 50px !important;
        background-position: center 30% !important;
    }
    .categorylist li a:hover {
        color: #fff;
        background-size: 50px !important;
        background-position: center 30% !important;
    }
    .slick-list {
        padding: 0 8% !important;
    }
    #banner_area_under_mv .slick-list {
        padding: 0 8% !important;
    }
    #main .slick-list {
        padding: 0 0% !important;
    }

    /* =========================================================
    gourmet
========================================================= */
    #gourmet {}
    #gourmet .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #gourmet h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #gourmet h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #gourmet .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }

    /* =========================================================
    marine
========================================================= */
    #marine {}
    #marine .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #marine h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #marine h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #marine .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }


    /* =========================================================
    stay
========================================================= */
    #stay {}
    #stay .inner {
        padding: 16% 0 10%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #stay h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #stay h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #stay .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }


    /* =========================================================
    area
========================================================= */
    #area {
        background: url(../img/bg_all.jpg) no-repeat;
        background-size: cover;
        height: auto;
        background-position: center;
    }
    #area .inner {
        width: 86%;
        margin: 0 auto;
        display: table;
        position: relative;
    }
    #area .area_detail {
        width: 100%;
        padding: 15% 0 10%;
        color: #fff;
        float: none;
    }
    #area h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    #area .subtitle {
        font-size: 14px;
        padding-top: 2px;
        letter-spacing: 2px;
        margin-bottom: 4%;
    }
    #area .subcopy {
        font-size: 13px;
        text-align: center;
        padding-top: 0;
        letter-spacing: 0px;
        margin: 0 0 5%;
    }
    .area_btn_sp {
        width: 100%;
    }
    .area_btn_sp li {
        width: 33.333333333333%;
        float: left;
        padding: 9px 0;
        background: #bbb;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .area_btn_sp li a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-align: center;
        background: url(../img/arrow1.png) no-repeat right;
        background-position-x: 96%;
        background-size: 15px;
        padding: 0 5px 0 0;
    }
    .area_btn_sp .a_btn_sp1 {
        background: #e2a539;
    }
    .area_btn_sp .a_btn_sp2 {
        background: #f2aead;
    }
    .area_btn_sp .a_btn_sp3 {
        background: #9ed8f9;
    }
    .area_btn_sp .a_btn_sp4 {
        background: #ef8257;
    }
    .area_btn_sp .a_btn_sp5 {
        background: #bbd856;
    }
    .miyage {
        width: 96%;
        margin: 2% auto;
    }
    /* =========================================================
    sns area
========================================================= */
    #sns_area .inner {
        margin: 0 auto 8%;
        display: table;
    }
    #sns_area .official_fb {
        background: #f2f2f2;
        padding: 7% 0;
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #sns_area .official_fb h3 {
        width: 86%;
        padding-bottom: 0;
        margin: 0 auto;
    }
    #sns_area .official_sns {
        background: #f3fafd;
        padding: 4% 6%;
        width: 88%;
        float: none;
    }
    #sns_area .official_sns dl {
        margin: 0 auto;
    }
    #sns_area .official_sns dt {
        width: 35px;
        float: left;
        padding-right: 10px;
    }
    #sns_area .official_sns dd {
        float: left;
        font-size: 17px;
        padding-top: 4px;
    }
    #sns_area .official_sns .snscopy {
        letter-spacing: 0;
        font-size: 13px;
        padding: 4% 0;
    }
    #sns_area .official_sns .snslink {
        text-align: center;
        margin: 0 auto;
        display: table;
        width: 80%
    }
    #sns_area .official_sns li {
        width: 19%;
        margin: 0 3% 2%;
    }
    .official_insta h3 {
        width: 140px;
        margin: 0 auto 2%;
    }
    .official_insta .name {
        font-size: 14px;
        text-align: center;
        padding-bottom: 4%;
    }
    .official_insta {
        width: 100%;
        margin: 0 auto;
    }
    .official_insta li {
        float: left;
        width: 25%;
        height: 80px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .official_insta li a {
        width: 100%;
        display: block;
    }
    .official_insta li img {
        /* height: 100%; */
        width: 155% !important;
        height: auto !important;
        display: block;
        vertical-align: middle;
        position: absolute;
        top: -0% !important;
        left: -30% !important;
        margin: 0;
    }
    .official_insta li:nth-child(9) {
        display: none;
    }
    .official_insta li:last-child {
        display: none;
    }
    .official_insta .more_btn a {
        margin: 0 auto;
    }
    .official_insta .more_btn {
        margin: 6% auto 0;
    }
    #sns_area .official_sns li:nth-child(2n) {
        margin-right: 3%;
    }

/* =========================================================
    information_section
========================================================= */
.information_section .policy{
    font-size: 16px;
    margin-bottom: 15px;
}
.information_section h3{
    margin-bottom: 7px;
}    
.information_section p{
    margin-bottom: 30px;
}

.img_middle{
    display: block;
    width: 100%;
}

    #banner_area,
    #banner_area_under_mv {
        padding: 10% 0 5%;
        width: 95%;
        margin: 0 auto;
    }
    #banner_area .banner_link1,
    #banner_area_under_mv .banner_link1 {
        margin-bottom: 2%;
    }
    #banner_area_under_mv .banner_link1 li {
        float: left;
    }
    #banner_area .banner_link1 li {
        float: left;
        margin: 0 2% 2% 0;
        width: 49%;
    }
    #banner_area .banner_link1 li:nth-child(2n) {
        margin-right: 0;
    }
    #banner_area .banner_link1 li:nth-child(4n) {
        margin-right: 0;
    }
    #banner_area h3 span {
        font-weight: 600;
        display: block;
        font-size: 14px;
        padding: 5px 20px 10px;
    }
    #banner_area .banner_a {
        margin-top: 5px;
    }
    #banner_area .banner_a li {
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        width: 32%;
    }
    #banner_area .banner_a li:nth-child(5n) {
        margin-right: 2%;
    }
    #banner_area .banner_a li:nth-child(4n) {
        margin-right: 2%;
    }
    #banner_area .banner_a li:nth-child(3n) {
        margin-right: 0
    }
    /* =========================================================
    footer
========================================================= */
    .footer_tag {
        background-color: #fff;
    }
    .footer_tag .footer_tag_detail {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 0;
    }
    .footer_tag .footer_tag_detail h3{
    margin-top: -5px;
    }
    .footer_tag_detail ul {
        letter-spacing: -0.4em;
        line-height: 1;
    }
    .footer_tag_detail ul li {
        display: inline-block;
        padding: 5px 5px 0 0;
        font-size: 100%;
        letter-spacing: normal;
    }
    .footer_button li{
      padding: 8px 12px;
      margin: 0 8px;
    }
    .footer_tag_detail ul li a {
        display: inline-block;
        padding: 4px 4px;
        background-color: #0074C7;
        color: #fff;
    }
    .footer_detail {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  /* padding: 0 5px; */
  position: relative;
}
.footer_detail .nav_sns {
  padding: 40px 0 30px;
}
.footer_detail .nav_sns ul {
  margin: 0 auto;
}
.footer_detail .nav_sns ul li {
  padding: 0 5px;
}
.footer_detail .nav_sns a {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
}
.footer_detail .nav_sns .nav_sns_twitter a {
  background: url("/common/images/icn_sns_tw.png") no-repeat 50% 50%;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
}
.footer_detail .nav_sns .nav_sns_facebook a {
  background: url("/common/images/icn_sns_fb.png") no-repeat 50% 50%;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
}
.footer_detail .nav_sns .nav_sns_instagram a {
  background: url("/common/images/icn_sns_ig.png") no-repeat 50% 50%;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
}
.footer_detail .nav_sns .nav_sns_youtube a {
  background: url("/common/images/icn_sns_yt.png") no-repeat 50% 50%;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
}

.nav_lnk {
  padding: 0 0 20px;
}
.nav_lnk ul {
  display: block;
  *overflow: hidden;
  *zoom: 1;
  padding: 0 5px;
}
.nav_lnk ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.nav_lnk ul li {
  float: left;
  width: 30.6%;
  padding: 5px 5px;
}
.nav_lnk ul li:nth-child(6n+1) {
    clear: both;
    padding-left: inherit;
}

.copyright {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  /* padding: 0 10px; */
  padding-bottom: 30px;
  font-size: 75%;
  text-align: center;
}

.nav_pagetop {
  position: absolute;
  right: 10px;
  /* top: -145px; */
  top: -65px;
  z-index: 2;
  display: table;
  width: 55px;
  height: 47px;
}
.nav_pagetop a {
  display: table-cell;
  width: 55px;
  height: 47px;
  padding-top: 15px;
  background: url("/osirase/0602/feelshonan/common/images/btn_pagetop.png") no-repeat 50% 50%;
  -webkit-background-size: 55px 47px;
  background-size: 55px 47px;
  font-size: 56%;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
}
    /* =========================================================
    TOP tour
========================================================= */
    #tour .inner {
        padding: 4% 0 0;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #tour h2 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 7px;
    }
    #tour h2 span {
        font-size: 16px;
        letter-spacing: 4px;
    }
    #tour .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 2px;
        margin-bottom: 6%;
    }
    #tour .top_tour li {
        width: 84%;
        margin: 0 auto 10%;
        float: none;
        position: relative;
    }
    #tour .top_tour li:last-child {
        margin-right: auto;
    }
    #tour .top_tour li dt {
        overflow: hidden;
    }
    #tour .top_tour li dd {
        margin-top: 10px;
    }
    #tour .top_tour li h3 {
        font-size: 16px;
        padding-bottom: 3px;
        font-weight: bold;
    }
    #tour .top_tour li .date {
        font-size: 14px;
        padding-bottom: 7px;
    }
    #tour .top_tour li .cate {
        font-size: 11px;
        color: #666;
        border: 1px solid #ccc;
        padding: 2px 10px;
        border-radius: 20px;
        display: inline-block;
    }
    #tour .top_tour li dt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    #tour .top_tour ul {
        margin: 3% 0 0;
    }
    .tour_deadline2 {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 8;
    }
    .tour_deadline2 .icon {
        position: relative;
        display: inline-block;
        background-color: #e44a4c;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        border-radius: 60px;
        width: 75px;
        height: 75px;
        letter-spacing: 0.5px;
    }
    .tour_deadline2 span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 75px;
        text-align: center;
    }
    .feature_b {
        width: 100%;
        margin: 12% auto 0;
    }
}


/* 20210705 追加 */

@media screen and (max-width: 1000px) {
    .pc_br3 {
        display: none !important;
    }
    .sp_br3 {
        display: inline-block;
    }

    /* =========================================================
  header 2層
========================================================= */
    #header2 h1 {
        width: 160px;
        padding: 14px 15px 0 0;
        float: none;
        margin: 0 auto;
    }
    .fv_main {
        height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #FFFFFF;
        padding: 4% 0 5%;
        letter-spacing: 1px;
        margin: 0 0 0;
    }
    .fv_main h2 {
        text-align: center;
        padding-top: 45px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.55;
    }
    .fv_main h2 span {
        font-size: 28px;
        letter-spacing: 5px;
    }
    #contents2 {
        margin-top: 10%;
    }
    /* =========================================================
  2層 ac
========================================================= */
    .accordion {
        margin: 0 auto 6%;
    }
    .accordion h5 {
        font-size: 14px;
    }
    .accordion h5:before {
        width: 14px;
        height: 14px;
        margin: -3px 6px 0 0;
    }
    .accordion>ul>li>a {
        padding: 0.7em 0;
    }
    .accordion>ul>li>a h5:hover {
        color: #111;
        text-decoration: none;
    }
    .accordion li .accordion_icon {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 20px;
        right: 10px;
    }
    /* =========================================================
   search
========================================================= */
    #shopsearch {
        padding: 5% 4%;
    }
    .search_box {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .search_box h3 {
        float: left;
        width: 80px;
        margin-top: 2px;
    }
    .search_box h3>span {
        display: block;
        width: 70px;
        height: 24px;
        background-color: #fff;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
    }
    .search_item {
        padding: 0 0 0 80px;
    }
    .form-input:placeholder-shown {
        color: #bababa;
        font-size: 12px;
        letter-spacing: .1em;
    }
    .form-input {
        display: block;
        width: 85%;
        height: 28px;
        margin: -4px 0 0;
        padding: 0 10px;
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
    }
    .search_itemin {
        border-bottom: dashed 1px #ccc;
        padding-bottom: 7px;
        margin-bottom: 8px;
    }
    .noborder {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .search_itemin h4 {
        font-size: 13px;
        float: none;
        width: inherit;
        padding: 5px 0 0 0;
        line-height: 1.3;
        letter-spacing: .1em;
    }
    .search_itemin .search_cate {
        display: block;
        padding-left: 0px;
        padding-top: 3px;
        float: none;
        width: auto;
    }
    .search_itemin .search_cate li {
        float: left;
        margin-right: 10px;
        margin-bottom: 1px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .scate2 {
        width: auto;
    }
    .scate3 {
        width: auto;
    }
    .areawidth li {
        width: auto;
    }
    .search_areain li {
        margin-right: 10px;
        margin-bottom: 1px;
        margin-top: 0;
        font-size: 13px;
        letter-spacing: 0;
    }
    .buttn_area {
        text-align: center;
        margin-top: 0;
        margin-bottom: 5%;
        display: block;
    }
    .buttn_area input {
        background: url(/img/search_icon2b.png) no-repeat left center #333;
        background-position-x: 20%;
        padding: 8px 0 8px 2%;
        color: #fff;
        text-decoration: none;
        background-size: 14px;
        text-align: center;
        border-radius: 3px;
        font-size: 14px;
        width: 48%;
        margin: 0 1%;
    }
    .buttn_area button {
        background: #bbb;
        padding: 8.5px 0;
        text-align: center;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        width: 48%;
        margin: 0 1%;
        border: none;
    }
    .hittxt {
        font-weight: bold;
        padding-bottom: 10%;
        font-size: 16px;
    }
    .list_pager {
        margin: 0% auto 10%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: 'arial', sans-serif;
    }
    #search_area input[type=checkbox] {
        width: 13px;
        height: 13px;
    }
    /* 20220128 */
    #topics .search_area {
        width: 90%;
        margin: 8% auto 5%;
    }
    #topics .topics_search a {
        margin-right: 3px;
    }
    #topics .topics_search a:last-of-type {
        margin-right: 0;
    }
    #topics .topics_search a button {
        width: 75px;
        font-size: 11px;
    }
    #topics .topics_search {
        border-bottom: none;
    }
    /* cate12 */
    #featurejp .inner {
        padding: 16% 0 16%;
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        height: auto;
        margin: 0 auto;
    }
    #featurejp h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 2px;
    }
    #featurejp h2 span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    #featurejp .subtitle {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        letter-spacing: 1px;
        margin-bottom: 6%;
    }
    /* categorylist2 */
    .categorylist2 {
        margin: 6% auto;
        flex-wrap: wrap;
        width: 90%;
    }
    .categorylist2 li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
        height: 120px;
    }
    .categorylist2 li:nth-child(5n) {
        margin-right: 2%;
    }    
    .categorylist2 li:last-child {
        margin-right: 0;
    }
    .categorylist2 li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .categorylist2 li a {
        width: 100%;
        background-color: #fff;
        padding: 0;
        text-decoration: none;
        color: #333;
        text-align: center;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        outline: none;
        padding: 0;
        height: 100%;
        padding: 10% 0;
    }
    .categoryname2 {
        color: #fff;
        /* letter-spacing: .1rem; */
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 65px;
    }
    .categorylist2 li a {
        color: #333;
        background-size: 75px !important;
        background-position: center 18% !important;
    }
    .categorylist2 li a:hover {
        color: #fff;
        background-size: 75px !important;
        background-position: center 18% !important;
    }
    /* 20230324 ryo */
    .nobrbtm {
        border-bottom: 0px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* 20250414 */
    .ct_bnr {
    width: 90%;
    margin: 40px auto 20px;
    }
    .ct_bnr2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px 10px;
    } 
    .ct_bnr2 a{
        width: 100%;
        margin-bottom: 20px;
    }   

    .bnr_line {
    border-top: solid 1px #0074C7;
    border-bottom: solid 1px #0074C7;
    margin: 0px 10px 20px;
    padding: 20px 0px 20px 0px;
    }

    .bnr_line li{
      width: 31%;
      margin: 2px;
    }
    .bnr li img{
      width: 100%;
    }

    /* pankuzu list */
    .breadcrumb {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 10px 0 30px;
    }
    .breadcrumb li{
      font-size: 12px;
      margin-right: 4px;
    }  

    .pageheader{
      margin-top: 50px;
    }
    .pageheader .pageheader_detail{
      width: 100%;
      height: 130px;
    }
    .pageheader .pageheader_detail .hgroup h1{
      font-size: 200%;
      margin: 0 10px;
    }
    .topicpath{
      width: 100%;
      padding: 10px;
    }
.pageheader .pageheader_detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 100px;
  height: 30px;
  background: url("../images/ttl_bg01.png") no-repeat 50% 50%;
  opacity: 0.8;
}
.pageheader .pageheader_detail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 100px;
  height: 30px;
  background: url("../images/ttl_bg01.png") no-repeat 50% 50%;
  opacity: 0.8;
}

    /* search */
    .section{
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 0 0 40px;
    }
    .accordion_search {
      width: 100%;
    }
    .searchspot{
      display: flex;
    }
    .accordion_search .moku{
      display: block;
      margin-right: 0;
    }
    .accordion_search .catesearch {
    padding: 10px 20px 25px;
    }
    .accordion_search .areasearch {
    padding: 15px 20px 30px;
    }

/* select 9 */
/*
.select{
  width: 100%;
  display: block;
}
.select dl{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
*/
.select{
  width: 100%;
  display: block;
}
.select dl{
  width: 100%;
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
}
.select dl dt{
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%;
      max-width: 100%;
    }
.select dl dt::before{
      content: "";
      display: block;
      padding-top: 65%;
    }
.select dl dt img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 50% 50%;
    }
.select dd{
    height: auto;
}


/* select topic */
.select2{
  width: 100%;
  display: block;
}
.select2 dl{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.select2 dl:nth-child(2n){
    display: inherit;
}   
.select2 dl dt{
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%;
      max-width: 30%;
    }
.select2 dl dt::before{
      content: "";
      display: block;
      padding-top: 65%;
    }
.select2 dl dt img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 50% 50%;
    }
.select2 dl dd{
    width: 66%;
    margin-left: 2%;
}
.select2 .spot_title{
    font-size: 15px;
    padding: 5px 0 3px;
}
.select2 dl dd .spot_copy{
    font-size: 13px;
} 
.select2 .news_date{
    font-size: 14px;
}
/* select feature */
.select3{
    width: 100%;
}
.select3 dl{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

/* cate_detail_section */
.cate_detail_section .mainimg{
  width: 100%;
  margin-bottom: 15px;
}
.cate_detail_section .textct{
  width: 100%;
}
.cate_detail_section h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.cate_detail_section span{
  font-size: 90%;
  margin-bottom: 12px;
}  
.basic_info dt{
  font-size: 13px;
  width: 120px;
  padding: 8px;
}
.basic_info dd{
  font-size: 13px;
  padding: 8px 8px 8px 20px;
}

/* map */
.acf-map{
  height: 250px;
  margin-top: 25px;
}


/* data_search_section */
.data_search_detail {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 15px 25px;
    background-color: #f4f4f7;
    border: 2px solid #dfdfdf;
}
.data_search_detail dl {
    padding: 10px 0;
    border-top: 1px dotted #dfdfdf;
}
.data_search_detail dl:first-child {
    border-top: 0;
}
.data_search_detail dt {
    display: block;
    /*font-size: 16px;*/
    vertical-align: top;
}
.data_search_detail dd {
    display: block;
    position: relative;
    font-size: 75%;
    vertical-align: top;
}
.data_search_detail .checklist {
    display: block;
    *overflow: hidden;
    *zoom: 1;
    margin-top: -10px;
    padding: 10px 0 0px;
}
.data_search_detail .checklist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.data_search_detail .checklist li {
    float: left;
    padding: 15px 10px 0 0;
    line-height: 1;
}
.data_search_detail .checklist label {
    display: block;
    padding: 0 5px 0 0px;
}
.data_search_detail .checklist input[type="checkbox"] {
    visibility: hidden;
}
.data_search_detail .checklist input[type="checkbox"] + span {
    font-size: 16px;
    position: relative;
}
.data_search_detail .checklist input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border: 2px solid #27bbe3;
    background-color: #fff;
}
.data_search_detail .checklist input[type="checkbox"]:checked + span:before {
    background-color: #27bbe3;
}
.data_search_detail .areamap_checklist {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 60;
    padding-bottom: 10px;
}
.data_search_detail .areamap {
    position: relative;
    width: 638px;
    height: 350px;
    margin: 0 auto 0px;
}
.data_search_detail .areamap img {
    width: 638px;
    height: 350px;
}
.data_search_detail .areamap .areamap_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 61;
}
.data_search_detail .areamap .areamap_list li {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 62;
}
.data_search_detail .areamap .areamap_list li.onmap {
    display: block;
}
.data_search_detail .areamap .areamap_txt {
    position: relative;
    z-index: 65;
}
.data_search_detail .btn_detail {
    text-align: center;
}
.data_search_detail .btn_detail a, .data_search_detail .btn_detail button {
    display: inline-block;
    min-width: 160px;
    padding: 10px 20px;
    background-color: #fff;
    border: 3px solid #0074C7;
    font-size: 90%;
    text-align: center;
    line-height: 1;
    color: #0074C7;
}
.data_search_detail .btn_detail a:link, .data_search_detail .btn_detail a:active, .data_search_detail .btn_detail a:visited, .data_search_detail .btn_detail button:link, .data_search_detail .btn_detail button:active, .data_search_detail .btn_detail button:visited {
    color: #0074C7;
}
.data_search_detail .btn_detail button {
}

@media screen and (max-width: 400px) {
  .data_search_detail .areamap {
        zoom: 50%;
  }
}
@media screen and (min-width: 401px) and (max-width: 510px) {
  .data_search_detail .areamap {
        zoom: 55%;
  }
}
@media screen and (min-width: 511px) and (max-width: 800px) {
  .data_search_detail .areamap {
        zoom: 70%;
  }
}

.noplace{
    margin: 30px auto 60px;
}

/* 小幅画面調整 */
/*
@media screen and (max-width: 1180px) {
    header{
    }
    #menulist{
        width: 100%;        
    }
    #menulist li{
        line-height: 1.5;
    }    
}

@media screen and (max-width: 1055px) {
    #menulist{
        width: 100%;               
    }    
}
*/



