@charset "UTF-8";

:root {
  --bookBtn_color: #ffffff;             /*「ご予約」のアイコン色や文字色*/
  --gnavBtn_background: #ffffff;        /*「メニュー」の背景色*/
  --gnavBtn_color: #000000;             /*「メニュー」の文字色*/
  --HeaderFooter_background: #EEE9DE;   /*ヘッダーおよびフッターの背景色など元が EEE9DE 色の要素*/
  --redBlock_background: #ac979c;       /*「ご予約」および説明欄の背景色など元が A72A2E 色の要素*/
  --redBlock_color: #ffffff;            /*説明欄の文字色*/
  --Title_color: #A38D92;               /*タイトル欄の文字色や罫線やアイコン色など元が A80000 色の要素*/
  --Base_font_family: Meiryo, メイリオ, Rounded Mplus 1c, Hiragino Maru Gothic Pro W4, ヒラギノ丸ゴ Pro W4, 游ゴシック, Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Roboto, Droid Sans, Verdana, sans-serif;
  --Sub_font_family: Meiryo, メイリオ, Rounded Mplus 1c, Hiragino Maru Gothic Pro W4, ヒラギノ丸ゴ Pro W4, 游ゴシック, Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Roboto, Droid Sans, Verdana, sans-serif;
  --numTitle_font_size_pc: 4rem;
  --numTitle_font_size_sp: 3rem;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list li:focus {
  outline: none;
}

.slick-list a:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
見出し
========================================================= */
.secTitle {
  margin: -20px 0 35px;
  color: #000;
  font-family: var(--Sub_font_family);
  font-feature-settings: 'palt';
}

@media (max-width: 767px) {
  .secTitle {
    margin-top: -10px;
  }
}

.secTitle .en {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: url("/img/bg_h2.svg") no-repeat right center;
  min-width: 135px;
  min-height: 135px;
  padding-right: 40px;
  padding-bottom: 30px;
  line-height: 1.2;
  color: var(--Title_color);
  letter-spacing: .05em;
  font-family: var(--Sub_font_family);
  font-size: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .secTitle .en {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .secTitle .en {
    letter-spacing: .02em;
    font-size: 4rem;
  }
}

.secTitle .jp {
  display: block;
  margin: -35px 0 0;
}

@media (max-width: 767px) {
  .secTitle .jp {
    margin: -50px 0 0;
  }
}

.secTitle:only-child {
  margin-bottom: 0;
}

.secTitle.center {
  text-align: center;
}

.secTitle.center .en {
  padding-right: 0;
  background-position: center;
}

.secTitle.white {
  color: #fff;
}

.secTitle.white .en {
  color: inherit;
}

.secTitle02 {
  margin-bottom: 30px;
  text-align: center;
  font-family: var(--Sub_font_family);
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .secTitle02 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.secTitle02:only-child {
  margin-bottom: 0;
}

.numTitle {
  position: relative;
  padding: 50px 0 0 120px;
  margin-bottom: 15px;
  color: var(--Title_color);
  line-height: 1.3;
  letter-spacing: .05em;
  font-family: var(--Sub_font_family);
  font-size: var(--numTitle_font_size_pc);
}

@media (max-width: 767px) {
  .numTitle {
    padding: 0 0 0 20px;
    line-height: 1.2;
    font-size: var(--numTitle_font_size_sp);
  }
}

.numTitle .num {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/bg_h2.svg") no-repeat right center;
  width: 145px;
  height: 135px;
  padding: 10px 50px 0 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .numTitle .num {
    position: static;
    display: block;
    background-position: right top;
    background-size: 120px auto;
    width: 110px;
    height: 100px;
    padding: 0;
    margin: 0 0 -40px -20px;
    letter-spacing: .02em;
  }
}

.numTitle .en {
  color: var(--Title_color);
}

@media (max-width: 767px) {
  .numTitle .en {
    letter-spacing: .02em;
  }
}

.numTitle.right {
  padding: 50px 120px 0 0;
  text-align: right;
}

@media (max-width: 767px) {
  .numTitle.right {
    padding: 0;
  }
}

.numTitle.right .num {
  left: auto;
  right: 0;
  background: url("/img/bg_h2_02.svg") no-repeat left center;
  padding: 10px 0 0 50px;
}

@media (max-width: 767px) {
  .numTitle.right .num {
    background-position: left top;
    background-size: 120px auto;
    margin-left: auto;
    padding: 0 0 0 50px;
    text-align: right;
  }
}

.numTitle.center {
  padding: 0;
  text-align: center;
}

.numTitle.center .num {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  padding: 0;
  margin: 0 auto -10px;
  text-align: center;
}

@media (max-width: 767px) {
  .numTitle.center .num {
    background-position: center top;
    background-size: 120px auto;
  }
}

.numTitle.center .en {
  padding-right: 0;
  background-position: center;
}

.redBlockTitle {
  margin: 40px 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 2.5rem;
  font-family: var(--Sub_font_family);
}

@media (max-width: 767px) {
  .redBlockTitle {
    margin: 10px 0 10px;
    font-size: 2rem;
  }
}

.redBlockTitle strong {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .redBlockTitle strong {
    font-size: 3rem;
  }
}

.leadText {
  line-height: 2;
  text-align: center;
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

strong {
  font-weight: bold;
}

.c_red {
  color: var(--redBlock_background);
}

.arrowMark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.arrowMark svg {
  display: inline-block;
  width: 27px;
  height: 20px;
}

/* =========================================================
block
========================================================= */
.redBlock {
  background: var(--redBlock_background);
  width: calc(50% + 620px);
  color: var(--redBlock_color);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .redBlock {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .redBlock {
    width: 94%;
  }
}

.redBlock .wrapper {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .redBlock .wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .redBlock .wrapper {
    max-width: 86%;
    margin: 0 auto;
  }
}

.redBlock .borderBlock {
  border-color: #fff;
  color: #fff;
}

.bgRed {
  background: var(--redBlock_background);
  color: #fff;
}

.bgBeige {
  background: var(--HeaderFooter_background);
}

.borderBlock {
  border: 1px solid var(--redBlock_background);
  padding: 25px 30px;
  color: #808080;
}

@media (max-width: 767px) {
  .borderBlock {
    padding: 15px 20px;
  }
}

.borderBlock .title {
  color: var(--redBlock_background);
  font-weight: bold;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a .arrowLine {
  display: block;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all .3s;
  opacity: .3;
}

@media (max-width: 767px) {
  a .arrowLine {
    opacity: 1;
  }
}

a .arrowLine svg {
  position: absolute;
  bottom: -1px;
  right: -1px;
  fill: #000;
  width: 8px;
  height: 7px;
  transition: all .3s;
}

a:hover .arrowLine {
  opacity: 1;
}

p:not([class]) a {
  color: inherit;
  text-decoration: underline;
}

p:not([class]) a:hover {
  text-decoration: none;
}

.btn {
  margin-top: 20px;
  font-size: 0;
}

.btn a,
.btn .btnLink {
  position: relative;
  display: inline-block;
  border: 1px solid;
  max-width: 100%;
  width: 270px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  font-feature-settings: 'palt';
  font-family: var(--Sub_font_family);
  font-size: 1.4rem;
  transition: all .3s;
}

@media (max-width: 767px) {

  .btn a,
  .btn .btnLink {
    width: 100%;
  }
}

.btn a svg,
.btn .btnLink svg {
  fill: #000;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0 10px 3px 0;
  transition: all .25s;
}

.btn a:hover,
.btn .btnLink:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.btn a:hover svg,
.btn .btnLink:hover svg {
  fill: #fff;
}

.btn.center {
  text-align: center;
}

.btn.black a {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.btn.black a svg {
  fill: #fff;
}

.btn.black a:hover {
  opacity: .8;
}

.btn.white a {
  border-color: #fff;
  color: #fff;
}

.btn.white a svg {
  fill: #fff;
}

.btn.white a:hover {
  border-color: #000;
}

.btn.red a {
  border-color: var(--redBlock_background);
  background: var(--redBlock_background);
  color: #fff;
}

.btn.red a svg {
  fill: #fff;
}

.btn.red a:hover {
  opacity: .8;
}

.btn.line a {
  border-color: #008015;
  background: #008015;
  color: #fff;
}

.btn.line a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/icon_line.svg) no-repeat center/25px auto;
  width: 25px;
  height: 25px;
  margin: 0 3px 5px 0;
}

.btn.line a:hover {
  opacity: .8;
}

.btn a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/icon_pdf.svg) no-repeat center/10px auto;
  width: 10px;
  height: 12px;
  margin: 0 0 3px 5px;
}

.arrowLineLink a {
  display: block;
  font-size: 1.6rem;
  font-family: var(--Sub_font_family);
}

.arrowLineLink a .arrowLine {
  margin-top: 15px;
}

.iconLink a,
.iconLinkList a {
  background: url("/img/icon_list01.svg") no-repeat left center;
  padding-left: 15px;
}

.checkiconList li {
  background: url("/img/icon_list02.svg") no-repeat left center;
  padding-left: 30px;
}

.anchorLinkList {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .anchorLinkList {
    border-top: 1px solid var(--redBlock_background);
    flex-wrap: wrap;
  }
}

.anchorLinkList li {
  border-right: 1px solid #B2B2B2;
  width: calc(100% / 6);
  text-align: center;
  line-height: 1.6;
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .anchorLinkList li {
    border-bottom: 1px solid var(--redBlock_background);
    border-right: 1px solid var(--redBlock_background);
    width: 50%;
  }
}

.anchorLinkList li:first-child {
  border-left: 1px solid #B2B2B2;
}

@media (max-width: 767px) {
  .anchorLinkList li:first-child {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .anchorLinkList li:nth-child(2n) {
    border-right: none;
  }
}

.anchorLinkList li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .anchorLinkList li a {
    background: #fff;
    padding: 12px 0;
    color: #000;
  }
}

.anchorLinkList li a .arrowMark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  border: 1px solid var(--redBlock_background);
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .anchorLinkList li a .arrowMark {
    position: static;
    margin-top: 5px;
  }
}

.anchorLinkList li a .arrowMark svg {
  fill: var(--redBlock_background);
  width: 10px;
  height: 10px;
}

.anchorLinkList.serialNum li {
  counter-increment: li_count;
}

.anchorLinkList.serialNum li a::before {
  content: counter(li_count, decimal-leading-zero);
  margin: 0 0 5px;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .anchorLinkList.serialNum li a::before {
    color: var(--redBlock_background);
    font-size: 1.7rem;
  }
}

.tabList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #B2B2B2;
  font-size: 1.6rem;
  font-family: var(--Sub_font_family);
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tabList {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  .tabList {
    padding: 0 6%;
  }
}

.tabList li {
  position: relative;
  width: 315px;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .tabList li {
    width: 50%;
  }
}

.tabList li a {
  display: block;
  padding: 14px 3px;
  background: #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom-color: #B2B2B2;
}

.tabList li.active a {
  background: #fff;
  border-color: #B2B2B2;
  border-bottom-color: #fff;
  cursor: default;
  font-weight: normal;
  text-decoration: none;
}

.tabList li.active a:hover {
  opacity: 1;
}

/* =========================================================
table
========================================================= */
.table01 {
  width: 100%;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .table01 {
    border-top: 1px solid #B2B2B2;
  }
}

.table01:first-child {
  margin-top: 0;
}

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

.table01 th,
.table01 td {
  border: 1px solid #B2B2B2;
  padding: 20px 40px;
  text-align: left;
}

@media (max-width: 767px) {

  .table01 th,
  .table01 td {
    display: block;
    border-top: none;
    width: 100%;
    padding: 15px 20px;
  }
}

.table01 th {
  vertical-align: middle;
  background: var(--redBlock_background);
  width: 20%;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .table01 th {
    width: 100%;
    font-weight: 600;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .bgBeige .table01 th {
    background: #fff;
  }
}

/* =========================================================
SLICK
========================================================= */
.column3Slide {
  padding: 0 95px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .column3Slide {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .column3Slide {
    padding: 0;
  }
}

.column3Slide .slick-slide {
  margin: 0 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .column3Slide .slick-slide {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .column3Slide .slick-slide {
    margin: 0;
  }
}

.column3Slide .listItem {
  line-height: 1.8;
  font-feature-settings: 'palt';
}

@media (max-width: 767px) {
  .column3Slide .listItem {
    padding: 0 50px;
  }
}

.column3Slide .listItem a {
  display: block;
}

.column3Slide .listItem a:hover {
  opacity: 1;
}

.column3Slide .listItem .photo {
  position: relative;
  height: 200px;
  margin: 0 0 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .column3Slide .listItem .photo {
    height: 24vw;
  }
}

@media (max-width: 767px) {
  .column3Slide .listItem .photo {
    height: 58.67vw;
    margin: 0 -50px 15px;
  }
}

.column3Slide .listItem .photo img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.column3Slide .listItem .photo .tag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FBE04C;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .column3Slide .listItem .photo .tag {
    width: 130px;
    height: 28px;
    line-height: 28px;
    font-size: 1.3rem;
    font-weight: 600;
  }
}

.column3Slide .listItem .photo .tag+.tag {
  left: auto;
  right: 0;
}

.column3Slide .listItem .dateCat {
  margin: 5px 0;
  color: #D38080;
}

@media (max-width: 767px) {
  .column3Slide .listItem .dateCat {
    margin: 3px 0;
    line-height: 1.5;
  }
}

.column3Slide .listItem .title {
  height: 5em;
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .column3Slide .listItem .title {
    height: 6.5em;
  }
}

@media (max-width: 767px) {
  .column3Slide .listItem .title {
    height: 6.5em;
  }
}

.slick-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid var(--Title_color);
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all .3s;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    top: 60vw;
    z-index: 1;
    width: 40px;
    height: 40px;
  }
}

.slick-slider .slick-arrow:hover {
  background-position: 65% 50%;
}

.slick-slider .slick-arrow svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: var(--Title_color);
  width: 27px;
  height: 20px;
  margin: auto;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 1240px;
  margin: 0 auto;
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slick-slider .slick-dots {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .slick-slider .slick-dots {
    width: calc(100% - 20px);
    margin: 40px auto 0;
    text-align: center;
  }
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  font-size: 12px;
}

.slick-slider .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
  background: #fff;
}

/* =========================================================
priceTable
========================================================= */
.priceTable {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable {
    display: block;
  }
}

@media (max-width: 767px) {
  .priceTable {
    display: block;
  }
}

.priceTable .tableTitle {
  width: 100px;
  margin-top: 75px;
  font-size: 2.4rem;
  font-family: var(--Sub_font_family);
  letter-spacing: .05em;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable .tableTitle {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .priceTable .tableTitle {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
}

.priceTable .tableTitle.red {
  color: var(--redBlock_background);
}

.priceTable .tableTitle.blue {
  color: #0071b4;
}

.priceTable .tableContent {
  width: calc(100% - 100px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable .tableContent {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .priceTable .tableContent {
    width: 100%;
  }
}

.priceTable .tableHead {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: var(--Sub_font_family);
  line-height: 1.5;
}

@media (max-width: 767px) {
  .priceTable .tableHead {
    display: none;
  }
}

.priceTable .tableHead .col {
  width: 23%;
  padding: 8px;
  background: #fff;
  text-align: center;
}

.priceTable .tableHead .col.price {
  background: var(--redBlock_background);
  color: #fff;
}

.priceTable .tableBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.5;
}

.priceTable .tableBody .bodyRow {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #B2B2B2;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .priceTable .tableBody .bodyRow:last-of-type {
    margin-bottom: 20px;
  }
}

.priceTable .tableBody .bodyRow .col {
  position: relative;
  padding: 20px 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow .col {
    width: 100%;
    padding: 0 0 15px;
  }
}

.priceTable .tableBody .bodyRow .col .label {
  display: none;
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow .col .label {
    content: "";
    display: block;
    margin-bottom: 8px;
    padding: 10px 8px 8px;
    background: #fff;
    font-family: var(--Sub_font_family);
    text-align: center;
  }
}

.priceTable .tableBody .bodyRow .col .time {
  font-size: 2.3rem;
  font-weight: bold;
}

.priceTable .tableBody .bodyRow .col.price {
  color: var(--redBlock_background);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable .tableBody .bodyRow .col.price {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow .col.price {
    padding-bottom: 5px;
  }
}

.priceTable .tableBody .bodyRow .col.price .arrowMark {
  position: absolute;
  left: -42px;
  width: 35px;
  height: 35px;
  margin: auto 0;
  background: #fff;
  border-color: var(--redBlock_background);
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow .col.price .arrowMark {
    display: none;
  }
}

.priceTable .tableBody .bodyRow .col.price .arrowMark svg {
  fill: var(--redBlock_background);
}

.priceTable .tableBody .bodyRow .col.price .label {
  background: var(--redBlock_background);
  color: #fff;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .priceTable .tableBody .bodyRow .col.price .label {
    padding: 12px 8px 10px;
  }
}

.priceTable .tableBody .bodyRow .col.price .num {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable .tableBody .bodyRow .col.price .num {
    font-size: 3rem;
  }
}

.priceTable+hr {
  margin: -1px auto 0;
  border: none;
  border-top: 1px solid #B2B2B2;
}

.priceTable+hr+.priceTable .tableTitle {
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .priceTable+hr+.priceTable .tableTitle {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .priceTable+hr+.priceTable .tableTitle {
    margin-top: 0;
  }
}

/* =========================================================
btnList
========================================================= */
.btnList {
  display: flex;
  width: calc(100% + 12px);
  margin: 50px -6px -12px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .btnList {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
}

.btnList li {
  margin: 0 6px 12px;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .btnList li {
    width: 100%;
    margin: 0;
  }

  .btnList li+li {
    margin-top: 10px;
  }
}

.btnList li a {
  width: 100%;
  border-color: #000;
  color: #000;
}

.btnList li a.pdf::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  margin: 0 0 3px 10px;
  background: url(/img/icon_pdf.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

/* =========================================================
archive
========================================================= */
.archive .wrapper {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .archive .wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.archive .archiveList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive .archiveList {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .archive .archiveList {
    display: block;
  }
}

.archive .archiveList .listItem {
  position: relative;
  display: block;
  width: 300px;
  max-width: 24.2%;
  margin: 0 1.066% 50px 0;
  padding-bottom: 20px;
  line-height: 1.875;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive .archiveList .listItem {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .archive .archiveList .listItem {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.archive .archiveList .listItem:nth-of-type(4n) {
  margin-right: 0;
}

.archive .archiveList .listItem .eyecatch {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background: var(--HeaderFooter_background);
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive .archiveList .listItem .eyecatch {
    height: auto;
    height: 28.9vw;
  }
}

@media (max-width: 767px) {
  .archive .archiveList .listItem .eyecatch {
    height: auto;
    height: 58.67vw;
  }
}

.archive .archiveList .listItem .eyecatch img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.archive .archiveList .listItem .date {
  margin: 0 0 10px;
  color: #d38080;
}

@media (max-width: 767px) {
  .archive .archiveList .listItem .date {
    margin-bottom: 5px;
  }
}

.archive .archiveList .listItem .date span {
  display: inline-block;
  margin-right: 12px;
}

.archive .archiveList .listItem .title {
  min-height: 60px;
  font-size: 1.6rem;
  font-family: var(--Sub_font_family);
}

.archive .archiveList .listItem .arrowLine {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.archive .btn .btnLink {
  width: 570px;
  cursor: pointer;
}

.archive .btn .btnLink:hover {
  opacity: .8;
}

/* =========================================================
entry
========================================================= */
.entry .wrapper {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .entry .wrapper {
    padding-top: 40px;
  }
}

.entry .wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.entry .entryHeader {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .entry .entryHeader {
    margin-bottom: 30px;
  }
}

.entry .entryHeader .date {
  color: #d38080;
  line-height: 1.5;
}

.entry .entryHeader .date span {
  display: inline-block;
}

.entry .entryHeader .date span:nth-of-type(1) {
  margin-right: 15px;
}

.entry .entryHeader .title {
  padding: 20px 0;
  border-bottom: 1px solid #B2B2B2;
  font-size: 1.6rem;
  font-family: var(--Sub_font_family);
}

@media (max-width: 767px) {
  .entry .entryHeader .title {
    padding-top: 5px;
  }
}

.entry .entryFooter {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .entry .entryFooter {
    margin-top: 25px;
  }
}

.entry .entryFooter .snsList {
  margin-bottom: 50px;
  justify-content: center;
}

@media (max-width: 767px) {
  .entry .entryFooter .snsList {
    margin-bottom: 25px;
  }
}

.entry .entryFooter .snsList li {
  margin: 0 6px;
}

.entry .entryFooter .snsList li a {
  width: 38px;
  height: 38px;
}

.entry .entryFooter .snsList li a svg {
  max-width: 38px;
  max-height: 38px;
}

.entry .entryFooter .snsList li:nth-of-type(2) a svg {
  margin-top: 3px;
  max-width: 34px;
  max-height: 34px;
}

@media (max-width: 767px) {
  .entry .entryFooter .snsList li a svg {
    max-width: 40px;
    max-height: 40px;
  }

  .entry .entryFooter .snsList li:nth-of-type(2) a svg {
    max-width: 37px;
    max-height: 37px;
  }
}

.entry .entryFooter .snsList li.sp a svg {
  max-width: 40px;
  max-height: 40px;
  margin-top: 1px;
}

.entry .entryFooter .footerLink {
  width: 100%;
  position: relative;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  font-family: var(--Sub_font_family);
  text-align: center;
}

.entry .entryFooter .footerLink a {
  display: inline-block;
  min-width: 90px;
  padding: 10px 0;
  color: var(--redBlock_background);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .entry .entryFooter .footerLink a {
    padding: 16px 0;
  }
}

.entry .entryFooter .footerLink a .arrowMark {
  display: inline-flex;
  border-color: var(--redBlock_background);
  vertical-align: middle;
}

@media (max-width: 767px) {
  .entry .entryFooter .footerLink a .arrowMark {
    width: 25px;
    height: 25px;
  }
}

.entry .entryFooter .footerLink a .arrowMark svg {
  fill: var(--redBlock_background);
}

@media (max-width: 767px) {
  .entry .entryFooter .footerLink a .arrowMark svg {
    width: 10px;
    height: 8px;
  }
}

.entry .entryFooter .footerLink a.prev {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.entry .entryFooter .footerLink a.prev .arrowMark {
  margin-right: 10px;
}

.entry .entryFooter .footerLink a.next {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.entry .entryFooter .footerLink a.next .arrowMark {
  margin-left: 8px;
}

.entry .entryFooter .footerLink a.all {
  padding: 16px 10px;
}

.entry .entryFooter .footerLink a.all .menuMark {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.entry .entryFooter .footerLink a.all svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  fill: var(--redBlock_background);
}

.entry .btnList {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
}

.entry .btnList li {
  flex-grow: 0;
}

@media (min-width: 768px) {
  .entry .btnList li {
    width: calc(25% - 12px);
  }
}

.sidebar {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 50px;
}

@media (max-width: 767px) {
  .sidebar {
    display: block;
    padding: 20px 0 30px;
    background: var(--redBlock_background);
  }
}

.sidebar .sidebarTitle {
  width: 220px;
  color: #fff;
  font-size: 3rem;
  font-family: var(--Sub_font_family);
  letter-spacing: .05em;
  line-height: 1;
}

@media (max-width: 767px) {
  .sidebar .sidebarTitle {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sidebar .sidebarList {
  position: absolute;
  border-top: 1px solid var(--redBlock_background);
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border-top: none;
  border: 1px solid #B2B2B2;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
}

.sidebar .sidebarListWrap {
  position: relative;
  width: calc(100% - 220px);
  max-width: 907px;
  height: 60px;
}

@media (max-width: 767px) {
  .sidebar .sidebarListWrap {
    width: 100%;
  }
}

.sidebar .sidebarList li {
  display: none;
  margin-bottom: -1px;
  border-bottom: 1px solid #B2B2B2;
}

.sidebar .sidebarList li.current {
  display: block;
  order: -1;
}

.sidebar .sidebarList li.current::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  bottom: 0;
  display: block;
  width: 13px;
  height: 7px;
  background: url(/img/icon_select.svg) no-repeat;
  background-size: 13px 7px;
}

.sidebar .sidebarList li.current a {
  pointer-events: none;
}

.sidebar .sidebarList li:only-of-type::before {
  content: none;
}

.sidebar .sidebarList li:only-of-type a {
  pointer-events: auto;
}

.sidebar .sidebarList li a {
  position: relative;
  display: block;
  height: 60px;
  padding: 15px 20px;
  font-weight: bold;
}

.sidebar .sidebarList.open li.current a {
  pointer-events: auto;
}

/* =========================================================
entryContent
========================================================= */
.entryContent h3 {
  color: var(--redBlock_background);
  margin: 35px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--redBlock_background);
  font-size: 2rem;
  font-weight: bold;
}

.entryContent p {
  margin: 2.5em 0;
}

.entryContent p:not([class]) a {
  color: var(--redBlock_background);
}

.entryContent a {
  color: var(--redBlock_background);
}

.entryContent img {
  display: block;
  object-fit: cover;
  width: 840px;
  height: 540px;
  margin: 2.5em auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .entryContent img {
    width: 100%;
    height: 60vw;
  }
}

@media (max-width: 767px) {
  .entryContent img {
    width: 100%;
    height: 59vw;
  }
}

.entryContent table {
  margin: 2.5em 0;
}

.entryContent table td {
  border: 1px solid #b2b2b2;
  padding: 0 10px;
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 14px;
  font-family: var(--Base_font_family);
  font-weight: 500;
  line-height: 2;
  min-width: 1240px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt';
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body.fixed {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}

@media screen and (min-width: 1240px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 0 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 88%;
    padding: 40px 0;
  }
}

.text_en {
  font-family: var(--Sub_font_family);
  font-weight: 800;
}

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

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

@media screen and (min-width: 321px) {
  .exsp {
    display: none;
  }
}

.snsList {
  display: flex;
}

.snsList li+li {
  margin-left: 9px;
}

.snsList li a {
  display: block;
  width: 30px;
  height: 30px;
}

.snsList li a svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 130px;
}

@media (max-width: 767px) {
  .globalHeader {
    height: 71px;
  }
}

.globalHeader a {
  transition: opacity 0.3s, background 0.3s, border 0.3s;
}

.globalHeader .wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0 13px;
}

@media (max-width: 767px) {
  .globalHeader .wrapper {
    max-width: 100%;
    padding: 0 0 0 6%;
  }
}

@media (max-width: 767px) {
  .globalHeader .siteLogo {
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .siteLogo .logo02 {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .siteLogo .logo02 {
    width: 76px;
    height: auto;
  }
}

.scroll .globalHeader {
  position: fixed;
  border-bottom: 1px solid #B2B2B2;
  background: #fff;
  height: 90px;
  color: #000;
  animation: headerAnime .3s ease;
}

@media (max-width: 767px) {
  .scroll .globalHeader {
    height: 71px;
  }
}

.scroll .globalHeader .wrapper {
  padding: 5px 0 5px;
}

@media (max-width: 767px) {
  .scroll .globalHeader .wrapper {
    padding: 0 0 0 6%;
  }
}

.scroll .globalHeader .siteLogo .logo02 {
  display: block;
  width: 99px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scroll .globalHeader .siteLogo .logo02 {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .scroll .globalHeader .siteLogo .logo02 {
    width: 76px;
  }
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.headerBtn {
  opacity: 1;
  width: 70px;
  height: 130px;
}

@media (min-width: 768px) {
  .headerBtn {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .headerBtn {
    width: 70px;
    height: 70px;
    margin-left: 1px;
    text-align: center;
    font-family: var(--Sub_font_family);
  }
}

.headerBtn a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: var(--Sub_font_family);
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .headerBtn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    font-size: 1.4rem;
  }
}

.headerBtn a svg {
  vertical-align: middle;
  max-width: 20px;
  max-height: 20px;
  margin: 0 7px 10px 0;
}

@media (max-width: 767px) {
  .headerBtn a svg {
    display: block;
    margin: 0 auto 7px;
  }
}

.bookBtn {
  position: fixed;
  top: calc(30% + 134px);
  right: 0;
}

@media (max-width: 767px) {
  .bookBtn {
    position: static;
  }
}

.bookBtn a {
  background: var(--redBlock_background);
  color: var(--bookBtn_color);
}

.bookBtn a svg {
  fill: var(--bookBtn_color);
}

.shopBtn {
  position: fixed;
  top: 30%;
  right: 0;
}

@media (max-width: 767px) {
  .shopBtn {
    position: static;
  }
}

.shopBtn a {
  background: #FBE04C;
  color: #000;
  font-family: #000;
}

.gnavBtn {
  position: relative;
  background: var(--gnavBtn_background);
  color: var(--gnavBtn_color);
  cursor: pointer;
}

.gnavBtn .text {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto;
}

.gnavBtn .menuLine,
.gnavBtn .menuLine:before,
.gnavBtn .menuLine:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  background: #000;
  width: 20px;
  height: 1px;
  margin: auto;
  text-align: center;
}

.gnavBtn .menuLine:before {
  top: -6px;
  bottom: auto;
}

.gnavBtn .menuLine:after {
  bottom: -6px;
  top: auto;
}

.gnavCloseBtn {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
}

.gnavCloseBtn .menuLine {
  background: transparent;
}

.gnavCloseBtn .menuLine:before {
  top: 0;
  transform: rotate(45deg);
}

.gnavCloseBtn .menuLine:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* =========================================================
globalNav
========================================================= */
.globalNav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .globalNav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 10px 6% 30px;
    color: #000;
    transition: all .3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .globalNav.is_show {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

@media (max-width: 767px) {
  .globalNav .inner {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .globalNav .logo {
    order: -1;
    margin: 0 0 5px;
  }

  .globalNav .logo img {
    width: 76px;
    height: 61px;
  }
}

.globalNav .subMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 10px;
  font-family: var(--Sub_font_family);
  font-size: 1.7rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .subMenu {
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  .globalNav .subMenu {
    display: block;
    margin: 0;
    font-size: 1.4rem;
  }
}

.globalNav .subMenuList {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .globalNav .subMenuList {
    display: block;
    margin: 0 0 20px;
    line-height: 1.8;
  }
}

.globalNav .subMenuList li+li {
  border-left: 1px solid;
}

@media (max-width: 767px) {
  .globalNav .subMenuList li+li {
    border-left: none;
  }
}

.globalNav .subMenuList li a {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .globalNav .subMenuList li a {
    background: url(/img/icon_list01.svg) no-repeat left center;
    padding: 0 0 0 15px;
  }
}

.globalNav .subMenu .contactBtn {
  margin: 0;
}

.globalNav .subMenu .contactBtn a {
  width: 190px;
  font-size: 1.7rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .subMenu .contactBtn a {
    width: 160px;
    height: 40px;
    line-height: 1.2;
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  .globalNav .subMenu .contactBtn a {
    width: 100%;
  }
}

.globalNav .subMenu .contactBtn a svg {
  width: 25px;
  height: 20px;
  margin-right: 10px;
  transition: all .15s;
}

.globalNav .subMenu .contactBtn a:hover {
  border-color: #fff;
}

/* ------------------------------------------------------------------------------------- */
.globalNav .subMenu .recruitBtn {
  margin: 0 5px 0 0;
}

.globalNav .subMenu .recruitBtn a {
  width: 190px;
  font-size: 1.7rem;
  position: relative;
  padding-left: 11%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .subMenu .recruitBtn a {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  .globalNav .subMenu .recruitBtn {
    margin: 0 0 10px 0;
  }

  .globalNav .subMenu .recruitBtn a {
    width: 100%;
    border: 1px solid #007b3f;
    padding-left: 9%;
  }
}

.globalNav .subMenu .recruitBtn a svg {
  width: 32px;
  height: 34px;
  margin-right: 10px;
  transition: all .15s;
  position: absolute;
  bottom: 0;
  left: 8%;
  fill: #fff;
  margin: 0;
}

.globalNav .subMenu .recruitBtn.pink a svg {
  fill: #ce5480;

}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .subMenu .recruitBtn a svg {
    width: 25px;
    height: 28px;
    left: 11%
  }
}

@media (max-width: 767px) {
  .globalNav .subMenu .recruitBtn a svg {
    fill: #ce5480;
    width: 36px;
    height: 38px;
    left: 22%;
  }
}

.globalNav .subMenu .recruitBtn a:hover {
  border-color: #fff;
  background: #007b3f;
}

/* ------------------------------------------------------------------------------------- */

.globalNav .gnavList {
  display: flex;
  margin: 0 -15px 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .gnavList {
    margin: 0 -6px 0 0;
  }
}

@media (max-width: 767px) {
  .globalNav .gnavList {
    display: block;
    order: -1;
    margin: 0 0 25px;
  }
}

.globalNav .gnavList>li {
  position: relative;
}

@media (max-width: 767px) {
  .globalNav .gnavList>li {
    border-bottom: 1px solid;
    background: url("/img/icon_arrow01.svg") no-repeat right -1px bottom -1px/8px 7px;
  }
}

.globalNav .gnavList>li>a {
  position: relative;
  display: block;
  padding: 0 15px;
  font-family: var(--Sub_font_family);
  font-size: 1.9rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .gnavList>li>a {
    padding: 0 7px;
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .globalNav .gnavList>li>a {
    padding: 13px 0;
    font-size: 1.8rem;
  }
}

.globalNav .gnavList>li .nestList {
  font-family: var(--Sub_font_family);
}

@media (min-width: 768px) {
  .globalNav .gnavList>li .nestList {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: -90px;
    right: -90px;
    width: 180px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    transition: all .3s;
  }

  .globalNav .gnavList>li .nestList::before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-bottom: 8px solid #000;
    width: 0;
    height: 0;
    margin: 0 auto;
  }

  .globalNav .gnavList>li .nestList li {
    margin-bottom: 2px;
  }

  .globalNav .gnavList>li .nestList li a {
    display: block;
    background: #000;
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .globalNav .gnavList>li .nestList {
    margin: -10px 0 15px 15px;
  }
}

@media (min-width: 768px) {
  .globalNav .gnavList>li:hover .nestList {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.globalNav .bookBtn,
.globalNav .shopBtn {
  margin: 10px 0 0;
}

.globalNav .bookBtn a,
.globalNav .shopBtn a {
  border: none;
  font-size: 1.7rem;
}

.globalNav .snsListWrap {
  margin: 30px 0 0;
}

.globalNav .snsListWrap dt {
  margin-bottom: 10px;
  font-family: var(--Sub_font_family);
}

.globalNav .snsListWrap dt::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #000;
  width: calc(100% - 5em);
  height: 1px;
  margin: 0 0 3px 10px;
}

@media (max-width: 767px) {
  .globalNav .snsList {
    justify-content: center;
  }

  .globalNav .snsList li+li {
    margin-left: 15px;
  }

  .globalNav .snsList li a {
    width: 40px;
    height: 40px;
  }

  .globalNav .snsList li a svg {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (min-width: 768px) {
  .scroll .globalNav .subMenu {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }

  .scroll .globalNav .subMenu .recruitBtn a {
    height: 30px;
    line-height: 28px;
    color: inherit;
    font-size: 1.4rem;
    border: 1px solid #007b3f;
  }

  .scroll .globalNav .subMenu .recruitBtn a svg {
    fill: #ce5480;
    width: 24px;
    height: 25px;
    left: 17%;
  }

  .scroll .globalNav .subMenu .recruitBtn a:hover {
    border-color: #007b3f;
    color: #fff;
    background: #007b3f;
  }

  .scroll .globalNav .subMenu .contactBtn a {
    height: 30px;
    line-height: 1.2;
    color: inherit;
    font-size: 1.4rem;
    width: 220px;
  }

  .scroll .globalNav .subMenu .contactBtn a br {
    display: none;
  }

  .scroll .globalNav .subMenu .contactBtn a svg {
    fill: #000;
    margin-right: 6px;
    margin-bottom: 0;
  }

  .scroll .globalNav .subMenu .contactBtn a:hover {
    border-color: #000;
    color: #fff;
  }

  .scroll .globalNav .subMenu .contactBtn a:hover svg {
    fill: #fff;
  }

  .scroll .globalNav .gnavList li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scroll .globalNav .subMenu .recruitBtn a svg {
    left: 12%;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .scroll .globalNav .gnavList li a {
    font-size: 1.7vw;
  }
}

/* =========================================================
titleArea
========================================================= */
.titleArea {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  background: var(--HeaderFooter_background);
  min-height: 470px;
  padding: 150px 0 120px;
}

@media (max-width: 767px) {
  .titleArea {
    flex-direction: column;
    min-height: 298px;
    padding: 100px 0 0;
  }
}

.titleArea .photo {
  width: calc(50% + 500px);
  min-height: 200px;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .titleArea .photo {
    object-fit: cover;
    max-width: none;
    width: calc(95% - 120px);
    height: 200px;
  }
}

@media (max-width: 767px) {
  .titleArea .photo {
    object-fit: cover;
    width: calc(94% - 40px);
    min-height: 0;
    height: 120px;
  }
}

.titleArea .wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 0 35px;
}

@media (max-width: 767px) {
  .titleArea .wrapper {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 0 20px;
  }
}

.titleArea .pageTitle {
  font-family: var(--Sub_font_family);
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .titleArea .pageTitle {
    margin: -1.8em 0 0;
  }
}

.titleArea .pageTitle .en {
  position: relative;
  display: block;
  line-height: 1;
  color: var(--redBlock_background);
  letter-spacing: .05em;
  font-family: var(--Sub_font_family);
  font-size: 8rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .titleArea .pageTitle .en {
    margin-bottom: 3px;
    font-size: 5rem;
  }
}

.titleArea .pageTitle.overlay {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 3em;
  margin-left: 120px;
}

@media (max-width: 767px) {
  .titleArea .pageTitle.overlay {
    height: 45px;
    margin-left: 40px;
    color: #fff;
  }
}

.titleArea .pageTitle.overlay span {
  color: #fff;
  transform: translate(-120px, 0);
}

@media (max-width: 767px) {
  .titleArea .pageTitle.overlay span {
    transform: translate(-40px, 0);
  }
}

.titleArea.noPhoto {
  display: block;
  min-height: 0;
  padding: 150px 0 30px;
}

@media (max-width: 767px) {
  .titleArea.noPhoto {
    height: auto;
    padding: 140px 0 0;
  }
}

.titleArea.noPhoto .wrapper {
  position: static;
}

.breadcrumbsBlock {
  position: relative;
  margin: -30px 0 0;
}

@media (max-width: 767px) {
  .breadcrumbsBlock {
    margin: 0;
  }

  .breadcrumbsBlock::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--HeaderFooter_background);
    width: calc(100% + 7%);
    height: 80px;
  }
}

.breadcrumbsBlock .wrapper {
  padding: 15px 0;
}

.breadcrumbs {
  display: flex;
  margin: 0 0 40px;
  color: inherit;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

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

.breadcrumbs li a {
  opacity: .7;
}

.breadcrumbs li svg {
  fill: #fff;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  margin: 0 10px 3px;
}

/* =========================================================
contents
========================================================= */
.contents {
  display: block;
  overflow: hidden;
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  position: relative;
  background: var(--HeaderFooter_background);
}

.globalFooter>.wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter>.wrapper {
    display: block;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .globalFooter>.wrapper {
    display: block;
    padding: 40px 0 20px;
  }
}

.globalFooter .companyInfo {
  display: flex;
  align-items: center;
  width: 50%;
  font-family: var(--Sub_font_family);
}

@media (max-width: 1024px) {
  .globalFooter .companyInfo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .globalFooter .companyInfo {
    display: block;
  }
}

.globalFooter .companyInfo>dt {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .globalFooter .companyInfo>dt {
    margin: 0 0 10px;
    text-align: center;
  }
}

.globalFooter .companyInfo>dt img {
  width: 150px;
}

.globalFooter .companyInfo>dd .companyName {
  margin: 0 0 7px;
}

.globalFooter .companyInfo>dd .companyName span {
  display: block;
  font-size: 2rem;
}

.globalFooter .companyInfo>dd .snsListWrap {
  display: flex;
}

@media (max-width: 767px) {
  .globalFooter .companyInfo>dd .snsListWrap {
    display: block;
  }
}

.globalFooter .companyInfo>dd .snsListWrap dt {
  margin: 0;
}

@media (max-width: 767px) {
  .globalFooter .companyInfo>dd .snsListWrap dt {
    margin-bottom: 10px;
  }
}

.globalFooter .companyInfo>dd .snsListWrap dt::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #000;
  width: 30px;
  height: 1px;
  margin: 0 10px 3px;
}

@media (max-width: 767px) {
  .globalFooter .companyInfo>dd .snsListWrap dt::after {
    width: calc(100% - 5em);
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .globalFooter .companyInfo>dd .snsList {
    justify-content: center;
  }

  .globalFooter .companyInfo>dd .snsList li+li {
    margin-left: 15px;
  }

  .globalFooter .companyInfo>dd .snsList li a {
    width: 40px;
    height: 40px;
  }

  .globalFooter .companyInfo>dd .snsList li a svg {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  .globalFooter .contactBtn {
    margin: 30px 0 50px;
  }
}

.globalFooter .contactBtn a {
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 1.7rem;
}

.globalFooter .footerNav {
  background: #fff;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .globalFooter .footerNav {
    line-height: 1.6;
  }
}

.globalFooter .footerNav .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

@media (max-width: 1024px) {
  .globalFooter .footerNav .wrapper {
    display: block;
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .globalFooter .footerNav .wrapper {
    display: block;
    padding: 25px 0;
  }
}

.globalFooter .footerNavList {
  display: flex;
  align-items: center;
  font-family: var(--Sub_font_family);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .footerNavList {
    margin: 0 0 10px -10px;
  }
}

@media (max-width: 767px) {
  .globalFooter .footerNavList {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
  }
}

.globalFooter .footerNavList>li {
  border-right: 1px solid;
  font-size: 13px;
}

@media (max-width: 767px) {
  .globalFooter .footerNavList>li {
    border-left: 1px solid;
    width: 50%;
    margin: 0 -1px 10px 0;
    text-align: center;
  }
}

.globalFooter .footerNavList>li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .globalFooter .footerNavList>li:last-child {
    border-right: 1px solid;
  }
}

@media (max-width: 767px) {
  .globalFooter .footerNavList>li:nth-child(odd):last-child {
    width: 100%;
  }
}

.globalFooter .footerNavList>li>a {
  display: block;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .globalFooter .footerNavList>li>a {
    padding: 0;
  }
}

.globalFooter .footerNav .copyright {
  margin-left: auto;
  color: #808080;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .globalFooter .footerNav .copyright {
    text-align: right;
  }
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  text-align: center;
  font-family: var(--Sub_font_family);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all .5s;
}

@media (max-width: 767px) {
  .pagetop {
    position: static !important;
    top: auto;
    bottom: 10px;
    left: 0;
    margin: auto;
  }
}

.pagetop.is_show {
  opacity: 1;
  visibility: visible;
}

.pagetop svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

/* =========================================================
modal
========================================================= */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 75px 0 60px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  /* IE 10+ */
}

@media (max-width: 767px) {
  .modal {
    padding: 30px 6%;
  }
}

.modal.is_show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.modal.is_show .modalBlock {
  top: 0;
}

.modalBlock {
  overflow: hidden;
  position: relative;
  top: 20px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  color: #000;
  transition: all .3s;
}

.modalHeader {
  position: relative;
  padding: 30px 60px;
}

@media (max-width: 767px) {
  .modalHeader {
    padding: 20px 20px 30px;
  }
}

.modalTitle {
  min-height: 60px;
  line-height: 60px;
  font-family: var(--Sub_font_family);
  font-size: 2rem;
}

.modalTitle svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0 10px 5px 0;
}

.modalTitle span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

.modalTitle span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid;
  width: 1px;
  height: 80px;
  margin: auto;
  transform: rotate(45deg);
}

.modal .closeBtn {
  position: absolute;
  top: 40px;
  right: 60px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal .closeBtn {
    top: 30px;
    right: 20px;
  }
}

.modal .closeBtn svg {
  width: 40px;
  height: 40px;
}

.modalContents {
  padding: 50px 60px;
}

@media (max-width: 767px) {
  .modalContents {
    padding: 25px 20px;
  }
}

.modal .selectWrap {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal .selectWrap {
    display: block;
  }
}

.modal .selectWrap .title {
  margin-right: 25px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .modal .selectWrap .title {
    margin: 0 0 10px;
    font-weight: 600;
  }
}

.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="number"],
.modal input[type="email"],
.modal input[type="submit"],
.modal input[type="button"],
.modal button,
.modal select,
.modal textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 1.5rem;
  font-family: var(--Base_font_family);
  color: #000;
}

@media (max-width: 767px) {

  .modal input[type="text"],
  .modal input[type="tel"],
  .modal input[type="number"],
  .modal input[type="email"],
  .modal input[type="submit"],
  .modal input[type="button"],
  .modal button,
  .modal select,
  .modal textarea {
    font-size: 1.6rem;
  }
}

.modal select {
  background: #fff url("/img/icon_select.svg") no-repeat right 15px center;
}

.modal select::-ms-expand {
  display: none;
}

.modal ::placeholder {
  color: #999999;
}

.modal :-ms-input-placeholder {
  color: #999999;
}

/* =========================================================
bookModal
========================================================= */
.bookModal .modalHeader {
  background: var(--redBlock_background);
  color: #fff;
}

@media (max-width: 767px) {
  .bookModal .modalHeader {
    display: block;
  }
}

.bookModal .modalHeader svg {
  fill: #fff;
}

.bookModal .modalHeader .modalTitle {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bookModal .modalHeader .modalTitle {
    margin-bottom: 10px;
  }
}

.bookModal .modalHeader .selectWrap {
  justify-content: space-between;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .bookModal .modalHeader .selectWrap {
    margin: 0;
  }
}

.bookModal .modalHeader .selectWrap .title {
  margin: 0;
}

@media (max-width: 767px) {
  .bookModal .modalHeader .selectWrap .title {
    margin: 10px 0;
  }
}

.bookModal .modalHeader .selectWrap select {
  width: 330px;
}

@media (max-width: 767px) {
  .bookModal .modalHeader .selectWrap select {
    width: 100%;
  }
}

.bookModal .modalContents .shopName {
  margin: 0 0 15px;
  font-family: var(--Sub_font_family);
  font-size: 2rem;
}

.bookModal .modalContents .bookBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .bookModal .modalContents .bookBoxWrap {
    display: block;
  }
}

.bookModal .modalContents .bookBox {
  display: flex;
  flex-direction: column;
  background: #F0F0F0;
  width: calc(33.33% - 70px / 3);
  margin: 35px 35px 0 0;
  padding: 30px;
  color: #808080;
}

@media (max-width: 767px) {
  .bookModal .modalContents .bookBox {
    display: block;
    width: 100%;
    padding: 20px 20px;
    margin: 20px 0 0;
  }
}

.bookModal .modalContents .bookBox:nth-child(-n + 3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bookModal .modalContents .bookBox:nth-child(-n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .bookModal .modalContents .bookBox:first-child {
    margin-top: 0px;
  }
}

.bookModal .modalContents .bookBox:nth-child(3n),
.bookModal .modalContents .bookBox:last-child {
  margin-right: 0;
}

.bookModal .modalContents .bookBox h4 {
  color: #000;
  text-align: center;
  letter-spacing: -.05em;
  font-family: var(--Sub_font_family);
  font-size: 2rem;
}

.bookModal .modalContents .bookBox .icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px auto;
}

.bookModal .modalContents .bookBox p:not([class]) {
  margin-bottom: 15px;
}

.bookModal .modalContents .bookBox .telLink {
  text-align: center;
}

.bookModal .modalContents .bookBox .telLink a {
  color: var(--redBlock_background);
  font-size: 2.4rem;
  font-family: var(--Sub_font_family);
}

.bookModal .modalContents .bookBox .btnBook {
  margin-top: auto;
}

.bookModal .modalContents .bookBox .btnBook a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: var(--Sub_font_family);
}

.bookModal .modalContents .bookBox .btnBook.web a {
  background: var(--redBlock_background);
  color: #fff;
}

.bookModal .modalContents .bookBox .btnBook.line a {
  background: #008015;
  color: #fff;
}

.bookModal .modalContents .bookBox .btnBook.tel a {
  background: #FBE04C;
  color: #000;
}

.bookModal .modalContents .note {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .bookModal .modalContents .note {
    margin-bottom: 20px;
  }
}

.bookModal .modalContents .iconLinkList {
  display: flex;
}

@media (max-width: 767px) {
  .bookModal .modalContents .iconLinkList {
    display: block;
  }
}

.bookModal .modalContents .iconLinkList li+li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .bookModal .modalContents .iconLinkList li+li {
    margin: 0;
  }
}

.bookModal.salonBookModal .modalTitle {
  margin-bottom: 0;
}

/* =========================================================
shopModal
========================================================= */
.shopModal .modalHeader {
  background: #E8B943;
}

.shopModal .modalHeader .modalTitle {
  margin-bottom: 10px;
}

.shopModal .modalHeader .selectWrap {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .shopModal .modalHeader .selectWrap {
    margin: 0;
  }
}

.shopModal .modalHeader .selectWrap .title {
  width: 15%;
  margin-right: 0;
}

@media (max-width: 767px) {
  .shopModal .modalHeader .selectWrap .title {
    width: 100%;
  }
}

.shopModal .modalHeader .selectWrap select {
  width: 85%;
}

@media (max-width: 767px) {
  .shopModal .modalHeader .selectWrap select {
    width: 100%;
  }
}

.shopModal .modalHeader input[type="submit"] {
  display: block;
  border: none;
  background: var(--redBlock_background);
  width: 210px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--Sub_font_family);
  cursor: pointer;
}

@media (max-width: 767px) {
  .shopModal .modalHeader input[type="submit"] {
    width: 100%;
  }
}

.shopModal .modalContents .shopModalList {
  display: flex;
  flex-wrap: wrap;
  margin: -35px -35px 0 0;
}

@media (max-width: 767px) {
  .shopModal .modalContents .shopModalList {
    display: block;
    margin: -30px 0 0;
  }
}

.shopModal .modalContents .shopModalList>li {
  display: flex;
  flex-direction: column;
  width: 270px;
  margin: 35px 35px 0 0;
}

@media (max-width: 767px) {
  .shopModal .modalContents .shopModalList>li {
    width: 100%;
    margin: 30px 0 0;
  }
}

.shopModal .modalContents .shopModalList>li .shopAddress {
  overflow: hidden;
  margin: 0 0 14px;
  color: #808080;
  line-height: 1.5;
  font-size: 1.3rem;
}

.shopModal .modalContents .shopModalList>li .shopAddress .photo {
  float: left;
  width: 110px;
  margin-right: 20px;
}

.shopModal .modalContents .shopModalList>li .shopAddress .shopName {
  margin: 0 0 5px;
  color: #000;
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

.shopModal .modalContents .shopModalList>li .shopAddress p {
  overflow: hidden;
}

.shopModal .modalContents .shopModalList>li .shopInfo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.shopModal .modalContents .shopModalList>li .shopInfo dt {
  width: 6.5em;
  font-weight: bold;
  letter-spacing: -.05em;
}

@media (max-width: 767px) {
  .shopModal .modalContents .shopModalList>li .shopInfo dt {
    font-weight: 600;
  }
}

.shopModal .modalContents .shopModalList>li .shopInfo dd {
  width: calc(100% - 6.5em);
  color: #808080;
}

.shopModal .modalContents .shopModalList>li .shopInfo dd a {
  color: var(--redBlock_background);
  font-weight: bold;
}

.shopModal .modalContents .shopModalList>li .btn {
  margin: auto 0 10px;
}

.shopModal .modalContents .shopModalList>li .snsList {
  height: 22px;
}

/* =========================================================
newsModal
========================================================= */
.newsModal .modalBlock {
  max-width: 650px;
}

.newsModal .closeBtn {
  right: 30px;
}

@media (max-width: 767px) {
  .newsModal .closeBtn {
    top: 20px;
    right: 20px;
  }
}

.newsModal .closeBtn svg {
  fill: var(--redBlock_background);
}

@media (max-width: 767px) {
  .newsModal .modalContents {
    padding-top: 60px;
  }
}

.newsModalTitle {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.6;
  font-family: var(--Sub_font_family);
  font-size: 2rem;
}

@media (max-width: 767px) {
  .newsModalTitle {
    margin: 0 0 20px;
  }
}

.newsModal .checkiconList {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .newsModal .checkiconList {
    margin: 15px 0;
  }
}

.newsModal .checkiconList li {
  font-weight: bold;
}

@media (max-width: 767px) {
  .newsModal .checkiconList li {
    font-weight: 600;
  }
}

.newsModal .checkiconList li+li {
  margin-top: 5px;
}

/*# sourceMappingURL=map/style.css.map */