@charset "utf-8";
.PC {
    display: block;
}
.SP {
    display: none;
}
@media all and (max-width: 640px) {
    .PC {
        display: none !important;
    }
    .SP {
        display: block !important;
    }
    body {
        overflow-x: hidden;
    }
    .top_wrapper {
        position: relative;
    }
    header,
    footer {
        width: 100%;
        margin: 0 auto;
    }

    .main_visual {
        position: relative;
        width: 100%;
        /*overflow: hidden;*/
    }

    .main_image {
        position: relative;
        width: 100%;
    }

    img.top_button_img {
        position: absolute;
        bottom: 30px;
        left: 8%;
        width: 85%;
    }

    a.top_button {
        display: block;
    }

    img.main_pic {
        display: block;
        width: 100%;
    }

    img.logo_img {
        position: absolute;
        top: 10px;
        left: 3%;
        width: 32%;
    }

    .menu_bar {
        position: relative;
        width: 100%;
        height: 67px;
        padding-top: 10px;
        text-align: right;
        border-top: solid 5px #ff07c7;
        background-color: #f6f6f6;
    }

    .menu_img {
        display: flex;
        width: 30%;
        height: 50px;
        float: right;

        justify-content: flex-end;
    }

    .search i {
        position: absolute;
        top: 42px;
        right: 10vw;
        font-size: 2em;
    }

    #glass {
        font-size: 2.5em;
        margin-right: 10%;
    }

    #menu_button {
        font-size: 2.5em;
        margin-right: 10%;
    }

    #menu_button.toggle01 {
        pointer-events: none;
    }
    #menu_button.toggle02 {
        color: #ff07c7;
    }

    #header_wrap {
        width: 100%;
    }

    .slideR {
        position: absolute;
        right: 0;
        z-index: 999;
        display: block;
        width: 90%;
        transition: transform .5s;
        transform: translateX(120vw);
        background-color: #f6f6f6;
        box-shadow: 0 15px 40px #333;
    }

    .slideR.toggle01 {
        right: 0;
        transform: translateX(0);
    }

    .slideR.toggle02 {
        right: 0;
        transform: translateX(0);
    }

    .slideR li {
        list-style: none;
    }

    .slideR p {
        height: 70px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .slideR a {
        display: block;
        height: 70px;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 70px;
        padding-left: 30px;
        text-decoration: none;
        color: #333;
        border-bottom: solid 1px #c9caca;
    }

    .main_button img {
        display: block;
        width: 50%;
        float: left;
    }
    #main_visual {
        width: 100%;
        height: 400px;
        clear: both;
    }

    #main_visual ul {
        position: absolute;
    }
    /* CSS Document */
    #main_visual .jquery-slider {
        /*overflow: hidden;*/
        position: relative;
    }
    #main_visual .jquery-slider-element {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        overflow: hidden;
    }
    #main_visual .jquery-slider-control {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        opacity: .33;
        background: #fff;
        box-shadow: #666 0 0 2px;
        text-shadow: #fff 0 0 1px;
    }
    #main_visual .jquery-slider-control:hover {
        opacity: 1;
    }
    #main_visual .jquery-slider-element img {
        width: 100%;
        height: 400px;
    }
    #main_visual .jquery-slider-control {
        width: 40px;
        height: 40px;
        opacity: 1;
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-shadow: none;
    }
    #main_visual .jquery-slider-control-prev {
        top: 50%;
        left: 1%;
        /*margin-top: -98px;*/
        text-indent: -9999px;
        background: url("../images/slide_prev.png") no-repeat left;
        background-size: 80% 80%;
    }
    #main_visual .jquery-slider-control-next {
        top: 50%;
        right: 1%;
        /*margin-top: -98px;*/
        text-indent: -9999px;
        background: url("../images/slide_next.png") no-repeat right;
        background-size: 80% 80%;
    }

    #main_visual .jquery-slider-pages {
        position: absolute;
        top: 71%;
        bottom: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 140px;
        overflow: visible;
    }

    /*#main_visual .jquery-slider-page {
        display: block;
        width: 50%;
        height: 70px;
        float: right;
        margin: 0;
        opacity: 1;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    #main_visual .jquery-slider-page:hover {
        transform: scale(1);
    }
    #main_visual .jquery-slider-page:nth-child(1) {
        background: url("../images/contents4_off.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(1):hover {
        background: url("../images/contents4_on.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(2) {
        background: url("../images/contents3_off.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(2):hover {
        background: url("../images/contents3_on.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(3) {
        background: url("../images/contents2_off.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(3):hover {
        background: url("../images/contents2_on.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(4) {
        background: url("../images/contents1_off.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(4):hover {
        background: url("../images/contents1_on.jpg") no-repeat;
        background-size: 100% 100%;
    }
    #main_visual .jquery-slider-page:nth-child(5) {
        display: none;
        background: url("../images/contents_off.jpg") no-repeat;
    }
    #main_visual .jquery-slider-page-current {
        opacity: 1;
        background: #df27b6;
    }*/

    .main_visual_bnr {
      width: 100%;
      position: initial;
      bottom: inherit;
      height: inherit;
      left: inherit;
      right: inherit;
      margin: 0 auto;
      background-color: #fff;
      overflow: hidden;
    }

    .sns_list01 ul{
        width: 220px;
        margin: 0 auto;
    }
    .sns_list01 ul li{
        float: left;
        margin: 10px 5px 0;
    }

    .main_visual_bnr li {
    display: inline-block;
    width: 50%;
  }

    a.backnumber {
        display: block;
        width: 100%;
        font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 20px;
        padding: 10px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #a8049c;
        border-radius: 7px;
        background-color: #ffe307;
        box-shadow: rgba(0, 0, 0, .407843) 0 2px 3px;
    }

    a.offer {
        display: block;
        display: block;
        width: 100%;
        width: 90%;
        height: 20px;
        font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0 10px 0;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        color: #a8049c;
        border-radius: 7px;
        background-color: #ffe307;
        box-shadow: rgba(0, 0, 0, .407843) 0 2px 3px;
    }

    .back_number_btn {
        display: block;
        width: 800px;
        margin: 0 auto;
    }

    #main_visual .btn1 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 80%;
        height: auto;
        font-size: 1em;
        margin-top: 125px;
        margin-left: -39%;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #df31b7;
    }
    #main_visual .btn2 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 43%;
        height: auto;
        margin-left: 7%;
        text-indent: -9999px;
        background: url("../images/slide2_btn.png") no-repeat;
        background-size: contain;
    }
    #main_visual .btn3 {
        position: absolute;
        top: 69%;
        left: 50%;
        display: block;
        width: 46%;
        height: auto;
        margin-top: 5%;
        text-indent: -9999px;
        background: url("../images/slide7_btn.png") no-repeat;
        background-size: contain;
    }
    #main_visual .btn4 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 46%;
        height: auto;
        margin-left: -6%;
        text-indent: -9999px;
        background: url("../images/slide4_btn.png") no-repeat;
        background-size: contain;
    }
    #main_visual .btn5 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 52%;
        height: auto;
        margin-left: 3%;
        text-indent: -9999px;
        background: url("../images/slide5_btn.png") no-repeat;
        background-size: contain;
    }
	 #main_visual .btn8 {
        position: absolute;
        top: 69%;
        left: 50%;
        display: block;
        width: 46%;
        height: auto;
        margin-top: 5%;
        text-indent: -9999px;
        background: url("../images/slide8_btn.png") no-repeat;
        background-size: contain;
    }
	
	
	
    h1#logo_sp {
        position: absolute;
        top: 5%;
        left: 20px;
    }
    h1#logo_sp img {
        width: 43%;
        height: auto;
    }
    #wrapper img {
        max-width: 100%;
    }
    #wrapper {
        width: 94%;
    }
    #wrapper #contents {
        width: 100%;
    }
    #wrapper #content1 {
        padding: 26px 5% 37px 5%;
    }
    #wrapper #monthly_featured {
        width: 100%;
        float: left;
    }
    #wrapper #mail_mag {
        width: 100%;
        float: right;
    }
    #wrapper .back_number_btn {
        display: block;
        width: 90%;
        margin: 20px auto 15px;
        border: 2px solid #00baff;
        border-radius: 7px;
    }
    #wrapper a.backnumber {
        display: block;
        /*width: 90%;*/
        font-size: 17px;
        font-weight: bold;
        padding: 10px 5%;
        text-align: center;
        color: #00baff;
        background: 0;
    }
    #wrapper #subscrition_btn {
        width: 99%;
        margin: 0 0 30px 0;
    }
    #wrapper a.offer {
        display: block;
        width: 90%;
        height: auto;
        font-size: 17px;
        font-weight: bold;
        padding: 8px 5% 8px 5%;
        margin: 0 auto;
        text-align: center;
        color: #a8049c;
        border: 2px solid #a8049c;
        background: 0;
    }

    #wrapper #content1 form {
        display: block;
        width: 100%;
    }
    #wrapper #content1 form label {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 15px;
    }
    #wrapper #content1 form label input[type="text"] {
        width: 89%;
        padding: 13px 5%;
    }
    #wrapper #content1 form label.txt_box {
        display: inline-block;
        width: 60%;
        float: left;
    }
    #wrapper #content1 form label.select_box1 {
        width: 35%;
        float: right;
    }
    #wrapper #content1 form label.select_box2 {
        width: 47.5%;
        float: left;
        margin: 0 4% 0 0;
    }
    #wrapper #content1 form label.select_box3 {
        width: 47.5%;
        float: right;
        clear: inherit;
    }
    #wrapper #content1 form label select {
        height: auto;
        padding: 5px 0;
        border-radius: 7px;
    }
    #wrapper #content1 form label.select_box3 select {
        padding: 9px 0 8px 0;
        margin-bottom: 0;
    }
    #wrapper #mail_mag_btn {
        width: 100%;
        float: left;
        margin-top: 45px;
    }
    #wrapper #mail_mag_btn input[type="submit"] {
        width: 100%;
        height: 44px;
        background: url("../images/SP/sp_mail_mag_btn.png") no-repeat;
        background-size: 100% 100%;
    }
    #wrapper #content4 {
        width: 100%;
        height: auto;
        min-width: 100%;
        float: left;
        margin: 0 auto;
    }
    #wrapper #content4 ul.bxslider {
        padding: 20px 5% 20% 5%;
    }
    #wrapper #content4 ul.bxslider li {
        width: 90% !important;
        margin: 0 auto;
    }
    #wrapper #content4 ul.bxslider li a {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    #wrapper ul li img {
        width: 100%;
        margin-right: 0;
    }
    #wrapper #yasuda {
        width: 100%;
        margin: 0 auto;
    }
    #wrapper .bx-wrapper {
        margin-bottom: 30px !important;
    }
    #wrapper .bx-wrapper .bx-loading {
        visibility: hidden !important;
    }
    #wrapper .bx-wrapper .bx-viewport {
        left: 0;
        border: 0 !important;
        background: 0 !important;
        box-shadow: none !important;
    }

    /*コンテンツ2*/
    #content2 {
        padding: 20px;
        background: #f5f5f0;
    }
    #spot {
        display: flex;

        flex-wrap: wrap;
    }
    #spot .spot_title {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #spot .spot_category1 {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #ff8916;
    }
    #spot .spot_category2 {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #7200ff;
    }
    .spot_box a {
        display: block;
        width: 35%;
        float: left;
    }
    .spot_box img {
        width: 100%;
    }

    span.tag-massage {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #ff8916;
    }

    span.tag-restaurant {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #7200ff;
    }

    span.tag-j-school {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #ffe307;
    }

    span.tag-law {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #a8049c;
    }

    span.tag-t-school {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #e30000;
    }

    span.tag-pub {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #03a9f4;
    }


    span.tag-asian-shop {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #4caf50;
    }

    span.tag-carbing {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #9c27b0;
    }

    span.tag-m-school {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #009688;
    }

    span.tag-store {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #795548;
    }

    span.tag-other {
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        background-color: #673ab7;
    }



    #spot .spot_box {
        width: 100%;
        padding: 5%;
        margin: 0 0 25px 0;
        box-sizing: border-box;
        border-radius: 10px;
        background: #fff;
    }
    .spot_detail {
        width: 60%;
        float: left;
        padding: 0 0 0 5%;
    }
    #spot .spot_box:nth-child(3n) {
        margin-right: 0;
    }
    #spot address {
        font-size: 13px;
        font-style: normal;
        line-height: 1.3em;
        padding-bottom: 20px;
        padding-left: 2em;
        background: url("../images/address_ico.gif") no-repeat;
    }

    .social_fb {
        width: 90%;
    }
    .twitter-timeline {
        width: 90% !important;
    }

    footer {
        background: #df27b6;
    }

    footer a {
        text-decoration: none;
        color: #fff;
    }
    #footer_nav {
        width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 0 auto;
        color: #fff;
    }
    #footer_nav1 {
        padding-bottom: 20px;
        border-bottom: none;
        box-shadow: none;
    }
    #footer_nav1 ul {
        clear: both;
    }
    #footer_nav1 ul li {
        float: none;
        font-size: 14px;
        line-height: 1.8em;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0,0,0,.4);
        box-shadow: 0 1px 0 0 rgba(255,255,255,.6);
    }
    #footer_nav1 ul li:after {
        content: "";
        display: none;
    }
    #footer_nav1 ul li a {
        display: block;
    }
    small {
        display: block;
        font-size: 10px;
        padding: 10px 0;
        text-align: center;
        color: #333;
        background: #fafae6;
    }
    #sidebar {
        display: none;
    }
}
@media all and (max-width: 480px) {
    #main_visual {
        width: 100%;
        height: 255px;
        clear: both;
    }
    #main_visual .jquery-slider-element img {
        width: 100%;
        height: 255px;
    }
    #main_visual .btn1 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 80%;
        height: auto;
        font-size: 1em;
        margin-top: 50px;
        margin-left: -39%;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #df31b7;
    }
    #main_visual .btn2 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 43%;
        height: auto;
        margin-left: 7%;
        text-indent: -9999px;
        background: url("../images/slide2_btn.png") no-repeat;
        background-size: contain;
    }

    #main_visual .btn4 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 46%;
        height: auto;
        margin-left: -6%;
        text-indent: -9999px;
        background: url("../images/slide4_btn.png") no-repeat;
        background-size: contain;
    }
    #main_visual .btn5 {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 52%;
        height: auto;
        margin-left: 3%;
        text-indent: -9999px;
        background: url("../images/slide5_btn.png") no-repeat;
        background-size: contain;
    }
    #main_visual .jquery-slider-pages {
        position: absolute;
        top: 64%;
        bottom: 0;
        left: 0;
        display: none;
        width: 100%;
        overflow: visible;
    }
}
@media all and (max-width: 320px) {
    #main_visual {
        width: 100%;
        height: 255px;
        clear: both;
    }
    #main_visual .jquery-slider-element img {
        width: 100%;
        height: 241px;
    }
    #main_visual .jquery-slider-pages {
        position: absolute;
        top: 64%;
        bottom: 0;
        left: 0;
        display: none;
        width: 100%;
        overflow: visible;
    }
}
