@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  scroll-behavior: smooth;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 COMPANY PROFILE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#company .profile {
  background: url(../../images/company/profile-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#company .profile .wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 100px 2% 100px 2%;
}
#company .profile .wrapper table {
  position: relative;
  width: 100%;
  line-height: 2;
}
#company .profile .wrapper table:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(153, 154, 156) 0%, rgb(152, 147, 147) 100%);
  top: 0;
  left: 0;
}
#company .profile .wrapper table tr th {
  text-align: left;
  padding: 35px 20px 35px 20px;
  width: 20%;
  border-bottom: solid 1px #717171;
  font-weight: 600;
  color: #423535;
  letter-spacing: 6px;
  font-size: 20px;
}
#company .profile .wrapper table tr td {
  padding: 35px 20px 35px 20px;
  border-bottom: solid 1px #b9b9b9;
  font-weight: 500;
  color: #2f2222;
  letter-spacing: 5px;
  font-size: 18px;
}
#company .profile .wrapper table tr td h3 {
  font-size: 1.2em;
  margin: 30px 0 0px 0;
}
#company .profile .wrapper table tr td h3:first-child {
  margin: 0 0 0 0;
}
#company .profile .wrapper table tr td p {
  margin: 10px 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #company .profile .wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 100px 3% 100px 3%;
  }
  #company .profile .wrapper table {
    width: 100%;
    line-height: 2;
  }
  #company .profile .wrapper table:before {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(153, 154, 156) 0%, rgb(152, 147, 147) 100%);
  }
  #company .profile .wrapper table tr th {
    padding: 35px 20px 35px 20px;
    width: 20%;
    letter-spacing: 6px;
    font-size: 2vw;
  }
  #company .profile .wrapper table tr td {
    padding: 35px 20px 35px 20px;
    border-bottom: solid 1px #b9b9b9;
    letter-spacing: 5px;
    font-size: 2vw;
  }
  #company .profile .wrapper table tr td h3 {
    font-size: 1.1em;
    margin: 30px 0 0px 0;
  }
  #company .profile .wrapper table tr td h3:first-child {
    margin: 0 0 0 0;
  }
  #company .profile .wrapper table tr td p {
    margin: 10px 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #company .profile .wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 100px 3% 100px 3%;
  }
  #company .profile .wrapper table {
    width: 100%;
    line-height: 2;
  }
  #company .profile .wrapper table:before {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(153, 154, 156) 0%, rgb(152, 147, 147) 100%);
  }
  #company .profile .wrapper table tr th {
    padding: 35px 20px 35px 20px;
    width: 25%;
    letter-spacing: 6px;
    font-size: 2.25vw;
  }
  #company .profile .wrapper table tr td {
    padding: 35px 20px 35px 20px;
    border-bottom: solid 1px #b9b9b9;
    letter-spacing: 5px;
    font-size: 2.25vw;
  }
  #company .profile .wrapper table tr td h3 {
    font-size: 1.1em;
    margin: 30px 0 0px 0;
  }
  #company .profile .wrapper table tr td h3:first-child {
    margin: 0 0 0 0;
  }
  #company .profile .wrapper table tr td p {
    margin: 10px 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #company .profile .wrapper {
    padding: 100px 2% 100px 2%;
  }
  #company .profile .wrapper table {
    position: relative;
  }
  #company .profile .wrapper table:before {
    height: 2px;
    background: linear-gradient(90deg, rgb(153, 154, 156) 0%, rgb(152, 147, 147) 100%);
  }
  #company .profile .wrapper table tr th {
    padding: 35px 10px 35px 15px;
    width: 30%;
    letter-spacing: 3px;
    font-size: 4vw;
    text-align: center;
  }
  #company .profile .wrapper table tr td {
    width: 70%;
    padding: 35px 15px 35px 10px;
    letter-spacing: 3px;
    font-size: 4vw;
  }
  #company .profile .wrapper table tr td h3 {
    font-size: 1.1em;
    margin: 30px 0 0px 0;
  }
  #company .profile .wrapper table tr td h3:first-child {
    margin: 0 0 0 0;
  }
  #company .profile .wrapper table tr td p {
    margin: 10px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 RESTAURANT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.restaurant {
  margin: 60px 0 0 0;
  max-width: 1480px;
  margin: 60px auto 0;
  padding: 0 3% 50px 3%;
}
.restaurant .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.restaurant .wrapper .thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  width: 45%;
  overflow: hidden;
}
.restaurant .wrapper .thumb img {
  transform: scale(1.25);
  box-shadow: rgba(182, 182, 195, 0.2) 0px 7px 29px 0px;
}
.restaurant .wrapper .text {
  position: relative;
  z-index: 2;
  width: 55%;
  background: linear-gradient(45deg, rgb(231, 176, 67) 0%, rgb(255, 202, 26) 100%);
  display: flex;
  align-items: center;
  box-shadow: rgba(182, 182, 195, 0.2) 0px 7px 29px 0px;
}
.restaurant .wrapper .text .inset {
  padding: 40px 40px 40px 40px;
}
.restaurant .wrapper .text .inset h2 {
  font-size: 32px;
}
.restaurant .wrapper .text .inset h2 .small {
  font-size: 0.8em;
}
.restaurant .wrapper .text .inset h3 {
  font-family: "Zen Kaku Gothic New";
  margin: 30px 0 0 0;
  font-size: 25px;
  color: #70520d;
}
.restaurant .wrapper .text .inset .sentence {
  margin: 15px 0 0 0;
}
.restaurant .wrapper .text .inset .sentence p {
  color: #644806;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.85;
  font-size: 18px;
}
.restaurant .explain {
  position: relative;
  z-index: 2;
  margin: -30px 0 0 0;
}
.restaurant .explain .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
  align-items: center;
}
.restaurant .explain .buttons .button {
  text-align: center;
  width: 100%;
  height: 60px;
}
.restaurant .explain .buttons .button a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.restaurant .explain .buttons .button a .icon {
  line-height: 0;
  width: 40%;
}
.restaurant .explain .buttons .button a .icon img {
  width: 100%;
  height: auto;
}
.restaurant .explain .buttons .button a .catch {
  padding: 0 10px 0 10px;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 16px;
}
.restaurant .explain .buttons .button a .link {
  line-height: 0;
  width: 25px;
}
.restaurant .explain .buttons .button a .link img {
  width: 100%;
  height: auto;
}
.restaurant .explain .buttons .button:nth-child(1) a {
  border: solid 4px #ee9f1a;
}
.restaurant .explain .buttons .button:nth-child(1) a .catch {
  color: #ef9c0d;
}
.restaurant .explain .buttons .button:nth-child(2) a {
  border: solid 4px #cf121b;
}
.restaurant .explain .buttons .button:nth-child(2) a .icon {
  line-height: 0;
  width: 30%;
}
.restaurant .explain .buttons .button:nth-child(2) a .icon img {
  width: 100%;
  height: auto;
}
.restaurant .explain .buttons .button:nth-child(2) a .catch {
  color: #cf121b;
}
.restaurant .explain .buttons .button:nth-child(3) a {
  border: solid 4px #fff;
  background: linear-gradient(45deg, rgb(96, 107, 215) 0%, rgb(234, 49, 116) 100%);
}
.restaurant .explain .buttons .button:nth-child(3) a .icon {
  line-height: 0;
}
.restaurant .explain .buttons .button:nth-child(3) a .icon img {
  width: 100%;
  height: auto;
}
.restaurant .explain .buttons .button:nth-child(3) a .catch {
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1281px～1400pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .restaurant {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 2% 50px 2%;
  }
  .restaurant .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .restaurant .wrapper .thumb {
    line-height: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
  }
  .restaurant .wrapper .thumb img {
    transform: scale(1);
  }
  .restaurant .wrapper .text {
    width: 55%;
    margin: 60px 0% 0 -20%;
    background: linear-gradient(45deg, rgb(231, 176, 67) 0%, rgb(255, 202, 26) 100%);
    display: flex;
    align-items: center;
  }
  .restaurant .wrapper .text .inset {
    padding: 40px 40px 40px 40px;
  }
  .restaurant .wrapper .text .inset h2 {
    font-size: 32px;
  }
  .restaurant .wrapper .text .inset h2 .small {
    font-size: 0.8em;
  }
  .restaurant .wrapper .text .inset h3 {
    font-family: "Zen Kaku Gothic New";
    margin: 30px 0 0 0;
    font-size: 25px;
    color: #70520d;
  }
  .restaurant .wrapper .text .inset .sentence {
    margin: 15px 0 0 0;
  }
  .restaurant .wrapper .text .inset .sentence p {
    color: #644806;
    font-family: "Zen Kaku Gothic New";
    line-height: 1.85;
    font-size: 18px;
  }
} /* 1281px～1400px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .restaurant {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 2% 50px 2%;
  }
  .restaurant .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .restaurant .wrapper .thumb {
    line-height: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
  }
  .restaurant .wrapper .thumb img {
    transform: scale(1);
  }
  .restaurant .wrapper .text {
    width: 55%;
    margin: 60px 0% 0 -20%;
    background: linear-gradient(45deg, rgb(231, 176, 67) 0%, rgb(255, 202, 26) 100%);
    display: flex;
    align-items: center;
  }
  .restaurant .wrapper .text .inset {
    padding: 40px 40px 40px 40px;
  }
  .restaurant .wrapper .text .inset h2 {
    font-size: 32px;
  }
  .restaurant .wrapper .text .inset h2 .small {
    font-size: 0.8em;
  }
  .restaurant .wrapper .text .inset h3 {
    font-family: "Zen Kaku Gothic New";
    margin: 30px 0 0 0;
    font-size: 25px;
    color: #70520d;
  }
  .restaurant .wrapper .text .inset .sentence {
    margin: 15px 0 0 0;
  }
  .restaurant .wrapper .text .inset .sentence p {
    color: #644806;
    font-family: "Zen Kaku Gothic New";
    line-height: 1.85;
    font-size: 18px;
  }
  .restaurant .explain .buttons {
    gap: 2%;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurant {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 3% 50px 3%;
  }
  .restaurant .wrapper {
    position: relative;
    z-index: 1;
    display: block;
  }
  .restaurant .wrapper .thumb {
    line-height: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .restaurant .wrapper .thumb img {
    transform: scale(1.25);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto 0;
  }
  .restaurant .wrapper .text {
    width: 100%;
    margin: 0px 0% 0 0%;
    display: flex;
    align-items: center;
  }
  .restaurant .wrapper .text .inset {
    padding: 40px 40px 40px 40px;
  }
  .restaurant .wrapper .text .inset h2 {
    font-size: 3.5vw;
  }
  .restaurant .wrapper .text .inset h2 .small {
    font-size: 0.8em;
  }
  .restaurant .wrapper .text .inset h2 .sp-disblock {
    display: none;
  }
  .restaurant .wrapper .text .inset h2 .sp-none {
    display: inline;
  }
  .restaurant .wrapper .text .inset h3 {
    font-family: "Zen Kaku Gothic New";
    margin: 30px 0 0 0;
    font-size: 3vw;
  }
  .restaurant .wrapper .text .inset .sentence {
    margin: 15px 0 0 0;
  }
  .restaurant .wrapper .text .inset .sentence p {
    line-height: 1.85;
    font-size: 2vw;
  }
  .restaurant .explain {
    position: relative;
    z-index: 2;
    margin: -20px 0 0 0;
  }
  .restaurant .explain .buttons {
    gap: 2%;
  }
  .restaurant .explain .buttons .button {
    text-align: center;
  }
  .restaurant .explain .buttons .button a .icon {
    line-height: 0;
  }
  .restaurant .explain .buttons .button a .icon img {
    width: 100%;
    height: auto;
  }
  .restaurant .explain .buttons .button a .catch {
    letter-spacing: -1px;
    font-size: 1.5vw;
  }
  .restaurant .explain .buttons .button a .link {
    line-height: 0;
    width: 2vw;
  }
  .restaurant .explain .buttons .button a .link img {
    width: 100%;
    height: auto;
  }
  .restaurant .explain .buttons .button:nth-child(1) {
    margin: 0 4% 0 0;
  }
  .restaurant .explain .buttons .button:nth-child(2) {
    margin: 0 0 0 0;
  }
  .restaurant .explain .buttons .button:nth-child(2) a .icon {
    line-height: 0;
  }
  .restaurant .explain .buttons .button:nth-child(3) a .icon {
    line-height: 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .restaurant {
    margin: 60px 0 0 0;
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 3% 50px 3%;
  }
  .restaurant .wrapper {
    display: block;
  }
  .restaurant .wrapper .thumb {
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  .restaurant .wrapper .thumb img {
    width: 100%;
    display: block;
    margin: 0 auto 0;
    transform: scale(1);
  }
  .restaurant .wrapper .text {
    width: 100%;
  }
  .restaurant .wrapper .text .inset {
    padding: 40px 25px 40px 25px;
  }
  .restaurant .wrapper .text .inset h2 {
    font-size: 7vw;
  }
  .restaurant .wrapper .text .inset h2 .small {
    font-size: 4.5vw;
  }
  .restaurant .wrapper .text .inset h3 {
    margin: 30px 0 0 0;
    font-size: 5vw;
  }
  .restaurant .wrapper .text .inset .sentence {
    margin: 15px 0 0 0;
  }
  .restaurant .wrapper .text .inset .sentence p {
    line-height: 1.85;
    font-size: 4.25vw;
  }
  .restaurant .explain {
    margin: -20px 0 0 0;
  }
  .restaurant .explain .buttons {
    grid-template-columns: 1fr;
    grid-template-rows: 60px 60px 60px;
    gap: 12px;
  }
  .restaurant .explain .buttons .button {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .restaurant .explain .buttons .button a {
    justify-content: center;
    width: 94%;
    display: grid;
    grid-template-columns: 1fr 1fr 12%;
    text-align: center;
    align-items: center;
  }
  .restaurant .explain .buttons .button a .icon {
    line-height: 0;
    width: 80%;
    margin-left: auto;
  }
  .restaurant .explain .buttons .button a .icon img {
    width: 100%;
    height: auto;
  }
  .restaurant .explain .buttons .button a .catch {
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 4.5vw;
    padding: 0%;
  }
  .restaurant .explain .buttons .button a .link {
    line-height: 0;
    width: 5vw;
  }
  .restaurant .explain .buttons .button a .link img {
    width: 100%;
    height: auto;
  }
  .restaurant .explain .buttons .button:nth-child(1) {
    margin: 0 0px 0 0;
  }
  .restaurant .explain .buttons .button:nth-child(2) a .icon {
    line-height: 0;
    width: 20vw;
  }
  .restaurant .explain .buttons .button:nth-child(2) a .icon img {
    width: 100%;
    height: auto;
  }
  .restaurant .explain .buttons .button:nth-child(2) a .catch {
    color: #cf121b;
  }
  .restaurant .explain .buttons .button:nth-child(3) a .icon {
    line-height: 0;
    width: 28vw;
  }
  .restaurant .explain .buttons .button:nth-child(3) a .icon img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */