/*
Theme Name: funedetail
*/

html, body {
    font-size: 62.5%;
    font-family: 'Noto Sans JP','Istok Web', sans-serif;
    font-weight:600;
    color: #333333;
}
/* header */
header {
    width:100%;
    background: linear-gradient(to right,#50BDEF, #1F6EA6);
    color:#FFFFFF;
}
header h1{
    width:60%;
    font-size:3rem;
    margin-top:28px;
    margin-bottom:22px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width:1024px) {
    header h1{
        width:100%;
        font-size:2.6rem;
        margin-top:13px;
        margin-bottom:10px;
    }
}
header .searchform{
    margin-top: 23px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1024px) {
    .searchform {
        width:100%;
        margin-bottom:15px;
    }
}

@media screen and (min-width:1025px) {
    .searchform {
        width:40%;
    }
}
.ico-search {
    position: relative;
    right: 35px;
}
header div{
    display:flex;
    flex-wrap:wrap;
    max-width: 1000px;
    width:100%;
    margin:0 auto;
}
header p{
    background-color:white
}
@media screen and (max-width:1024px) {
    header div{
        padding:0px 10px 0 10px;
    }
}
header label{
    position: relative;
    width:40%;
    margin-bottom:22px;
}
@media screen and (max-width:1024px) {
    header label{
        width:100%;
        margin-bottom:15px;
    }
}
header label:after {
    content: "";
    position: absolute;
    left: 89%;
    top: 6px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(./img/detail/svg/search.svg) center / contain no-repeat;
}
@media screen and (max-width:1024px) {
    header {
        padding:0 10px;
    }
}
@media screen and (min-width:1025px) {
    header label{
        margin-top:28px;
    }
}
header input {
    text-align: left;
    background-color: white;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333333;
    width: 100%;
    padding-right: 23px;
    padding: 7px;
    height:44px;
}
header input::placeholder {
    color:#989898;
    font-size:1.8rem;
    font-weight: 100;
}
header .submit{
    width:0px;
}
/*section*/
section{
    padding-top:56px;
    padding-bottom:30px;
}
section.shop{
    padding-top:0px;
    padding-bottom:0px;
}

section:nth-child(even){
    background-color:#EEF1EE;
}

section>div {
    max-width: 1000px;
    margin:0 auto;
}
@media screen and (max-width:1024px) {
    section>div {
        padding:0 10px;
    }
}
section .card{
    background-color:white;
    border-radius:8px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    margin-bottom:17px;
}
section .card .items{
    border-radius:8px;
    background-color:#FAFBFA;
}
/* bread */
.content div.bread {
    max-width: 1000px;
    margin:0 auto;
}
.content .bread p{
    margin: 11.5px 0;
    white-space: nowrap;
    overflow-x: scroll;
    font-size:1.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.content .bread p::-webkit-scrollbar{
    display:none;
}
@media screen and (max-width:1024px) {
    .content .bread p{
        padding:0 10px;
    }
}

.sec_inner {
    font-size:1.4rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}
@media screen and (min-width:1025px) {
    .sec_inner {
        padding: 0px;
    }
}
.sec_inner h2 {
    margin: 0 0 40px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}
.sec_inner h2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
}
#detail .sec_inner h2::before {
    background-image: url(./img/detail/ico_detail.png);
}

.sec_inner p.desc {
    margin: 0 0 20px;
}

