@charset "UTF-8";
/* Sass Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*****************************************************************************
 デフォルト色ベース
*****************************************************************************/
/*****************************************************************************
 その他色
 *****************************************************************************/
/* ====================================================
# font
===================================================== */
/*****************************************************************************
ブレイクポイント
*****************************************************************************/
/* ====================================================
# content width
===================================================== */
/* $outline-width: calc(1200 / 1440 * 100%); */
/* .outline {
	width: $outline-width;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: content-box;

	@include media(sp) {
		width: 95%;
	}
} */
.wrapper {
  width: calc(1660 / 1920 * 100%);
  /* max-width: 1660px; */
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 1199px), print {
  .wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

.container {
  width: 80%;
  /* max-width: 1200px; */
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1199px), print {
  .container {
    width: 90%;
  }
}

.inner {
  width: calc(1060 / 1920 * 100%);
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 1199px), print {
  .inner {
    width: 90%;
  }
}

/*********
各種パーツ
**********/
.section_title {
  font-size: 1.14583vw;
  line-height: 1.6;
  letter-spacing: 1.29px;
  text-align: center;
  color: #5f5f5f;
  font-weight: 600;
  margin: 5em 0 2em 0;
}

@media only screen and (max-width: 1199px), print {
  .section_title {
    font-size: 5.33333vw;
    margin-bottom: 2em;
  }
}

.calendar {
  color: #5c5c5c;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
}

.calendar .calendar_head {
  font-size: 0.83333vw;
  text-align: right;
}

@media only screen and (max-width: 1199px), print {
  .calendar .calendar_head {
    font-size: 4.53333vw;
  }
}

.calendar .calendar_head .month {
  font-size: 1.30208vw;
}

@media only screen and (max-width: 1199px), print {
  .calendar .calendar_head .month {
    font-size: 6.93333vw;
  }
}

.calendar .sun {
  color: #e60012;
}

.calendar .holiday {
  background-color: rgba(58, 65, 58, 0.15);
}

.calendar tr {
  border-bottom: solid 1px #b5b5b6;
  font-size: 0.72917vw;
  line-height: 2;
}

@media only screen and (max-width: 1199px), print {
  .calendar tr {
    font-size: 4.4vw;
  }
}

.calendar th {
  text-align: center;
}

/*****************************************************************************
 初期設定
 *****************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #5f5f5f;
  font-weight: normal;
  /* font-feature-settings: "palt" on; */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
  left: 0;
  zoom: 1;
  font-size: 0.78125vw;
  line-height: 2;
  letter-spacing: 0.38px;
}

@media only screen and (max-width: 1199px), print {
  body {
    font-size: 2.93333vw;
    line-height: 2.27273;
  }
}

a {
  display: block;
  /* text-decoration: underline; */
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  /* transform: scale(1.05, 1.05); */
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* transform: scale(1.05, 1.05); */
}

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

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

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: bold;
}

.is-pc {
  display: block;
}

@media only screen and (max-width: 1199px), print {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media only screen and (max-width: 1199px), print {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .is-sp {
    display: block;
  }
}

/* ================================================
 * flex
/* ================================================*/
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex_all_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
}

/******
# ヘッダー
******/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4% 0 0 0;
  position: fixed;
  z-index: 999;
  width: 15%;
}

@media only screen and (max-width: 1199px), print {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 7% 0;
    height: 25vw;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
  }
}

.header__bar {
  margin: 0 0 7em 14%;
  line-height: 1;
  width: 55%;
}

@media only screen and (max-width: 1199px), print {
  .header__bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .header__bar h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px), print {
  .header__logo {
    width: 25%;
    margin: 0 auto 0 32%;
  }
}

/*/////////////////////////////
  * menuButton
  /////////////////////////////*/
.menuButton {
  display: none;
}

@media only screen and (max-width: 1199px), print {
  .menuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11vw;
    height: 11vw;
    background-color: #fff;
    position: relative;
    z-index: 5;
  }
}

@media only screen and (max-width: 1199px), print {
  .menuButton__inner {
    position: relative;
    width: 45%;
    height: 4px;
    background: #3d413a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 1199px), print {
  .menuButton__inner::before,
  .menuButton__inner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #3d413a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 1199px), print {
  .menuButton__inner::before {
    top: -2vw;
  }
}

@media only screen and (max-width: 1199px), print {
  .menuButton__inner::after {
    top: 2vw;
  }
}

@media only screen and (max-width: 1199px), print {
  #menu:checked ~ .header__bar .menuButton__inner {
    background: transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1199px), print {
  #menu:checked ~ .header__bar .menuButton__inner::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    background-color: #3d413a;
  }
}

