@charset "utf-8";
a:visited {
    color: #8441B3;
}

.top-gkln a:visited,
.top-group a:visited,
.top-contmenu a:visited {
    color: inherit;
}
/* ================================
company
/ ================================ */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.content-area {
    margin-bottom: 50px;
}
p.message {
    margin-bottom: 10px;
}
/* ================================
nav
/ ================================ */
nav.g-nav {
  width: 100%;
}

.g-nav-main li a {
    font-size: 18px;
}
.g-nav-main > li > a:hover,
.g-nav-main > li > a:active {
    background-color: #5abceb;
    transition: .1s;
}
li#menu-item-199 {
    position: relative;
}
.g-nav-main .sub-menu {
  position: absolute;
  /* left: 0;
  right: 0; */
  margin: auto;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: 250px;
  border-top: none;
}
.g-nav-main .sub-menu li {
  display: block;
  float: none;
  border-top: 0;
  padding: 0;
}
.g-nav-main li:hover .sub-menu {
  display: block;
}
.sub-menu li a {
    font-size: 16px;
    margin-left: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #009ce6;
    background-color: #fff;
    border-bottom: solid 1px #009ce6;
}
.g-nav-main .sub-menu li a:hover {
  color: #fff;
  background-color: #009ce6;
  transition: .1s;
}
@media (min-width: 768px) {
  #header-nav .sub-menu {
    position: absolute;
    width: 200px;
    border-top: 1px solid #eee;
  }
}
@media (max-width: 767px) {
.g-nav-main .sub-menu {
    width: 50%;
    max-width: inherit;
}
/* is-openクラスがついた時、サブメニューを強制的に表示する */
    .g-nav-main .menu-item-has-children.is-open > .sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}


/* ================================
table
/ ================================ */
table {
  margin-bottom: 20px;
  width: 100%;
}
th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 150%;
}
table.common tr th,td{
  padding: 20px;
}
table.common th{
  width: 25%;
  vertical-align: top;
  background-color: #eefaff;
}
table.common td{
  text-align: left;
  width: 75%;
}

