@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) viex All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  viex

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Vollkorn", serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 110px;
  --contentsWideS: 1080px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 7.5vw;
    --headerHeight: 82px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font: 400 16px/1.8 "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #343434;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  border-left: 3px solid #113272;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #113272;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_insta {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 48px;
  background: url(../images/ico_insta_color.png) no-repeat center top/32px;
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.link_sns {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.link_sns li a {
  width: 46px;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  position: relative;
}
.link_sns li a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.link_sns li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.link_shop li {
  margin-bottom: 14px;
}
.link_shop li:last-child {
  margin-bottom: 0;
}
.link_shop li a {
  display: block;
  position: relative;
}
.link_shop li a:before {
  content: "";
  display: block;
  width: 96.25%;
  height: 100%;
  border-radius: 16px;
  background-color: #1B5277;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.link_shop li a > div {
  position: relative;
  width: 100%;
  height: 100px;
  border: 2px solid #1B5277;
  background-color: #113272;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 1.5;
  display: grid;
  place-content: center;
  padding-bottom: 12px;
}
.link_shop li a > div .name {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.link_shop li a > div .catch {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .link_shop li a > div .catch {
    font-size: 18px;
  }
}
.link_shop li a > div:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/6;
  background: url(../images/ico_arrow_bottom_01_white.svg) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.link_follow {
  display: block;
  width: 240px;
  margin: 8px auto 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .link_follow {
    width: 280px;
  }
}
.link_follow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #CCCCCC;
  position: absolute;
  top: 5px;
  left: 0;
}
.link_follow span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #113272;
  color: #113272;
  font-family: "Vollkorn", serif;
  font-size: 21px;
  padding: 4px 0 0 25px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .link_follow span {
    height: 70px;
    font-size: 23px;
  }
}
.link_follow span:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/ico_arrow_right_01_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.footer {
  padding: 36px 0 24px;
}
.footer .copyright {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #113272;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

#page-lp .header_pc {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1366px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #page-lp .header_pc {
    display: none;
  }
}
#page-lp .header_pc .logo {
  position: absolute;
  top: 50px;
  left: 7.75%;
  width: 19.7%;
}
@media screen and (max-width: 1179px) {
  #page-lp .header_pc .logo {
    left: 5%;
  }
}
#page-lp .header_pc .nav {
  position: absolute;
  top: 50%;
  right: 4.9%;
  transform: translateY(-50%);
  width: 23.42%;
}
@media screen and (max-width: 1179px) {
  #page-lp .header_pc .nav {
    right: 3%;
  }
}
#page-lp .header_pc .nav .head {
  font-family: "Vollkorn", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #113272;
  text-align: center;
  margin-bottom: 40px;
}
#page-lp .header_pc .nav .link_shop {
  margin-bottom: 70px;
}
#page-lp .header_pc .nav .link_shop > li {
  margin-bottom: 29px;
}
#page-lp .header_pc .nav .link_shop > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  #page-lp .header_pc .nav .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#page-lp .header_pc .nav .catch {
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  #page-lp .header_pc .nav .catch {
    font-size: 12px;
  }
}
#page-lp .header_pc .nav .link_sns {
  gap: 27px;
}
#page-lp .header_pc .nav .link_sns > li a {
  width: 38px;
}
#page-lp .header_pc .nav .copyright {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #113272;
  margin-top: 43px;
}
#page-lp .inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 27px;
}
@media screen and (min-width: 1024px) {
  #page-lp {
    position: relative;
  }
  #page-lp:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg_pc.jpg) no-repeat center/cover;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.section_main {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .section_main {
    position: relative;
    width: 440px;
    margin: 0 auto;
    border-left: 1px solid #113272;
    border-right: 1px solid #113272;
  }
}

.hero img {
  width: 100%;
  max-width: unset;
}