@media only screen and (max-width: 1199px), print {
  #menu:checked ~ .header__bar .menuButton__inner::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background-color: #3d413a;
  }
}

/*//////////////////////////////
  * menu
  /////////////////////////////*/
#menu {
  display: none;
}

.menu {
  padding-right: 0;
  padding-left: 0;
  display: block;
}

@media only screen and (max-width: 1199px), print {
  .menu {
    position: fixed;
    top: 21vw;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* paddingを含んだwidthサイズでできる。なかったらwidth+paddingが横幅になる */
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 1199px), print {
  #menu:checked ~ .menu {
    left: 0;
  }
}

.menu__wrapper {
  margin: 0 0 0 2.5em;
}

@media only screen and (max-width: 1199px), print {
  .menu__wrapper {
    width: 85%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
}

.menu__link {
  font-size: 0.72917vw;
  line-height: 2.14286;
  letter-spacing: 0.15em;
  color: #fff;
}

.mb5 {
  font-size: 0.52vw;
  line-height: 1.7;
  letter-spacing: 0.12em;
  padding: 0.5vw 0;
}

.mb5_left {
  font-size: 5vw;
  line-height: 1.7;
  letter-spacing: 0.12em;
  padding: 2vw 0;
}

@media only screen and (max-width: 1199px), print {
  .menu__link {
    position: relative;
    display: block;
    color: #3d413a;
    text-decoration: none;
    width: 100%;
    height: 14vw;
    font-size: 5.33333vw;
    line-height: 2.5;
    letter-spacing: 0.04em;
    padding: 0;
    text-align: left;
  }
  .menu__link::after {
    content: "";
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    top: 40%;
    right: 27%;
  }
}

.btn {
  margin-top: 2em;
  width: 65%;
  margin-left: 2.5em;
  display: none;
}

.acd-check {
  display: none;
}

.acd-label {
  display: block;
  position: relative;
}

.acd-label::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: auto;
  position: absolute;
  right: 4em;
  top: 0px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label::after {
  content: "\f068";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 1em 0 1em 1em;
  visibility: visible;
}

/*****************************************************************************
 フッター
 *****************************************************************************/
.footer .wrapper {
  background-color: #3d413a;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.67708vw;
  line-height: 2.31;
  letter-spacing: 0.78px;
  padding: 4em 0;
}

@media only screen and (max-width: 1199px), print {
  .footer .wrapper {
    margin: 0 calc(50vw - 50%);
    width: 100%;
    font-size: 3.33333vw;
    line-height: 2.4;
    letter-spacing: 0.038em;
    padding: 0;
  }
}

@media only screen and (max-width: 1199px), print {
  .footer .container.flex_all_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer_item {
  width: 33%;
}

@media only screen and (max-width: 1199px), print {
  .footer .footer_item {
    width: 100%;
    padding: 6% 0;
  }
}

.footer .footer_item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1199px), print {
  .footer .footer_item:nth-of-type(1) {
    padding: 11% 0;
  }
}

.footer .footer_item:nth-of-type(2) {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  padding: 4em 0;
}

@media only screen and (max-width: 1199px), print {
  .footer .footer_item:nth-of-type(2) {
    border-right: none;
    border-left: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 8% 0;
  }
}

.footer .footer_item.flex_between {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_logo {
  width: 40%;
}

@media only screen and (max-width: 1199px), print {
  .footer .footer_logo {
    width: 35%;
  }
}

.footer .footer_copyright {
  margin-top: 3em;
}

.footer .footer_copyright span {
  font-family: "Open Sans", sans-serif;
}

	.fix-banner{
    width: 120px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 300;
  }
  @media only screen and (max-width: 1199px), print {
    .fix-banner{
      width: 100px;
      position: fixed;
      bottom: 60px;
      right: 10px;
      z-index: 300;
    }
  }

/*****************************************************************************
共通
*****************************************************************************/
/*****************************************************************************
トップページ
*****************************************************************************/
/*----------------------------
* fv
*----------------------------*/
.ly_fv_slider {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider {
    margin-top: 25vw;
    margin-bottom: 10%;
  }
}

.ly_fv_slider .swiper-button-prev,
.ly_fv_slider .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: unset;
  bottom: 6%;
  right: 5%;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .swiper-button-prev,
  .ly_fv_slider .swiper-button-next {
    width: 3vw;
    height: 3vw;
    bottom: 4%;
    right: 4%;
  }
}

.ly_fv_slider .swiper-button-prev::after,
.ly_fv_slider .swiper-button-next::after {
  content: none;
}

.ly_fv_slider .swiper-button-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: unset;
  right: 7%;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .swiper-button-prev {
    right: 10%;
  }
}

