@charset "UTF-8";

@media screen and (max-width: 320px) {
  .store_map::after,
  .reserve_button::after{
    top: 10px;
  }
	header #underNav a.cv span{
		display:none;
	}
}

@media screen and (max-width: 425px) {
  .store_map,
  .reserve_button{
    padding: 20px 0;
    font-size: 20px !important;
  }
	#header a.button{
		width: 70%;
	}
	header #underNav p.logo img{
		max-height:auto;
		width:100%;
	}
	header #underNav a.cv{
		font-size: 4vw;
	}
}

@media screen and (max-width: 768px) {
  html,body{
    max-width: 100%;
  }

  .pc{
    display: none !important;
  }

  .sp{
    display: block !important;
  }

  p{
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: justify;
  }

  #header{
    width: 100%;
  }

	header #underNav{
		position:fixed;
		display:flex !important;
		width: calc(100% - 60px);
		top: 0;
		background: rgba(0,0,0,0.5);
		height: 60px;
		z-index: 98;
	}

	header #underNav p.logo{
		display: flex;
		align-items: center;
		justify-content: center;
		width:40%;
	}

	header #underNav p.logo a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 10px;
		height: 100%;
	}

	header #underNav p.logo img{
		width: 67%;
    height: 100%;
	}

	header #underNav a.cv{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 10px;
		font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #002249;
		background: #FFCF05;
		width:60%;
	}
	header #underNav a.cv:after {
		position: absolute;
		content: '\276F';
		font-size: 16px;
		right: 12px;
		top: calc(50% - 9px);
		color: #002249;
		line-height: 1em;
	}

  .wrapper{
    width: 100%;
    overflow: hidden;
  }

  .wrapper {
    letter-spacing: 1px;
  }

  .header_container{
    width: 100%;
    height: 60px;
  }

  .header_aside{
    margin-left: 20px;
  }

  .main_visual {
    margin: 0px auto 60px;
    width: 100%;
  }

  .header_aside img{
    width: 54%;
  }

  #header .swiper{
    width: 100%;
    height: 100%;
  }

  #header .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .first .oshigotopasela {
    color: #fff;
    padding-left: 5%;
    position: absolute;
    top: 25%;
    left: 0;
    width: 90%;
  }

  .first{
    text-align: left;
    padding-left:0%;
    height: 300px;
    position: relative;
  }

  .first .img_text {
    width: 100%;
    padding-left: 0px;
  }

  .first .oshigotopasela h1 {
    font-size: 11vw;
  }

  .oshigotopasela .sub_text {
    opacity: .5;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .wrap_contetnt{
    width:95%;
    margin:auto;
  }

  .h1_ttl {
    font-size: 22px;
    margin-bottom: 0;
  }

  .dropin {
    margin: 10px auto 50px;
    width:95%;
  }
  .dropin img {
    width: 100%;
}
  .dropin_overlay_sp{
    position: absolute;
    width: 24%;
    top: 22%;
    left: 9%;
  }

  .dropin_overlay_btn_sp{
    position: absolute;
    left: 0;
    bottom: -6.7%;
    cursor: pointer;
  }

  .dropin_overlay_btn_sp a{
    display: block;
  }

  .dropin_wrap {
    background: #D8F3FA;
    width: 100%;
    padding-bottom: 60px;
  }

  .img_1 {
    position: relative;
    display: block;
    height: auto;
    margin-top:25px;
    margin-bottom: 10px;
  }

  .second {
    flex-wrap: wrap;
  }

  .document_1 h2{
    font-size: 7.2vw;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }

  .point_rental ul{
    justify-content: space-between;
  }

  .third{
    display: block;
  }

  .img_container{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
  }

  .img_container img{
    width:40%;
    height: auto;
    display: flex;
    align-self: flex-start;
  }

  .img_container div{
    width:55%;
  }

  .img_container p {
    text-align: justify;
    margin-top: 0;
    font-size: 14px;
  }

  .img_container {
    width: 100%;
    height: auto;
  }

  a.btn{
    font-size: 3vw;
    padding:5px;
  }

  .box_btn {
    width: 100%;
  }

  .box_btn_ct {
    height: auto;
  }

  .box_btn_ct a {
    font-size: 14px;
    padding: 20px 0;
  }

  .box_btn_ct::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: #424242;
    overflow: hidden;
    z-index: 0;
  }

  .box_btn_ct:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../../images/oshigotopasela/img_ico_arrow_w.png)no-repeat;
    background-size: 9px 15px;
    right: 15px;
    top: calc(50% - 7px);
  }

  .information_main{
    width: 100%;
  }

  .note_img {
    margin-top: 5px;
  }

  .ttl_note {
    font-size: 15px;
    text-align: justify;
    font-feature-settings: "palt";
  }

  .wrapper p.ttl_note {
    letter-spacing: 1px;
  }