.sec_inner .shop_photo {
    display: flex;
    /* align-items: center; */
    justify-content: start;
    flex-wrap: wrap;
}
@media screen and (min-width:1025px) {
    .sec_inner .shop_photo {
        display:flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
}
.sec_inner .img_wrap img ,
.sec_inner .shop_photo img {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    object-fit: cover;
}

@media screen and (min-width:1025px) {
    .sec_inner .shop_photo img {
        width: calc(25% - 10px);
        min-width: calc(25% - 10px);
        margin: 10px 5px;
    }
}
.sec_inner table {
    width: 100%;
    border-collapse:collapse;
}
.sec_inner table.info {
    margin: 20px 0 0;
}
.sec_inner table tr th,
.sec_inner table tr td {
    border-bottom: 1px solid #B7B7B7;
}
.sec_inner table.service tr:last-child th,
.sec_inner table.service tr:last-child td {
    border-bottom: none;
}
.sec_inner table tr th {
    padding: 13px 10px;
    text-align: left;
    vertical-align: text-top;
    font-weight: normal;
    white-space: nowrap;
}

.sec_inner table tr td {
    padding: 13px 10px 10px 0;
}

.sec_inner table.info .access p {
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    background-position-y:0.3em;
}
.sec_inner table.info .access p:last-child {
    margin: 5px 0 0;
}
.sec_inner table.info .access p.car {
    background-image: url(./img/detail/ico_car.png);
}
.sec_inner table.info .access p.train {
    background-image: url(./img/detail/ico_train.png);
}
.sec_inner table.service tr td.service_txt {
    padding: 10px 10px 0 0;
}
.sec_inner table.service tr td.service_txt span {
    padding: 7px 6px;
    display: inline-block;
    margin: 0 0 5px 4px;
    border-radius: 5px;
    background-color: #FFAA07;
    font-size: 0.95rem;
    color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(80, 80, 80, 0.5);
}
.sec_inner table.service tr td.service_txt span.off {
    background-color: #848484;
    color: #666666;
}
.sec_inner table.service tr td.service_icon {
    padding: 10px 10px 0 0;
}
.sec_inner table.service tr td .img_wrap {
    display: table-cell;
    width:100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sec_inner table.service tr td .img_wrap img {
    width: calc(calc(100% / 5) - 5px);
}
*::-ms-backdrop, .sec_inner table.service tr td .img_wrap img {
    width: 19%;
}
.sec_inner table tr td .sns_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0;
}
.sec_inner table tr td .sns_wrap img {
    margin: 0 15px 0 0;
}

@media screen and (min-width: 767px) {
    .sec_inner .flex_wrap {
        display: -ms-flexbox;
        display: flex;
        width:100%;
        align-items: flex-start;
        justify-content: space-between;
    }
    .sec_inner .flex_wrap table.info {
        width: 52%
    }
    .sec_inner .flex_wrap table.service {
        width: 45%;
    }
}
/* shop_info */
.shop_info{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
}
@media screen and (max-width:1024px) {
    .shop_info{
        padding:0 10px;
    }
}
.info h2:before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 35px;
    background-size: contain;
    vertical-align: text-bottom;
}
.shop_plan h2:before{
    background: url(./img/detail/plan_title_orange.png) no-repeat;
}
.shop_plan h2:before{
    background: url(./img/detail/plan_title_orange.png) no-repeat;
}
.shop_way h2:before{
    width: 36px;
    background: url(./img/detail/use_title_orange.png) no-repeat;
}
.shop_access h2:before{
    background: url(./img/detail/access_title_orange.png) no-repeat;
}
.shop_feature h2:before{
    height:42px;
    width:36px;
    background: url(./img/detail/feature_title.png) no-repeat;
}
.info h2{
    width:100%;
    text-align: center;
    font-size:3rem;
    /* font-weight: 600; */
    margin-bottom:27px;

}
.shop_info .title{
    margin-top:38.5px;
    width:100%;
    color:#1F6EA6;
    font-size:1.8rem;
}
.shop_info h2:before{
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background: url("./img/detail/ship_blue.png") no-repeat;
    width: 40px;
    height: 23px;
    margin-right: 10px;
}
.shop_info h2{
    margin-top:16px;
    margin-bottom:43px;
    width:auto;
    font-size:2.4rem;
    text-align:left;
}
@media screen and (max-width:1024px) {
    .shop_info .shop_name{
        width:100%;
    }
}
.shop_info ul.area{
    margin-top:22px;
    margin-bottom:0px;
    margin-left:22px;
    font-size:1.65rem;
    display: flex;
}
@media screen and (max-width:1024px) {
    .shop_info ul.area{
        margin-top:0px;
        width:100%;
    }
}
.shop_info .area li:before {
    font-size:1.6rem;
    content: ">";
}
.shop_info .area li:first-child::before {
    content: '';
    display: inline-block;
    background-image: url(./img/detail/pin_blue.png);
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.detail_tag {
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
}
.detail_tag ul.link {
    width:100%;
    display: inline-flex;
    white-space: nowrap;
    font-size:1.8rem;
    margin-bottom:10px;
}
.detail_tag ul.link::-webkit-scrollbar{
    display:none;
}
.detail_tag .link li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right:4px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

li.list_detail:before{
    background-image: url("./img/detail/shop_detail_orange.png");
}
li.list_plan:before{
    background-image: url("./img/detail/plan_orange.png");
}
li.list_service:before{
    background-image: url("./img/detail/clock_orange.png");
}
li.list_access:before{
    background-image: url("./img/detail/car01_orange.png");
}
li.list_feature:before{
    background-image: url("./img/detail/featuer_orange.png");
}
.detail_tag .link li {
    margin-right:34px;
}

@media screen and (max-width:1024px) {
    .shop_info .title{
        margin-top:38.5px;
        width:100%;
        color:#1F6EA6;
        font-size:1.8rem;
    }
    .shop_info h2{
        margin-top:16px;
        margin-bottom:16px;
        width:100%;
        font-size:2.4rem;
    }
    .shop_info ul.area{
        width:100%;
        margin-bottom:42.5px;
        display: flex;
    }
    .shop_info .area li:before {
        font-size:1.6rem;
        content: ">";
    }
    .shop_info .area li:first-child::before {
        content: "";
    }
    .detail_tag {
        overflow-x: scroll;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap        
    }
    .detail_tag::-webkit-scrollbar
    {
        background:#eee;
        height: 3.5px;
    }
    .detail_tag::-webkit-scrollbar-thumb
    {
        background:rgb(81, 82, 81);
    }
}
.items .description{
    margin-bottom:20px;
    font-size:1.6rem;
}

.items ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.items li{
    width:24%;
    margin-bottom:2%
}
.items img{
    width:100%;
    height:auto;
}
@media screen and (max-width:1024px) {
    .items p.discription{
        margin-bottom:20px;
    }
    .items ul{
        display:flex;
        flex-wrap:wrap;
    }

    .items li{
        width:48%;
    }
}
.items table{
    width:100%;
}
.items tr{
    border-bottom: 1px solid whitesmoke;
}
.items td{
    padding: 9px;
    font-size:1.2rem;
}
.items .table_icon p{
    display:inline-block;
    font-size:0.945rem;
    padding : 5px 10px;
    background-color:orange;
    margin:4px;
    color: white;
    border-radius:8px;
    vertical-align:middle;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.items  td:nth-of-type(1){
    width:20%;
}
.items .table_icon td:nth-of-type(2){
    display: flex;
    flex-wrap: wrap;
}
.box>p{
        margin-bottom:23px;
}
@media screen and (max-width:1024px) {
    .box>p{
        display:none;
        margin-bottom:23px;
    }

    .box>p.on{
        display:block;
    }
}
.card p.title:before{
    position:absolute;
    content: "";
    display:inline-block;
    background: url("./img/detail/svg/clock_blue.svg") no-repeat;
    background-size:contain;
    left:18px;
    top:18px;
    width:1.7em;
    height:1.7em;
}
.card p.fish:before{
    background-size: contain;
    left: 20px;
    top: 12px;
    background: url("./img/detail/svg/fish.svg") no-repeat;
}
@media screen and (min-width:1025px) {
    .card .plan_title{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items: flex-end;
    }
    .card p.fee{
        padding: 6px 33px;
    }
}
.card p.ship:before{
    background: url("./img/detail/svg/ship.svg") no-repeat;
}
.card p.ship{
    background-color:#01AED3;
    color:#FFFFFF;
    border-radius: 8px 8px 8px 8px
}
.card p.ship.on{
    background-color:#01AED3;
    color:#FFFFFF;
    border-radius: 8px 8px 0px 0px
}
.card p.title{
    position: relative;
    font-size: 2.4rem;
    line-height:1.7em;
    text-indent:1.7em;
    padding: 6px 33px;
}
.card p.fee{
    color:#FF4407;
    font-size:2.9rem;
    font-weight:100;
    font-family:'Istok Web';
    text-align:center;
    margin-bottom:0.5rem;
}
@media screen and (min-width:1025px) {
    .card p.fee{
        padding: 6px 33px;
        margin-bottom:0px;
    }
}
.card .fee span{
    font-size:1.4rem;
}
.card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}
.card li {
    width:30%;
}
.card li:nth-child(n + 4) {
    display:none;
}

.card.on li:nth-child(n + 4) {
    display:block;
}
@media screen and (min-width:1025px) {
    .card li:nth-child(n + 4) {
        display:initial;
    }
}
.card .plan_items{
    border-radius:8px;
    background-color:#FAFBFA;
}
.card .plan_items li p:before{
    position:absolute;
    content: "";
    display:inline-block;
    background-size:contain;
    left:-3px;
    margin-right: 10px;
    width:15px;
    height: 15px;
    background-repeat:no-repeat;
}
@media screen and (min-width:1025px) {
    .card .plan_items li p:before{
        width:1.8em;
        height:1.8em;
    }
}
.card .plan_items li p.clock:before{
    background-image: url(./img/detail/icon_clock_lightblue.png);
}
.card .plan_items li p.start_time:before{
    background-image: url(./img/detail/icon_clock_blue.png);
}
.card .plan_items li p.end_time:before{
    background-image: url(./img/detail/icon_clock_blue.png);
}
.card .plan_items li p.rental:before{
    background-image: url(./img/detail/icon_tag_blue.png);
}
.card .plan_items li p.shrimp:before{
    background-image: url(./img/detail/icon_shrinmp_blue.png);
}
.card .plan_items li p.hook:before{
    background-image: url(./img/detail/icon_hook_blue.png);
}

.card .plan_items li p{
    color: #00AED3;
    position:relative;
    font-size:1.1rem;
    line-height:12px;
    text-indent:12px;
    padding:5px;
}
@media screen and (min-width:1025px) {
    .card .plan_items li p{
        color: #00AED3;
        line-height:1.8em;
        text-indent:1.8em;
    }
}
.card .plan_items li span{
    color:#333333;
    padding-left:3px;
}

@media screen and (min-width:1025px) {
    .card ul {
        padding-left:10%;
        justify-content:space-evenly;
    }
    .card .plan_items li{
        width:initial;
    }
    .card .plan_items li p{
        font-size:1.4rem;
    }
}
.card .arrow{
    background-color:#00AED3;
    height: 15px;
    border-radius:0px 0px 8px 8px;
    display:flex;
    justify-content:center;
    justify-items:center;
}
.card .arrow img{
    width:15px;
}
@media screen and (min-width:1025px) {
    .card .arrow{
        display:none;
    }
}
.card dl {
    display:none;
}
.card dl {
    font-size:1.92rem;
    padding: 0px 11px 9px 11px;
}
.card dt{
    display:flex;
    flex-wrap:wrap;
    margin-top:13px;
}
.card dt>p{
    padding: 5px 8px 5px 8px;
    margin-bottom:10px;
    margin-left:8.4px;
    font-size:1.9rem;
}
@media screen and (min-width:1025px) {
    .card dt>p{
        font-size:2.4rem;
    }
}
.card dt>p:nth-of-type(1){
    color:#00AED3;
    border:1px solid;
}
.card dt:nth-of-type(1)>p:nth-of-type(1){
    color:#FFB307;
    border:1px solid;
}
.card dd {
    font-size:1.6rem;
}
.card dd:not(:last-child) {
    padding-bottom:13px;
    border-bottom:1px solid #B7B7B7;
}
.card dd:last-child {
    padding-bottom:24px;
}
.plus span::before,
.plus span::after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: white;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.plus span::after {
  background: white;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.plus .active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.shop_access .map{
    height:412px;
    width:100%;
}
.shop_access>.container .span_block{
    display:block;
}
.shop_access>.container {
    display:grid;
    grid-template-rows:auto auto auto auto auto auto auto;
    grid-template-columns:50% 50%;
}
@media screen and (min-width:1025px) {
    .shop_access>.container {
        padding :0px 50px;
        display:grid;
        display:-ms-grid;
        grid-template-rows:auto auto auto auto auto;
        -ms-grid-rows:auto auto auto auto auto;
        grid-template-columns:50% 50%;
        -ms-grid-columns:50% 50%;
    }
}

.shop_access>.container div:nth-of-type(odd):nth-of-type(n+3){
    border-bottom:solid 1px #B7B7B7;
    padding-bottom:10px;
}
.shop_access>.container div:nth-of-type(even):nth-of-type(n+3){
    padding-top:10px;
}
@media screen and (min-width:1025px) {
    .shop_access>.container div:nth-of-type(n+3){
        padding:10px 0px;
        border-bottom:solid 1px #B7B7B7;
        display:inline-grid;
    }
}
.shop_access>.container dl{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:0px 0px 0px 35px;
    background-repeat: no-repeat;
}
.car_area dl{
    background: url("./img/detail/svg/car_orange.svg") no-repeat left center;
}
@media screen and (min-width:1025px) {
    .car_area dl{
        background-position:left center;
    }
}
.meeting_area dl{
    background: url("./img/detail/svg/pin_orange.svg") no-repeat left center;
    background-position-x:5px;
}
.train_area dl{
    background: url("./img/detail/svg/train_oraing.svg") no-repeat left center;
}
.shop_access>.container dt,dd{
    padding:3px 0px 3px 0px;
}
.shop_access>.container dt{
    color: #00AED3;
    font-size:1.4rem;
    padding-right:10px;
}
.shop_access>.container dd{
    color:#333333;
    font-size:1.4rem;
}
.shop_access .icon_map{
    grid-row:1;
    grid-column:1 / 3;
    width:100%;
    height:412px;
    background-color:grey;
    border-radius:8px;
}
@media screen and (min-width:1025px) {
    .shop_access .icon_map{
        grid-row:1;
        grid-column:1 / 3;
        -ms-grid-row:1;
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
    }
}
.shop_access .icon_area{
    grid-row:2;
    grid-column:1 / 3;
    width:100%;
    justify-self:center;
    align-self:center;
    padding: 13px 0px;
}
@media screen and (min-width:1025px) {
    .shop_access .icon_area{
        grid-row:2;
        grid-column:1 / 3;
        -ms-grid-row:2;
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
    }
}
@media screen and (min-width:1025px) {
    .shop_access .icon_area{
        padding: 13px 200px;
    }
}
.shop_access .icon_area ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between ;
}
@media screen and (min-width:1025px) {
    .shop_access .icon_area{
        justify-content:space-around;
    }
}
.shop_access .icon_area ul{
    font-size:1.6rem;
}
@media screen and (max-width: 374px) {
    .shop_access .icon_area ul{
        font-size:4vw;
    }
}
.shop_access .icon_area li{
    position:relative;
    line-height:35px;
    text-indent:35px;
    padding-left:10px;
}
.shop_access .icon_area li:nth-of-type(1):before{
    background: url("./img/detail/svg/ikari.svg") no-repeat;
    background-size:contain;
}
.shop_access .icon_area li:nth-of-type(2):before{
    background: url("./img/detail/svg/meeting_place.svg") no-repeat;
    background-size:contain;
}
.shop_access .icon_area li:nth-of-type(3):before{
    background: url("./img/detail/svg/parking.svg") no-repeat;
    background-size:contain;
}
.shop_access .icon_area li:before{
    position:absolute;
    content: "";
    display:inline-block;
    left:0px;
    top:0px;
    width:35px;
    height:35px;
}

.shop_access .icon_area ul{
}

@media screen and (min-width:1025px) {
    .shop_access .icon_area{
    }
}
.shop_access .meeting_area{
    grid-row:3;
    grid-column:1 / 3;
}
@media screen and (min-width:1025px) {
    .shop_access .meeting_area{
        grid-row:3;
        grid-column:1 / 3;
        -ms-grid-row:3;
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
    }
}
.shop_access dt{
    width:100%;
}
.shop_access .car_area{
    grid-row:4;
    grid-column:1 / 3;
}
@media screen and (min-width:1025px) {
    .shop_access .car_area{
        grid-row:4;
        grid-column:1 / 2;
        -ms-grid-row:4;
        -ms-grid-column:1;
    }
}
@media screen and (min-width:1025px) {
    .shop_access dt{
        width:80px;
    }
}

.shop_access .parking_area{
    grid-row:5;
    grid-column:1 / 3;
}
@media screen and (min-width:1025px) {
    .shop_access .parking_area{
        grid-row:4;
        grid-column:2 / 3;
        -ms-grid-row:4;
        -ms-grid-column:2;
    }
}
.shop_access .train_area{
    grid-row:6;
    grid-column:1 / 3;
}
@media screen and (min-width:1025px) {
    .shop_access .train_area{
        grid-row:5;
        grid-column:1 / 2;
        -ms-grid-row:5;
        -ms-grid-column:1;
    }
}
.shop_access .sougei_area{
    grid-row:7;
    grid-column:1 / 3;
}
@media screen and (min-width:1025px) {
    .shop_access .sougei_area{
        grid-row:5;
        grid-column:2 / 3;
        -ms-grid-row:5;
        -ms-grid-column:2;
    }
}
@media screen and (min-width:1025px) {
    .shop_feature .feature_warp{
        padding: 0px 50px;
    }
}
.shop_feature .feature_item{
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
}

.feature_item img{
    width:100%;
    padding:10px 0px;
}
.shop_feature .feature_item a,
.shop_feature .feature_item p{
    width:100%;
}
.shop_feature .feature_item p{
    padding-left:26px;
    font-size:1.8rem;
    text-align:left;
    border-left:solid 3px #FF8007;
}
@media screen and (min-width:1025px) {
    .shop_feature .feature_item a{
        width:40%;
    }
    .shop_feature .feature_item p{
        font-size:2.2rem;
        width:55%;
        margin-top:40px;
    }
    .shop_feature .feature_item:nth-of-type(even) a{
        order:2;
    }
}

p{
    font-size:1.4rem;
}