.ly_fv_slider .swiper-pagination {
  position: relative;
}

.ly_fv_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1em;
  }
}

.ly_fv_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.3em;
  }
}

.ly_fv_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #3a413a;
  opacity: 0.3;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
  }
}

.ly_fv_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.ly_fv_slider .fv_slider {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1199px), print {
  .ly_fv_slider .fv_slider {
    margin-bottom: 10px;
  }
}

.ly_fv_slider .fv_banner_btn {
  width: 100%;
}

/* Futured Items */
.futured_items .futured_items_box {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px), print {
  .futured_items .futured_items_box {
    margin-bottom: 7em;
  }
}

.futured_items .futured_item {
  width: 32%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px), print {
  .futured_items .futured_item {
    width: 100%;
    margin-bottom: 3em;
  }
}

.futured_items .futured_item figcaption {
  font-size: 0.72917vw;
  line-height: 2.22;
  letter-spacing: 0.81px;
  margin-top: 0.5em;
}

@media only screen and (max-width: 1199px), print {
  .futured_items .futured_item figcaption {
    font-size: 3.2vw;
  }
}

.futured_items .futured_item_L {
  width: 100%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px), print {
  .futured_items .futured_item_L {
    margin-bottom: 1em;
  }
}

/* other_lineup */
.other_lineup {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px), print {
  .other_lineup {
    margin-bottom: 14%;
  }
}

.other_lineup .other_lineup_item {
  width: 50%;
}

@media only screen and (max-width: 1199px), print {
  .other_lineup .other_lineup_item {
    width: 100%;
  }
}

/* detail */
.detail {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199px), print {
  .detail {
    margin-bottom: 5em;
  }
}

@media only screen and (max-width: 1199px), print {
  .detail .detail_box.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*--orderの指定--*/
  }
  .detail .detail_box.flex_between .order1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .detail .detail_box.flex_between .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .detail .detail_box.flex_between .order3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.detail .detail_calendar {
  width: 22%;
}

@media only screen and (max-width: 1199px), print {
  .detail .detail_calendar {
    width: 100%;
    font-size: 3.33333vw;
  }
}

.detail .calendar {
  margin-bottom: 1em;
}

.detail .holiday_icon {
  color: rgba(58, 65, 58, 0.15);
}

.detail .calendar_note {
  font-size: 0.67708vw;
  line-height: 1.77;
  letter-spacing: 0.33px;
  color: rgba(92, 92, 92, 0.6);
}

@media only screen and (max-width: 1199px), print {
  .detail .calendar_note {
    font-size: 3.06667vw;
  }
}

.detail .detail_text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.67708vw;
  line-height: 1.77;
  letter-spacing: 0.78px;
  text-align: justify;
  width: 33%;
}

@media only screen and (max-width: 1199px), print {
  .detail .detail_text {
    width: 100%;
    font-size: 3.06667vw;
    line-height: 1.3913;
  }
}

.detail .detail_title {
  font-size: 0.9375vw;
  line-height: 1.71;
  letter-spacing: 1.05px;
  font-weight: bold;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 1199px), print {
  .detail .detail_title {
    font-size: 3.33333vw;
    line-height: 1.2;
    margin-bottom: 1.3em;
  }
}

.detail .detail_text_group {
  margin-bottom: 2em;
}

.detail .detail_text_group p:nth-child(2) {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1199px), print {
  .detail .detail_text_group p:nth-child(2) {
    margin-bottom: 2.5em;
  }
}

/*mvのボタン*/
.mv_wrapper {
	position: relative;
}
.mv_btn {
	position: absolute;
	top: calc(52% - 4px);
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 13px 36px;
	border: 2px solid #fff;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: bold;
	font-size: 14px;
}
.mv_btn:hover {
	color: #5f5f5f;
	background: #fff;
}

@media only screen and (max-width: 1199px), print {
.mv_btn {
	position: absolute;
	top: calc(62% - 4px);
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 3vw 8.7777vw;
	letter-spacing: inherit;
	font-weight: normal;
	font-size: inherit;
}
}

.header__bar+form{
      width: 100%;
    margin: 0 0 1em 2.5em;
}

#searchbox {
    width: 130px;
    margin-right: 5px;
    padding-top: 3px;
    padding: 0px;
    border: 1px #cccccc solid;
    background: #FFFFFF;
}

#fix_info {
	position: fixed;
	top: 26vw;
	right: 0;
	z-index: 1;
	width: 250px;
	transition: all .3s;
}

@media only screen and (max-width: 1199px), print {
	#fix_info {
		top: 130vw;
		right: 0;
		width: 36vw;
	}
}