/*
  .point_rental_list{
    width:30%;
    margin:5px;
  }

  .point_rental_list
  .img_box img{
    width: auto;
    height: auto;
    align-self: flex-start;
  }

  .point_rental_list .img_box {
    height: 73px;
    width:73px;
    padding: 13px;
    margin: 5px;
  }

  .point_rental_list p{
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
  }
*/

  .number1::after {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .number2::after {
    right: 0px;
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .number3::after {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .number4::after {
    right: 0px;
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .number5::after {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .sec_point{
    top:  -35.5px;
  }

  .point_box {
    margin: 0 auto;
    width: 95%;
  }

  .point_01,
  .point_02,
  .point_03,
  .point_04,
  .point_05{
    height: auto;
  }

  .point_01 img,
  .point_02 img,
  .point_03 img,
  .point_04 img,
  .point_05 img{
    position: static;
    align-self: flex-start;
  }

  .point_ttl_left {
    margin: 0 0 10px;
    width:auto;
    position: static;
  }

  .point_ttl_left h2,
  .point_ttl_right h2{
    font-size: 24px;
  }

  .point_ttl_right h2{
    font-size: 4.7vw;
  }

  .point_ttl_right {
    margin: 0 0 10px;
    width: auto;
  }

  .point_rental_b ul{
    flex-wrap: wrap;
  }

  .point_txt{
    padding-left: 0px;
  }

  .price_container {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .price_wrapper .yellow_bold_vis {
    text-align: center;
    width: 170px;
    top: -35.5px;
  }

  .title_06,
  .list_monthly_member{
    margin: 0 10px;
  }

  .black_box {
    width: 60%;
  }

  .black_box h3{
    font-size:9vw;
  }

  .box {
    width: 90%;
    border: 2px solid black;
    margin: 0 auto 75px auto;
    padding: 0 10px 40px 10px;
  }

  .box_price {
    padding-right: 5px;
    color: orange;
    font-size: 14px;
    font-weight: bold;
  }

  .box table td {
    padding-left: 5px;
    width: 4%;
  }

  .box table td span img {
    width: 30px;
  }

  .box table td.box_hours{
    width:20%;
  }

  .box table td.box_time{
    width:38%;
  }

  .box .table_hour{
    width: 100%;
    table-layout: fixed;
  }

  .box .table_hour02 td{
    width:65%;
  }

  .box .table_hour th{
    font-size:4.4vw;
  }

  .buttons_container {
    padding: 7px;
    justify-content: flex-start;
  }

  .buttons_container{
    margin-bottom:50px;
  }

  .store_wrapper .yellow_bold_vis {
    width: 170px;
    top: -35.5px;
    display: inline-block;
  }

  .store_wrapper .massage_box{
    padding: 0 13px;
  }

  .store_button {
    border: 1px solid black;
    padding: 8px 2px;
    margin: 5px;
    color: black;
    font-size: 13px;
    width: calc( 34% - 19px );
  }

  .store{
    width:100%;
    height: auto;
    margin-left: 0;
  }

  .store_info p {
    margin: 0;
    font-size: 4vw;
    margin-bottom: 8px;
  }

  .store img{
    width:30%;
    height: auto;
  }

  .area_container {
    display: flex;
    flex-wrap: wrap;
    padding: 13px;
    justify-content: space-between;
  }

  .store_info{
    position: relative;
    width:100%;
    padding: 6px 0 6px 6px;
  }

  .store_info span{
    font-size:10px;
    padding: 8px 10px;
    margin-right: 6px;
  }

  .store_info span.fs14 {
    font-size: 11px;
  }

  .store_info::after {
    right: 5px;
  }
  .store_map::after, .reserve_button::after{
    top: 14px
  }
  .store_info .reserve_memo {
    font-size: 1rem;
  }
  .left_blue{
    font-size: 25px;
    padding: 0px;
    padding-left: 10px;
    margin-left:4%;
    border-left: 7px solid rgb(0,98,170);
  }

  .left_blue h3{
    font-size: 18px;
    padding: 0px;
  }

  .point_main{
    width: auto;
  }

  .price_wrapper{
    width: 100%;
  }

  .store_container {
    width: auto;
  }

  .message_container {
    width: 95%;
    margin: 50px auto;
  }

  .message_container .message_ttl{
    text-align: center;
  }

  .message_container p,
  .message_container li{
    padding: 7px 0;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    text-align: justify;
  }

  .footer_nav_01 {
    width: auto;
  }

  .nav_ul{
    display: none;
  }

  #gnavi_sp{
    position:fixed;
    top:0;
    right:0;
    width: 75%;
    height:calc(100vh - 60px);
    transition:all ease 0.3s;
    z-index:99;
    opacity:0;
    visibility:hidden;
    background: #324664;
    padding-top: 80px;
  }

  #gnavi_sp .inner{
    padding: 0
  }

  #gnavi_sp.active{
    opacity:1;
    visibility:visible;
    right:0;
  }

  #gnavi_sp ul{
    padding:0;
    box-sizing:border-box;
  }
/*
  #gnavi_sp ul::after {
    content: "";
    height: auto;
    width: 50%;
    display: inline-block;
  }
*/
  #gnavi_sp ul li{
    position:relative;
    padding: 0;
    border-top: 1px solid #fff;
  }
  #gnavi_sp ul li:nth-child(odd){
    border-right: 1px solid #fff;
  }

  #gnavi_sp ul li a{
    color:#fff;
    padding:0 9%;
    text-decoration:none;
    position:relative;
    box-sizing:border-box;
    height: 40px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
  }

  #gnavi_sp ul li a span{
    color: #fff;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
  }

  #gnavi_sp ul li.home a,
  #gnavi_sp ul li a .en{
    font-weight: 300
  }

	#gnavi_sp a.button {
		position: relative;
		left: unset;
		bottom: unset;
		-webkit-transform: revert;
		margin: 30px auto;
		width:calc(100% - 60px);
	}

	#gnavi_sp a.button:after {
		position: absolute;
		content: '\276F';
		font-size: 16px;
		right: 12px;
		top: calc(50% - 9px);
		color: #002249;
		line-height: 1em;
	}

  .btn_open{
    width: 60px;
    height:60px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .btn_side{display:block;
    cursor:pointer;
    width:100%;
    height:100%;
    text-align:center;
    z-index:9999;
    position:relative;
    margin:0 auto;
    position:absolute;
    border-radius:0
  }

  .btn_side span{
    display:block;
    position:absolute;
    height: 2px;
    width:15px;
    background:#B42400;
    opacity:1;
    transform:rotate(0deg);
    transition:.3s ease-in-out
  }

  .btn_side span:nth-child(even){
    left:calc(50% + 1px);
  }

  .btn_side span:nth-child(odd){
    left:calc(50% - 14px);
  }

  .btn_side span:nth-child(1),
  .btn_side span:nth-child(2){
    top:21px;
  }

  .btn_side span:nth-child(3),
  .btn_side span:nth-child(4){
    top:30px;
  }

  .btn_side span:nth-child(5),
  .btn_side span:nth-child(6){
    top:39px;
  }

  .btn_side.open span{
    background: #fff;
  }

  .btn_side.open span:nth-child(1),
  .btn_side.open span:nth-child(6){
    transform:rotate(45deg);
  }

  .btn_side.open span:nth-child(2),
  .btn_side.open span:nth-child(5){
    transform:rotate(-45deg);
  }

  .btn_side.open span:nth-child(1){
    left:calc(50% - 12px);
    top:25px;
  }

  .btn_side.open span:nth-child(2){
    left:calc(50% - 2px);
    top:25px;
  }

  .btn_side.open span:nth-child(3){
    left:-50%;
    opacity:0;
  }

  .btn_side.open span:nth-child(4){
    left:100%;
    opacity:0;
  }

  .btn_side.open span:nth-child(5){
    left:calc(50% - 12px);
    top:36px;
  }

  .btn_side.open span:nth-child(6){
    left:calc(50% - 2px);
    top:36px;
  }

  #gnavi_sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: calc(100vh - 60px);
    transition: all ease 0.3s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #002249;
    padding-top: 80px;
    overflow: auto;
  }

  #gnavi ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0;
  }

  .btn_open{
    width: 60px;
    height: 60px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
  }

  .btn_side{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    background: #002249;
    opacity: 1 !important;
  }

  .btn_open > .btn_oshipase.open {
    background: #002249;
  }

  .btn_side span{
    display:block;
    position:absolute;
    height: 2px;
    width:15px;
    background:#fff;
    opacity:1;
    transform:rotate(0deg);
    transition:.3s ease-in-out;
  }

  .btn_side span:nth-child(even){
    left:calc(50% + 1px);
  }

  .btn_side span:nth-child(odd){
    left:calc(50% - 14px);
  }

  .btn_side span:nth-child(1),
  .btn_side span:nth-child(2){
    top:21px;
  }

  .btn_side span:nth-child(3),
  .btn_side span:nth-child(4){
    top:30px;
  }

  .btn_side span:nth-child(5),
  .btn_side span:nth-child(6){
    top:39px;
  }

  .btn_side.open span{
    background: #fff;
  }

  .btn_side.open span:nth-child(1),
  .btn_side.open span:nth-child(6){
    transform:rotate(45deg);
  }

  .btn_side.open span:nth-child(2),
  .btn_side.open span:nth-child(5){
    transform:rotate(-45deg);
  }

  .btn_side.open span:nth-child(1){
    left:calc(50% - 12px);
    top:25px;
  }

  .btn_side.open span:nth-child(2){
    left:calc(50% - 2px);
    top:25px;
  }

  .btn_side.open span:nth-child(3){
    left:-50%;
    opacity:0;
  }

  .btn_side.open span:nth-child(4){
    left:100%;
    opacity:0;
  }

  .btn_side.open span:nth-child(5){
    left:calc(50% - 12px);
    top:36px;
  }
  .btn_side.open span:nth-child(6){
    left:calc(50% - 2px);
    top:36px;
  }

  #slider .slide_txt img
  {
    width: 50vw;
    height: auto;
  }

  #gnavi_sp ul.sub_menu li a{
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    padding: 0 2% 0 16%;
    font-size: 11px;
    align-items: center;
  }
  #gnavi_sp ul.sub_menu li a span{
    font-size: 13px;
  }

  .aside{
    display: none;
  }

  .inner{
    max-width: 100%;
    margin: 0 auto;
  }

  .inner02{
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner03{
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner04{
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .sns_box{
    display: block;
  }

  #gnavi_sp ul.sub_menu li a{
    position: relative;
  }

  #gnavi_sp ul.sub_menu li a:before{
    position:absolute;content: "";
    width: 10%;
    height: 1px;
    left: 5%;
    top: 48%;
    border-bottom: 2px dotted #fff;
  }

  #gnavi_sp li ul.sub_menu {
    display: none;
  }
  .arrow{
    position: relative;
  }

  .arrow:after{
    position: absolute;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    padding: 4px;
    left: 18vw;
    top:30%;
  }
  #gnavi_sp:before{
    position: absolute;
    content: "";
    width: 35%;
    background:rgba(0,0,0,0.6);
    left: -35%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
  }

  .btn_contact{
    display: block;
    width:80%;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #fff;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
  }
  .btn_contact{
    margin-top:20px;
  }
  .btn_contact a{
    text-decoration: none;
    color:#fff;
  }

  #gnavi_sp ul li.gnav_first{
    border-top: none;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2% 9%;
  }

  #gnavi_sp ul li.gnav_fin{
    border-bottom:none;
    height:25px;
  }

  #gnavi_sp ul li.gnav_fin a{
    text-decoration: none;
    color:#fff;
    font-size:10px;
    border-bottom:none;
  }

  #gnavi_sp ul li.gnav_fin.bt_none{
    border-top: none;
  }
  .footer_nav_01 li{
    font-size: 12px;
  }

  .link_container{
    width: 100%;
    display: block;
  }

  .link_note {
    height: auto;
    align-items: flex-start;
  }

  .link_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .link_box img{
    width: 95%;
    margin: 0 auto;
  }

  .list_01 ul li {
    width: 100%;
    margin-right: 0;
  }

  .list_01 ul li:last-child {
    margin-right: 0;
  }

  .sp_none{
    display:none;
  }

  .inner_md {
    padding: 0 6%;
    width: 100%;
    box-sizing: border-box;
  }

  .add_info{
    padding: 0;
  }

  .price_txt_bnr{
    font-size: 0.8em;
  }

  .f16 {
    font-size: 14px;
  }

  .tab_price04_ct .tab_price04_it:last-child{
    border-bottom: 1px solid #f0f0f0 !important;
    margin-bottom: 20px !important;
  }

  .tab_price_target {
    width: calc(100% - 20px);
    padding: 0;
    margin: 10px auto;
  }

  .tab_price_target .tab_price_area {
    display: block;
  }

  .tab_price_area .tab_price_txt06 {
    width: 100%;
  }

  .information_main ul li {
    padding: 15px 0;
    width: 95%;
    margin: 0 auto;
  }

  .btn_link_note {
    width: 95%;
    margin: 20px auto 0;
  }

  .tokuten_flex_list {
    flex-direction: column;
  }

  .price_box01 {
    padding-bottom: 110px;
  }



