@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
body {
  letter-spacing: 0.1em;
}

.fadeinup {
  transform: translate(0, 50px);
}

.fadeindown {
  transform: translate(0, -50px);
}

.fadeinleft {
  transform: translate(-50px, 0);
}

.fadeinright {
  transform: translate(50px, 0);
}

.fadeinup,
.fadeindown,
.fadeinleft,
.fadeinright {
  opacity: 0;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeinup.scrollin,
.fadeindown.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@-moz-document url-prefix() {
  padding-top: 0;
}
@-moz-document url-prefix() {
  margin-top: -10px;
}
/*スクロールして途中から固定*/
/*ナビゲーション、もしくはヘッダーが「middlenav」*/
.middlenav {
  position: absolute;
}

.middlenav.fixed {
  position: fixed;
  top: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━共通設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━明朝体読み込み━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━基礎設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #303030;
  font-weight: 600;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #303030;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
}
@media print, screen and (min-width: 1001px) {
  .spnone {
    display: block;
  }
  .pcnone {
    display: none;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━文字サイズ━━━━━━━━━━━━━━━━━━━━━━━━━*/
.maintxt {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .maintxt {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .maintxt {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 1001px) {
  .maintxt {
    font-size: 16px;
    line-height: 32px;
  }
}

.h3 {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 1501px) {
  .h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

.h3span {
  letter-spacing: 0.1em;
  font-weight: lighter;
  text-align: center;
  font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
}
@media print, screen and (max-width: 767px) {
  .h3span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .h3span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media print, screen and (min-width: 1001px) {
  .h3span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.flowerirst {
  width: 100%;
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .flowerirst {
    height: 300px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst {
    height: 300px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst {
    height: 500px;
    margin-bottom: 100px;
  }
}
.flowerirst_in {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowerirst_in_h2 {
  color: #FFFFFF;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 767px) {
  .flowerirst_in_h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_in_h2 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst_in_h2 {
    font-size: 50px;
    line-height: 30px;
  }
}
.flowerirst_in_h2span {
  font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
}
@media print, screen and (max-width: 767px) {
  .flowerirst_in_h2span {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_in_h2span {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .flowerirst_nav {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .flowerirst_nav_list {
    width: 80vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav_list {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst_nav_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.flowerirst_nav_item {
  text-align: center;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .flowerirst_nav_item {
    border-right: 2px solid #AD2A2A;
    border-left: 2px solid #AD2A2A;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #AD2A2A;
    padding: 10px 0;
    border-radius: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav_item {
    border: 2px solid #AD2A2A;
    margin-bottom: 15px;
    width: 400px;
    padding: 5px 0;
    background-color: #AD2A2A;
    border-radius: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst_nav_item {
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: none;
    border-right: 2px solid #AD2A2A;
    margin-bottom: 0;
    width: auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .flowerirst_nav_item {
    padding: 0 50px;
  }
}
.flowerirst_nav_item a {
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .flowerirst_nav_item a {
    color: #FFFFFF;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav_item a {
    color: #FFFFFF;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst_nav_item a {
    color: #AD2A2A;
  }
}

.flowerirst_nav_item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 1001px) {
  .flowerirst_nav_item:first-child {
    border-left: 2px solid #AD2A2A;
  }
}

.flowerirst_nav_item:hover a {
  opacity: 0.5;
}

@media print, screen and (max-width: 767px) {
  .flowerirst_nav_pconly {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav_pconly {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .flowerirst_nav_pconly {
    display: block;
  }
}
.flowerirst_nav_pconlyspace {
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .flowerirst_nav_pconlyspace {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowerirst_nav_pconlyspace {
    margin-left: 5px;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1001px) {
  header {
    background-image: url(../img/headerback.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 125px;
  }
}
header h1 {
  z-index: 9999;
  border: #303030 1px solid;
  background-color: #FFFFFF;
  border-radius: 9999px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  header h1 {
    left: 15px;
    top: 20px;
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  header h1 {
    left: 25px;
    top: 25px;
    width: 130px;
    height: 130px;
  }
}
@media print, screen and (min-width: 1001px) {
  header h1 {
    left: 50px;
    top: 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  header h1 {
    left: 60px;
    top: 25px;
  }
}
header h1 a {
  height: 100%;
  width: 100%;
}
header h1 a img {
  height: auto;
  width: 100px;
  margin-top: 38px;
  margin-left: 9px;
}
@media print, screen and (max-width: 767px) {
  header h1 a img {
    width: 80px;
    margin-top: 30px;
    margin-left: 5px;
  }
}

header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8600;
  background-image: url(../img/headerback.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  header::before {
    display: none;
  }
}

/* メニュー画面 */
.global-nav {
  position: fixed;
  right: -100vw;
  height: 100vh;
  transition: all 0.6s;
  z-index: 8500;
  background-color: #FFFFFF;
  width: 100vw;
}
@media print, screen and (min-width: 1001px) {
  .global-nav {
    position: relative;
    right: auto;
    height: auto;
    transition: all 0.6s;
    z-index: 8500;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }
}

/* メニュー項目の籠への指定 */
.global-nav__list {
  margin-top: 25vh;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__list {
    display: flex;
    margin-right: 60px;
    margin-top: 0;
  }
}

/* メニュー項目それぞれの指定 */
.global-nav__item {
  text-align: center;
  padding: 0 14px;
  transition: 0.2s;
  /* メニュー項目それぞれの内側に関する指定 */
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item {
    position: relative;
    padding: 0;
  }
}
.global-nav__item a {
  display: block;
  color: #303030;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 2vh;
  transition: 0.2s;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item a {
    z-index: 9999;
    transition: 0.2s;
    padding: 30px 10px 18px 10px;
    width: auto;
    margin: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item a {
    padding: 30px 25px 18px 25px;
  }
}

.global-nav__item ::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #303030;
  top: 65px;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item ::before {
    background-color: #FFFFFF;
  }
}

.global-nav__item:hover {
  opacity: 0.5;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━SPのみハンバーガーの指定━━━━━━━━━━━━━━━━━━━━━━━━━*/
.nav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .nav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

/*フッター*/
@media print, screen and (max-width: 767px) {
  .footerarea {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footerarea {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .footerarea {
    padding-top: 75px;
  }
}

.footerarea_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .footerarea_list {
    width: 95vw;
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea_list {
    width: 90vw;
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footerarea_list {
    width: auto;
    margin-bottom: 75px;
    justify-content: center;
  }
}
.footerarea_item {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .footerarea_item {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea_item {
    width: 33.3333333333%;
    border-right: 1px solid #303030;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footerarea_item {
    width: auto;
    margin-bottom: 0px;
  }
}
.footerarea_item a {
  color: #303030;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .footerarea_item a {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 400px) {
  .footerarea_item a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea_item a {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footerarea_item a {
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1501px) {
  .footerarea_item a {
    padding: 0 25px;
  }
}
.footerarea_item a:hover {
  opacity: 0.7;
}

@media print, screen and (max-width: 767px) {
  .footerarea_item:nth-child(2n) {
    border-left: 1px solid #303030;
  }
}

@media print, screen and (min-width: 768px) {
  .footerarea_item:nth-child(3n) {
    border-right: 0px solid #303030;
  }
}
@media print, screen and (min-width: 1001px) {
  .footerarea_item:nth-child(3n) {
    border-right: 1px solid #303030;
  }
}

@media print, screen and (min-width: 1001px) {
  .footerarea_item:last-child {
    border-right: 0px solid #303030;
  }
}

.footer {
  text-align: center;
  margin: 0 auto;
  width: 90vw;
  max-width: 1200px;
  border-top: #303030 solid 2px;
  padding: 25px 0;
  color: #303030;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .footer {
    font-size: 16px;
    line-height: 28px;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 400px) {
  .footer {
    font-size: 12px;
    line-height: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    font-size: 14px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footer {
    font-size: 16px;
    line-height: 32px;
  }
}

.footerarea_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .footerarea_icons {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea_icons {
    margin-bottom: 25px;
  }
}
.footerarea_icon {
  width: 100px;
}
@media print, screen and (max-width: 767px) {
  .footerarea_icon {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerarea_icon {
    margin-left: 15px;
  }
}

.footerarea_icon:first-child {
  margin: 0;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ロード画面*/
.loadinghidden {
  display: none;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #AD2A2A;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  opacity: 0; /* 初期状態は透明にする */
  transition: opacity 0.5s ease; /* アニメーションを適用 */
  pointer-events: none; /* 背後のコンテンツにマウスイベントが影響しないようにする */
}
.loading img {
  width: 200px;
  height: auto;
  text-align: center;
  margin: 0 auto 25px auto;
}
.loading .loadingtxt {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
  font-size: 20px;
}

.loading.active {
  display: grid;
  opacity: 1;
  transition: opacity 0.5s ease; /* アニメーションを適用 */
}

/* JS が無効なときのスタイル */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .loadinghidden {
    display: block;
  }
}
.loader-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #ffffff rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098);
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stagger {
  25% {
    border-color: rgba(255, 255, 255, 0.062745098) #ffffff rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098) #ffffff rgba(255, 255, 255, 0.062745098);
  }
  75% {
    border-color: rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098) #ffffff;
  }
}
/*ファーストビュー*/
.top_first {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 90vh;
}
@media print, screen and (max-width: 767px) {
  .top_first {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first {
    height: 400px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first {
    height: 800px;
  }
}
@media print, screen and (min-width: 1001px) and (max-height: 800px) {
  .top_first {
    height: 600px;
  }
}

.top_first_txtimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  height: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    z-index: 0;
    transform: scale(1.2);
  }
}
/* 1枚目のスライド */
.top_first_txtimg:first-of-type {
  background-image: url(../img/top/firstview1.jpg);
}

/* 2枚目のスライド */
.top_first_txtimg:nth-of-type(2) {
  background-image: url(../img/top/firstview2.jpg);
  /* 追記 */
  animation-delay: 4s;
}

/* 3枚目のスライド */
.top_first_txtimg:last-of-type {
  background-image: url(../img/top/firstview3.jpg);
  /* 追記 */
  animation-delay: 8s;
}

.top_first_txt {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 500px;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 20;
}

.top_top {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_top {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_top {
    height: 400px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_top {
    height: 800px;
  }
}
@media print, screen and (min-width: 1001px) and (max-height: 800px) {
  .top_top {
    height: 600px;
  }
}
.top_top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*お知らせ*/
.top_news {
  z-index: 9000;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top_news {
    width: 80vw;
    margin: -100px auto 60px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news {
    width: 70vw;
    max-width: 475px;
    margin: -100px 5vw 50px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news {
    margin: -100px 5vw 50px auto;
    width: 900px;
    max-width: none;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_news {
    width: 1200px;
  }
}

.top_news_h2 {
  color: #AD2A2A;
  border: 2px solid #AD2A2A;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  margin-top: -25px;
  position: relative;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .top_news_h2 {
    font-size: 20px;
    padding: 10px 0;
    width: 182px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_h2 {
    font-size: 25px;
    padding: 10px 0;
    width: 20vw;
    max-width: 300px;
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_h2 {
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_news_h2 {
    margin-left: 100px;
  }
}

.top_news_con {
  color: #AD2A2A;
  border: 2px solid #AD2A2A;
  background-color: #FFFFFF;
  width: 100%;
  margin-top: -25px;
  position: relative;
  z-index: 8900;
}
@media print, screen and (max-width: 767px) {
  .top_news_con {
    padding: 50px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_con {
    padding: 75px 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_con {
    padding: 75px 50px 60px 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_news_con {
    padding: 75px 100px 60px 100px;
  }
}

.top_news_item {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: solid #AD2A2A 2px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_news_item {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_item {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_item {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_item a {
    display: flex;
  }
}
.top_news_item:hover {
  opacity: 0.5;
}

@media print, screen and (max-width: 767px) {
  .top_news_day {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_day {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_day {
    width: 150px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_title {
    width: calc(100% - 150px);
  }
}
.top_news_btn {
  background-color: #AD2A2A;
  color: #FFFFFF;
  border: 2px solid #AD2A2A;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 9000;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_news_btn {
    margin: -25px auto 0 auto;
    width: 90%;
    max-width: 224px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_btn {
    margin-right: 25px;
    margin-left: auto;
    margin-top: -25px;
    width: 30vw;
    max-width: 274px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_btn {
    margin-right: 100px;
    margin-left: auto;
    margin-top: -25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_news_btn {
    width: 275px;
  }
}

.top_news_btn:hover {
  background-color: #FFFFFF;
  color: #AD2A2A;
}

/*YouTubeの紹介*/
.top_tv {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .top_tv {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv {
    display: flex;
    margin-left: 5vw;
    margin-top: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_tv_main {
    margin: 0 auto;
    width: 80vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_main {
    width: 45vw;
    max-width: 450px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv_main {
    max-width: none;
    width: 600px;
    margin: 0;
  }
}
.top_tv_txt {
  background-image: url(../img/top/words.png);
  background-size: cover;
  text-align: center;
  color: #AD2A2A;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .top_tv_txt {
    margin-bottom: 30px;
    width: 90%;
    max-width: 300px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_txt {
    margin-bottom: 30px;
    width: 90%;
    max-width: 300px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv_txt {
    margin-bottom: 25px;
    width: 400px;
    max-width: none;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_tv_txt {
    width: 400px;
    font-size: 25px;
    line-height: 43px;
  }
}

.top_tv_con {
  background-color: #AD2A2A;
  border: 2px solid #FFFFFF;
  border-radius: 10000px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_tv_con {
    height: 80vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_con {
    height: 45vw;
    max-height: 450px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv_con {
    max-height: none;
    height: 600px;
  }
}
.top_tv_mov {
  background-image: url(../img/top/tv.jpeg);
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width: 767px) {
  .top_tv_mov {
    width: 60vw;
    height: 35vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_mov {
    width: 300px;
    height: 169px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv_mov {
    width: 450px;
    height: 253px;
  }
}
.top_tv_mov a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
}

.top_tv_mov a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (max-width: 767px) {
  .top_tv_icon {
    width: 66px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_icon {
    width: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_tv_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tv_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tv_cloud {
    display: inline-block;
    width: 250px;
    margin-left: 10vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_tv_cloud {
    margin-left: 10vw;
  }
}

@media print, screen and (max-width: 767px) {
  .top_yellow_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_yellow_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_yellow_cloud {
    display: inline-block;
    width: 250px;
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: 10vw;
    margin-top: -200px;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_yellow_cloud {
    margin-top: -300px;
    margin-right: 20vw;
  }
}

.top_yellow_wave {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: -1;
}
.top_yellow {
  background-color: #FFCF2C;
}
@media print, screen and (max-width: 767px) {
  .top_yellow {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_yellow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_yellow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*キャッチコピーなど*/
@media print, screen and (min-width: 1001px) {
  .top_pre {
    margin-top: 50px;
  }
}
.top_pre_con {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .top_pre_con {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_con {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_con {
    flex-direction: row;
    align-items: end;
    justify-content: center;
    margin: 0 auto 100px auto;
  }
}
.top_pre_h2 {
  color: #FFFFFF;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .top_pre_h2 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_h2 {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 50px;
    text-align: center;
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_h2 {
    font-size: 30px;
    line-height: 47px;
    margin-bottom: 50px;
    text-align: left;
    display: inline-block;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_h2 {
    font-size: 35px;
    line-height: 62px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_h2 {
    font-size: 35px;
    line-height: 62px;
    margin-bottom: 75px;
  }
}

.top_pre_h2_tab {
  color: #FFFFFF;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .top_pre_h2_tab {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_h2_tab {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_h2_tab {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .top_pre_txt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_txt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_txt {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: left;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_txt {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 75px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_pre_imgarea {
    width: 60vw;
    height: 80vw;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_imgarea {
    width: 400px;
    height: 550px;
    margin: 0 auto 50px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_imgarea {
    width: 40vw;
    height: 55vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_imgarea {
    height: 40vw;
    width: 30vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_imgarea {
    width: 550px;
    height: 750px;
  }
}

.top_pre_imgarea_box {
  position: relative;
  height: 100%;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .top_pre_txtimg {
    width: 60vw;
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_txtimg {
    width: 400px;
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_txtimg {
    width: auto;
    height: 55vw;
    margin-bottom: 0;
    text-align: left;
    margin-right: 75px;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_txtimg {
    height: 40vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_txtimg {
    height: 750px;
  }
}
.top_pre_txtimg img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1001px) {
  .top_pre_txtimg img {
    width: auto;
    height: 100%;
  }
}

.top_pre_img {
  border: 3px solid #303030;
  position: absolute;
  z-index: 500;
}
@media print, screen and (max-width: 767px) {
  .top_pre_img {
    width: 55vw;
    height: 75vw;
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_img {
    width: 350px;
    height: 500px;
    top: 25px;
    left: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_img {
    width: 35vw;
    height: 50vw;
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_img {
    height: 35vw;
    width: 25vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_img {
    width: 500px;
    height: 700px;
    top: 25px;
    left: 25px;
  }
}
.top_pre_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_pre_white {
  background-color: #FFFFFF;
  border: 3px solid #303030;
  position: absolute;
  z-index: 400;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  .top_pre_white {
    width: 55vw;
    height: 75vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_white {
    width: 350px;
    height: 500px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_white {
    width: 35vw;
    height: 50vw;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_white {
    height: 35vw;
    width: 25vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_white {
    width: 500px;
    height: 700px;
  }
}

.top_pre_red {
  background-color: #AD2A2A;
  border: 3px solid #303030;
  position: absolute;
  z-index: 400;
  left: 0;
  bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .top_pre_red {
    width: 55vw;
    height: 75vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_red {
    width: 350px;
    height: 500px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_red {
    width: 35vw;
    height: 50vw;
  }
}
@media print, screen and (min-width: 1001px) and (min-width: 1300px) {
  .top_pre_red {
    height: 35vw;
    width: 25vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_pre_red {
    width: 500px;
    height: 700px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_pre_bottombtns {
    width: 50%;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_bottombtns {
    display: flex;
    width: 525px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_bottombtns {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_pre_bottombtn {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_bottombtn {
    margin-bottom: 10px;
  }
}
.top_pre_bottombtn a {
  border: 2px solid #303030;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  color: #303030;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_pre_bottombtn a {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_bottombtn a {
    width: 250px;
    padding: 10px 0;
  }
}
.top_pre_bottombtn a:hover {
  border: 2px solid #303030;
  background-color: #FFCF2C;
  color: #303030;
}

.top_pre_cloud_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

@media print, screen and (max-width: 767px) {
  .top_pre_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_pre_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_pre_cloud {
    display: inline-block;
    width: 100px;
  }
}
/*Tシャツ*/
.top_tshirt {
  width: 90vw;
  margin: 75px auto 0 auto;
}
@media print, screen and (min-width: 1001px) {
  .top_tshirt {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top_tshirt_img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px auto;
}
@media print, screen and (min-width: 1001px) {
  .top_tshirt_img {
    margin: 0;
    width: 30%;
    max-width: 500px;
    margin-right: 50px;
  }
}

.top_tshirt_tit {
  text-align: center;
  margin-bottom: 25px;
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  font-weight: 600;
}
@media print, screen and (min-width: 1001px) {
  .top_tshirt_tit {
    text-align: left;
  }
}

.top_tshirt_txt {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 1001px) {
  .top_tshirt_txt {
    text-align: left;
    justify-content: flex-start;
  }
}

.top_tshirt_txt:nth-child(1) {
  margin-bottom: 0;
}

.top_tshirt_spanleft {
  width: 75px;
}

.top_tshirt_btn {
  border: 2px solid #303030;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  height: 100%;
  color: #303030;
  width: 90vw;
  max-width: 250px;
  margin: 0 auto;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_tshirt_btn {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_tshirt_btn {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_tshirt_btn {
    margin: 0;
  }
}
.top_tshirt_btn:hover {
  border: 2px solid #303030;
  background-color: #FFCF2C;
  color: #303030;
}

/*採用*/
.top_recruit {
  background-color: #AD2A2A;
  width: 100%;
}
.top_recruit_yellow {
  background-color: #FFCF2C;
  border-bottom-right-radius: 100%;
  height: 300px;
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_yellow {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .top_recruit_in {
    margin-top: -330px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_in {
    margin-top: -250px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_in {
    background-color: #FFCF2C;
    border-bottom-right-radius: 100%;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .top_recruit_con {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_con {
    width: 80vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_con {
    display: flex;
    width: 80vw;
    max-width: 1500px;
    margin: 0 auto 100px auto;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
.top_recruit_ticket {
  background-color: #AD2A2A;
  border: 2px solid #FFFFFF;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 767px) {
  .top_recruit_ticket {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_ticket {
    width: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_ticket {
    margin-bottom: 0;
    width: 65%;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_recruit_ticket {
    width: calc(100% - 550px);
  }
}
.top_recruit_ticket a {
  height: 100%;
  width: 100%;
}

.top_recruit_ticket_in {
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_recruit_ticket_in {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .top_recruit_txtarea {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_txtarea {
    padding: 50px;
    width: calc(100% - 80px);
    box-sizing: border-box;
    height: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_txtarea {
    padding: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_recruit_txtarea {
    padding: 50px;
  }
}

.top_recruit_title {
  color: #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_recruit_title {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_recruit_title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_title .sppnly {
    display: none;
  }
}

.top_recruit_txt {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 32px;
  transition: 0.2s;
}
.top_recruit_link {
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .top_recruit_link {
    border-top: dotted #303030 3px;
    padding: 0px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_link {
    border-left: dotted #303030 3px;
    padding: 0;
    margin: 0;
    height: auto;
    width: 80px;
    box-sizing: border-box;
    padding: 25px 0;
  }
}
.top_recruit_link_img {
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_recruit_link_img {
    padding: 30px 0;
    background-image: url(../img/top/recruitticket_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_link_img {
    height: 100%;
    padding: 50px 0;
    background-image: url(../img/top/recruitticket_pc.png);
  }
}
.top_recruit_ticket:hover .top_recruit_title {
  color: rgba(255, 255, 255, 0.5);
}
.top_recruit_ticket:hover .top_recruit_txt {
  color: rgba(255, 255, 255, 0.5);
}
.top_recruit_ticket:hover .top_recruit_link_img {
  opacity: 0.5;
}

.top_recruit_youtube {
  background-size: cover;
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_youtube {
    display: inline-block;
    width: 30%;
    height: 15vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_recruit_youtube {
    width: 500px;
    height: 275px;
  }
}
.top_recruit_youtube img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top_recruit_youtube a:hover {
  background-color: #AD2A2A;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (max-width: 767px) {
  .top_recruit_youtube_icon {
    width: 66px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_youtube_icon {
    width: 100px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_recruit_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit_cloud {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_recruit_cloud {
    display: inline-block;
    width: 200px;
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: 20vw;
  }
}
/*採用*/
/*店舗紹介*/
.top_shop {
  background-color: #AD2A2A;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_shop {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop {
    padding: 100px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .top_shop_h3area {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_h3area {
    background-color: #FFFFFF;
    padding: 25px 0;
    width: 275px;
    margin: 0 auto 50px auto;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_h3area {
    text-align: center;
    background-color: #AD2A2A;
    width: auto;
    border-radius: 0;
    margin: 0 auto 50px auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_h3area {
    width: 275px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 0;
  }
}

.top_shop_h3 {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .top_shop_h3 {
    color: #FFFFFF;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_h3 {
    color: #AD2A2A;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_h3 {
    color: #FFFFFF;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_h3 {
    color: #AD2A2A;
    font-size: 40px;
    line-height: 40px;
  }
}

.top_shop_h3span {
  font-size: 16px;
  line-height: 16px;
}
.top_shop_con {
  border-radius: 10px;
}
@media print, screen and (max-width: 767px) {
  .top_shop_con {
    width: 90vw;
    margin: 0 auto;
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_con {
    margin: -100px auto 0 auto;
    width: 90vw;
    padding-top: 100px;
    border: 3px solid #FFFFFF;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_con {
    width: 90vw;
    max-width: 1700px;
    margin: 0 auto;
    border: none;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_con {
    margin: -50px auto 0 auto;
    border: 3px solid #FFFFFF;
    padding-top: 150px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_shop_con_btns {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_con_btns {
    width: 80vw;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_con_btns {
    width: 100%;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_con_btns {
    width: 80vw;
    max-width: 1500px;
    margin: 0 auto 100px auto;
  }
}

.top_shop_con_btn {
  background-size: cover;
  background-position: center;
  position: relative;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .top_shop_con_btn {
    height: 150px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_con_btn {
    width: 49%;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_con_btn {
    width: calc(25% - 10px);
    height: 200px;
  }
}
.top_shop_con_btn a {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.top_shop_con_btn a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.top_shop_con_btn::after {
  content: "";
  position: absolute;
}

.top_shop_con_btn:last-child {
  margin-bottom: 0;
}

.top_shop_con_btn_sunmall {
  background-image: url(../img/top/sunmall.jpg);
}

.top_shop_con_btn_namiki {
  background-image: url(../img/top/namiki.jpg);
}

.top_shop_con_btn_lect {
  background-image: url(../img/top/lect.jpg);
}

.top_shop_con_btn_yokogawa {
  background-image: url(../img/top/yokogawa.jpg);
}

@media print, screen and (max-width: 767px) {
  .top_shop_list {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_list {
    width: 80vw;
    margin: 0 auto 150px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_list {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_list {
    width: 80vw;
    max-width: 1500px;
    margin: 0 auto 100px auto;
  }
}

.top_shop_item {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_shop_item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item {
    margin-bottom: 100px;
  }
}

.top_shop_item:last-child {
  margin-bottom: 0;
}

.top_shop_item_h4area {
  background-color: #FFFFFF;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
  text-align: center;
  color: #AD2A2A;
  border: 3px solid #FFFFFF;
}

@media print, screen and (max-width: 767px) {
  .top_shop_item_h4 {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_h4 {
    font-size: 25px;
  }
}

@media print, screen and (min-width: 1501px) {
  .top_shop_item_h4span {
    font-size: 16px;
  }
}

.top_shop_item_con {
  border: 3px solid #FFFFFF;
  border-top: 0;
}
@media print, screen and (max-width: 767px) {
  .top_shop_item_con {
    padding: 30px;
    border-radius: 0 0 15px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item_con {
    display: flex;
    padding: 50px 25px;
    border-radius: 0 0 15px 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_item_con {
    flex-direction: column;
    padding: 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_con {
    flex-direction: row;
  }
}

@media print, screen and (max-width: 767px) {
  .top_shop_item_img {
    height: 150px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item_img {
    height: 200px;
    width: 80%;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_item_img {
    width: 100%;
    margin-bottom: 25px;
    height: 300px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_img {
    width: calc(100% - 600px);
    margin-bottom: 0;
  }
}
.top_shop_item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 1001px) {
  .top_shop_item_txtarea {
    width: 100%;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_txtarea {
    width: 550px;
  }
}

.top_shop_item_txt {
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .top_shop_item_txt {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item_txt {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_item_txt {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_txt {
    text-align: left;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_shop_item_txt_spmargin {
    display: inline-block;
    margin-bottom: 1.5em;
  }
}

@media print, screen and (max-width: 767px) {
  .top_shop_item_btns {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item_btns {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_shop_item_btns {
    justify-content: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_shop_item_btns {
    justify-content: flex-start;
  }
}

.top_shop_item_btn {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .top_shop_item_btn {
    width: auto;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shop_item_btn {
    margin-right: 10px;
  }
}
.top_shop_item_btn a {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #303030;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.top_shop_item_btn:hover a:hover {
  background-color: #AD2A2A;
  color: #FFFFFF;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.flowerirst_contact {
  background-image: url(../img/contact/flowerirst.jpg);
  margin: 0;
}

.contact_toplist {
  background-color: #AD2A2A;
  margin-top: -1px;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist {
    margin-bottom: 90PX;
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist {
    margin-bottom: 100PX;
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist {
    margin-bottom: 150PX;
    padding: 150px 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist {
    margin-bottom: 150PX;
    padding: 150px 0;
  }
}

.contact_toplist_h3 {
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_h3 {
    margin-bottom: 75px;
  }
}

.contact_toplist_list {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_list {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_list {
    width: 1025px;
  }
}

.contact_toplist_item {
  border: 3px solid #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_item {
    width: 100%;
    margin-bottom: 30PX;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item {
    width: 500px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_toplist_item:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 25px;
  }
}

.contact_toplist_item:hover {
  opacity: 0.8;
}

.contact_toplist_itemh3 {
  background-color: #FFFFFF;
  color: #AD2A2A;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_itemh3 {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
  }
}
.contact_toplist_itemh3span {
  font-size: 16px;
}

.contact_toplist_itemtxt {
  text-align: center;
  color: #FFFFFF;
  padding: 15px 0;
}

/*メールフォーム*/
@media print, screen and (max-width: 767px) {
  .contact_form {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form {
    width: 90VW;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_form_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_h3 {
    margin-bottom: 50px;
  }
}

.contact_form_toptxt {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contact_form_toptxt {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_toptxt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_toptxt {
    margin-bottom: 50px;
  }
}
.contact_formlist {
  margin: 0 auto 100px auto;
}
@media print, screen and (max-width: 767px) {
  .contact_formlist {
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formlist {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formlist {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formlist {
    width: 1300px;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem {
    border: 0px solid #303030;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.contact_formitem:last-child {
  margin-bottom: 0;
}

.contact_formtitle {
  background-color: #FFCF2C;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}
@media print, screen and (max-width: 767px) {
  .contact_formtitle {
    padding: 5px;
    border: 1px solid #303030;
    border-radius: 5px 5px 0px 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formtitle {
    padding: 5px;
    border: 1px solid #303030;
    border-radius: 5px 5px 0px 0px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formtitle {
    border: 1px solid #303030;
    width: 24%;
    padding: 15px 0;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formtitle {
    width: 300px;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 1001px) {
  .contact_formbox {
    width: 75%;
    height: auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formbox {
    width: 975px;
  }
}
.contact_formbox .form-control {
  font-size: 16px;
  border: 1px solid #303030;
  border-top: 0px;
  padding: 15px;
  width: 100% !important;
  height: auto !important;
  border-radius: 0px 0px 5px 5px;
}
@media print, screen and (min-width: 1001px) {
  .contact_formbox .form-control {
    height: auto;
    border-top: 1px solid #303030;
    border-radius: 5px;
  }
}

.contact_formbox_auto {
  height: auto;
}

.contact_formitem_in_select {
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_select {
    border: 1px solid #303030;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_select {
    border: 1px solid #303030;
    border-top: 0;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_select {
    margin-top: 0px;
    width: 75%;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_select {
    width: 975px;
  }
}
.contact_formitem_in_select select {
  font-size: 16px;
}

.contact_formitem_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}

.contact_formitem_in:last-child {
  margin-bottom: 0;
}

.contact_formitem_in_title {
  text-align: left;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_title {
    width: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}

.contact_formitem_in_box {
  border: 1px solid #303030;
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
.contact_formitem_in_box input {
  height: 100%;
  width: 100%;
}

.contact_form_btns {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .contact_form_btns {
    justify-content: center;
    border: 1px solid #303030;
    border-top: 0;
    padding: 15px !important;
    border-radius: 0px 0px 5px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_btns {
    justify-content: center;
    border: 1px solid #303030;
    border-top: 0;
    padding: 15px !important;
    border-radius: 0px 0px 5px 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_btns {
    margin-top: 0px;
    width: 75%;
    justify-content: start;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_btns {
    width: 975px;
  }
}
.contact_form_btns label {
  margin-right: 5px;
  font-size: 16px;
}

#mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #mfp_buttons {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_buttons {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  #mfp_buttons {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  #mfp_buttons {
    margin-bottom: 50px;
  }
}

.contact_formitem_send {
  border: 1px solid #303030;
  background-color: #FFCF2C;
  padding: 15px;
  width: 50vw;
  max-width: 300px;
  border-radius: 5px;
  transition: 0.2s;
}

.contact_formitem_send:hover {
  background-color: #FFFFFF;
}

.contact_h3area {
  padding-top: 200px;
}

.contact__top {
  padding: 100px 0;
  text-align: center;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.flowerirst_news {
  background-image: url(../img/news/flowerirst.jpg);
}

/*お知らせ一覧*/
@media print, screen and (max-width: 767px) {
  .newslist {
    width: 90vw;
    margin: 0 auto 60px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist {
    width: 90vw;
    max-width: 1500px;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist {
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (max-width: 767px) {
  .newslist_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_h3 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1501px) {
  .newslist_h3 {
    margin-bottom: 125px;
  }
}

.newslist_item {
  border-bottom: 1px solid #303030;
}
@media print, screen and (max-width: 767px) {
  .newslist_item {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_item {
    margin-bottom: 50px;
  }
}
.newslist_item a {
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .newslist_item a {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_item a {
    display: flex;
    padding-bottom: 25px;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_item a {
    padding-bottom: 25px;
  }
}
.newslist_item a:hover {
  opacity: 0.7;
}

.newslist_day {
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .newslist_day {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_day {
    width: 10%;
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_day {
    font-size: 20px;
    width: 10%;
    margin-right: 5%;
  }
}
.newslist_title {
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .newslist_title {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_title {
    margin-right: 5%;
    width: 75%;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_title {
    font-size: 20px;
    margin-right: 5%;
    width: 75%;
  }
}
.newslist_triangle {
  font-weight: 600;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .newslist_triangle {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .newslist_triangle {
    width: 5%;
  }
}
@media print, screen and (min-width: 1001px) {
  .newslist_triangle {
    font-size: 20px;
    width: 5%;
  }
}
/*個別のお知らせ*/
@media print, screen and (max-width: 767px) {
  .news {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .news {
    width: 90vw;
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .news {
    margin: 0 auto;
  }
}
.news_day {
  margin-bottom: 10px;
}
.news_title {
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .news_title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1001px) {
  .news_title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1501px) {
  .news_title {
    font-size: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .news_con {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_con {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .news_con {
    margin-bottom: 50px;
  }
}
.news_txt {
  font-size: 16px;
  line-height: 30px;
}

@media print, screen and (max-width: 767px) {
  .news_imgs {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .news_img {
    margin-bottom: 30px;
    line-height: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .news_img {
    width: 49%;
  }
}
.news_return {
  display: flex;
  justify-content: center;
}
.news_return a {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #AD2A2A;
  border-radius: 999px;
  padding: 15px 100px;
  transition: 0.2s;
  border: 2px solid #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .news_return a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.news_return a:hover {
  background-color: #FFFFFF;
  color: #AD2A2A;
}

/*お知らせTOPナビ*/
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFCF2C;
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a {
  color: #FFCF2C;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #FFCF2C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: #FFCF2C;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #FFCF2C;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

/**/
.post-navigation {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .post-navigation {
    margin-top: 25px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links {
  padding: 0.5em 0;
  width: 70vw;
  max-width: 300px;
  margin: 0 auto;
}

.nav-links:after {
  content: "";
  display: block;
  clear: both;
}

.nav-previous {
  float: left;
  transition: 0.2s;
}
.nav-previous:hover {
  opacity: 0.5;
}

.nav-next {
  float: right;
  transition: 0.2s;
}
.nav-next:hover {
  opacity: 0.5;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.flowerirst_recruit {
  background-image: url(../img/recruit/flowerirst.jpg);
}

@media print, screen and (max-width: 767px) {
  .recruit {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit {
    width: 90VW;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .recruit {
    width: 90VW;
    max-width: 1500px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 767px) {
  .recruit_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .recruit_h3 {
    margin-bottom: 50px;
  }
}

.recruit_toptxt {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .recruit_toptxt {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_toptxt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_toptxt {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .recruit_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 50px;
  }
}
.recruit_item {
  border-bottom: 1px solid #303030;
}
@media print, screen and (min-width: 1001px) {
  .recruit_item {
    display: flex;
  }
}
.recruit_item_title {
  background-color: #FFCF2C;
}
@media print, screen and (max-width: 767px) {
  .recruit_item_title {
    border-bottom: 1px solid #303030;
    padding: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_item_title {
    width: 100%;
    border-bottom: 1px solid #303030;
    padding: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_item_title {
    border-right: 1px solid #303030;
    border-bottom: 0;
    padding: 15px 50px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .recruit_item_txt {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_item_txt {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_item_txt {
    padding: 15px 50px;
    width: 80%;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.recruit_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .recruit_btns {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_btns {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_btns {
    flex-direction: row;
  }
}
.recruit_btn_contact {
  border: 1px solid #AD2A2A;
  background-color: #AD2A2A;
  border-radius: 999px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .recruit_btn_contact {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_btn_contact {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_btn_contact {
    margin-top: 0;
    margin-left: 15px;
  }
}
.recruit_btn_contact a {
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .recruit_btn_contact a {
    padding: 10px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_btn_contact a {
    padding: 15px 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_btn_contact a {
    padding: 15px 100px;
  }
}

.recruit_btn_contact:hover {
  background-color: #FFFFFF;
}
.recruit_btn_contact:hover a {
  color: #AD2A2A;
}

.recruit_btn_contact:first-child {
  margin: 0;
}

.recruit_btn_apply {
  border: 1px solid #303030;
  background-color: #303030;
  border-radius: 999px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .recruit_btn_apply {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_btn_apply {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_btn_apply {
    margin-top: 0;
    margin-left: 15px;
  }
}
.recruit_btn_apply a {
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .recruit_btn_apply a {
    padding: 10px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_btn_apply a {
    padding: 15px 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_btn_apply a {
    padding: 15px 100px;
  }
}

.recruit_btn_apply:hover {
  background-color: #FFFFFF;
}
.recruit_btn_apply:hover a {
  color: #303030;
}

.recruit_btn_apply:first-child {
  margin: 0;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.flowerirst_namiki {
  background-image: url(../img/namikiten/flowerirst.jpg);
  background-position: center;
}

.flowerirst_sunmall {
  background-image: url(../img/sunmall/flowerirst.jpg);
}

.flowerirst_lect {
  background-image: url(../img/lect/flowerirst.jpg);
}

.flowerirst_yokogawa {
  background-image: url(../img/yokogawa/flowerirst.jpg);
}

@media print, screen and (max-width: 767px) {
  .shop_contact_list {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_contact_list {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_contact_list {
    margin-bottom: 125px;
  }
}
.shop_contact_item {
  display: flex;
  justify-content: center;
}
.shop_contact_item a {
  text-align: center;
  border: 1px solid #AD2A2A;
  border-radius: 100px;
  color: #AD2A2A;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .shop_contact_item a {
    padding: 10px 50px;
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_contact_item a {
    padding: 10px 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_contact_item a {
    padding: 10px 50px;
  }
}
.shop_contact_item:last-child a {
  margin-bottom: 0;
}

.shop_contact_item a:hover {
  color: #FFFFFF;
  background-color: #AD2A2A;
}

.shop_top {
  background-color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .shop_top {
    padding: 60px 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top {
    padding: 100px 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top {
    padding: 100px 5vw;
  }
}
.shop_top_con {
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .shop_top_con {
    padding: 60px 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top_con {
    padding: 100px 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_con {
    padding: 100px 0;
  }
}
.shop_top_h3 {
  color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .shop_top_h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_h3 {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_con_list {
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_top_con_img {
    margin-bottom: 30px;
    height: 40vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top_con_img {
    margin-bottom: 50px;
    height: 40vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_con_img {
    width: 57%;
    height: 350px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_top_con_img {
    height: 400px;
  }
}
.shop_top_con_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 1001px) {
  .shop_top_con_right {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_top_con_txt {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top_con_txt {
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_con_txt {
    text-align: left;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_top_con_txt {
    font-size: 35px;
    line-height: 57px;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_top_con_price {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_top_con_price {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_top_con_price {
    text-align: right;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_top_con_price {
    font-size: 20px;
    line-height: 42px;
  }
}

.shop_yellow {
  background-color: #FFCF2C;
}
@media print, screen and (max-width: 767px) {
  .shop_yellow {
    padding: 60px 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_yellow {
    padding: 100px 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_yellow {
    padding: 100px 5vw;
  }
}
.shop_takeout {
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .shop_takeout {
    padding: 60px 5vw;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout {
    padding: 100px 5vw;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout {
    padding: 100px 0;
  }
}
.shop_takeout_h3 {
  color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .shop_takeout_h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_h3 {
    margin-bottom: 125px;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_takeout_list {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_list {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 125px;
    position: relative;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_list::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #303030;
    left: 50%;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_takeout_item {
    width: 100%;
    border-bottom: 2px solid #303030;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_item {
    width: 100%;
    border-bottom: 2px solid #303030;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 5px 50px 5px 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_takeout_item {
    padding: 5px 75px 5px 0;
    font-size: 20px;
    line-height: 42px;
  }
}

@media print, screen and (min-width: 1001px) {
  .shop_takeout_item:nth-child(2n) {
    border-left: 2px solid #303030;
    padding: 5px 0 5px 50px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_takeout_item:nth-child(2n) {
    padding: 5px 0 5px 75px;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_takeout_menu {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_menu {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_menu {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_takeout_price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_price {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}

.shop_takeout_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_btn {
    width: 100%;
  }
}
.shop_takeout_btn a {
  border: 1px solid #AD2A2A;
  text-align: center;
  border-radius: 100px;
  background-color: #AD2A2A;
  color: #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .shop_takeout_btn a {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_takeout_btn a {
    padding: 15px 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_takeout_btn a {
    padding: 15px 100px;
  }
}
.shop_takeout_btn a:hover {
  color: #AD2A2A;
  background-color: #FFFFFF;
}

.shop_menu {
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .shop_menu {
    padding: 60px 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu {
    padding: 100px 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu {
    padding: 100px 0;
  }
}
@media print, screen and (max-width: 767px) {
  #noonmenu {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #noonmenu {
    margin-bottom: 50px;
  }
}

.shop_menu_h3 {
  color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .shop_menu_h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_h3 {
    margin-bottom: 125px;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_menu_area {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_area {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_area {
    margin-bottom: 125px;
  }
}
.shop_menu_h4 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .shop_menu_h4 {
    background-color: #303030;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 15px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_h4 {
    margin-bottom: 25px;
    background-color: #303030;
    color: #FFFFFF;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_h4 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    font-size: 20px;
    border-bottom: 2px solid #303030;
    background-color: #FFFFFF;
    color: #303030;
  }
}
.shop_menu_h4span {
  font-size: 16px;
  font-weight: 500;
}

@media print, screen and (min-width: 1001px) {
  .shop_menu_list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_list::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #303030;
    left: 50%;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_menu_item {
    width: 100%;
    border-bottom: 2px solid #303030;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_item {
    width: 100%;
    border-bottom: 2px solid #303030;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 5px 50px 5px 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_menu_item {
    padding: 5px 75px 5px 0;
    font-size: 20px;
    line-height: 42px;
  }
}

@media print, screen and (min-width: 1001px) {
  .shop_menu_itemlong {
    display: inline-block;
    height: 100%;
  }
}

@media print, screen and (min-width: 1001px) {
  .shop_menu_itemlong_flex {
    display: flex;
    justify-content: space-between;
  }
}

.shop_menu_item_attention {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_item_attention {
    text-align: left;
  }
}

@media print, screen and (min-width: 1001px) {
  .shop_menu_item:nth-child(2n) {
    padding: 5px 0 5px 50px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_menu_item:nth-child(2n) {
    padding: 5px 0 5px 75px;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_menu_menu {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_menu {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_menu {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_menu_price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_price {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}

@media print, screen and (max-width: 767px) {
  .shop_menu_item_attention {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_item_attention {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_item_attention {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}

.shop_menu_box {
  border: 2px solid #303030;
}
@media print, screen and (max-width: 767px) {
  .shop_menu_box {
    margin-top: 30px;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_box {
    font-size: 16px;
    margin-top: 25px;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_box {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .shop_menu_box {
    font-size: 20px;
  }
}

.shop_menu_box_name {
  margin-bottom: 15px;
}
.shop_menu_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .shop_menu_btn {
    width: 100%;
  }
}
.shop_menu_btn a {
  border: 1px solid #AD2A2A;
  text-align: center;
  border-radius: 100px;
  background-color: #AD2A2A;
  color: #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .shop_menu_btn a {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_menu_btn a {
    padding: 15px 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_menu_btn a {
    padding: 15px 100px;
  }
}
.shop_menu_btn a:hover {
  color: #AD2A2A;
  background-color: #FFFFFF;
}

@media print, screen and (max-width: 767px) {
  .shop_access {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access {
    padding: 100px 0;
  }
}
.shop_access_h3 {
  color: #303030;
}
@media print, screen and (max-width: 767px) {
  .shop_access_h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access_con {
    margin: 0 auto;
    width: 90%;
    max-width: 1500px;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_access_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
@media print, screen and (max-width: 767px) {
  .shop_access_map {
    width: 80vw;
    height: 40vw;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access_map {
    width: 80vw;
    height: 40vw;
    margin: 0 auto 25px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access_map {
    width: 50%;
    height: 400px;
    margin-bottom: 0;
  }
}
.shop_access_map iframe {
  width: 100%;
  height: 100%;
}

.shop_access_txtarea {
  font-size: 16px;
  line-height: 37px;
}
@media print, screen and (max-width: 767px) {
  .shop_access_txtarea {
    padding: 0 10vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access_txtarea {
    padding: 0 10vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .shop_access_txtarea {
    width: 45%;
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_access_txtarea a {
    display: block;
    width: 100%;
  }
}

.shop_access_txt {
  display: flex;
}

.shop_access_txt_t {
  width: 110px;
  display: inline-block;
}

.shop_access_txt_p {
  width: calc(100% - 110px);
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.flowerirst_outline {
  background-image: url(../img/outline/flowerirst.jpg);
}

.outline_about {
  width: 90vw;
  max-width: 1500px;
}
@media print, screen and (max-width: 767px) {
  .outline_about {
    margin: 60px auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about {
    margin: 50px auto 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about {
    margin: 150px auto 0 auto;
  }
}

.outline_about_area {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .outline_about_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_about_img {
    width: 100%;
    height: 50vw;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_img {
    width: 100%;
    height: 50vw;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about_img {
    width: 50%;
    margin-bottom: 0;
    height: 400px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_about_img {
    width: calc(100% - 700px);
    height: 500px;
  }
}
.outline_about_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 1001px) {
  .outline_about_con {
    width: 46.5%;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_about_con {
    width: 600px;
  }
}

.outline_about_top {
  background-color: #303030;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 15px;
  width: 150px;
  text-align: center;
  padding: 5px;
}
@media print, screen and (max-width: 767px) {
  .outline_about_top {
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_top {
    margin: 0 auto 25px auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about_top {
    margin: 0 0 25px 0;
  }
}
.outline_about_h3 {
  font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
}
@media print, screen and (max-width: 767px) {
  .outline_about_h3 {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 450px) {
  .outline_about_h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_h3 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about_h3 {
    text-align: left;
    font-size: 30px;
    line-height: 42px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_about_h3 {
    font-size: 40px;
    line-height: 62px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_h3 .tabnoneonly {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about_h3 .tabnoneonly {
    display: inline;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_about_h3sp {
    display: none;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 450px) {
  .outline_about_h3sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_h3sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_about_txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_about_txt {
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_about_txt {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    width: 100%;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_about_txt {
    font-size: 20px;
    line-height: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_management {
    width: 90VW;
    margin: 0 auto 60px auto;
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management {
    width: 90VW;
    margin: 0 auto 100px auto;
    padding-top: 150px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management {
    width: 90VW;
    margin: 0 auto 150px auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_management {
    width: 90VW;
    max-width: 1500px;
    margin: 0 auto 150px auto;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_management_h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_h3 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_management_h3 {
    margin-bottom: 50px;
  }
}

.outline_management_toptxt {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .outline_management_toptxt {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_toptxt {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_toptxt {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .outline_management_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_list {
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-bottom: 0px;
  }
}
.outline_management_item {
  border-bottom: 1px solid #303030;
}
@media print, screen and (min-width: 1001px) {
  .outline_management_item {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  .outline_management_item_title {
    border-bottom: 1px solid #303030;
    padding: 15px;
    text-align: center;
    background-color: #FFCF2C;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_item_title {
    width: 100%;
    border-bottom: 1px solid #303030;
    padding: 15px;
    text-align: center;
    background-color: #FFCF2C;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_item_title {
    background-color: #FFFFFF;
    border-right: 1px solid #303030;
    border-bottom: 0;
    padding: 15px 25px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .outline_management_item_txt {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_item_txt {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_item_txt {
    padding: 15px 50px;
    width: 80%;
    flex-direction: row;
  }
}
.outline_management_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .outline_management_btns {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_btns {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_btns {
    flex-direction: row;
  }
}
.outline_management_btn {
  border: 1px solid #AD2A2A;
  background-color: #AD2A2A;
  border-radius: 999px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .outline_management_btn {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_management_btn {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_management_btn {
    margin-top: 0;
    margin-left: 15px;
  }
}
.outline_management_btn a {
  color: #FFFFFF;
  padding: 15px 100px;
}

.outline_management_btn:hover {
  background-color: #FFFFFF;
}
.outline_management_btn:hover a {
  color: #AD2A2A;
}

.outline_management_btn:first-child {
  margin: 0;
}

.outline_shop {
  background-color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .outline_shop {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop {
    padding: 150px 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop {
    padding: 150px 0 100px 0;
  }
}

.outline_shop_h3 {
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop_h3 {
    margin-bottom: 75px;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_shop_list {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_list {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_list {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.outline_shop_item {
  border: 2px solid #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop_item {
    margin-bottom: 50px;
  }
}

.outline_shop_item:last-child {
  margin-bottom: 0;
}

.outline_shop_h4area {
  background-color: #FFFFFF;
  color: #AD2A2A;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_h4area {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_h4area {
    padding: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_h4area {
    padding: 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop_h4area {
    padding: 25px;
  }
}

.outline_shop_h4 {
  text-align: center;
  color: #303030;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_h4 {
    font-size: 25px;
  }
}
.outline_shop_h4span {
  text-align: center;
  font-size: 16px;
}
.outline_shop_txtarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_txtarea {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_txtarea {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_txtarea {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop_txtarea {
    padding: 25px 100px;
  }
}

.outline_shop_txtarea_in {
  background-color: #AD2A2A;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_txtarea_in {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline_shop_txtarea_in {
    font-size: 16px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 1001px) {
  .outline_shop_txtarea_in {
    font-size: 20px;
    line-height: 42px;
  }
}
@media print, screen and (min-width: 1501px) {
  .outline_shop_txtarea_in {
    font-size: 20px;
    line-height: 42px;
  }
}

@media print, screen and (max-width: 767px) {
  .outline_shop_txt {
    display: flex;
    align-items: center;
  }
}

.outline_shop_txt_t {
  display: inline-block;
  width: 100px;
}
@media print, screen and (max-width: 767px) {
  .outline_shop_txt_pc {
    display: none;
  }
}

.outline_shop_txt_p {
  width: calc(100% - 100px);
}
@media print, screen and (max-width: 767px) {
  .outline_shop_txt_p {
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    padding: 10px 0 10px 15px;
    line-height: 28px;
  }
}/*# sourceMappingURL=style.css.map */