@media screen and (max-width: 767px) {
  table.common th,
  table.common td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

/* ================================
問合せフォーム
/ ================================ */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
  width: 100%;
  padding: 10px !important;
  border: solid 1px #ddd !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[type='submit'],
input[type='button'] {
    display: block;
    padding: 10px;
    margin: auto;
    width: 100%;
    max-width: 200px;
    text-decoration: none;
    color: #FFF;
    border-radius: 3px;
    background: #009ce6;
    border-bottom: solid 3px #1c729b;
    font-weight: bold;
    font-size: 18px;
}
select{
background-color: #f5fbff;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
.wpcf7-list-item {
    display: block !important;
    margin: 0 0 5px 0 !important;
}
span.require {
    background-color: #fb5336;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    margin-left: 5px;
    vertical-align: inherit;
}
::-webkit-input-placeholder {
    color: #ccc;
}
/* ================================
company
/ ================================ */
.bspic { float: left; width:221px; text-align: center; margin: 0 45px 15px 0; }
.bstex { overflow: hidden; margin-bottom: 3em; }
.bstex p { margin-bottom: 1em; }
.tgs-outline table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 4em;
}
.tgs-outline th, .tgs-outline td { border-bottom: solid 1px #ccc; padding: .8em 2em; line-height: 1.6; }
.tgs-outline th {
  width:14em;
  background: #e4e4e4;
  white-space: nowrap;
  border-left: none;
}
.tgs-outline td {
  border-right: none;
}
@media screen and (max-width: 59.9375em) {
  .bspic { float: none; margin: 0 auto 20px; }
  .tgs-outline th, .tgs-outline td {
    padding: .8em 1em;
    margin-bottom: 0;
    border: none;
  }
  .tgs-outline th {
    width: auto;
  }
}
@media screen and (max-width: 37.4375em) {
  .tgs-outline table, .tgs-outline tbody, .tgs-outline tr, .tgs-outline th, .tgs-outline td { display: block; border: none; }
  .tgs-outline th,
  .shopinfo th{
	  width: 100% !important;
	  padding: .4em 1em;
	  border-bottom: none;
	}
}

/* ================================
business,1nfo
/ ================================ */
.biz-board { padding: 30px 40px; border: solid 10px #eee; margin-bottom: 50px;  }
@media (min-width: 48em) {
  .biz-board { display: flex; }
  .biz-board ul { flex: 1; }
}

/* ================================
inquiry
/ ================================ */
.inq-board { padding: 20px; border: solid 5px #eee; margin-bottom: 50px;  }
.inq-board h4 { font-size: 16px; text-align: center; }
.inq-tel, .inq-fax, .inq-mail { font-family: 'Open Sans', sans-serif; font-weight: bold; margin: 15px 0; color: #009ce6; font-size: 22px; text-align: center; }
.inq-tel, .inq-fax { font-size: 30px; }
.inq-tel a, .inq-mail a { color:#009ce6; }
@media (min-width: 37.5em) {
  .inq-board { border-width:10px; padding: 30px 40px; }
  .inq-board h4 { font-size: 24px; }
  .tgs-rinen .inq-tel,.tgs-rinen .inq-fax { font-size: 40px; }
  .inq-mail { font-size: 28px; }
}
@media (min-width: 60em) {
  .inq-board { padding: 40px 100px; }
  .inq-main, .inq-sub { display: flex; justify-content: space-between; align-items: center; }
  .inq-tel, .inq-fax, .inq-mail { text-align: left; }
}
@media (max-width: 768px) {
  .inq-board {
      padding: 0;
      border: none;
  }
}
/* ================================
top
/ ================================ */
.top-ctbanner .twitter {
  border: solid 2px #1DA1F2;
  border-radius: 5px;
  padding: 10px;
}
.instagram_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.top-ctbanner .instagram {
  width: 100%;
}
@media (max-width: 768px) {
  .inq-board {
      padding: 50px 15px 0;
  }
.instagram_wrap {
    padding: 50px 15px 0;
}
.instagram {
    margin-top: -10px;
}
}

/* ================================
interview
/ ================================ */
nav.itvnav { display:flex; margin-bottom:80px; margin-right: -2%; font-size: 1.25rem; }
nav.itvnav>.itv-thumb { flex: 0 0 23%; margin-right: 2%; }
.itv-thumb>a { display:block; border: solid 1px #ccc; padding: 4px; text-align: center; text-decoration: none; }
.itv-thumb>a:hover { background: #f5f5f0; }
.itv-thumb>a>span { display:block; line-height:1.2; }
.itv-thttl { padding: 5px 5px 3px; color: #fff; background: #009ce6; font-size: 110%; letter-spacing:.1em; margin: 0 0 4px; }
.itv-thdesc { margin: 4px 0 0; color: #222; }
div.interview { font-size: 1.25rem; }
article.itv-document { padding: 1.2em; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.24); }
article.itv-document p { margin-bottom: 1.5em; }
article.itv-document h3 { font-size: 1.6em; padding-bottom:.3em; border-bottom: solid .2em #009ce6; margin-bottom:1em; letter-spacing:.2em; }
article.itv-document h3 small { display:block; font-size: .45em; margin: 0 0 .3em; }
article.itv-document hr {
  margin: 2.25em 0;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
.itv-afmkg { color: #777; margin-bottom: 0 !important; }
.itv-er01 { color: #009ce6; }
.itv-er02 { color: #E87111; }
.itv-photo { text-align: center; padding: 8px; border: solid 1px #ccc; margin: 0 0 .5em; }
.itv-photo p { font-size: .75em; text-align: center; margin: .3em 0 0 !important; }
.in-board { padding: 20px; background: #f0f0f0; margin: 50px 0 0; }
.in-board .itv-gaikan { text-align: center; margin: 0 0 10px; }
.in-board p strong { font-size: 1.3em; }
@media (min-width: 37.5em) {
  div.interview { font-size: 1.375rem; }
  article.itv-document { padding: 1.6em; }
  .itv-photo.photo-l { margin-right: 1.45em; }
  .itv-photo.photo-r { margin-left: 1.45em; }
  .in-board { font-size: 1.125rem; border-width:10px; padding: 30px 40px; display: flex; justify-content: space-between; align-items: center; }
  .in-board .itv-gaikan { flex: 0 0 30%; margin: 0 5% 0 0; }
  .in-board p { flex: 1 1 65%; }
}
@media (min-width: 60em) {
  div.interview { font-size: 1.5rem; }
  article.itv-document { padding: 2em; }
  div.interview .in-board { padding: 40px; margin-bottom: 0; }
  .in-board .itv-gaikan { flex: 0 0 240px; margin-right: 35px; }
  .in-board p { flex: 1 1 600px; }
}

/* ================================
privacy
/ ================================ */
.tgs-privacy p { margin: 1em 0; }
.tgs-privacy h3 { margin-top: 1.2em; font-size: 114%; font-weight:bold; }

/* ================================
sell
/ ================================ */
.pdctbl { overflow: auto; margin: .8em 0; }
.pdctbl table { border-top: solid 1px #ccc; width: 100%; }
.pdctbl th, .pdctbl td { border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: .8em 1em; line-height: 1.3; white-space: nowrap; }
.pdctbl thead th { background: #def; text-align: center; padding: .8em .5em; }
.pdctbl thead>tr>th:first-child,
.pdctbl tbody th { border-left: none; }
.pdctbl td { text-align: right; font-family: 'Open Sans', sans-serif; }

/* ================================
support
/ ================================ */
body.support img {
	width: 100%;
	height: auto;
}
.content article.tgs-support { padding: 20px 0; margin-bottom: 10px; }
article.support p { margin-bottom: 1.4em; }
article.support h4 { margin-top: 3em; }
article.support h4 strong { display: block; font-size: 17px; font-weight: normal; }
.in-board { padding: 20px; border: solid 5px #eee; margin: 30px 0;  }
.in.in-menu ul { display: flex; flex-flow: column nowrap; }
.in-menu li { padding: 3px; }
.in-menu a { display: block; padding: 8px 16px 8px 12px; border:solid 1px #ddd; color: #111; position: relative; }
.in-menu a:before {
  content: '\f105';
  color: #666;
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -.52em;
  right: 10px; }
.in-menu a:hover, .in-menu a:hover:before { color: #009ce6; border-color: #009ce6; text-decoration: none; }
.inq-tel { font-family: 'Open Sans', sans-serif; font-weight: bold; margin: 15px 0; color: #009ce6; font-size: 28px; line-height: 1.5; text-align: center; }
.inq-tel small { font-size: 85%; }
.inq-tel a { color: #009ce6; margin-bottom: .4em; }
.inq-tel small, .inq-tel a { display: block; }
.inq-tel br { display: none; }
.pdctbl { overflow: auto; margin: .8em 0 2em; }
.pdctbl table { border-top: solid 1px #ccc; width: 100%; }
.pdctbl th, .pdctbl td { border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: .8em 1em; line-height: 1.3; white-space: nowrap; }
.pdctbl thead th { background: #def; text-align: center; padding: .8em .5em; }
.pdctbl thead>tr>th:first-child,
.pdctbl tbody th { border-left: none; }
.pdctbl td { text-align: center; font-family: 'Open Sans', sans-serif; }
@media (min-width: 37.5em) {
  .content article.tgs-support { padding: 30px 0 15px; margin-bottom: 50px; }
  article.support h4 strong { display: inline-block; margin-right: .8em; }
  .in-board { border-width:10px; padding: 30px 40px; }
  .inq-tel { font-size: 32px; }
  /*.in-menu ul { flex-flow: row wrap; }
  .in-menu li { flex: 1 1 50%; }*/
}
@media (min-width: 60em) {
  .in-board { padding: 40px 45px; display: flex; justify-content: space-between; align-items: center; }
  .in-menu { width:32%; }
  .inq-tel { text-align: right; }
  .inq-tel small, .inq-tel a { display: inline-block; }
  .inq-tel br { display: inline; }
  .inq-tel small { margin-right: .5em; }
  .inq-tel a { margin-bottom: 0; }
}

/* ================================
info
/ ================================ */
.biz-board { padding: 30px 40px; border: solid 10px #eee; margin-bottom: 50px;  }
@media (min-width: 48em) {
  .biz-board { display: flex; }
  .biz-board ul { flex: 1; }
}

.content.info {
  display: flex;
}
#article_wrap > .contactbox {
    width: 100%;
}
#article_wrap {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
#sidebar_wrap {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 30px;
}
#sidebar h2.widgettitle {
    font-size: 16px;
    font-weight: 500;
    border-bottom: solid 1px #009ce6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#sidebar li.widget {
  margin-bottom: 20px;
}
#sidebar li.widget li {
  line-height: 130%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #article_wrap,
  #sidebar_wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .content.info {
      flex-direction: column;
  }
  .content article {
      margin-bottom: 20px;
  }
  #article_wrap > .contactbox {
      width: 100%;
      box-sizing: border-box;
      margin: 0px 0px 20px;
  }
}

/*=======================================
ページナビ
=======================================*/
.wp-pagenavi {
	clear: both;
	text-align:center;
  margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #009ce6;
	background-color: #FFF;
	border: solid 1px #009ce6;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  padding: 5px 0;
  border: none;
}
.wp-pagenavi a:hover{
    color:#FFF;
    background-color:#009ce6;
    border-color:#009ce6;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #009ce6;
	border-color: #009ce6;
	font-weight: bold;
    }

.pagenav {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
/* ================================
404
/ ================================ */
p#notfound {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding: 100px 0;
}

/* ================================
other
/ ================================ */
span.red { 
	color: red;
    font-weight: bold;
    font-size: 18px;
}

ul.disc {
    list-style: disc;
    margin-bottom: 30px;
}

ul.disc.last {
    margin-bottom: 0;
}
ul.disc, ul.disc li {
    list-style: disc;
    margin-left: 10px;
}
ul.asterisk-list {
  list-style: none;
  padding-left: 20px;
}

ul.asterisk-list li {
  text-indent: -20px;
}

ul.asterisk-list li::before {
  content: "※";
}

ol.number-list {
  list-style: none;
  padding-left: 0;
  counter-reset: number;
}

ol.number-list li {
  text-indent: -10px;
  margin-bottom: 8px;
}

ol.number-list li::before {
  counter-increment: number;
  content: counter(number) ". ";
}

.massage {
    border: 3px solid #009ce6;
    padding: 50px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.massage {
		padding: 0;
		border: none;
	}
p.lead {
    font-size: 21px;
    text-align: left;
    line-height: 150%;
}
}
input#pwbox-663 {
    margin-bottom: 20px;
}


/* ================================
header
/ ================================ */
.s-header {
    position: relative;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.sp_head_wrap {
    display: none;
}
@media screen and (max-width: 767px) {
.s-header {
    padding: 15px 15px 15px 10px;
}
.s-header .menu-toggle {
    position: relative;
    right: 0;
    width: 28px;
    height: 32px;
}
.sp_head_wrap {
    display: flex;
}
.sp_head_wrap > .sp_head_img:nth-child(2) {
    margin-left: 10px;
    margin-right: 15px;
}
.sp_head_img {
    max-width: 24px;
    height: auto;
    padding-top: 0px;
}
}
ul.arrow {
    display: flex;
    align-items: center;
    gap: 2rem;

}

ul.arrow li {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
  font-weight: bold;
}

ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background-color: #009ce6;
  border-radius: 50%;
  transform: translateY(-50%);
}

ul.arrow li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
ul.arrow {
    display: none;
}
}

/* ================================
news お知らせ
/ ================================ */
  .top-news .news-list {
    width: 100%;
  }

span.news-category {
    background-color: #009ce6;
    padding: 0;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    max-width: 100px;
    text-align: center;
}
span.news-category:hover {
  opacity: .8;
  transition: .2s;
}
span.news-category a {
  padding: .2rem .5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
span.news-category a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.top-news .news-list {
    padding-left: 10px;
    padding-right: 10px;
}
}

.news-list > dl {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.news-list dd {
    padding: 0;
}
.news-list dd.cat {
    flex-shrink: 0;
}
.news-list dt {
    width: auto;
    padding: 0;
    flex-shrink: 0;
}
.news-list span.news-category {
    width: 120px;
}
.tgs-info-index .news-list span.news-category {
    margin-right: 0;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .news-list > dl {
        gap: 0.5rem 1rem;
        border-bottom: solid .1rem #eaeaea;
        padding-bottom: 1rem;
    }

    .news-list dd:not(.cat) {
        width: 100%;
        flex-basis: 100%;
        margin-top: 0.2rem;
    }
}

/* ================================
box
/ ================================ */
.box {
    margin-bottom: 30px;
}
.box.two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.box.three{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.box.four {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
@media screen and (max-width: 767px) {
.box.two {
    grid-template-columns: 1fr;
    gap: 10px;
}
.box.three,
.box.four {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
}

/* ================================
共通
/ ================================ */
/* 見出し */
h4 > span {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}
/* ボタン */
.button a {
    background: #009ce6;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 300px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  opacity: .8;
  transition: .2s;
}
.button a:hover:after {
  right: 1.4rem;
}

.button.small a {
    max-width: 180px;
    padding: 8px 20px;
    font-size: 16px;
}

/* ================================
グッズ販売
/ ================================ */
.youi_wrap {
    margin: auto;
    width: 100%;
    max-width: 750px;
}

/* ================================================
■ 埋め込み(googlemap、facebook)
================================================ */
.iframe_wrap {
overflow: hidden;
position: relative;
}
.iframe_wrap.map {
height: 30rem;
}
.iframe_wrap.calender {
    height: 44rem;
}
.iframe_wrap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 767px) {
.iframe_wrap {
height: 15rem;
overflow: hidden;
margin-bottom: 60px;
}
}


/* ================================
グッズ販売
/ ================================ */
.tgs-service h4.h02 {
  font-size: 18px;
}

.tgs-service .box.four {
  gap: 20px;
}


/* ================================
スライダー
/ ================================ */
.n2-ss-slide-background,
img.border {
    border: solid .1rem #eaeaea;
    box-sizing: border-box;
}


/* ================================
サービス
/ ================================ */
.business-service {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    border: solid 2px #f1f1f1;
    box-sizing: border-box;
}
.business-service img {
    max-width: 120px;
    display: block;
}

/* ================================
オーダースーツ
/ ================================ */
.order-steps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.order-steps-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.step-item {
  flex-basis: calc(25% - 25px);
  text-align: left;
  box-sizing: border-box;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.step-icon img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.step-title {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.4;
  color: #000;
}

.step-number {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-right: 8px;
    flex-shrink: 0;
}

.step-text {
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.order-suits-price {
	text-align: center;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .order-steps-flex {
    justify-content: center;
	gap: 20px;
  }
  .step-item {
    flex-basis: calc(50% - 20px);
  }
  .step-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .order-steps-flex {
    flex-direction: column;
    gap: 40px;
  }
  .step-item {
    flex-basis: 100%;
    width: 100%;
  }
  .step-title br {
    display: none;
  }

	.order-suits-price {
		text-align: left;
	}
.columnbox.shopinfo {
    gap: 40px;
}

}
.shopinfo table {
    margin-bottom: 30px !important;
}
.shopinfo th {
    width: 120px;
}
td.qrcode_wrap {
    text-align: center;
}
img.qrcode {
	width: 100px;
}