@charset "UTF-8";
/*                ヘッダー
======================================================= */
#header #hd_logo .logo_inner .logo_box span {
  display: block;
  width: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header #hd_logo .logo_inner .logo_box span img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  body.scroll #header #hd_logo .logo_inner .logo_box span {
    width: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 768px) {
  #header #hd_logo .logo_inner .logo_box span {
    display: block;
    width: 40px;
    transition: all;
  }
  #header #hd_logo .logo_inner .logo_box span img {
    width: 100%;
    height: auto;
  }
}


/*                フッター
======================================================= */


/*                ホームページ
======================================================= */
#home #home_introduction .introduction_container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#home #home_introduction .page_heading {
  color: #657b97;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #home #home_introduction .page_heading {
    font-size: 16px;
  }
}

/* 20250327 オーダー手順 ご予約に関する案内 追加 */
#home .top_orderflow_index {
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  #home .top_orderflow_index {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_orderflow_index {
    margin-bottom: 20px;
  }
}
#home .top_orderflow_index ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
}
#home .top_orderflow_index ol li {
  width: 10%;
  padding-left: 30px;
  position: relative;
}
#home .top_orderflow_index ol li > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  #home .top_orderflow_index ol li > a > div {
    position: relative;
    z-index: 1;
  }
  #home .top_orderflow_index ol li > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #home .top_orderflow_index ol li > a:hover:after {
    opacity: 0.35;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
#home .top_orderflow_index ol li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #home .top_orderflow_index ol {
    margin-left: -20px;
  }
  #home .top_orderflow_index ol li {
    padding-left: 20px;
  }
  #home .top_orderflow_index ol li:before {
    left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_orderflow_index ol {
    margin-left: -15px;
  }
  #home .top_orderflow_index ol li {
    padding-left: 15px;
  }
  #home .top_orderflow_index ol li:before {
    left: 4px;
    width: 9px;
    height: 9px;
    border: 9px solid transparent;
    border-left: 9px solid #d5d5d5;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  #home .top_orderflow_index ol {
    margin-top: -20px;
  }
  #home .top_orderflow_index ol li {
    width: 100%;
    padding-top: 20px;
  }
  #home .top_orderflow_index ol li:before {
    position: absolute;
    top: 3px;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
    -webkit-transform: translateX(-25%) translateY(0%) rotate(90deg);
        -ms-transform: translateX(-25%) translateY(0%) rotate(90deg);
            transform: translateX(-25%) translateY(0%) rotate(90deg);
  }
}
#home .top_orderflow_index .index_cont {
  display: block;
  border: solid 3px #002b60;
  position: relative;
  height: 100%;
  position: relative;
}
#home .top_orderflow_index .index_cont .step_head {
  background-color: #002b60;
  width: 100%;
  padding: 0.65em 0.1em;
}
#home .top_orderflow_index .index_cont .step_head p {
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  font-size: 16px;
}
#home .top_orderflow_index .index_cont .step_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.15em 0.25em 1em;
}
#home .top_orderflow_index .index_cont .step_p p {
  font-weight: bold;
  font-weight: 600;
  color: #002b60;
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  #home .top_orderflow_index .index_cont .step_p p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1024px) {
  #home .top_orderflow_index .index_cont .step_head {
    padding: 0.65em 0;
  }
  #home .top_orderflow_index .index_cont .step_head p {
    font-size: 13px;
  }
  #home .top_orderflow_index .index_cont .step_p {
    padding: 0.75em 0.25em;
  }
  #home .top_orderflow_index .index_cont .step_p p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_orderflow_index .index_cont .step_head {
    padding: 0.25em 0;
  }
  #home .top_orderflow_index .index_cont .step_head p {
    font-size: 12px;
  }
  #home .top_orderflow_index .index_cont .step_p {
    padding: 0.7em 0.25em;
  }
  #home .top_orderflow_index .index_cont .step_p p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #home .top_orderflow_index .index_cont .step_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25em 1.25em 0.25em;
  }
  #home .top_orderflow_index .index_cont .step_p p {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
