@charset "UTF-8";

/* --------------------------------------------------------------
CSS Information

File name:		changing.css
Style Info:		リブランディングページで使用するCSS

-------------------------------------------------------------- */
/*=====================================================
	リブランディング
=====================================================*/
/* ページ内共通設定
* -------------------------------------------------- */
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.contents {
  font-size: 16px;
}

.container {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 16px;
}

.container_inner {
  max-width: 800px;
  margin-inline: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.u-tac {
  text-align: center;
}

/* ロゴ
* -------------------------------------------------- */
.logo {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .logo {
    max-width: 400px;
    margin-inline: auto;
  }
}
/* タイトル、見出し、テキスト
* -------------------------------------------------- */
.title {
  font-weight: 700;
  font-size: 24px;
  margin-top: 80px;
}

.heading {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-top: 64px;
}
.heading.is-type02 {
  color: #fff;
  border-color: #fff;
}
.heading.is-margin-top-0 {
  margin-top: 0;
}

.heading_02 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.heading_02.is-type02 {
  color: #fff;
}

.heading_03 {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #fff;
}

.text {
  margin-top: 24px;
  line-height: 2;
}
.text.is-margin-top-large {
  margin-top: 40px;
}
.text.is-margin-top-0 {
  margin-top: 0;
}
.text.is-type02 {
  color: #fff;
}
.text + .text {
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  .title {
    font-size: 20px;
  }

  .heading {
    font-size: 18px;
  }
}
/* “天丼一杯の幸せ” をより多くの方にお届けするために
* -------------------------------------------------- */
.statement {
  background-color: #F3C808;
  padding: 64px 0;
  margin-top: 40px;
}

.statementBackground {
  padding: 32px;
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 8px;
}

.statementBackground_heading {
  font-weight: 700;
  font-size: 18px;
}

.statementBackground_text {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .statementBackground {
    padding: 32px 16px;
  }
}
/* ブランドロゴに込めた想い
* -------------------------------------------------- */
.message {
  margin-top: 64px;
}

.messageAbout {
  font-size: 24px;
  margin-top: 24px;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  font-weight: 700;
  border: 1px solid #000;
  padding: 40px 8px;
  line-height: 1.6;
}

.messageLogo {
  max-width: 544px;
  margin-inline: auto;
}

.messageLogo_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 24px;
}
.messageLogo_item.is-blue {
  background-color: #192C61;
}
.messageLogo_item + .messageLogo_item {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .messageLogo_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .messageAbout {
    font-size: 20px;
  }
}
/* 新しい店舗
* -------------------------------------------------- */
.new {
  background-color: #192C61;
  padding: 64px 0;
  margin-top: 80px;
}

.new_catch {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-top: 24px;
}

.newStore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 16px;
}

.newStore_caption {
  font-size: 14px;
  margin-top: 8px;
  color: #fff;
  text-align: center;
}

.newList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.newList_item {
  background-color: #fff;
  padding: 16px;
}

.newList_catch {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.newList_pref {
  font-weight: 700;
  margin-top: 16px;
}

.newList_text {
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  .new_catch {
    font-size: 16px;
  }

  .newStore {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }

  .newList {
    grid-template-columns: 1fr;
  }
}
/* トップページへボタン
* -------------------------------------------------- */
.btn {
  max-width: 380px;
  margin-inline: auto;
  margin-top: 40px;
}
.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  background-color: #fff;
  font-weight: 700;
  padding: 16px 8px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.btn a::after {
  content: "";
  background-image: url(/changing/img/ico_arrow-right.svg);
  -webkit-background-size: contain;
          background-size: contain;
  width: 12px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
.btn a:hover {
  -webkit-box-shadow: inset 0 0 0 3px #000;
          box-shadow: inset 0 0 0 3px #000;
}

@media screen and (max-width: 960px) {
  .btn a {
    font-size: 16px;
  }
}
/* コピーライト
* -------------------------------------------------- */
.copy {
  margin-top: 40px;
  background-color: #192C61;
  padding: 24px 8px;
  text-align: center;
}
.copy small {
  color: #fff;
  font-size: 10px;
}