.lp_sec_01 {
  background: linear-gradient(0deg, rgb(13, 77, 150) 0%, rgb(191, 212, 227) calc(100% - 35vw), rgba(191, 212, 227, 0) 100%);
  position: relative;
  margin-top: min(-35vw, -120px);
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_01 {
    background: linear-gradient(0deg, rgb(13, 77, 150) 0%, rgb(191, 212, 227) 90%, rgba(191, 212, 227, 0) 100%);
    margin-top: -120px;
  }
}
.lp_sec_01 .lead {
  margin-top: 33px;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .lp_sec_01 .lead {
    font-size: 25px;
  }
}
.lp_sec_01 .image {
  margin-top: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.lp_sec_01 .descr {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.625;
  font-weight: 700;
  margin: 28px -1em 0;
}

.lp_sec_02 {
  padding: 65px 0 40px;
  background: url(../images/lp_sec_02_02.jpg) no-repeat center top/cover;
  position: relative;
}
.lp_sec_02 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  width: 64%;
  height: 80px;
  background-color: #113272;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .lp_sec_02 h2 {
    font-size: 30px;
  }
}
.lp_sec_02 .text01 {
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_02 .text01 {
    font-size: 24px;
  }
}
.lp_sec_02 .image {
  margin-bottom: 30px;
}
.lp_sec_02 .text02 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 -1em 28px 0;
}
.lp_sec_02 .text03 {
  margin-bottom: 28px;
  color: #113272;
  position: relative;
}
.lp_sec_02 .text03:before, .lp_sec_02 .text03:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #113272;
  position: absolute;
  top: 0;
  left: 0;
}
.lp_sec_02 .text03:after {
  left: 2px;
  transform: rotate(2deg);
}
.lp_sec_02 .text03 span {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp_sec_02 .text03 span {
    height: 100px;
    font-size: 27px;
  }
}
.lp_sec_02 .text04 {
  font-size: 18px;
  font-weight: 500;
  margin-right: -1em;
}

.lp_sec_03 {
  padding: 42px 0 0;
  margin-bottom: 60px;
}
.lp_sec_03 h2 {
  color: #113272;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp_sec_03 h2 {
    font-size: 27px;
  }
}
.lp_sec_03 .image01 {
  margin: 30px 0;
}
.lp_sec_03 .text01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-right: -27px;
  margin-bottom: 53px;
}
.lp_sec_03 .text01 span {
  display: block;
  letter-spacing: -0.08em;
}
.lp_sec_03 .image02 {
  width: 74.76%;
  margin: 0 auto 38px;
}
.lp_sec_03 .text02 {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.lp_sec_03 .instagram {
  margin-top: 30px;
  padding-bottom: 65px;
  border-bottom: 1px solid #C9CFDB;
}
.lp_sec_03 .instagram .ttl_insta {
  margin-bottom: 20px;
}

.lp_sec_04 h2 {
  color: #113272;
  font-family: "Vollkorn", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 h2 {
    font-size: 29px;
  }
}
.lp_sec_04 .shop {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #C9CFDB;
}
.lp_sec_04 .shop:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.lp_sec_04 .shop h3 {
  text-align: center;
  color: #113272;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 .shop h3 {
    font-size: 36px;
  }
}
.lp_sec_04 .shop h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #113272;
  margin: 12px auto 0;
}
.lp_sec_04 .shop h3 + p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 .shop h3 + p {
    font-size: 18px;
  }
}
.lp_sec_04 .shop .link_map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -27px;
  padding: 0 27px;
  height: 60px;
  background: linear-gradient(0deg, rgb(12, 35, 80) 0%, rgb(17, 50, 114) 100%);
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 .shop .link_map {
    justify-content: center;
    font-size: 16px;
    gap: 22px;
  }
}
.lp_sec_04 .shop .link_map span {
  display: flex;
  align-items: center;
  font-family: "Vollkorn", serif;
  font-size: 21px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 .shop .link_map span {
    font-size: 23px;
  }
}
.lp_sec_04 .shop .link_map span:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/26;
  background: url(../images/ico_pin.svg) no-repeat center/contain;
  margin-right: 10px;
}
.lp_sec_04 .shop .link_map span:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/13;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  margin-left: 20px;
}
.lp_sec_04 .shop .image {
  margin: 0 -27px;
}
.lp_sec_04 .shop .ttl_insta {
  position: relative;
  margin-top: max(-10vw, -42px);
  margin-bottom: 8px;
  text-align: center;
  color: #113272;
}
.lp_sec_04 .shop .ttl_insta.motto {
  margin-top: max(-15vw, -84px);
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .lp_sec_04 .shop .ttl_insta {
    font-size: 23px;
  }
}
.lp_sec_04 .shop .link_tel {
  margin: 50px -27px 25px;
  background: linear-gradient(0deg, rgb(12, 35, 80) 0%, rgb(17, 50, 114) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 112px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.lp_sec_04 .shop .link_tel .num {
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 33px;
  font-weight: 700;
}
.lp_sec_04 .shop .link_tel .num:before {
  content: "TEL：";
  font-size: 20px;
}
.lp_sec_04 .shop .open {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  margin-bottom: 22px;
}
.lp_sec_04 .shop .open span {
  display: block;
}
.lp_sec_04 .shop .notice {
  padding: 11px 13px 13px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border: 1px solid #C9CFDB;
  text-align: center;
  line-height: 1.5;
}