#home .top_info_cont {
  margin-top: 15px;
  background-color: #eff2f4;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont {
    padding: 5px;
  }
}
#home .top_info_cont .inner {
  position: relative;
}
#home .top_info_cont .inner .inner_main {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .inner .inner_main {
    padding: 20px 0;
  }
  #home .top_info_cont .inner .inner_main .info_cont_width {
    position: relative;
  }
  #home .top_info_cont .inner .inner_main .info_cont_width:before {
    position: absolute;
    right: 20px;
    width: 100px;
    height: 100%;
    display: block;
    content: "";
    background-image: url(../media/images/first/ill_suit01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  #home .top_info_cont .inner .inner_main .info_cont_width:before {
    display: none;
  }
}
#home .top_info_cont .inner .inner_main .inner_main_detail {
  margin-bottom: 1.5em;
  padding-right: 200px;
}
@media only screen and (max-width: 1100px) {
  #home .top_info_cont .inner .inner_main .inner_main_detail {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .inner .inner_main .inner_main_detail {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 480px) {
  #home .top_info_cont .inner .inner_main .inner_main_detail {
    padding-right: 0px;
  }
}
#home .top_info_cont .inner .inner_main .inner_main_detail p {
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .inner .inner_main .inner_main_detail p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .inner .inner_main .link_btn {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 480px) {
  #home .top_info_cont .inner .inner_main .link_btn {
    padding-right: 0px;
  }
}
#home .top_info_cont .inner .inner_bottom {
  padding-top: 1em;
  background-color: #eff2f4;
  padding-bottom: 0.25em;
}
#home .top_info_cont .inner .inner_bottom .info_cont_width {
  position: relative;
}
#home .top_info_cont .inner .inner_bottom .info_cont_width:before {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 200px;
  height: 308px;
  display: block;
  content: "";
  background-image: url(../media/images/first/ill_suit01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 1100px) {
  #home .top_info_cont .inner .inner_bottom .info_cont_width:before {
    right: 40px;
    width: 126px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .inner .inner_bottom .info_cont_width:before {
    display: none;
  }
}
#home .top_info_cont .inner .inner_bottom p {
  font-size: 14px;
}
#home .top_info_cont .info_cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
@media only screen and (max-width: 1100px) {
  #home .top_info_cont .info_cont_width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #home .top_info_cont .info_cont_width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 20250402 */
.cmn_reason_area {
    display: flex;
    justify-content: space-between;
}

.cmn_reason_box {
    width: calc(100% / 3 - 15px);
}

.cmn_reason_box img {
    width: 100%;
    object-fit: cover;
    height: 280px;
    margin-bottom: 15px;
}

.cmn_reason_box h3 {
    min-height: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

@media(max-width:767px) {

    .cmn_reason_index {}

    .cmn_reason_area {
        display: block;
    }

    .cmn_reason_box {
        width: 100%;
        margin-bottom:40px;
    }

    .cmn_reason_box img {
        margin-bottom: 15px;
    }

    .cmn_reason_box h3 {
        min-height:inherit;
        font-size: 16px;
    }
}

.cmn_shop_map_area {
    display: flex;
    justify-content: space-between;
}

.cmn_shop_gmap {
    width: 50%;
    position: relative;
    padding-bottom: 31.926%;
}

.cmn_shop_gmap iframe {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmn_shop_map_text {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.cmn_shop_map_text p {
    margin-bottom: 15px;
}

.cmn_shop_map_text p a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .cmn_shop_map_area {
        display: block;
    }

    .cmn_shop_gmap {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 56.25%;
    }

    .cmn_shop_map_text {
        width: 100%;
        padding: 0px;
    }
}

.cmn_shop_order .ill_cont {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cmn_shop_order .ill_cont>div {
    width: 100%;
}

.cmn_shop_order .ill_cont .ill_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.cmn_shop_order .ill_cont .ill_block img {
    display: block;
    width: auto;
    margin: auto;
}

.cmn_shop_order .ill_cont>div>div+div {
    margin-top: 25px;
}

.cmn_shop_order .ill_cont>div+div {
    margin-top: 25px;
}

.cmn_shop_order .ill_cont .price p {
    font-weight: bold;
    font-weight: 600;
}

.cmn_shop_flow .orderflow_index {
    overflow: hidden;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1024px) {
    .cmn_shop_flow .orderflow_index {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_flow .orderflow_index {
        margin-bottom: 20px;
    }
}

.cmn_shop_flow .orderflow_index ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -30px;
}

.cmn_shop_flow .orderflow_index ol li {
    width: 10%;
    padding-left: 30px;
    position: relative;
}

.cmn_shop_flow .orderflow_index ol li>a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .cmn_shop_flow .orderflow_index ol li>a>div {
        position: relative;
        z-index: 1;
    }

    .cmn_shop_flow .orderflow_index ol li>a:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background-color: #657b97;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .cmn_shop_flow .orderflow_index ol li>a:hover:after {
        opacity: 0.35;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
}

.cmn_shop_flow .orderflow_index ol li:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .cmn_shop_flow .orderflow_index ol {
        margin-left: -20px;
    }

    .cmn_shop_flow .orderflow_index ol li {
        padding-left: 20px;
    }

    .cmn_shop_flow .orderflow_index ol li:before {
        left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_flow .orderflow_index ol {
        margin-left: -15px;
    }

    .cmn_shop_flow .orderflow_index ol li {
        padding-left: 15px;
    }

    .cmn_shop_flow .orderflow_index ol li:before {
        left: 4px;
        width: 9px;
        height: 9px;
        border: 9px solid transparent;
        border-left: 9px solid #d5d5d5;
    }
}

@media only screen and (max-width: 768px) and (max-width: 640px) {
    .cmn_shop_flow .orderflow_index ol {
        margin-top: -20px;
    }

    .cmn_shop_flow .orderflow_index ol li {
        width: 100%;
        padding-top: 20px;
    }

    .cmn_shop_flow .orderflow_index ol li:before {
        position: absolute;
        top: 3px;
        left: 50%;
        margin: auto;
        content: "";
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        border: 12px solid transparent;
        border-left: 12px solid #d5d5d5;
        -webkit-transform: translateX(-25%) translateY(0%) rotate(90deg);
        -ms-transform: translateX(-25%) translateY(0%) rotate(90deg);
        transform: translateX(-25%) translateY(0%) rotate(90deg);
    }
}

.cmn_shop_flow .orderflow_index .index_cont {
    display: block;
    border: solid 3px #002b60;
    position: relative;
    height: 100%;
    position: relative;
}

.cmn_shop_flow .orderflow_index .index_cont .step_head {
    background-color: #002b60;
    width: 100%;
    padding: 0.65em 0.1em;
}

.cmn_shop_flow .orderflow_index .index_cont .step_head p {
    color: #fff;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    font-size: 16px;
}

.cmn_shop_flow .orderflow_index .index_cont .step_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.15em 0.25em 1em;
}

.cmn_shop_flow .orderflow_index .index_cont .step_p p {
    font-weight: bold;
    font-weight: 600;
    color: #002b60;
    font-size: 20px;
    letter-spacing: 0.06em;
}

@media only screen and (min-width: 641px) {
    .cmn_shop_flow .orderflow_index .index_cont .step_p p {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

@media only screen and (max-width: 1024px) {
    .cmn_shop_flow .orderflow_index .index_cont .step_head {
        padding: 0.65em 0;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_head p {
        font-size: 13px;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_p {
        padding: 0.75em 0.25em;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_p p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_flow .orderflow_index .index_cont .step_head {
        padding: 0.25em 0;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_head p {
        font-size: 12px;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_p {
        padding: 0.7em 0.25em;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_p p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .cmn_shop_flow .orderflow_index .index_cont .step_p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.25em 1.25em 0.25em;
    }

    .cmn_shop_flow .orderflow_index .index_cont .step_p p {
        font-size: 16px;
        letter-spacing: 0.06em;
    }
}

.cmn_shop_info .info_cont {
    background-color: #eff2f4;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont {
        padding: 5px;
    }
}

.cmn_shop_info .info_cont .inner {
    position: relative;
}

.cmn_shop_info .info_cont .inner .inner_main {
    background-color: #fff;
    padding: 40px 0;
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .inner .inner_main {
        padding: 20px 0;
    }

    .cmn_shop_info .info_cont .inner .inner_main .info_cont_width {
        position: relative;
    }

    .cmn_shop_info .info_cont .inner .inner_main .info_cont_width:before {
        position: absolute;
        right: 20px;
        width: 100px;
        height: 100%;
        display: block;
        content: "";
        background-image: url('https://yoshida-suit.com/yoshidasuit/wp-content/themes/yoshidasuit202205/asset_yoshidasuit/media/images/first/ill_suit01.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
    .cmn_shop_info .info_cont .inner .inner_main .info_cont_width:before {
        display: none;
    }
}

.cmn_shop_info .info_cont .inner .inner_main .inner_main_detail {
    margin-bottom: 1.5em;
    padding-right: 200px;
}

@media only screen and (max-width: 1100px) {
    .cmn_shop_info .info_cont .inner .inner_main .inner_main_detail {
        padding-right: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .inner .inner_main .inner_main_detail {
        padding-right: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .cmn_shop_info .info_cont .inner .inner_main .inner_main_detail {
        padding-right: 0px;
    }
}

.cmn_shop_info .info_cont .inner .inner_main .inner_main_detail p {
    letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .inner .inner_main .inner_main_detail p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .inner .inner_main .link_btn {
        padding-right: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .cmn_shop_info .info_cont .inner .inner_main .link_btn {
        padding-right: 0px;
    }
}

.cmn_shop_info .info_cont .inner .inner_bottom {
    padding-top: 1em;
    background-color: #eff2f4;
    padding-bottom: 0.25em;
}

.cmn_shop_info .info_cont .inner .inner_bottom .info_cont_width {
    position: relative;
}

.cmn_shop_info .info_cont .inner .inner_bottom .info_cont_width:before {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 200px;
    height: 308px;
    display: block;
    content: "";
    background-image: url('https://yoshida-suit.com/yoshidasuit/wp-content/themes/yoshidasuit202205/asset_yoshidasuit/media/images/first/ill_suit01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media only screen and (max-width: 1100px) {
    .cmn_shop_info .info_cont .inner .inner_bottom .info_cont_width:before {
        right: 40px;
        width: 126px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .inner .inner_bottom .info_cont_width:before {
        display: none;
    }
}

.cmn_shop_info .info_cont .inner .inner_bottom p {
    font-size: 14px;
}

.cmn_shop_info .info_cont .info_cont_width {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

@media only screen and (max-width: 1100px) {
    .cmn_shop_info .info_cont .info_cont_width {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .cmn_shop_info .info_cont .info_cont_width {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*                下層ページ
======================================================= */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    margin-bottom: 20px;
}
.breadcrumbs > span {
    list-style: none;
    padding: 0 5px;
}
.breadcrumbs > span a {
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs > span:last-child {
        max-width: 230px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

/* 20251113 instagramコンテンツの追加 */
.insta_items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.insta_item {
  width: calc((100% - 110px)/3);
}

.insta_item p {
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 900px) {
  .insta_items {
      flex-wrap: wrap;
  }

  .insta_item {
      width: calc((100% - 15px)/2);
      margin-bottom: 20px;
  }

  .insta_item p {
      font-size: 14px;
  }
}

/* 20251113 Googleマップの追加 */
#ft_cont .ft_shop_navi .ft_shop_info .ft_shop_detail>div.ft_shop_map {
    margin-top: 20px;
}

/* 20251113 アクセス情報の追加 */
.ft_shop_address ul li.scn-access dl {
    display: flex;
    margin-top: 0.4em;
}

/* 20251113 決済方法の追加 */
#ft_cont .scn-payment {
    margin-top: 40px;
}

#ft_cont .scn-payment .scn-method {
    display: flex;
    max-width: 500px;
    margin-top: 10px;
}

#ft_cont .scn-payment .scn-txt {
    font-size: 14px;
}

#ft_cont .scn-payment .bar_title {
    margin-bottom: 10px;
}

/* 20251113 補償やサポートの追加 */
#ft_cont .scn-support {
    margin-top: 40px;
}

#ft_cont .scn-support .bar_title {
    margin-bottom: 10px;
}

#ft_cont .scn-support h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

#ft_cont .scn-support .scn-txt {
    margin-bottom: 10px;
    font-size: 14px;
}

/* 20251215 YouTube出演・ドラマや映画での使用実績の掲載について */
.scn-youtube {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.scn-title {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .scn-youtube {
    padding: 25px 20px;
  }
  .scn-youtube .scn-iframe {
    width: 100%;
  }
  .scn-title {
    font-size: 18px;
  }
}

/* 20251224 よくある質問について */
#scn-faq {
  padding: 100px 0;
}
#scn-faq .scn-btn {
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  #scn-faq {
    padding: 25px 0;
  }
}

/* 20251224 店舗ページへのリンク設置 */
.scn-gnavi_icon {
  display: grid;
  place-content: center;
}

.scn-ft_navi_right {
  width: 1032px !important;
}
.scn-ft_navi_right dl {
  width: 25% !important;
}
.scn-ft_navi_right dt {
  padding-bottom: 0.4em !important;
}
.scn-ft_navi_right dt a {
  padding-bottom: revert !important;
}