/*	new stype sp*/
.box_pc{display: none;}
.box_sp{display: block;}
.oshigoto_info .container.bg_oshigoto{width: 100%;}
.container{width: 100%;}
.container03{width: 100%;padding: 0 15px;box-sizing: border-box;}
.oshigoto_info{width: 100%;padding: 30px 0;}
.keep_clean .keep_clean_sub{letter-spacing: inherit;font-size: 13px;}
.oshigoto_ttl01{font-size: 18px;}
.oshigoto_sub01{font-size: 30px;}
.infomation_list{padding: 15px 5px;display: block;}
.infomation_list_date{width: 100%;margin-right: 0;font-size: 14px;margin-bottom: 10px;}
.infomation_list dd{width: 100%;}
.infomation_list_sub::before{content: none;}
.infomation_list_sub{padding-right: 0;font-size: 14px;}
.oshigoto_point .container{width: 100%;box-sizing: border-box;}
.oshigoto_ttl03_sub01 img{width: 47vw;height: 23vw;}
.oshigoto_point{padding: 30px 0 0 0;}
.oshigoto_point_ct{padding: 30px 0;}
.oshigoto_point_ls{justify-content: space-between;flex-wrap: wrap;margin-bottom: 10px;}
.oshigoto_point_it{width: calc((100% - 15px) / 2);margin: 0 0 15px;border-radius: 10px;height: calc((100vw - 45px) / 2);}
.oshigoto_point_it:nth-last-child(2),
.oshigoto_point_it:last-child{margin-bottom: 0;}
.oshigoto_point_ttl{font-size: 5vw;line-height: 1.5em;}
.oshigoto_point_ttl span{font-size: 4vw;}
.oshigoto_point_num{font-size: 8vw;}

