.select-btn {
    margin: 20px 0;
}

.select-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 210px;
}

.select-btn ul li {
    width: 11%;
    border: 2px solid #2e69c3;
    cursor: pointer;
}

.select-btn ul li:first-child {}

.select-btn ul li:last-child {}

.select-btn ul li .img-box {
    padding: 12px;
    text-align: center;
}

.select-btn ul li .img-box img {
    height: 92px;
}

.select-btn ul li dl {}

.select-btn ul li dl dt {
    color: #1869c3;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
}

.select-btn ul li dl dd.b-box {
    background: url(../img/svg/arrow-bottom-white.svg)no-repeat center #2e69c3;
    background-size: 24px;
    height: 40px;
}

/*ボタン選択時：hover
-----------------------------------------------------------------*/
.select-btn ul li:hover {
    background-color: #2e69c3;
    color: #fff;
}

.select-btn ul li:hover .img-box {
    height: 116px;
}

.select-btn ul li:hover .img-box img {
    display: none;
}

.select-btn ul li#btn-outlens:hover .img-box {
    background: url("../img/shop/repair-icon/outlens-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-glass:hover .img-box {
    background: url("../img/shop/repair-icon/glass-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-display:hover .img-box {
    background: url("../img/shop/repair-icon/display-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-battery:hover .img-box {
    background: url("../img/shop/repair-icon/battery-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-water:hover .img-box {
    background: url("../img/shop/repair-icon/water-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-wet:hover .img-box {
    background: url("../img/shop/repair-icon/water-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-incamera:hover .img-box {
    background: url("../img/shop/repair-icon/incamera_white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-outcamera:hover .img-box {
    background: url("../img/shop/repair-icon/outcamera_white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-homebutton:hover .img-box {
    background: url("../img/shop/repair-icon/homebutton-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-button:hover .img-box {
    background: url("../img/shop/repair-icon/homebutton-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-connector:hover .img-box {
    background: url("../img/shop/repair-icon/connector-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-connectors:hover .img-box {
    background: url("../img/shop/repair-icon/connector-white.png")no-repeat center;
    background-size: 92px;
}


.select-btn ul li:hover dl dt {
    color: #fff;
}

.select-btn ul li:hover dl dd.b-box {
    background: url(../img/svg/arrow-bottom-blue.svg)no-repeat center #fff;
    background-size: 24px;
    border: 1px solid #2e69c3;
    height: 40px;
}


.select-btn ul li.sel {
    background-color: #2e69c3 !important;
    color: #fff !important;
}

.select-btn ul li.sel .img-box {
    height: 116px !important;
}

.select-btn ul li.sel .img-box img {
    display: none !important;
}

.select-btn ul li#btn-outlens.sel .img-box {
    background: url("../img/shop/repair-icon/outlens-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-glass.sel .img-box {
    background: url("../img/shop/repair-icon/glass-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-display.sel .img-box {
    background: url("../img/shop/repair-icon/display-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-battery.sel .img-box {
    background: url("../img/shop/repair-icon/battery-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-water.sel .img-box {
    background: url("../img/shop/repair-icon/water-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-wet.sel .img-box {
    background: url("../img/shop/repair-icon/water-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-incamera.sel .img-box {
    background: url("../img/shop/repair-icon/incamera_white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-outcamera.sel .img-box {
    background: url("../img/shop/repair-icon/outcamera_white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-homebutton.sel .img-box {
    background: url("../img/shop/repair-icon/homebutton-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-button.sel .img-box {
    background: url("../img/shop/repair-icon/homebutton-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-connector.sel .img-box {
    background: url("../img/shop/repair-icon/connector-white.png")no-repeat center;
    background-size: 92px;
}

.select-btn ul li#btn-connectors.sel .img-box {
    background: url("../img/shop/repair-icon/connector-white.png")no-repeat center;
    background-size: 92px;
}

.sel dl dt {
    color: #fff !important;
}

.sel dl dd.b-box {
    background: url(../img/svg/arrow-bottom-blue.svg)no-repeat center #fff !important;
    background-size: 24px !important;
    border: 1px solid #2e69c3 !important;
    height: 40px !important;
}

/*
-----------------------------------------------------------------*/


.result-box {
    margin: 20px 0;
}

.result-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result-box ul li {
    width: 49%;
    height: 180px;
    border: 2px solid #2e69c3;
    margin-bottom: 8px;
    cursor: default;
    overflow: hidden;
}

.result-box li>img,
.result-box li>picture img,
.result-box li>picture source {
    padding: 20px 0px 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.result-box ul li.bg-none {
    background: none !important;
}

.result-box ul li#i14p {
    background: url(../img/phone-img/14p.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i14 {
    background: url(../img/phone-img/14.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i13pm {
    background: url(../img/phone-img/13pm.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i13p {
    background: url(../img/phone-img/13p.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i13m {
    background: url(../img/phone-img/13m.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i13 {
    background: url(../img/phone-img/13.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i12pm {
    background: url(../img/phone-img/12pm.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i12m {
    background: url(../img/phone-img/12m.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i12p {
    background: url(../img/phone-img/12p.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i12 {
    background: url(../img/phone-img/12.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ise3 {
    background: url(../img/phone-img/se3.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ise2 {
    background: url(../img/phone-img/se2.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i11pm {
    background: url(../img/phone-img/11promax.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i11p {
    background: url(../img/phone-img/11pro.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i11 {
    background: url(../img/phone-img/11.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ixsm {
    background: url(../img/phone-img/xsmax.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ixr {
    background: url(../img/phone-img/xr.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ixs {
    background: url(../img/phone-img/xs.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ix {
    background: url(../img/phone-img/x.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i8p {
    background: url(../img/phone-img/8plus.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i8 {
    background: url(../img/phone-img/8.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i7p {
    background: url(../img/phone-img/7plus.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i7 {
    background: url(../img/phone-img/7.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i6sp {
    background: url(../img/phone-img/6splus.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i6s {
    background: url(../img/phone-img/6s.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i6p {
    background: url(../img/phone-img/6plus.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i6 {
    background: url(../img/phone-img/6.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#ise {
    background: url(../img/phone-img/se.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i5 {
    background: url(../img/phone-img/5.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i5c {
    background: url(../img/phone-img/5c.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li#i5s {
    background: url(../img/phone-img/5s.png) no-repeat left;
    background-size: 180px;
    background-position-y: 20px;
    background-position-x: 4px;
}

.result-box ul li:first-child {}

.result-box ul li:last-child {}

.result-box ul li dl {
    width: 60%;
    float: right;
}

.result-box ul li dl dt {
    font-size: 24px;
    margin: 8px 8px;
    border-bottom: 2px solid #2e69c3;
    color: #2e69c3;
    padding-bottom: 8px;
}

.result-box ul li dl dd {
    font-size: 20px;
    margin: 0 8px;
    line-height: 200%;
}

.result-box ul li dl dd span {
    font-size: 36px;
    float: right;
}

.result-box ul li dl dd small {
    font-size: 22px !important;
    float: right;
}

.result-box ul li dl dd span.ipad-repair-sp{
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 8px;
    color: #f00;
    font-weight: bold;
}


/*修理項目ごとの表示
-------------------------------------------------------------------------------------------------------------------------------------*/

.price-empty {
    background: #fff;
    border: 3px solid #2e69c3;
    padding: 8px 0;
    text-align: center;
    margin: 20px 0;
}

.price-empty p {
    display: block;
    width: 100%;
    color: #2e69c3;
    font-weight: bolder;
}

/*#price-display{
    display: none;
}
#price-battery{
    display: none;
}
#price-warter{
    display: none;
}
#price-incamera{
    display: none;
}
#price-outcamera{
    display: none;
}
#price-homebutton{
    display: none;
}
#price-connectors{
    display: none;
}
*/


/*修理項目数ごとの表示
-----------------------------------------------------------------*/
.select-btn ul.other li:first-child {}

.select-btn ul.other li:last-child {}

.select-btn ul.other li .img-box {
    position: relative;
    height: 100% !important;
    width: 92px;
}

.select-btn ul.other li .img-box img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.select-btn ul.other li dl {
    display: table;
    height: 100%;
    width: calc(100% - 92px);
}

.select-btn ul.other li dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 12px;
}

.select-btn ul.other li dl dd.b-box {
    height: 100%;
    width: 20%;
    display: table-cell;
}

/*修理項目｜2種*/
.select-btn ul.dyo {
    height: 120px !important;
}

.select-btn ul.dyo li {
    width: 49.8% !important;
    display: flex;
}

/*修理項目｜3種*/
.select-btn ul.tri {
    height: 120px !important;
}

.select-btn ul.tri li {
    width: 33% !important;
    display: flex;
}

/*修理項目｜4種*/
.select-btn ul.tetra li {
    width: 24% !important;
}

/*修理項目｜5種*/
.select-btn ul.penta li {
    width: 19.2% !important;
}

/*修理項目｜6種*/
.select-btn ul.hexa li {
    width: 16% !important;
}

/*修理項目｜7種*/
.select-btn ul.hepta li {
    width: 14.2% !important;
}

/*修理項目｜8種*/
.select-btn ul.octa li {
    width: 12% !important;
}


/* 20210209｜直営店アコーディオンFAQ追加　*/

.shop-faqbox {}

.shop-faqbox .pagelink {}

.shop-faqbox .faq-box {}

.shop-faqbox .faq-box li {}

.shop-faqbox .faq-box li:first-child {}

.shop-faqbox .faq-box li:last-child {}

.faq-box li .accordion {
    margin-bottom: 20px;
}

.faq-box li .accordion .acc-btn {
    display: table;
    width: 100%;
    height: 40px;
    background: #c8e2ff;
    cursor: pointer;
}

.faq-box li .accordion .acc-btn p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    font-family: 'Noto sans japanese';
    font-weight: 600;
}

.acc-btn span {
    font-family: 'Noto sans japanese';
    display: table-cell;
    vertical-align: middle;
    background: #1869c3;
    height: 100%;
    width: 72px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.acc-btn::after {
    content: "";
    display: table-cell;
    height: 100%;
    width: 32px;
    background: url(../img/svg/arrow-bottom-blue.svg)no-repeat center;
    background-size: 12px;
    transition: 0.5ms;
}

.active dt::after {
    transform: rotateZ(180deg);
    transition: 0.5ms;
}

.active dd {
    display: table;
}

.faq-box li .accordion .acc-inner {
    display: none;
}

.faq-box li .accordion dd {
    background: #fff;
}

.accordion dd span {
    font-family: 'Noto sans japanese';
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    height: 100%;
    width: 72px;
    text-align: center;
    font-weight: 600;
    color: #1869c3;
}

.faq-box li .accordion dd p {
    display: table-cell;
    padding: 20px 4px;
}


/* 20210209｜竜ケ崎店アクセス情報追加　*/


#accessbox .acc-btn span img {
    width: 40px;
    aspect-ratio: 23/13;
    object-fit: contain;
}



/* 20210318｜直営店詳しいアクセス情報追加　*/

#shopnewway {}

/*#waybtn{
    background: #32b16c;
    box-shadow: 0 7px 0 #2c9d60;
    display: table;
    height: 62px;
    width: 100%;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Noto sans japanese', sans-serif;
    position: relative;
}
#waybtn a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}*/
#way-contents {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

#way-contents figure {
    width: 49%;
    margin: 0;
    overflow: hidden;
}

#way-contents figure img {
    width: 100%;
    object-fit: cover;
}

#way-contents>div {
    width: 49%;
    position: relative;
    padding-top: 18px;
}

#way-contents>div p {}

#waybtn2 {
    margin: 30px 0 0;
    width: 100%;
}

#waybtn2 a {
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    font-size: 24px;
    position: relative;
    padding: 0.8rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #1869c3;
    -webkit-box-shadow: 0 5px 0 #12438c;
    box-shadow: 0 5px 0 #12438c;
    display: block;
}

#waybtn2 a span {
    font-size: 1.5rem;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #1869c3;
    border: 2px solid #1869c3;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}

#waybtn2 a img {
    height: 1em;
    position: absolute;
    top: 50%;
    top: calc(50% - 0.2em);
    right: 1rem;
}


/* 20210318｜ボタン調整　*/

#newbuttonbox {
    margin: 20px 0;
}

#newbuttonbox .btn,
#newbuttonbox a.btn,
#newbuttonbox button.btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 49%;
}

#newbuttonbox .btn-wrap-pc-sp {
    max-width: 435px;
    margin: 0 auto 20px;
}

#newbuttonbox a.btn-pc-sp {
    line-height: 1.4;

    width: 49.5%;
    padding: 1.25rem 0;

    color: #ffff;
}

#newbuttonbox a.btn--contact {
    padding: 1.22rem 0;
    margin-left: 1.4%;
    color: #fff;
    background: #00a372;
    -webkit-box-shadow: 0 5px 0 #007a55;
    box-shadow: 0 5px 0 #007a55;
}

#newbuttonbox a.btn--contact i {
    font-size: 2rem;
}

#newbuttonbox a.btn--contact i.fa-position-left {
    font-size: 32px;
    left: 3%;
}

#newbuttonbox a.btn--contact :hover {
    color: #fff;
}

#newbuttonbox a.btn--tel {
    padding: 1rem 0;
    color: #fff;
    background: #1869c3;
    -webkit-box-shadow: 0 5px 0 #12438c;
    box-shadow: 0 5px 0 #12438c;
}

#newbuttonbox a.btn--tel i {
    font-size: 2rem;
}

#newbuttonbox a.btn--tel i.fa-position-left {
    font-size: 32px;
    left: 3%;
}

#newbuttonbox a.btn--tel .number {
    line-height: 1;
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
    letter-spacing: 0;
    color: #1869c3;
    border-radius: 0.5rem;
    background: #fff;
}

#newbuttonbox a.btn--tel:hover {
    color: #fff;
}

#newbuttonbox a>img {
    height: 1em;
}

#newbuttonbox .fa-position-left {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 1rem;
}

#newbuttonbox .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}




/*20210401｜税込画像追加*/

.taxinc {
    padding-bottom: 6px;
}

/*20210401｜円画像追加*/
.yen-mark {
    margin: 8px 4px;
    width: 20px;
}

/* 20210318｜ボタン調整　*/

.shop-detail .g-map-btn2 {
    width: 100% !important;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: 0 auto !important;
}

.shop-detail .g-map-btn2 a {
    display: inline-block;
    padding: 15px 50px;
    padding-right: 70px;
    width: 100% !important;
    position: relative;
    background: #28b447;
    color: #FFFFFF;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
}

/*iPhone修理料金表・説明文追加*/

.explan {
    padding: 12px;
    margin-bottom: 12px;
    background: #00a372;
    color: #fff;
}

.explan dt {
    font-weight: 500;
    font-family: 'Noto sans japanese';
    font-size: 20px;
}

/*shopページ内ナビゲーション変更｜20210419*/

.subpage-link2 {
    margin: 10px 0 12px 0;
}

.subpage-link2 a {
    display: block;
    padding: 4px 12px;
    background: #1869c3;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 40px;
    position: relative;
    color: #fff;
    text-align: center;
}

.subpage-link2 a:hover {
    background: #EFEFEF;
    color: #1869c3;
}

.subpage-link2 ul {
    display: table;
    overflow: hidden;
    width: 100%;
}

.subpage-link2 ul li {
    display: table-cell;
    width: 25%;
    border-right: 1px solid #fff;
}

.subpage-link2 a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto -6px;
}

.subpage-link2 a:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    vertical-align: middle;
    background: url(../img/shop/icon-right-w.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 a:hover:after {
    background: url(../img/shop/icon-right-blue.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-price:before {
    background: url(../img/shop/icon-money-w.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-price:hover:before {
    background: url(../img/shop/icon-money.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-access:before {
    background: url(../img/shop/icon-walk-w.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-access:hover:before {
    background: url(../img/shop/icon-walk.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-about:before {
    background: url(../img/shop/icon-happy-w.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-about:hover:before {
    background: url(../img/shop/icon-happy.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-reserve:before {
    background: url(../img/shop/icon-calender-w.png) no-repeat center;
    background-size: contain;
}

.subpage-link2 .sl-reserve:hover:before {
    background: url(../img/shop/icon-calender.png) no-repeat center;
    background-size: contain;
}


/*shopページメイン画像部分変更｜20210426*/

.sg-bigimg dt.main-bg {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
    height: 700px !important;
    overflow: hidden;
    padding: 0 !important;
    position: unset !important;
}

.sg-bigimg dt.main-bg>img {
    display: block !important;
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
    transform: unset !important;
    object-fit: cover;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#detailmain {
    margin-top: 10px;
}

#detailmain .content .con-left {
    float: left;
    overflow: hidden;
    width: 190px;
    display: block;
}

#detailmain .content .con-main {
    float: right;
    display: block;
    overflow: hidden;
    width: 1000px;
    font-size: 16px;
}


.shop-gallery {}

.shop-gallery .gallery-box {
    width: 100%;
    overflow: hidden;
}

.shop-gallery .gallery-box li {
    float: left;
    width: 50%;
    padding: 10px;
}

.shop-gallery .gallery-box li img {
    width: 100%;
}

.shop-detail .g-map-btn img {
    width: 800px;
}

/*フォーム必須・任意マーク
----------------------------------------------------------------------------------------------------*/
span.hissu {
    display: inline-block;
    background: red;
    border-radius: 4px;
    margin-right: 4px;
    padding: 0px 4px;
    font-size: 11px;
    color: #fff;
}

span.ninni {
    display: inline-block;
    background: gray;
    border-radius: 4px;
    margin-right: 4px;
    padding: 0px 4px;
    font-size: 11px;
    color: #fff;
}

/*ショップページ　料金メニュー追加（iphone、ipad、ipod）
----------------------------------------------------------------------------------------------------*/
#fee-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fffffff0;
}

.fee-inner {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
}

.fee-inner .close {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 8px;
    cursor: pointer;
}

.fee-inner .close-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px #d4dbe5;
    border-radius: 50%;
}

.fee-inner .close-inner span {
    position: absolute;
    display: block;
    width: 60%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: #5c769d;
}

.fee-inner .c1 {
    transform: rotate(45deg);
}

.fee-inner .c2 {
    transform: rotate(-45deg);
}

.fee-list {
    border-radius: 8px;
    box-shadow: 0px 0px 6px #d4dbe5;
    background: #fff;
}

.fee-list li {
    border-bottom: 1px solid #d4dbe5;
}

.fee-list li:first-child,
.fee-list li a {
    padding: 20px 10%;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.fee-list li:last-child {
    border-bottom: none;
}

.fee-list figure {
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
}

.fee-list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fee-list p {}

.fee-list span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

/*20220303|shop-infoタグ変更*/

.shop-detail .shop-infobox {
    display: block;
    overflow: hidden;
}

.shop-detail .shop-infobox p {
    font-size: 16px;
}

.shop-detail .shop-infobox .information tbody {
    float: left;
    width: 490px;
}

.shop-detail .shop-infobox .information tbody:last-of-type {
    float: right;
}

.shop-detail .shop-infobox .information tbody tr {
    margin: 10px 0;
}

.shop-detail .shop-infobox .information tbody tr {
    display: table;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.shop-detail .shop-infobox .information tbody tr th {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}

.shop-detail .shop-infobox .information tbody tr th:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/common/icon-check-b.png) no-repeat center;
    background-size: contain;
}

.shop-detail .shop-infobox .information tbody tr th.noicon:before {
    background: none;
}


.shop-detail .shop-infobox .information tbody tr td {
    display: table-cell;
    width: 60%;
    line-height: 150%;
    vertical-align: top;
}

/**/

.form-box .form-list {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #1869c3;
}

.form-box .form-list>ul {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.form-box .form-list li dl {
    display: table-row;
}

.form-box .form-list dt {
    display: table-cell;
    padding: 10px;
    background: #EEF5FC;
    border-top: solid 1px #1869c3;
    border-right: 1px solid;
    vertical-align: middle;
    width: 180px;
    color: #1869c3;
}

.form-box .form-list dd {
    display: table-cell;
    border-top: solid 1px #1869c3;
    padding: 10px 20px;
    width: 820px;
}

.form-box .form-list li:first-child dt,
.form-box .form-list li:first-child dd {
    border-top: none;
}


.form-box .form-list .input-innerst {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    margin-right: 10px;
}

.form-box .radio_btn p {
    float: left;
    width: 160px;
    padding: 5px;
}

.form-box .check_btn p {
    padding: 5px;
}

.form-box .naiyou textarea {
    width: 100%;
    height: 180px;
    padding: 5px;
    resize: none;
}

.form-box .form-list a {
    color: #1869c3;
}

/*choose-us // 選ばれる理由 */

.choose-us {}

.choose-us-inner {
    margin: 2em 0;
}

.choose-us-inner ul {
    display: flex;
    gap: 2em 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-us-inner li {
    width: 49%;
}

.reason-box {
    display: flex;
    gap: 1em;
    align-items: center;
}

.reason-box figure {
    margin: 0;
    width: 80px;
    overflow: hidden;
}

.reason-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.reason-box dl {
    width: calc(100% - 80px);
}

.reason-box dt {
    letter-spacing: 1px;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 1.2em;
    color: #1869c3;
}

.reason-box dd {}


/*flow-repair // 修理の流れ */

.flow-repair {}

.flow-repair-inner {
    margin: 2em 0;
}

.flow-repair-inner ul {
    display: flex;
    gap: 2em 1em;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.flow-repair-inner li {
    width: 100%;
}

.flow-box {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-direction: column;
}

.flow-box figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.flow-box img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.flow-box dl {}

.flow-box dt {
    letter-spacing: 1px;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 1.2em;
    color: #1869c3;
}

.flow-box dd {}

/* .pair-banner-box */

.pair-banner-box {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    margin: 1em 0;
}

.pair-banner-box a {}

.pair-banner-box img {}


/*#shop_r2_fee|新料金表*/

#shop_r2_fee {
    margin: 2rem 0;
}

#shop_r2_fee .t-red {
    font-size: 1rem;
    font-weight: normal;
}

#shop_r2_fee .scroll-able {
    margin: 1em;
    text-align: center;
}

#shop_r2_fee .scroll-able::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('./../img/svg/arrow-l.svg')no-repeat center;
    background-size: contain;
}

#shop_r2_fee .scroll-able::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('./../img/svg/arrow-r.svg')no-repeat center;
    background-size: contain;
}

.shop-r2-fee-inner {}

.phone-select-grid {
    width: 100%;
    display: grid;
    gap: 1em;
    padding: 0.2em;
    grid-template-columns: repeat(5, 1fr);
}

.phone-grid-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.phone-grid-box figure {
    display: block;
    width: 30%;
    margin: auto;
}

.phone-grid-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.phone-grid-box figcaption {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
}

.selected {
    background: #1869c3;
    color: #fff;
    cursor: unset;
}

.scroll-x-phone-box {
    overflow-x: scroll;
}

.scroll-x-phone-box>ul {
    display: flex;
    gap: 1em;
}

.phone-box {
    padding: 1em;
    background: #8fbbe5;
    color: #0e1213;
    max-width: 332px;
}

.scroll-x-phone-box>ul li:nth-child(2n) {
    background: #c6ddef;
}

.scroll-x-phone-box>ul li:nth-child(3n) {
    background: #c7d5e0;
}

.phone-box dl {}

.phone-title {
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em;
}

.phone-image {
    width: 300px;
    text-align: center;
    aspect-ratio: 16/9;
    overflow: hidden;
    padding: 1em;
    background: #fff;
}

.phone-box2 .phone-image {
    aspect-ratio: 16/6;
}

.phone-image img {}

.repair-price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4em;
    padding: 1em 0;
}

.phone-box2 .repair-price-list {
    display: table;
    width: 100%;
    margin: 1em auto;
}

.phone-box2 .repair-price-list tbody {}

.phone-box2 .repair-price-list tr {}

.phone-box2 .repair-price-list th {
    background: #5b748b;
    width: 64%;
    padding: 0.4em;
    border-bottom: 1px solid #fff;
    color: #ffff;
}

.phone-box2 .repair-price-list td {
    padding: 0.4em;
    background: #fff;
    text-align: right;
    border-bottom: 1px solid #90bbe4;
}

.phone-box2 .repair-price-list td .yen {
    display: inline-block;
    font-size: 0.8em;
}

.phone-box2 .repair-price-list td span {
    display: block;
    font-size: 0.4rem;
    line-height: 1;
}

.phone-box2 .repair-price-list tr:last-child th,
.phone-box2 .repair-price-list tr:last-child td {
    border-bottom: none;
}

.repair-price-box {}

.repair-price-box dt {
    font-family: 'Noto sans japanese', sans-serif;
    background: #6b838f;
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding: 0.6em 0;
}

.repair-price-box dd {
    background: #fff;
    text-align: center;
    font-size: 2em;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.repair-price-box dd>span {
    display: block;
    width: fit-content;
    text-align: left;
    margin: 4px 1rem 0;
    padding: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.repair-price-box dd>span.el {
    background: #12438c;
}

.repair-price-box dd>span.lcd {
    background: #29abe2;
}

.repair-price-box dd>p {
    display: inline;
    font-size: 0.5em;
}

.contactus {
    font-size: 0.4em;
    display: block;
}


/*banner-container | iPad/iPod/基板修理バナー*/

#banner_container {
    margin: 2em 0;
}

.banner-container {
    margin: 1em 0;
}

.banner-container>ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.4em 0;
    justify-content: space-between;
}

.banner-container>ul>li {
    width: 100%;
    overflow: hidden;
    min-height: 150px;
}

.banner-container>ul>li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #858b7e, #c7cdc5);
    border-top: #e5e9e1 2px solid;
    padding: 1em;
    gap: 1em;
}

.banner-container>ul>li:nth-child(2) a {
    background: linear-gradient(0deg, #ff4460, #ff6c89);
}

.banner-container>ul>li:nth-child(3) a {
    background: linear-gradient(0deg, #1aa14b, #9be364);
}

.banner-container>ul>li img {
    width: 120px;
}

.banner-container>ul>li dl {
    color: #fff;
    display: flex;
    gap: 1em;
    align-items: center;
}

.banner-container>ul>li dt {
    font-size: 3em;
}

.banner-container>ul>li dd {
    font-size: 2em;
}

.harf-banner {
    width: 49.4% !important;
}

.harf-banner a {}

.harf-banner img {}

.harf-banner dl {
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 0 !important;
}

.harf-banner dt {
    font-size: 2.8em !important;
}

.harf-banner dd {
    font-size: 2em;
}

.repair-target {
    justify-items: flex-end !important;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    width: 33%;
}

.repair-target li {
    background: #fff;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 0.4em;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: bold;
    color: #535454;
}

.repair-target .harf-banner {
    width: 48% !important;
}

/**/

#choose_us {
    margin: 1em 0;
    background-size: cover;
    background-position: center;
    display: flex;
    height: auto;
}

#choose_us dl {
    background: #15438b;
    padding: 1em;
    font-family: 'Noto sans japanese', sans-serif;
    color: #fff;
}

#choose_us dt {
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.1rem;
    font-weight: 600;
    margin-bottom: 0.2em;
}

#choose_us dd {
    font-size: 1.2em;
    line-height: 1.7;
    display: flex;
    align-items: center;
}

#aerial_photo {
    margin: 0;
}


/*新・店舗紹介レイアウト*/

#shop_information {}

.shop-info-inner {}

.shop-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60px auto auto;
    grid-template-areas:
        'head head'
        'left right';
    gap: 0 1em;
}

.info-grid-inner {}

.info-grid-inner.info-head {
    grid-area: head;
    display: flex;
    align-items: center;
    background: #2369bf;
    height: 100%;
    padding: 0 1em;
}

.info-grid-inner.info-head h2 {
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.info-grid-inner.info-left {
    grid-area: left;
}

.info-map {
    height: 100%;
}

.info-map iframe {}

.info-grid-inner.info-right {
    grid-area: right;
}

.info-right-child {
    margin-bottom: 1em;
}

.info-right-child h3 {
    border-bottom: 1px solid;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.shop-info-list {
    padding: 1em 0;
    margin-bottom: 1em;
}

.shop-info-list li {
    display: flex;
    gap: 1em;
    margin-bottom: 0.5em;
}

.shop-info-list li span {}

.shop-info-list li span img {
    width: 2em;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.shop-info-list li p {}

.shop-info-list li a {}

.pay-info-list {
    display: flex;
    gap: 1em;
}

.pay-info-list li {}

.pay-info-list li img {
    width: 4em;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.repair-info-list {}

.repair-info-list .repair-banner {
    margin-bottom: 1em;
}

.repair-info-list .repair-banner a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-top: #e5e9e1 2px solid;
    padding: 1em;
    gap: 1em;
}

.repair-info-list .repair-banner:first-child a {
    background: linear-gradient(0deg, rgba(37, 68, 216, 1), rgba(14, 157, 255, 1));
}

.repair-info-list .repair-banner:nth-child(2) a {
    background: linear-gradient(0deg, #858b7e, #c7cdc5);
}

.repair-info-list .repair-banner:last-child a {
    background: linear-gradient(0deg, #ff4460, #ff6c89);
}

.repair-info-list .repair-banner img {
    width: 60px;
}

.repair-info-list .repair-banner dl {
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 0 !important;
}

.repair-info-list .repair-banner dt {
    font-size: 2em !important;
}

.repair-info-list .repair-banner dd {
    font-size: 1.4em;
}


/*repair_information*/

#repair_information {}

#repair_information ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}

#repair_information ul li {}

#repair_information ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    color: #2369bf;
    background: #c7ddee;
    border-radius: 8px;
}

#repair_information ul li a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url('./../img/icon/a-r.png') center no-repeat;
    background-size: contain;
}

#repair_information ul li a img {
    width: 20%;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-right: solid 1px;
    padding-right: 1em;
}

#repair_information ul li a p {
    font-weight: bold;
}


/*盛岡店7thAnni*/

.morioka7th-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #0000009e;
    opacity: 0;
    transition: opacity 0.7s;
}

.morioka7th-popup-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.morioka7th-popup-inner img {}

/* キャンペーンバナー（コンパクト版） */

.campaign-banner {
    color: #fff;
}

.campaign-banner-inner {
    background: #00a78f;
    display: block;
    padding: 1em;
    position: relative;
}

.campaign-banner-inner strong {
    font-weight: 600;
}

.campaign-banner-inner p {
    display: inline;
}

.campaign-banner-inner:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    vertical-align: middle;
    background: url(../img/shop/icon-right-w.png) no-repeat center;
    background-size: contain;
}

.chooseus-text {
    width: 60%;
}

.chooseus-image {
    height: 170px;
    width: 40%;
}

#new_main_image {
    position: relative;
}

.new-main-image {
    height: 240px;
    width: 100%;
}


/* 20230928 */
/* 公開時スタイルシートに移動 */
#new_main_image {
    margin-bottom: 1rem;
}

#new_main_image dl {
    display: flex;
    flex-direction: column-reverse;
}

#new_main_image dt {
    position: static !important;
}

#new_main_image .main-bg img {
    width: 100%;
}

.h1box {
    margin: 1rem auto;
}

.popupbox,
.popup-filter {
    display: none;
    opacity: 0;
    transition: 0.7s opacity;
}

.act {
    display: block;
    opacity: 1;
}

.map-btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 2em;
    gap: 1rem;
    width: calc(100% - 2em);
}

.maplink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    height: 2rem;
    border-radius: 4px;
    color: #fff;
}

.maplink-blue {
    background: #2769bd !important;
}

.maplink-green {
    background: #00a372 !important;
}

#fixed-detail-reserve {
    position: absolute;
    bottom: -48px;
    z-index: -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: 0.7s;
}

#fixed-detail-reserve a {
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 5px 10px;
    padding-bottom: env(safe-area-inset-bottom);
    color: #FFFFFF;
}

.slideup {
    bottom: 48px !important;
    z-index: 0;
}

/* 料金表サンプル */

:root{
    --main: #88b2d7;
    --sub: #e5edf5;
    --accent: #2369bf;
    --unset :#5d7ea5;

    --black: #2e2e2e;

    --even:#eef7ff;
    --odd:#c7e5ff;
}

.sample-price-list {}

.sample-price-list__item {
    margin-bottom: 1rem;
}

.sample-price-list__itemlist {
    display: flex;
}

.sample-price-list__itemlist_parent {
    border-bottom: none;
    background: var(--unset);
    color: #fff;
}

.sample-price-list__repair-item {
    flex: 1 1 100%;
    padding: 12px;
    text-align: center;
    border-right: 1px solid;
    cursor: pointer;
}
.sample-price-list__repair-item_hover {
    opacity: 1;
    transition: 0.3s;
}

.sample-price-list__repair-item_hover:hover {
    opacity: 0.3;
    transition: 0.3s;
}


.sample-price-list__repair-item:last-child {
    border: none;
}

.sample-price-list__repair-item_tree {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: url(./../img/svg/arrow-bottom-white.svg) no-repeat center;
    background-size: 1rem;
    background-position-x: 90%;
}
.sample-price-list__repair-item_child {
    background: url(./../img/icon/border-arrow_bottom.png) no-repeat center;
    background-size: 1rem;
    background-position-x: 90%;
}

.sample-price-list__repair-item_active {
    background-color: var(--accent);
    color: #fff;
}

.sample-price-list__itemlist_child {
    display: none;
    background: var(--sub);
    color: var(--accent);
    font-weight: bold;
}

.sample-price-list__itemlist_active {
    display: flex;
}

.sample-price-list__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.select-Model {
    display: flex;
    padding: 12px;
    background: var(--main);
    color: var(--black);
}

.select-Model__title {
    flex: 1 1 100%;
    color: var(--black);
    font-weight: bold;
}

.select-Model__select {
    flex: 1 1 100%;
}

.repair-block {
    margin-bottom: 1rem;
    border: 1px solid #9b9b9b;
}

.repair-block__title {
    display: flex;
    justify-content: space-between;

    /*  */
    border-bottom: 1px solid #fff;
    background: var(--main);
    color: var(--black);
    padding: 12px;
}

.repair-block__main {
    flex: 1 1 100%;
    font-weight: bold;
    font-size: 1.2rem;
}

.repair-block__working-hours {
    flex: 1 1 100%;
}

.repair-block__explanation {
    padding: 12px;
    background: var(--sub);
    color: #404040;
}

.fee-by-model {
    width: 100%;
}

.fee-by-model__inner {}

.fee-by-model__list {
    border-bottom: 1px solid #fff;
}

/* .fee-by-model__list:first-child {
    border-top: 1px solid;
} */

.fee-by-model__list:last-child {
    border-bottom: none;
}

.fee-by-model__model {
    width: 40%;

    /*  */
    color: var(--black);
    font-weight: bold;
    border-right: 1px solid #fff;
}

.fee-by-model__list:nth-child(odd) .fee-by-model__model {
    background: var(--main);
}
.fee-by-model__list:nth-child(even) .fee-by-model__model {    
    background: #a0ccf3;
}

.fee-by-model__model-link {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 12px;
    align-items: center;
}

.fee-by-model__fee {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px;
    width: 60%;
}

.fee-by-model__list:nth-child(even) .fee-by-model__fee {
    background-color: var(--even);
}

.fee-by-model__list:nth-child(odd) .fee-by-model__fee {
    background-color: var(--odd);
}

.fee-by-model__yen {
    font-size: 1rem;
}

.fee-by-model__contactus {
    flex: 1 1 100%;
    text-align: end;
    font-weight: normal;
}

.fee-by-model__item {
    display: flex;
    justify-content: end;
}

.fee-by-model__liquid-crystal {
    flex: 1 1 100%;
    align-self: center;

    /*  */
    font-size: 1rem;
}

.fee-by-model__price {
    flex: 1 1 100%;
    text-align: end;
    color: #ff0000;
}




/*  */
.new-greeting {
	margin: 2rem 0;
}

.new-greeting_inner {}

.new-greeting__st {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.new-greeting__media {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.new-greeting figure {
	margin: 0;
}

.new-greeting figure img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: contain;
}

.news-list {
	background: #eee;
	padding: 1rem;
}

.news-list__item {
	padding: 0.5rem;
	box-shadow: 4px 4px 4px 1px #bdbdbd40;
	margin: 0 0 1rem;
	background: #fff;
}

.news-list__item:last-child {
	margin: 0;
}


.news-list__date {
	color: #7d7d7d;
	font-size: 0.8rem;
}

.news-list__cate {
	background: #373737;
	color: #fff;
	font-size: 0.7rem;
	padding: 0.1rem 0.2rem;
}

.news-list__title {
	color: #373737;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
}

.news-list__text {
	color: #373737;
	margin-bottom: 0.4rem;
}

.news-list__btn {
	width: 100%;
	background: #373737;
	color: #fff;
	padding: 0.4rem;
	font-size: 1rem;
	cursor: pointer;
}

.news-list__text span {
	background: linear-gradient(transparent 60%, #ffee1f 60%);
}

.chose-us-inner__item {
	flex: 0 1 30%;
}

.reason-box .reason-box__figure {
	width: 60px;
}


.new-greeting__text {
	flex: 1 1 60%;
	line-height: 1.7;
	font-size: 1rem;
}

.new-greeting figure {
	flex: 0 1 calc(40% - 1rem);
	margin: 0;
}