.oshigoto_point_it:nth-child(1),.oshigoto_point_it:nth-child(2),.oshigoto_point_it:nth-child(3), .oshigoto_point_it:nth-child(1){background-size:cover;}
.oshigoto_point_it:nth-child(2n+2){margin-right: 0;}
.oshigoto_point_it:nth-child(4){background-size: cover;}
.oshigoto_point_details{width: 100%;}
.oshigoto_point_ttl_bx{width: 100%;margin-top: 0;}
.oshigoto_point_bx02{float: none;width: 100%;}
.oshigoto_point_details{padding: 30px 5%;box-sizing: border-box;}
.oshigoto_price .bg_oshigoto{padding: 30px 0;}

.oshigoto_ttl03_sub01::before{width: 14.5vw;height: 19vw;background-size: 14.5vw 19vw;top: 4vw;left: -6vw;}
.oshigoto_ttl03_sub01::after{width: 14.4vw;height: 18.5vw;background-size: 14.4vw 18.5vw;bottom:-4vw;right: -8vw;}
.oshigoto_point_details_img::before{width: 14.5vw;height: 19vw;background-size: 14.5vw 19vw;top: -3vw;left: 5.3vw;}
.oshigoto_point_details_img::after{width: 14.4vw;height: 18.5vw;background-size: 14.4vw 18.5vw;bottom:-8vw;right: 5.3vw;}
.oshigoto_point_02 .oshigoto_point_details_img::before, .oshigoto_point_04 .oshigoto_point_details_img::before{width: 14.5vw;height: 19vw;background-size: 14.5vw 19vw;top: -3vw;left: 5.3vw;}
.oshigoto_point_02 .oshigoto_point_details_img::after, .oshigoto_point_04 .oshigoto_point_details_img::after{width: 14.5vw;height: 19vw;background-size: 14.5vw 19vw;bottom: -7vw;right: 0;}
.oshigoto_point_sub01{font-size:18px}
.oshigoto_point_sub02{font-size: 30px;}
.oshigoto_point_ttl01{font-size: 20px;margin-bottom: 20px;}
.oshigoto_point_txt01{font-size: 14px;font-weight: normal;}
.oshigoto_point_btn{height: 50px;max-width: 90%;}
.oshigoto_point_btn.oshigoto_point_btn_inf {
  width: 295px;
  height: 50px;
  font-size: 16px;
}
.oshigoto_point_btn a{font-size: 15px;}
.oshigoto_point_btn::after{right: 5%;}
.point_rental_list{width: calc((100% - 15px) / 2);margin-right: 15px;flex-direction: row;border-bottom: 1px dashed #d9dadc;padding-bottom: 15px;margin-bottom: 15px;}
.point_rental_list:nth-child(2n+2){margin-right: 0;}
.img_box{margin-bottom: 0;display: flex;margin-right: 10px;}
.img_box img{width: 30px;height: auto;max-width: 40px;}
.point_rental_list:nth-child(7n+7) {margin-right: 15px;}
.point_rental_list:nth-child(14){margin-right: 0;}
.box_menu{padding: 20px 14px 0 14px;}
.point_rental_list:nth-child(17), .point_rental_list:nth-child(18){border-bottom: none;}
.oshigoto_price_ttl{font-size: 14px;padding: 10px 0;}
.oshigoto_price_txt{font-size: 16px;letter-spacing: 0;}
.oshigoto_w01{width: inherit;}
.oshigoto_point_btn02{width: 100%;max-width: 100%;margin: 20px auto 0 auto;}
.oshigoto_point_btn.oshigoto_point_btn02 a{font-size: 13px;}
.oshigoto_price_ttl02{font-size: 20px;margin-bottom: 15px;}
.oshigoto_eticket_ct02{padding: 20px 10px;}
.oshigoto_price_tbl_sub01{font-size: 12px;margin: 10px 0 15px 0;}
.oshigoto_price_tbl_sub02{margin-bottom: 20px;}
.oshigoto_price_ttl01{font-size: 20px;margin-bottom: 16px;}
.oshigoto_eticket_txt01{font-size: 14px;}
.oshigoto_eticket_bx{font-size: 29px;}
.oshigoto_eticket_sub01{font-size: 14px;}
.oshigoto_eticket_ct{padding: 8% 15px 15px 15px;border-top-left-radius:15px;border-top-right-radius: 15px;}
.oshigoto_price_tbl_mb {margin-bottom: 40px;}
.oshigoto_eticket_ttl02{font-size: 16px;}
.oshigoto_eticket_ttl02::before{width: 16px;height: 16px;top: calc(50% - 8px);}
.oshigoto_eticket_bx::before{width: 10vw;height: 15vw;background-size:10vw 15vw;top: -7vw;left: -3vw;}
.oshigoto_eticket_bx::after{width: 10vw;height: 15vw;background-size: 10vw 15vw;top:-8vw;right: -4vw;}
.list_eticket{width: 100%;}
.list_eticket li{width: calc((100% - 20px) / 3);height: calc((100vw - 80px) / 3);margin: 0 10px 0 0;padding: 0;border-radius: 100%;font-size: 12px;display: flex;align-items: center;justify-content: center;text-align: center;}
.list_eticket li .list_eticket_sub01{text-align: center;font-size: 3.6vw;}
.list_eticket li .list_eticket_sub{font-size: 3.6vw;}
.list_eticket li:last-child{margin-right: 0;}
.oshigoto_price{width: 100%;}
.oshigoto_price_txt_sub03{font-size: 16px;text-align: center;}
.oshigoto_price_txt_sub01{
	font-size: 10px;
	border-radius: 10px;
	padding:5px;
	display: block;
	text-align: center;
	letter-spacing: -0.07em;
}
.oshigoto_price_txt_sub02{font-size: 2vw;text-align: center; line-height: 2;}
.oshigoto_w01.oshigoto_w01_sp{width: 24%;}
.oshigoto_w01{width: 38%;}
.oshigoto_price_tbl03 .oshigoto_price_txt{padding: 8px 0;}
.oshigoto_price_txt.oshigoto_price_note{padding:  5px;}
.oshigoto_point_btn02_sub::before{width: 10px;height: 10px;top: calc(50% - 5px);right: -10px;background-size: cover;}
.bnr_oshigoto_gnav{
  margin: 20px auto 0;
}
.shop_list_bx{}
.shop_list_it{width: 100%;margin-bottom: 10px;margin-right: 0;}
.totop img{width: 50px;}
#header #gnavi_sp .logo_oshigotopasela{text-align: center;position: relative;top: -40px;margin-bottom: -20px;}
#header #gnavi_sp .logo_oshigotopasela img{max-width: 50%;margin: 0 auto;}
#gnavi_sp ul{flex-wrap: wrap;width: 90%;margin:0 auto;}
#gnavi_sp ul li{width: 100%;border: none;}
#gnavi_sp ul li:nth-child(2n+1){border-right: none;}
#gnavi_sp ul li a{display:block;border-bottom: 1px solid #5f748d;padding:3%;}
#gnavi_sp ul li:last-child a,
#gnavi_sp ul li:last-child{border-bottom: none;}
#gnavi_sp ul::after{border-top: none;}
.shop_list, .message_corona .bg_oshigoto, .service_work{padding: 30px 0;}
.service_work_ls li::before{top: 4px;}
.service_work_ls li{margin-bottom: 10px;line-height: 1.3em;}
.f_logo img{max-width: 70%;}
.f_logo{margin-bottom: 15px;}
.f_logo_txt{margin-bottom: 15px;}
.copyright{padding: 20px 5px;}
.accordion-container-text{font-size: 15px;}
.button_modal {
  display: block;
  width: 295px;
  height: 50px;
  font-size: 16px;
}
.button_modal:after{
  right: 5%;
}
.message_txt_02{
  margin: 0 20px;
}
.hikaku_tbl01 td:nth-child(1),
.hikaku_tbl01 th:nth-child(1) {
  position: sticky;
  left: 0;
}
.hikaku_tbl01 td:nth-child(1)::after,
.hikaku_tbl01 th:nth-child(1)::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #9F9F9F;
  position: absolute;
  top: 0;
  right: 0;
}
.hikaku_tbl01 th:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: -6px;
  z-index: 10;
}
.hikaku_tbl01 td:nth-child(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -3px;
  top: 0;
}
/*end	new stype sp*/
}

@media screen and (min-width: 751px) {
  #gnavi_sp{
    display: none;
  }

  .slick-slider{
    width: 100% !important;
  }

  #slider ul.sp{
    display: none;
  }

  #gnavi_sp ul li a{
    font-size: 16px;
  }

  #wrapper{
    min-width: 1080px;
    overflow: hidden;
  }

  .aside_sp{
    display: none;
  }

}
.arrowac{
padding:0;
list-style:none;
}
.arrowac .arrowac_title{
padding-top:0.5em;
padding-bottom:0.5em;
position:relative;
color: #fff;
padding: 3%;
font-weight: bold;
border-bottom: 1px solid #5f748d;
}
.arrowac .arrows_content{
padding:40px;
border:1px solid #ccc;
}
.arrowac .arrowac_title.active:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 10px 7px;
border-color: transparent transparent #fff transparent;
top: calc(50% - 5px);
right: 10px;
}
.arrowac .arrowac_title:before{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 7px 0 7px;
border-color: #fff transparent transparent transparent;
top: calc(50% - 5px);
right: 10px;
}

#gnavi_sp li.arrowac .arrowac_content{
background: #002260;
margin-bottom:10px;
display:none;
width: 100%;
}
.arrowac .arrowac_content.active{
display:block;
}
