@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

li {
  list-style-type: none;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

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

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
html{
	font-size: 62.5%;
}

body{
margin:0;
padding:0}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,table,th,td,address{
margin:0;
padding:0;
color:$main_color;
font-style:normal;
font:13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
font-size: 1.3rem
}

select,
input,
button,
textarea{
font-size:99%;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%}

textarea,input{margin:0;padding:0}

caption,th{text-align:left}
td,th{vertical-align: top}

fieldset,img,abbr{border:none}
li{list-style-type:none}
hr{display:none}

strong{font-weight:bold}


*/
main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 20px;
}

body {
  color: #000;
  font-style: normal;
  font: 13px/160% trajan-pro-3, 游明朝 , "Yu Mincho" , YuMincho , "Hiragino Mincho ProN" , "Hiragino Mincho Pro" , HGS明朝E , serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

a, a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

.smp {
  display: none;
}

.pc {
  display: block;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper header {
  position: relative;
  text-align: center;
  padding-top: 53px;
}

#wrapper header #logo {
  margin-bottom: 48px;
}

#wrapper header #logo a {
  font-size: 24px;
  color: #221814;
  text-decoration: none;
  font-family: 'arial';
  font-weight: bold;
}

#wrapper header #logo a img {
  max-width: 540px;
}

#wrapper header #menu {
  display: none;
}

#wrapper header #youtube {
  position: absolute;
  right: 73px;
  top: 26px;
  background: #F00;
  height: 73px;
  display: block;
  padding: 0 10px;
}

#wrapper header #youtube a {
  line-height: 73px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

#wrapper header #reserve {
  position: absolute;
  right: 0;
  top: 26px;
}

#wrapper header #reserve a {
  background: #000;
  width: 73px;
  height: 73px;
  display: block;
  text-align: center;
  padding-top: 17px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}

#wrapper header nav {
  background: #000;
  margin-bottom: 40px;
}

#wrapper header nav ul li {
  display: inline-block;
}

#wrapper header nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  padding: 30px 15px;
}

#wrapper main {
  margin-bottom: 100px;
}

#wrapper main .inner {
  max-width: 760px;
  margin: 0 auto;
}

#wrapper main .inner .btn {
  margin-bottom: 0;
}

#wrapper main .inner .btn a {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
}

#wrapper main .inner .btn a i {
  display: inline-block;
  background: url("../img/common/icon_reserve.png");
  width: 40px;
  height: 30px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}

#wrapper main h1 {
  background-size: cover;
  color: #fff;
  font-size: 30px;
  padding: 55px;
  margin-bottom: 40px;
}

#wrapper footer .data h3 {
  text-align: center;
  font-size: 24px;
  border-bottom: #666 1px solid;
  padding-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer .data .inner {
  padding: 50px 15px;
  max-width: 1050px;
  margin: 0 auto;
}

#wrapper footer .data .inner p {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer .data .inner p a {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-decoration: none;
  color: #000;
}

#wrapper footer .card {
  border-top: #666 1px solid;
}

#wrapper footer .card .inner {
  padding: 50px 15px;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#wrapper footer .card .inner dl:first-child dt {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer .card .inner dl dt {
  margin-bottom: 10px;
  font-size: 14px;
}

#wrapper footer .card .inner dl dd ul li {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer .card .inner dl dd ul li::before {
  content: '・';
}

#wrapper footer .card .inner dl dd ul.card {
  border: none;
}

#wrapper footer .card .inner dl dd ul.card li {
  display: inline-block;
  margin-right: 0.5em;
}

#wrapper footer .card .inner dl dd ul.card li::before {
  content: '';
}

#wrapper footer .links {
  border-top: #666 1px solid;
  border-bottom: #666 1px solid;
  padding: 45px 0;
  text-align: center;
  margin-bottom: 30px;
}

#wrapper footer .links ul li {
  display: inline-block;
  margin-left: 55px;
}

#wrapper footer .links ul li:first-child {
  margin-left: 0;
}

#wrapper footer .links ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer .links ul li a::after {
  content: '>';
  margin-left: 10px;
}

#wrapper footer .to_ent {
  padding: 45px 0;
  text-align: center;
  margin-bottom: 30px;
}

#wrapper footer .to_ent ul li {
  display: inline-block;
  margin-left: 55px;
}

#wrapper footer .to_ent ul li:first-child {
  margin-left: 0;
}

#wrapper footer .to_ent ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5em;
  padding: 0.5em 2.0em;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#wrapper footer #copy {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#top #wrapper {
  max-width: none;
}

#top #wrapper header {
  max-width: 1200px;
  margin: 0 auto;
}

#top #wrapper header nav {
  margin-bottom: 0;
  background: none;
}

#top #wrapper header nav ul {
  position: relative;
  z-index: 1000;
}

#top #wrapper header nav ul li a {
  color: #fff;
}

#top #wrapper #va {
  margin-top: -100px;
  position: relative;
  margin-bottom: 180px;
}

#top #wrapper #va span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 44px;
  transform: translate(-50%, -50%);
}

#top #wrapper #va span br {
  display: inline;
}

#top #wrapper #va img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#top #wrapper main {
  max-width: 1000px;
  margin: 0 auto;
}

#top #wrapper main ul li {
  text-align: center;
  margin-bottom: 150px;
}

#top #wrapper main ul li:last-of-type {
  margin-bottom: 30px;
}

#top #wrapper main ul li a {
  display: block;
  text-decoration: none;
}

#top #wrapper main ul li a figure {
  margin-bottom: 65px;
}

#top #wrapper main ul li a figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#top #wrapper main ul li a dl {
  margin-bottom: 0;
}

#top #wrapper main ul li a dl dt {
  font-size: 30px;
}

#top #wrapper main ul li a dl dd {
  color: #4C4C4C;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 14px;
}

#top #wrapper #faq {
  max-width: 1200px;
  margin: 0 auto;
}

#top #wrapper #faq h2 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#top #wrapper #faq .box {
  border: #dfdede 1px solid;
  padding: 3.0em;
}

#top #wrapper #faq dl {
  margin-bottom: 3.0em;
}

#top #wrapper #faq dl dt {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

#top #wrapper #faq dl dt span {
  display: inline-block;
  width: 42px;
  font-size: 28px;
}

#top #wrapper #faq dl dd {
  margin-bottom: 1.5em;
  padding-top: 1.0em;
  padding-left: 5.0em;
  padding-right: 1.0em;
  font-size: 16px;
}

#top #wrapper #faq p.more {
  text-align: center;
}

#top #wrapper #faq p.more a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

#top #column {
  max-width: 1200px;
  margin: 0 auto;
}

#top #column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.0em;
}

#top #column ul li {
  text-align: left;
  width: 30%;
  font-size: 16px;
}

#top #column ul li p.date {
  margin-bottom: 0;
}

#top #column ul li h4 {
  margin-bottom: 0;
}

#top #column ul li h3 a {
  color: #000;
  text-decoration: none;
}

#top #column p.more {
  text-align: center;
  margin-bottom: 4.0em;
}

#top #column p.more a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

#menuPage #wrapper main h1 {
  background: url("../img/menu/bg_title.jpg") 50% 50%;
  background-size: cover;
  margin-bottom: 100px;
}

#menuPage #wrapper main section .hgroup {
  text-align: center;
  margin-bottom: 40px;
}

#menuPage #wrapper main section .hgroup h2 {
  font-size: 30px;
  margin-bottom: 0;
}

#menuPage #wrapper main section .hgroup p {
  color: #878787;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#menuPage #wrapper main section section {
  margin-bottom: 70px;
}

#menuPage #wrapper main section section .hgroup {
  text-align: center;
}

#menuPage #wrapper main section section .hgroup.img {
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
}

#menuPage #wrapper main section section .hgroup.img h3 {
  white-space: nowrap;
  margin-right: 20px;
}

#menuPage #wrapper main section section .hgroup.img p img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#menuPage #wrapper main section section .hgroup h3 {
  font-size: 28px;
  margin-bottom: 0;
}

#menuPage #wrapper main section section .hgroup p {
  color: #878787;
  font-size: 14px;
}

#menuPage #wrapper main section section ul {
  border-top: #C9C9C9 1px solid;
}

#menuPage #wrapper main section section ul li {
  padding: 20px;
  border-bottom: #C9C9C9 1px solid;
}

#menuPage #wrapper main section section ul li dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

#menuPage #wrapper main section section ul li dl dt, #menuPage #wrapper main section section ul li dl dd {
  font-size: 18px;
}

#menuPage #wrapper main section section ul li dl dd {
  white-space: nowrap;
  margin-left: 10px;
}

#menuPage #wrapper main section section ul li p {
  margin-bottom: 0;
  color: #878787;
  font-size: 14px;
}

#coupon #wrapper main h1 {
  background: url("../img/coupon/bg_title.jpg") 50% 50%;
  background-size: cover;
}

#coupon #wrapper main .nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

#coupon #wrapper main .nav ul li {
  margin-left: 20px;
}

#coupon #wrapper main .nav ul li:first-child {
  margin-left: 0;
}

#coupon #wrapper main .nav ul li a {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  display: block;
  border: #e0e0e0 1px solid;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  background: url("../img/coupon/arrow.jpg") no-repeat top 50% right 10px;
}

#coupon #wrapper main section ul.coupons > li {
  margin-bottom: 25px;
  background: #F8F8F8;
  padding: 50px 8.66667% 50px;
}

#coupon #wrapper main section ul.coupons > li .label {
  background: #D1D1D1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#coupon #wrapper main section ul.coupons > li ul.icon li {
  display: inline-block;
  background: #E4393A;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#coupon #wrapper main section ul.coupons > li ul.icon li:first-child {
  margin-left: 0;
}

#coupon #wrapper main section ul.coupons > li .hgroup:after {
  content: '';
  display: block;
  clear: both;
}

#coupon #wrapper main section ul.coupons > li .hgroup h2, #coupon #wrapper main section ul.coupons > li .hgroup p {
  font-size: 20px;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#coupon #wrapper main section ul.coupons > li .hgroup h2 {
  display: inline-block;
  font-weight: bold;
}

#coupon #wrapper main section ul.coupons > li .hgroup p {
  float: right;
}

#coupon #wrapper main section ul.coupons > li dl {
  display: flex;
  justify-content: space-between;
}

#coupon #wrapper main section ul.coupons > li dl dt {
  width: 31.79487%;
}

#coupon #wrapper main section ul.coupons > li dl dt img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#coupon #wrapper main section ul.coupons > li dl dd {
  width: 63.76068%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #555555;
}

#staff #wrapper main h1 {
  background: url("../img/staff/bg_title.jpg") 50% 50%;
  background-size: cover;
}

#staff #wrapper main section h2 {
  text-align: center;
  font-size: 32px;
  padding: 10px;
  margin-bottom: 30px;
}

#staff #wrapper main section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 9.33333%;
}

#staff #wrapper main section ul li {
  width: 45.02447%;
  text-align: center;
  margin-bottom: 40px;
}

#staff #wrapper main section ul li:nth-child(odd) {
  margin-right: 9.95106%;
}

#staff #wrapper main section ul li a {
  text-decoration: none;
}

#staff #wrapper main section ul li figure {
  margin-bottom: 30px;
}

#staff #wrapper main section ul li figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#staff #wrapper main section ul li h3 {
  font-size: 27px;
}

#staff #wrapper main section ul li dl {
  margin-bottom: 0;
}

#staff #wrapper main section ul li dl dt {
  color: #797271;
  font-size: 14px;
}

#staff #wrapper main section ul li dl dd {
  font-size: 16px;
}

#staff #wrapper main .cal_outer {
  max-width: 760px;
  min-width: 300px;
  margin: 2.0em auto;
}

#staff #wrapper main .cal_outer .cal_inner {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#staff #wrapper main .cal_outer .cal_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#staffDetail #wrapper main h1 {
  background: url("../img/staff/bg_title.jpg") 50% 50%;
  background-size: cover;
}

#staffDetail #wrapper main section.intro {
  text-align: center;
  margin-bottom: 45px;
}

#staffDetail #wrapper main section.intro figure {
  margin-bottom: 30px;
}

#staffDetail #wrapper main section.intro figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#staffDetail #wrapper main section.intro h3 {
  font-size: 27px;
  margin-bottom: 0;
}

#staffDetail #wrapper main section.intro dl {
  margin-bottom: 20px;
}

#staffDetail #wrapper main section.intro dl dt {
  color: #797271;
  font-size: 14px;
  margin-bottom: 10px;
}

#staffDetail #wrapper main section.intro dl dd {
  font-size: 16px;
}

#staffDetail #wrapper main section.comment {
  background: #F8F8F8;
  padding: 70px 60px;
  margin-bottom: 75px;
}

#staffDetail #wrapper main section.comment h2 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#staffDetail #wrapper main section.comment p.lead {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#staffDetail #wrapper main section.comment p.txt {
  font-size: 16px;
}

#staffDetail #wrapper main section.comment dl {
  margin-bottom: 0;
}

#staffDetail #wrapper main section.comment dl dt {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: #ddd 1px solid;
}

#staffDetail #wrapper main section.comment dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}

#staffDetail #wrapper main section.catalog .hgroup {
  margin-bottom: 45px;
  text-align: center;
}

#staffDetail #wrapper main section.catalog .hgroup h2 {
  font-size: 30px;
  margin-bottom: 0;
}

#staffDetail #wrapper main section.catalog .hgroup p {
  color: #797271;
  font-size: 14px;
}

#staffDetail #wrapper main section.catalog ul.styles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#staffDetail #wrapper main section.catalog ul.styles li {
  width: 31.81818%;
  margin-bottom: 20px;
  margin-right: 2.27273%;
}

#staffDetail #wrapper main section.catalog ul.styles li:nth-child(3n) {
  margin-right: 0;
}

#staffDetail #wrapper main section.catalog ul.styles li a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 148.1481%;
}

#staffDetail #wrapper main section.catalog ul.styles li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 9999px;
}

#staffDetail #wrapper main section.catalog ul.pageNate {
  text-align: center;
}

#staffDetail #wrapper main section.catalog ul.pageNate li {
  display: inline-block;
}

#staffDetail #wrapper main section.catalog ul.pageNate li.current a, #staffDetail #wrapper main section.catalog ul.pageNate li.current button {
  background: #595757;
}

#staffDetail #wrapper main section.catalog ul.pageNate li a, #staffDetail #wrapper main section.catalog ul.pageNate li button {
  font-size: 17px;
  display: block;
  padding: 13px 7px;
  margin: 0 0.1em;
  border-radius: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #B3B3B3;
  color: #fff;
  text-decoration: none;
}

#staffDetail #wrapper main section.column .hgroup {
  margin-bottom: 45px;
  text-align: center;
}

#staffDetail #wrapper main section.column .hgroup h2 {
  font-size: 30px;
  margin-bottom: 0;
}

#staffDetail #wrapper main section.column .hgroup p {
  color: #797271;
  font-size: 14px;
}

#staffDetail #wrapper main section.column ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#staffDetail #wrapper main section.column ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#staffDetail #wrapper main section.column ul li:nth-of-type(3n) {
  margin-right: 0;
}

#staffDetail #wrapper main section.column ul li a {
  text-decoration: none;
}

#staffDetail #wrapper main section.column ul li a h3 {
  font-weight: normal;
}

#staffDetail #wrapper main section.column ul li figure {
  width: 100%;
  height: 182.2px;
  position: relative;
  overflow: hidden;
}

#staffDetail #wrapper main section.column ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 9999px;
}

#style #wrapper main h1 {
  background: url("../img/style/bg_title.png") 50% 50%;
  background-size: cover;
}

#style #wrapper main section.intro {
  background: #F8F8F8;
  padding: 40px;
  margin-bottom: 80px;
}

#style #wrapper main section.intro dl {
  margin-bottom: 20px;
}

#style #wrapper main section.intro dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #6A6A6A;
  position: relative;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#style #wrapper main section.intro dl dt::before {
  position: absolute;
  left: -15px;
  background: #6A6A6A;
  width: 5px;
  height: 28px;
  display: block;
  content: '';
}

#style #wrapper main section.intro dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#style #wrapper main section.intro dl dd ul li a {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-decoration: none;
  color: #6A6A6A;
}

#style #wrapper main section.intro dl:first-child dd ul li {
  width: 25%;
  margin-bottom: 10px;
}

#style #wrapper main section.intro dl:first-child dd ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
}

#style #wrapper main section.intro dl:nth-child(2) dd ul li {
  margin-right: 15px;
  margin-bottom: 0.5em;
}

#style #wrapper main section.intro dl:nth-child(2) dd ul li a {
  display: block;
  border: #C1C1C1 1px solid;
  padding: 5px 15px;
  font-size: 15px;
}

#style #wrapper main section.intro dl:last-child {
  display: flex;
  margin-bottom: 0;
}

#style #wrapper main section.intro dl:last-child dt {
  width: calc(100% - 55px);
  margin-right: 10px;
}

#style #wrapper main section.intro dl:last-child dt::before {
  content: none;
}

#style #wrapper main section.intro dl:last-child dt input {
  border: #ddd 1px solid;
  background: #fff;
  padding: 6px;
  width: calc(100%);
}

#style #wrapper main section.banner {
  margin: 0 auto 50px;
}

#style #wrapper main .catalog h2 {
  text-align: center;
  font-size: 30px;
}

#style #wrapper main .catalog ul.styles {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#style #wrapper main .catalog ul.styles li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}

#style #wrapper main .catalog ul.styles li:nth-child(4n) {
  margin-right: 0;
}

#style #wrapper main .catalog ul.styles li a {
  text-decoration: none;
}

#style #wrapper main .catalog ul.styles li dl {
  margin-bottom: 0;
}

#style #wrapper main .catalog ul.styles li dl dt {
  margin-bottom: 10px;
  width: 100%;
  height: 238px;
  overflow: hidden;
  position: relative;
}

#style #wrapper main .catalog ul.styles li dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 9999px;
}

#style #wrapper main .catalog ul.styles li dl dd {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 16px;
}

#style #wrapper main .catalog ul.pageNate {
  text-align: center;
}

#style #wrapper main .catalog ul.pageNate li {
  display: inline-block;
}

#style #wrapper main .catalog ul.pageNate li.current a, #style #wrapper main .catalog ul.pageNate li.current button {
  background: #595757;
}

#style #wrapper main .catalog ul.pageNate li a, #style #wrapper main .catalog ul.pageNate li button {
  font-size: 17px;
  display: block;
  padding: 13px 25px;
  margin: 0 0.1em;
  border-radius: 5px;
  position: relative;
  background: #B3B3B3;
  color: #fff;
  text-decoration: none;
}

#styleDetail #wrapper main h1 {
  background: url("../img/style/bg_title.png") 50% 50%;
  background-size: cover;
}

#styleDetail #wrapper main .intro {
  padding: 0 12%;
  margin-bottom: 40px;
}

#styleDetail #wrapper main .intro figure {
  text-align: center;
  margin-bottom: 15px;
}

#styleDetail #wrapper main .intro figure.movie {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

#styleDetail #wrapper main .intro figure.movie video, #styleDetail #wrapper main .intro figure.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#styleDetail #wrapper main .intro figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#styleDetail #wrapper main .intro ul#thumbnail {
  display: flex;
  margin-bottom: 45px;
}

#styleDetail #wrapper main .intro ul#thumbnail li {
  width: 32%;
  margin-right: 2%;
}

#styleDetail #wrapper main .intro ul#thumbnail li a, #styleDetail #wrapper main .intro ul#thumbnail li picture {
  display: block;
  width: 100%;
  height: 273px;
  overflow: hidden;
  position: relative;
}

#styleDetail #wrapper main .intro ul#thumbnail li a img, #styleDetail #wrapper main .intro ul#thumbnail li picture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

#styleDetail #wrapper main .intro ul#thumbnail li:last-of-type {
  margin-right: 0;
}

#styleDetail #wrapper main .intro dl {
  margin-bottom: 40px;
}

#styleDetail #wrapper main .intro dl dt {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .intro dl dd {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333;
}

#styleDetail #wrapper main .intro table {
  width: 100%;
  border-top: #ccc 1px solid;
  border-collapse: collapse;
}

#styleDetail #wrapper main .intro table th {
  text-align: left;
  color: #333;
  border-bottom: #ccc 1px solid;
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .intro table td {
  color: #000;
  border-bottom: #ccc 1px solid;
  font-size: 24px;
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .reccomend {
  padding: 0 12%;
  margin-bottom: 70px;
  background: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}

#styleDetail #wrapper main .reccomend h2 {
  color: #666;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .reccomend dl.shape {
  border-bottom: #CFCFCF 1px solid;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#styleDetail #wrapper main .reccomend dl.shape dt {
  color: #666;
  font-size: 26px;
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .reccomend dl.shape dd ul {
  display: flex;
  margin-bottom: 0;
}

#styleDetail #wrapper main .reccomend dl.shape dd ul li {
  margin-right: 15px;
}

#styleDetail #wrapper main .reccomend dl.length {
  border-bottom: #CFCFCF 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#styleDetail #wrapper main .reccomend dl.length dt {
  color: #666;
  font-size: 26px;
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .reccomend dl.length dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#styleDetail #wrapper main .reccomend dl.length dd ul li {
  font-size: 22px;
  margin-right: 15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#styleDetail #wrapper main .reccomend dl.length dd ul li.on::before {
  background: #8D8D8D;
}

#styleDetail #wrapper main .reccomend dl.length dd ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #CFCFCF;
  display: inline-block;
  vertical-align: middle;
}

#styleDetail #wrapper main .reccomend .wrap {
  border-bottom: #CFCFCF 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

#styleDetail #wrapper main .reccomend .wrap dl {
  margin-bottom: 0;
  width: 48%;
}

#styleDetail #wrapper main .reccomend .wrap dl dt {
  color: #666;
  font-size: 26px;
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin-bottom: 10px;
}

#styleDetail #wrapper main .reccomend .wrap dl dd {
  display: flex;
}

#styleDetail #wrapper main .reccomend .wrap dl dd span {
  display: block;
  width: 24%;
  background: #cfcfcf;
  color: #000000;
  text-align: center;
  padding: 0.1em 0;
  margin: 0 1% 0 0;
}

#styleDetail #wrapper main .reccomend .wrap dl dd span.on {
  background: #8d8d8d;
  color: #ffffff;
}

#styleDetail #wrapper main .reccomend .wrap dl dd span.label {
  color: #000000;
  background: transparent;
  text-align: left;
}

#styleDetail #wrapper main .reccomend .wrap dl dd span.label:last-of-type {
  text-align: right;
}

#styleDetail #wrapper main .staff {
  padding: 0 12%;
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: #000 2px solid;
}

#styleDetail #wrapper main .staff .cont {
  display: flex;
  justify-content: space-between;
}

#styleDetail #wrapper main .staff .cont figure {
  width: 32.50883%;
}

#styleDetail #wrapper main .staff .cont figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#styleDetail #wrapper main .staff .cont .info {
  width: 60.42403%;
}

#styleDetail #wrapper main .staff .cont .info h3 {
  font-size: 27px;
  margin-bottom: 0;
}

#styleDetail #wrapper main .staff .cont .info dl {
  margin-bottom: 20px;
}

#styleDetail #wrapper main .staff .cont .info dl dt {
  color: #797271;
  font-size: 14px;
}

#styleDetail #wrapper main .staff .cont .info dl dd {
  font-size: 16px;
}

#styleDetail #wrapper main .staff .cont .info p {
  font-size: 16px;
}

#styleDetail #wrapper main .staff .view {
  text-align: center;
  margin-bottom: 0;
}

#styleDetail #wrapper main .staff .view a {
  background: #000;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

#styleDetail #wrapper main section.catalog .hgroup {
  margin-bottom: 45px;
  text-align: center;
}

#styleDetail #wrapper main section.catalog .hgroup h2 {
  font-size: 30px;
  margin-bottom: 0;
}

#styleDetail #wrapper main section.catalog .hgroup p {
  color: #797271;
  font-size: 14px;
}

#styleDetail #wrapper main section.catalog ul.styles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#styleDetail #wrapper main section.catalog ul.styles li {
  width: 31.81818%;
  margin-bottom: 20px;
  margin-right: 2.27273%;
}

#styleDetail #wrapper main section.catalog ul.styles li:nth-child(3n) {
  margin-right: 0;
}

#styleDetail #wrapper main section.catalog ul.styles li a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 148.1481%;
}

#styleDetail #wrapper main section.catalog ul.styles li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 9999px;
}

#styleDetail #wrapper main section.catalog ul.pageNate {
  text-align: center;
}

#styleDetail #wrapper main section.catalog ul.pageNate li {
  display: inline-block;
}

#styleDetail #wrapper main section.catalog ul.pageNate li.current a, #styleDetail #wrapper main section.catalog ul.pageNate li.current button {
  background: #595757;
}

#styleDetail #wrapper main section.catalog ul.pageNate li a, #styleDetail #wrapper main section.catalog ul.pageNate li button {
  font-size: 17px;
  display: block;
  padding: 13px 7px;
  margin: 0 0.1em;
  border-radius: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #B3B3B3;
  color: #fff;
  text-decoration: none;
}

#styleDetail #wrapper main section#styling_movie {
  margin-bottom: 45px;
}

#styleDetail #wrapper main section#styling_movie h2 {
  font-size: 30px;
  text-align: center;
}

#styleDetail #wrapper main section#styling_movie p {
  margin-bottom: 10px;
}

#styleDetail #wrapper main section#styling_movie figure.movie {
  text-align: center;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 10px;
  position: relative;
  height: 0;
}

#styleDetail #wrapper main section#styling_movie figure.movie video, #styleDetail #wrapper main section#styling_movie figure.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#faq #wrapper main h1 {
  background: url("../img/faq/bg_title.png") 50% 50%;
  background-size: cover;
}

#faq #wrapper main .inner h2 {
  text-align: center;
  font-size: 30px;
}

#faq #wrapper main .inner .box {
  border: #dfdede 1px solid;
  padding: 3.0em;
}

#faq #wrapper main .inner dl {
  margin-bottom: 3.0em;
}

#faq #wrapper main .inner dl dt {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

#faq #wrapper main .inner dl dt span {
  display: inline-block;
  width: 42px;
  font-size: 28px;
}

#faq #wrapper main .inner dl dd {
  margin-bottom: 1.5em;
  padding-top: 1.0em;
  padding-left: 5.0em;
  padding-right: 1.0em;
  font-size: 16px;
}

#blog #wrapper main .inner .content ul li, #contentsList #wrapper main .inner .content ul li {
  margin-bottom: 55px;
}

#blog #wrapper main .inner .content ul li a, #contentsList #wrapper main .inner .content ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#blog #wrapper main .inner .content ul li a figure, #contentsList #wrapper main .inner .content ul li a figure {
  width: 292px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

#blog #wrapper main .inner .content ul li a figure img, #contentsList #wrapper main .inner .content ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

#blog #wrapper main .inner .content ul li a dl, #contentsList #wrapper main .inner .content ul li a dl {
  width: calc(100% - 322px);
}

#blog #wrapper main .inner .content ul li a dl dt, #contentsList #wrapper main .inner .content ul li a dl dt {
  color: #858585;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin-bottom: 10px;
}

#blog #wrapper main .inner .content ul li a dl dd, #contentsList #wrapper main .inner .content ul li a dl dd {
  color: #545454;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 20px;
}

#blogDetail #wrapper main .inner .blogCont, #contentsDetail #wrapper main .inner .blogCont {
  padding: 0 12%;
  margin-bottom: 50px;
  font-size: 16px;
}

#blogDetail #wrapper main .inner .blogCont .date, #contentsDetail #wrapper main .inner .blogCont .date {
  color: #B0B0B0;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .inner .blogCont h2, #contentsDetail #wrapper main .inner .blogCont h2 {
  text-align: center;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .inner .blogCont img, #contentsDetail #wrapper main .inner .blogCont img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%\9;
  margin: 0 auto;
}

#blogDetail #wrapper main .inner .blogCont p, #contentsDetail #wrapper main .inner .blogCont p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .inner .blogCont h3, #contentsDetail #wrapper main .inner .blogCont h3 {
  font-size: 18px;
  border-top: solid 1px #B0B0B0;
  border-bottom: solid 1px #B0B0B0;
  background: #F8F8F8;
  margin: 1.0em 0;
  padding: 0.5em;
}

#blogDetail #wrapper main .inner .blogCont h4, #contentsDetail #wrapper main .inner .blogCont h4 {
  font-size: 16px;
  margin: 1.0em 0.5em;
  padding: 0.5em 0;
  border-bottom: dashed 1px #B0B0B0;
}

#blogDetail #wrapper main .coupon, #contentsDetail #wrapper main .coupon {
  margin-bottom: 40px;
  background: #F8F8F8;
  padding: 50px 8.66667% 50px;
}

#blogDetail #wrapper main .coupon .label, #contentsDetail #wrapper main .coupon .label {
  background: #D1D1D1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .coupon ul.icon li, #contentsDetail #wrapper main .coupon ul.icon li {
  display: inline-block;
  background: #E4393A;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .coupon ul.icon li:first-child, #contentsDetail #wrapper main .coupon ul.icon li:first-child {
  margin-left: 0;
}

#blogDetail #wrapper main .coupon .hgroup:after, #contentsDetail #wrapper main .coupon .hgroup:after {
  content: '';
  display: block;
  clear: both;
}

#blogDetail #wrapper main .coupon .hgroup h2, #blogDetail #wrapper main .coupon .hgroup p, #contentsDetail #wrapper main .coupon .hgroup h2, #contentsDetail #wrapper main .coupon .hgroup p {
  font-size: 20px;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#blogDetail #wrapper main .coupon .hgroup h2, #contentsDetail #wrapper main .coupon .hgroup h2 {
  display: inline-block;
  font-weight: bold;
}

#blogDetail #wrapper main .coupon .hgroup p, #contentsDetail #wrapper main .coupon .hgroup p {
  float: right;
}

#blogDetail #wrapper main .coupon dl, #contentsDetail #wrapper main .coupon dl {
  display: flex;
  justify-content: space-between;
}

#blogDetail #wrapper main .coupon dl dt, #contentsDetail #wrapper main .coupon dl dt {
  width: 31.79487%;
}

#blogDetail #wrapper main .coupon dl dt img, #contentsDetail #wrapper main .coupon dl dt img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#blogDetail #wrapper main .coupon dl dd, #contentsDetail #wrapper main .coupon dl dd {
  width: 63.76068%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #878787;
}

#blogDetail #wrapper main .staff, #contentsDetail #wrapper main .staff {
  padding: 0 16%;
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#blogDetail #wrapper main .staff .cont a, #contentsDetail #wrapper main .staff .cont a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  background: url("../img/blog/icon_arrow.png") no-repeat 100% 50%;
}

#blogDetail #wrapper main .staff .cont a figure, #contentsDetail #wrapper main .staff .cont a figure {
  width: 22.07031%;
}

#blogDetail #wrapper main .staff .cont a figure img, #contentsDetail #wrapper main .staff .cont a figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#blogDetail #wrapper main .staff .cont a .info, #contentsDetail #wrapper main .staff .cont a .info {
  width: 67.77344%;
}

#blogDetail #wrapper main .staff .cont a .info h3, #contentsDetail #wrapper main .staff .cont a .info h3 {
  font-size: 27px;
  margin-bottom: 0;
}

#blogDetail #wrapper main .staff .cont a .info dl, #contentsDetail #wrapper main .staff .cont a .info dl {
  margin-bottom: 20px;
}

#blogDetail #wrapper main .staff .cont a .info dl dt, #contentsDetail #wrapper main .staff .cont a .info dl dt {
  color: #797271;
  font-size: 14px;
}

#blogDetail #wrapper main .staff .cont a .info dl dd, #contentsDetail #wrapper main .staff .cont a .info dl dd {
  font-size: 16px;
}

#blogDetail #wrapper main .staff .cont a .info p, #contentsDetail #wrapper main .staff .cont a .info p {
  font-size: 16px;
}

#blogDetail #wrapper main .recent h2, #contentsDetail #wrapper main .recent h2 {
  background: #D1D1D1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 40px;
}

#blogDetail #wrapper main .recent ul li, #contentsDetail #wrapper main .recent ul li {
  margin-bottom: 55px;
}

#blogDetail #wrapper main .recent ul li a, #contentsDetail #wrapper main .recent ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#blogDetail #wrapper main .recent ul li a figure, #contentsDetail #wrapper main .recent ul li a figure {
  width: 292px;
  height: 219px;
  position: relative;
  overflow: hidden;
}

#blogDetail #wrapper main .recent ul li a figure img, #contentsDetail #wrapper main .recent ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 9999px;
  height: auto;
}

#blogDetail #wrapper main .recent ul li a dl, #contentsDetail #wrapper main .recent ul li a dl {
  width: calc(100% - 322px);
}

#blogDetail #wrapper main .recent ul li a dl dt, #contentsDetail #wrapper main .recent ul li a dl dt {
  color: #858585;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin-bottom: 10px;
}

#blogDetail #wrapper main .recent ul li a dl dd, #contentsDetail #wrapper main .recent ul li a dl dd {
  color: #545454;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 20px;
}

#blog #wrapper main h1, #blogDetail #wrapper main h1 {
  background: url("../img/blog/column_PC.png");
  background-size: cover;
  background-position: 50% 50%;
}

#contentsList #wrapper main h1, #contentsDetail #wrapper main h1 {
  background: url("../img/blog/bg_title.png") 50% 50%;
  background-size: cover;
}

#contentsList #wrapper .flex, #contentsDetail #wrapper .flex, #blog #wrapper .flex, #blogDetail #wrapper .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  flex-wrap: wrap;
}

#contentsList #wrapper .flex .content, #contentsDetail #wrapper .flex .content, #blog #wrapper .flex .content, #blogDetail #wrapper .flex .content {
  width: 67%;
}

#contentsList #wrapper .flex .content h2, #contentsDetail #wrapper .flex .content h2, #blog #wrapper .flex .content h2, #blogDetail #wrapper .flex .content h2 {
  text-align: center;
  margin-bottom: 1.0em;
  font-size: 20px;
}

#contentsList #wrapper .flex aside, #contentsDetail #wrapper .flex aside, #blog #wrapper .flex aside, #blogDetail #wrapper .flex aside {
  width: 30%;
}

#contentsList #sidebar, #contentsDetail #sidebar, #blog #sidebar, #blogDetail #sidebar {
  width: 30%;
  margin: 0 0 3.0rem;
  padding: 1.0rem;
  border: 1px solid #000000;
}

#contentsList #sidebar .pickup, #contentsDetail #sidebar .pickup, #blog #sidebar .pickup, #blogDetail #sidebar .pickup {
  margin-bottom: 3.0rem;
}

#contentsList #sidebar .pickup h2, #contentsDetail #sidebar .pickup h2, #blog #sidebar .pickup h2, #blogDetail #sidebar .pickup h2 {
  text-align: center;
  margin-bottom: 1.0rem;
  font-size: 20px;
}

#contentsList #sidebar .pickup .control, #contentsDetail #sidebar .pickup .control, #blog #sidebar .pickup .control, #blogDetail #sidebar .pickup .control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.0rem;
}

#contentsList #sidebar .pickup .control a, #contentsDetail #sidebar .pickup .control a, #blog #sidebar .pickup .control a, #blogDetail #sidebar .pickup .control a {
  width: calc(50% - 0.5em);
  border: 1px solid #000000;
  color: #000000;
  line-height: 2.0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

#contentsList #sidebar .pickup .control a.active, #contentsDetail #sidebar .pickup .control a.active, #blog #sidebar .pickup .control a.active, #blogDetail #sidebar .pickup .control a.active {
  background-color: #000000;
  color: #ffffff;
}

#contentsList #sidebar .pickup #popular, #contentsDetail #sidebar .pickup #popular, #blog #sidebar .pickup #popular, #blogDetail #sidebar .pickup #popular {
  display: none;
}

#contentsList #sidebar .pickup #popular.active, #contentsDetail #sidebar .pickup #popular.active, #blog #sidebar .pickup #popular.active, #blogDetail #sidebar .pickup #popular.active {
  display: block;
}

#contentsList #sidebar .pickup #popular li, #contentsDetail #sidebar .pickup #popular li, #blog #sidebar .pickup #popular li, #blogDetail #sidebar .pickup #popular li {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.0rem;
  margin-bottom: 1.0rem;
}

#contentsList #sidebar .pickup #popular li a, #contentsDetail #sidebar .pickup #popular li a, #blog #sidebar .pickup #popular li a, #blogDetail #sidebar .pickup #popular li a {
  display: flex;
  align-items: flex-start;
}

#contentsList #sidebar .pickup #popular li figure, #contentsDetail #sidebar .pickup #popular li figure, #blog #sidebar .pickup #popular li figure, #blogDetail #sidebar .pickup #popular li figure {
  width: 30%;
  margin-right: 3%;
}

#contentsList #sidebar .pickup #popular li figure img, #contentsDetail #sidebar .pickup #popular li figure img, #blog #sidebar .pickup #popular li figure img, #blogDetail #sidebar .pickup #popular li figure img {
  width: 100%;
  height: auto;
}

#contentsList #sidebar .pickup #popular li .cont, #contentsDetail #sidebar .pickup #popular li .cont, #blog #sidebar .pickup #popular li .cont, #blogDetail #sidebar .pickup #popular li .cont {
  width: 67%;
}

#contentsList #sidebar .pickup #popular li .cont .meta, #contentsDetail #sidebar .pickup #popular li .cont .meta, #blog #sidebar .pickup #popular li .cont .meta, #blogDetail #sidebar .pickup #popular li .cont .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 13px;
}

#contentsList #sidebar .pickup #popular li .cont p.title, #contentsDetail #sidebar .pickup #popular li .cont p.title, #blog #sidebar .pickup #popular li .cont p.title, #blogDetail #sidebar .pickup #popular li .cont p.title {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

#contentsList #sidebar .pickup #popular li .cont p.date, #contentsDetail #sidebar .pickup #popular li .cont p.date, #blog #sidebar .pickup #popular li .cont p.date, #blogDetail #sidebar .pickup #popular li .cont p.date {
  color: #cccccc;
  font-size: 13px;
}

#contentsList #sidebar .pickup #archive, #contentsDetail #sidebar .pickup #archive, #blog #sidebar .pickup #archive, #blogDetail #sidebar .pickup #archive {
  display: none;
}

#contentsList #sidebar .pickup #archive.active, #contentsDetail #sidebar .pickup #archive.active, #blog #sidebar .pickup #archive.active, #blogDetail #sidebar .pickup #archive.active {
  display: block;
}

#contentsList #sidebar .pickup #archive li a, #contentsDetail #sidebar .pickup #archive li a, #blog #sidebar .pickup #archive li a, #blogDetail #sidebar .pickup #archive li a {
  display: inline;
}

#contentsList #sidebar .category, #contentsDetail #sidebar .category, #blog #sidebar .category, #blogDetail #sidebar .category {
  margin-bottom: 3.0rem;
}

#contentsList #sidebar .category h2, #contentsDetail #sidebar .category h2, #blog #sidebar .category h2, #blogDetail #sidebar .category h2 {
  text-align: left;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

#contentsList #sidebar .category ul.categories, #contentsDetail #sidebar .category ul.categories, #blog #sidebar .category ul.categories, #blogDetail #sidebar .category ul.categories {
  margin-bottom: 1.5rem;
}

#contentsList #sidebar .category ul.categories li, #contentsDetail #sidebar .category ul.categories li, #blog #sidebar .category ul.categories li, #blogDetail #sidebar .category ul.categories li {
  margin-bottom: 0.5rem;
}

#contentsList #sidebar .category ul.children, #contentsDetail #sidebar .category ul.children, #blog #sidebar .category ul.children, #blogDetail #sidebar .category ul.children {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

#contentsList #sidebar .category ul.children li, #contentsDetail #sidebar .category ul.children li, #blog #sidebar .category ul.children li, #blogDetail #sidebar .category ul.children li {
  margin-bottom: 0.5rem;
}

#contentsList #sidebar .category .search h3, #contentsDetail #sidebar .category .search h3, #blog #sidebar .category .search h3, #blogDetail #sidebar .category .search h3 {
  border-left: 5px solid #888888;
  padding-left: 10px;
  line-height: 1.0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
}

#contentsList #sidebar .category .search form, #contentsDetail #sidebar .category .search form, #blog #sidebar .category .search form, #blogDetail #sidebar .category .search form {
  display: flex;
  align-items: center;
}

#contentsList #sidebar .category .search form input[type="text"], #contentsDetail #sidebar .category .search form input[type="text"], #blog #sidebar .category .search form input[type="text"], #blogDetail #sidebar .category .search form input[type="text"] {
  border: 1px solid #cccccc;
  width: 84%;
  margin-right: 1%;
  height: 2.2em;
  font-size: 14px;
}

#contentsList #sidebar .category .search form button, #contentsDetail #sidebar .category .search form button, #blog #sidebar .category .search form button, #blogDetail #sidebar .category .search form button {
  width: 15%;
}

#contentsList #sidebar .category .search form button img, #contentsDetail #sidebar .category .search form button img, #blog #sidebar .category .search form button img, #blogDetail #sidebar .category .search form button img {
  display: block;
  margin: 0;
  width: 100%;
}

#contentsList #sidebar .keyword, #contentsDetail #sidebar .keyword, #blog #sidebar .keyword, #blogDetail #sidebar .keyword {
  margin-bottom: 3.0rem;
}

#contentsList #sidebar .keyword h2, #contentsDetail #sidebar .keyword h2, #blog #sidebar .keyword h2, #blogDetail #sidebar .keyword h2 {
  text-align: left;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

#contentsList #sidebar .keyword ul.keywords li, #contentsDetail #sidebar .keyword ul.keywords li, #blog #sidebar .keyword ul.keywords li, #blogDetail #sidebar .keyword ul.keywords li {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0.5em;
  margin: 0 0.5em 0.5em 0;
  line-height: 1.0;
  font-size: 13px;
}

#contentsList #sidebar .keyword ul.keywords li a, #contentsDetail #sidebar .keyword ul.keywords li a, #blog #sidebar .keyword ul.keywords li a, #blogDetail #sidebar .keyword ul.keywords li a {
  color: #888888;
}

#pageContents #wrapper main h1 {
  background: url("../img/contents/bg_title.png") 50% 50%;
  background-size: cover;
}

#pageContents #wrapper main section {
  margin-top: 80px;
}

#pageContents #wrapper main section h2 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

#pageContents #wrapper main section figure {
  margin-bottom: 50px;
}

#pageContents #wrapper main section figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#pageContents #wrapper main section .inner {
  padding: 0 8%;
}

#pageContents #wrapper main section .inner p {
  font-size: 20px;
}

#pageContents #wrapper main section .inner.center {
  text-align: center;
}

#pageContents #wrapper main section .inner.center p {
  font-size: 24px;
}

#pageContents #wrapper main.ranking h2 {
  text-align: center;
  font-size: 30px;
}

#pageContents #wrapper main.ranking .summary {
  text-align: center;
  text-align-font-size: 14px;
}

#pageContents #wrapper main.ranking ul {
  margin: 2.0em auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#pageContents #wrapper main.ranking ul li {
  width: 20%;
  margin: 0 2.5% 3.0em;
  font-size: 14px;
}

#pageContents #wrapper main.ranking ul li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

#pageContents #wrapper main.ranking ul li h3 {
  font-size: 18px;
}

#pageContents #wrapper main.ranking ul li h4 {
  font-size: 15px;
}

#pageContents #wrapper main.ranking ul li:nth-of-type(-n+3) {
  width: 31.333333%;
  margin: 0 1.0% 3.0em;
}

#pageContents #wrapper main.ranking ul li:nth-of-type(-n+3) h3 {
  font-size: 20px;
}

#pageContents #wrapper main.ranking ul li:nth-of-type(1) h3 {
  color: #bea032;
}

#pageContents #wrapper main.ranking ul li:nth-of-type(2) h3 {
  color: #a0a0a0;
}

#pageContents #wrapper main.ranking ul li:nth-of-type(3) h3 {
  color: #be5332;
}

#pageContents #wrapper main.ranking a.detail {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-radius: 0.25em;
  text-align: center;
  padding: 0.25em 0;
  text-decoration: none;
  font-size: 14px;
}

#reserve #wrapper main h1 {
  background: url("../img/reserve/bg_title.jpg") 50% 50%;
  background-size: cover;
}

#reserve #wrapper main .cont h2 {
  font-size: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  line-height: 2.0;
}

#reserve #wrapper main .cont .center {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.0em;
}

#reserve #wrapper main .cont ul {
  width: 22.0em;
  margin: 0 auto 2.0em;
}

#reserve #wrapper main .cont ul li {
  list-style-type: square;
}

#reserve #wrapper main .cont .box {
  background: #eeeeee;
  width: 80%;
  margin: 0 auto 4.0em;
  padding: 2.0em;
}

#reserve #wrapper main .cont .box h3 {
  text-align: center;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #000000;
  line-height: 2.0;
  margin-bottom: 2.0em;
}

#reserve #wrapper main .cont .box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

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

.wp-pagenavi > * {
  display: inline-block;
  font-size: 17px;
  padding: 13px 7px;
  border-radius: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #B3B3B3;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 0.1em;
}

.wp-pagenavi > * .current {
  background: #595757;
}

iframe.wp-embedded-content, iframe.instagram-media {
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block;
}

div#ez-toc-container ul li {
  font-size: 13px;
}

#special {
  border: 1px solid #000000;
  margin: 0 auto 2.0rem;
  width: 50%;
  padding: 2.0em;
}

#special h2 {
  text-align: center;
  color: #d90000;
  margin-bottom: 0.5em;
}

#special p {
  margin-bottom: 1.0em;
}

#special img.aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block;
  }
  .pc {
    display: none;
  }
  #wrapper header {
    padding: 15px;
    height: 60px;
  }
  #wrapper header #logo {
    margin-bottom: 0;
    text-align: left;
  }
  #wrapper header #logo a {
    font-size: 20px;
  }
  #wrapper header #logo a img {
    max-width: 96%;
    margin: 0 auto;
  }
  #wrapper header #youtube {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    padding: 15px;
  }
  #wrapper header #youtube a {
    line-height: 1;
  }
  #wrapper header #reserve {
    position: relative;
    right: auto;
    top: auto;
  }
  #wrapper header #menu {
    position: absolute;
    display: block;
    right: 8px;
    cursor: pointer;
    top: 22px;
    width: 16px;
    height: 16px;
  }
  #wrapper header #menu.active .inner span:nth-child(2) {
    opacity: 0;
  }
  #wrapper header #menu.active .inner span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }
  #wrapper header #menu.active .inner span:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }
  #wrapper header #menu .inner {
    position: relative;
  }
  #wrapper header #menu .inner span {
    display: block;
    background: #000;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    transition-duration: 200ms;
  }
  #wrapper header #menu .inner span:first-child {
    top: 0;
  }
  #wrapper header #menu .inner span:last-child {
    top: 12px;
  }
  #wrapper header nav {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  #wrapper header nav ul {
    border-top: #c9c9c9 1px solid;
  }
  #wrapper header nav ul li {
    display: block;
    border-bottom: #c9c9c9 1px solid;
  }
  #wrapper header nav ul li a {
    padding: 15px;
    color: #000;
  }
  #wrapper header nav #reserve a {
    width: auto;
    height: auto;
    display: block;
    padding: 15px;
  }
  #wrapper header nav #reserve a br {
    display: none;
  }
  #wrapper main {
    margin-bottom: 50px;
  }
  #wrapper main h1 {
    color: #fff;
    font-size: 25px;
    margin: 0 10px 40px;
    padding: 55px 25px;
    text-align: left;
  }
  #wrapper main .inner .btn {
    margin-bottom: 0;
  }
  #wrapper main .inner .btn a {
    font-size: 15px;
  }
  #wrapper main .inner .btn a i {
    width: 20px;
    height: 15px;
  }
  #wrapper footer {
    margin: 0 15px;
  }
  #wrapper footer .data {
    border-top: #666 1px solid;
    padding-top: 35px;
  }
  #wrapper footer .data h3 {
    text-align: left;
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 10px;
    margin: 0 10px;
  }
  #wrapper footer .data .inner {
    padding: 0 10px 35px;
  }
  #wrapper footer .data .inner p {
    font-size: 13px;
  }
  #wrapper footer .card {
    border-top: #666 1px solid;
  }
  #wrapper footer .card .inner {
    padding: 20px 10px;
    display: block;
  }
  #wrapper footer .card .inner dl:first-child {
    display: none;
  }
  #wrapper footer .card .inner dl dt {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #wrapper footer .card .inner dl dd ul li {
    font-size: 13px;
  }
  #wrapper footer .smp {
    border-top: #666 1px solid;
    padding: 20px 10px;
    font-size: 13px;
  }
  #wrapper footer .smp ul.card {
    border: none;
  }
  #wrapper footer .smp ul.card li {
    display: inline-block;
    margin-right: 0.5em;
  }
  #wrapper footer .links {
    padding: 25px 10px;
    text-align: left;
    margin-bottom: 25px;
  }
  #wrapper footer .links ul li {
    display: block;
    margin-left: 0;
  }
  #wrapper footer .links ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
  }
  #wrapper footer .links ul li a::before {
    content: '>';
    margin-right: 10px;
  }
  #wrapper footer .links ul li a::after {
    content: none;
  }
  #wrapper footer .to_ent {
    padding: 1.0em 0;
  }
  #wrapper footer .to_ent ul li {
    margin-left: 20px;
  }
  #wrapper footer .to_ent ul li:first-child {
    margin-left: 0;
  }
  #wrapper footer .to_ent ul li a {
    padding: 0.25em 1.5em;
  }
  #wrapper footer #copy {
    font-size: 10px;
    margin-bottom: 15px;
  }
  #top #wrapper header nav {
    background: #fff;
    z-index: 10000;
  }
  #top #wrapper header nav ul li a {
    color: #000;
  }
  #top #wrapper #va {
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  #top #wrapper #va span {
    font-size: 40px;
  }
  #top #wrapper main #va {
    margin-bottom: 15px;
  }
  #top #wrapper main ul {
    display: block;
    margin: 0 15px;
  }
  #top #wrapper main ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top #wrapper main ul li a figure {
    margin-bottom: 0;
  }
  #top #wrapper main ul li a figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #top #wrapper main ul li a dl dt {
    font-size: 20px;
  }
  #top #wrapper main ul li a dl dd {
    font-size: 12px;
  }
  #top #wrapper #faq {
    margin-bottom: 3.0em;
  }
  #top #wrapper #faq h2 {
    font-size: 20px;
  }
  #top #wrapper #faq .box {
    border: none;
    padding: 1.0em;
  }
  #top #wrapper #faq dl {
    margin-bottom: 3.0em;
  }
  #top #wrapper #faq dl dt {
    font-size: 14px;
  }
  #top #wrapper #faq dl dt span {
    width: 24px;
    font-size: 20px;
  }
  #top #wrapper #faq dl dd {
    margin-bottom: 1.0em;
    padding-left: 24px;
    font-size: 13px;
  }
  #top #wrapper #faq p.more a {
    font-size: 15px;
  }
  #top #column ul li {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0 1.0em;
    text-align: left;
    font-size: 13px;
  }
  #top #column ul li h3 {
    font-size: 14px;
  }
  #top #column p.more a {
    font-size: 15px;
  }
  #menuPage #wrapper main h1 {
    background: url("../img/menu/bg_title.jpg") 50% 50%;
    background-size: cover;
    margin-bottom: 40px;
  }
  #menuPage #wrapper main section .hgroup {
    text-align: center;
    margin-bottom: 40px;
  }
  #menuPage #wrapper main section .hgroup h2 {
    font-size: 21px;
    margin-bottom: 0;
  }
  #menuPage #wrapper main section .hgroup p {
    color: #878787;
    font-size: 12px;
  }
  #menuPage #wrapper main section section {
    margin-bottom: 70px;
  }
  #menuPage #wrapper main section section .hgroup {
    text-align: center;
  }
  #menuPage #wrapper main section section .hgroup.img {
    display: flex;
    padding: 0 40px;
    align-items: center;
  }
  #menuPage #wrapper main section section .hgroup.img h3 {
    white-space: nowrap;
    margin-right: 20px;
  }
  #menuPage #wrapper main section section .hgroup.img p img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #menuPage #wrapper main section section .hgroup h3 {
    font-size: 21px;
    margin-bottom: 0;
  }
  #menuPage #wrapper main section section .hgroup p {
    color: #878787;
    font-size: 13px;
  }
  #menuPage #wrapper main section section ul {
    border-top: #C9C9C9 1px solid;
  }
  #menuPage #wrapper main section section ul li {
    padding: 20px;
    border-bottom: #C9C9C9 1px solid;
  }
  #menuPage #wrapper main section section ul li dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #menuPage #wrapper main section section ul li dl dt, #menuPage #wrapper main section section ul li dl dd {
    font-size: 16px;
  }
  #menuPage #wrapper main section section ul li dl dd {
    white-space: nowrap;
    margin-left: 10px;
  }
  #menuPage #wrapper main section section ul li p {
    margin-bottom: 0;
    color: #878787;
    font-size: 13px;
  }
  #coupon #wrapper main .nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
  #coupon #wrapper main .nav ul li {
    margin-left: 5px;
  }
  #coupon #wrapper main .nav ul li:first-child {
    margin-left: 0;
  }
  #coupon #wrapper main .nav ul li a {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 10px 25px 10px 8px;
    font-size: 13px;
    background: url("../img/coupon/arrow.jpg") no-repeat top 50% right 10px;
    background-size: 7px 5px;
  }
  #coupon #wrapper main section ul.coupons > li {
    margin-bottom: 25px;
    padding: 10px 8.66667% 25px;
  }
  #coupon #wrapper main section ul.coupons > li .label {
    font-size: 15px;
    padding: 10px 0;
  }
  #coupon #wrapper main section ul.coupons > li ul.icon li {
    font-size: 12px;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
  }
  #coupon #wrapper main section ul.coupons > li .hgroup h2, #coupon #wrapper main section ul.coupons > li .hgroup p {
    font-size: 16px;
  }
  #coupon #wrapper main section ul.coupons > li dl {
    display: flex;
  }
  #coupon #wrapper main section ul.coupons > li dl dd {
    font-size: 14px;
  }
  #staff #wrapper main section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 9.33333%;
  }
  #staff #wrapper main section ul li {
    width: 45.02447%;
    text-align: center;
    margin-bottom: 40px;
  }
  #staff #wrapper main section ul li a {
    text-decoration: none;
  }
  #staff #wrapper main section ul li figure {
    margin-bottom: 5px;
  }
  #staff #wrapper main section ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #staff #wrapper main section ul li dl {
    margin-bottom: 0;
  }
  #staff #wrapper main section ul li dl dt {
    font-size: 13px;
  }
  #staff #wrapper main section ul li dl dd {
    font-size: 13px;
  }
  #staff #wrapper main .cal_outer {
    max-width: 760px;
    min-width: 300px;
    margin: 2.0em auto;
  }
  #staff #wrapper main .cal_outer .cal_inner {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  #staff #wrapper main .cal_outer .cal_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #staffDetail #wrapper main section.intro {
    text-align: center;
    margin-bottom: 45px;
    padding: 0 20px;
  }
  #staffDetail #wrapper main section.intro figure {
    margin-bottom: 10px;
  }
  #staffDetail #wrapper main section.intro h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #staffDetail #wrapper main section.intro dl {
    margin-bottom: 20px;
  }
  #staffDetail #wrapper main section.intro dl dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #staffDetail #wrapper main section.intro dl dd {
    font-size: 13px;
  }
  #staffDetail #wrapper main section.comment {
    padding: 40px 25px;
    margin-bottom: 75px;
  }
  #staffDetail #wrapper main section.comment h2 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  #staffDetail #wrapper main section.comment p.lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #staffDetail #wrapper main section.comment p.txt {
    font-size: 13px;
  }
  #staffDetail #wrapper main section.comment dl {
    margin-bottom: 0;
  }
  #staffDetail #wrapper main section.comment dl dt {
    font-size: 15px;
  }
  #staffDetail #wrapper main section.comment dl dd {
    font-size: 13px;
  }
  #staffDetail #wrapper main section.catalog .hgroup {
    margin-bottom: 45px;
  }
  #staffDetail #wrapper main section.catalog .hgroup h2 {
    font-size: 18px;
  }
  #staffDetail #wrapper main section.catalog .hgroup p {
    font-size: 13px;
  }
  #staffDetail #wrapper main section.catalog ul.styles {
    margin-bottom: 10px;
  }
  #staffDetail #wrapper main section.catalog ul.pageNate {
    text-align: center;
  }
  #staffDetail #wrapper main section.catalog ul.pageNate li a {
    padding: 0 7px;
    width: 25px;
    height: 25px;
  }
  #staffDetail #wrapper main section.column .hgroup {
    margin-bottom: 45px;
  }
  #staffDetail #wrapper main section.column .hgroup h2 {
    font-size: 18px;
  }
  #staffDetail #wrapper main section.column .hgroup p {
    font-size: 13px;
  }
  #staffDetail #wrapper main section.column ul {
    margin: 0 5vw;
  }
  #staffDetail #wrapper main section.column ul li {
    width: 48%;
    margin-right: 4%;
  }
  #staffDetail #wrapper main section.column ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
  #staffDetail #wrapper main section.column ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #staffDetail #wrapper main section.column ul li figure {
    height: calc(90vw * 0.48 * 0.75);
  }
  #style #wrapper main section.intro {
    background: none;
    padding: 0;
    margin: 0 12%;
    margin-bottom: 80px;
  }
  #style #wrapper main section.intro dl {
    margin-bottom: 20px;
  }
  #style #wrapper main section.intro dl dt {
    font-size: 14px;
  }
  #style #wrapper main section.intro dl dt::before {
    position: absolute;
    top: 3px;
    left: -10px;
    background: #6A6A6A;
    width: 4px;
    height: 15px;
    display: block;
    content: '';
  }
  #style #wrapper main section.intro dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #style #wrapper main section.intro dl dd ul li a {
    text-decoration: none;
    color: #6A6A6A;
  }
  #style #wrapper main section.intro dl:first-child dd ul li {
    width: 25%;
    margin-bottom: 14px;
  }
  #style #wrapper main section.intro dl:first-child dd ul li a {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  #style #wrapper main section.intro dl:nth-child(2) {
    margin-bottom: 10px;
  }
  #style #wrapper main section.intro dl:nth-child(2) dd ul li {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  #style #wrapper main section.intro dl:nth-child(2) dd ul li a {
    display: block;
    border: #C1C1C1 1px solid;
    padding: 0.5em 1.0em;
    font-size: 13px;
  }
  #style #wrapper main section.intro dl:last-child {
    display: flex;
    margin-bottom: 0;
    margin-top: -10px;
  }
  #style #wrapper main section.intro dl:last-child dt {
    width: calc(100% - 55px);
    margin-right: 10px;
  }
  #style #wrapper main section.intro dl:last-child dt::before {
    content: none;
  }
  #style #wrapper main section.intro dl:last-child dt input {
    padding: 3px;
    width: calc(100%);
  }
  #style #wrapper main section.intro dl:last-child dd button img {
    width: 31px;
  }
  #style #wrapper main section.banner {
    margin: 0 5vw 30px;
  }
  #style #wrapper main section.banner img {
    max-width: 100%;
    height: auto;
  }
  #style #wrapper main .catalog h2 {
    text-align: center;
    font-size: 21px;
  }
  #style #wrapper main .catalog ul.styles {
    margin: 0 5vw;
  }
  #style #wrapper main .catalog ul.styles li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #style #wrapper main .catalog ul.styles li:nth-child(4n) {
    margin-right: 2%;
  }
  #style #wrapper main .catalog ul.styles li:nth-child(3n) {
    margin-right: 0;
  }
  #style #wrapper main .catalog ul.styles li dl {
    margin-bottom: 0;
  }
  #style #wrapper main .catalog ul.styles li dl dt {
    height: calc(90vw * 0.32 * 1.481481);
  }
  #style #wrapper main .catalog ul.styles li dl dd {
    font-size: 13px;
  }
  #style #wrapper main .catalog ul.pageNate {
    text-align: center;
  }
  #style #wrapper main .catalog ul.pageNate li {
    display: inline-block;
  }
  #style #wrapper main .catalog ul.pageNate li.current a {
    background: #595757;
  }
  #style #wrapper main .catalog ul.pageNate li a {
    font-size: 15px;
    display: block;
    padding: 2px 7px;
    border-radius: 5px;
    position: relative;
    background: #B3B3B3;
    color: #fff;
    text-decoration: none;
  }
  #styleDetail #wrapper main .intro {
    margin-bottom: 40px;
  }
  #styleDetail #wrapper main .intro figure {
    margin: 0 30px 20px;
  }
  #styleDetail #wrapper main .intro figure.movie {
    margin: 0 0 20px;
  }
  #styleDetail #wrapper main .intro ul#thumbnail {
    margin-bottom: 1.0em;
  }
  #styleDetail #wrapper main .intro ul#thumbnail li a, #styleDetail #wrapper main .intro ul#thumbnail li picture {
    height: calc(76vw * 0.32 * 1.481481);
  }
  #styleDetail #wrapper main .intro dl {
    margin-bottom: 20px;
  }
  #styleDetail #wrapper main .intro dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  #styleDetail #wrapper main .intro dl dd {
    font-size: 13px;
    color: #333;
  }
  #styleDetail #wrapper main .intro table th {
    font-size: 14px;
    padding: 5px;
  }
  #styleDetail #wrapper main .intro table td {
    font-size: 14px;
    padding: 5px;
  }
  #styleDetail #wrapper main .reccomend {
    padding: 0 12%;
    margin-bottom: 30px;
    background: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #styleDetail #wrapper main .reccomend h2 {
    font-size: 14px;
  }
  #styleDetail #wrapper main .reccomend dl.shape {
    border-bottom: #CFCFCF 1px solid;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #styleDetail #wrapper main .reccomend dl.shape dt {
    font-size: 13px;
    white-space: nowrap;
  }
  #styleDetail #wrapper main .reccomend dl.shape dd ul li {
    margin-right: 10px;
  }
  #styleDetail #wrapper main .reccomend dl.shape dd ul li img {
    height: 30px;
  }
  #styleDetail #wrapper main .reccomend dl.length {
    margin-bottom: 10px;
  }
  #styleDetail #wrapper main .reccomend dl.length dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #styleDetail #wrapper main .reccomend dl.length dd ul li {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #styleDetail #wrapper main .reccomend dl.length dd ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  #styleDetail #wrapper main .reccomend .wrap dl {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  #styleDetail #wrapper main .reccomend .wrap dl dt {
    font-size: 13px;
  }
  #styleDetail #wrapper main .reccomend .wrap dl dd img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #styleDetail #wrapper main .staff {
    padding: 0 12%;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
  }
  #styleDetail #wrapper main .staff .cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #styleDetail #wrapper main .staff .cont figure {
    width: 32.50883%;
  }
  #styleDetail #wrapper main .staff .cont figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #styleDetail #wrapper main .staff .cont .info {
    width: 60.42403%;
  }
  #styleDetail #wrapper main .staff .cont .info h3 {
    font-size: 20px;
  }
  #styleDetail #wrapper main .staff .cont .info dl {
    margin-bottom: 10px;
  }
  #styleDetail #wrapper main .staff .cont .info dl dt {
    font-size: 13px;
  }
  #styleDetail #wrapper main .staff .cont .info dl dd {
    font-size: 13px;
  }
  #styleDetail #wrapper main .staff .cont .info p {
    font-size: 13px;
  }
  #styleDetail #wrapper main .staff .view {
    text-align: center;
    margin-bottom: 0;
  }
  #styleDetail #wrapper main .staff .view a {
    font-size: 14px;
  }
  #styleDetail #wrapper main section.catalog .hgroup {
    margin-bottom: 45px;
  }
  #styleDetail #wrapper main section.catalog .hgroup h2 {
    font-size: 18px;
  }
  #styleDetail #wrapper main section.catalog .hgroup p {
    font-size: 13px;
  }
  #styleDetail #wrapper main section.catalog ul.styles {
    margin: 0 6.77083vw 10px;
  }
  #styleDetail #wrapper main section.catalog ul.pageNate {
    text-align: center;
  }
  #styleDetail #wrapper main section.catalog ul.pageNate li a {
    padding: 0 7px;
    width: 25px;
    height: 25px;
  }
  #faq #wrapper main .inner h2 {
    font-size: 20px;
  }
  #faq #wrapper main .inner .box {
    border: none;
    padding: 1.0em;
  }
  #faq #wrapper main .inner .box dl {
    margin-bottom: 3.0em;
  }
  #faq #wrapper main .inner .box dl dt {
    font-size: 14px;
  }
  #faq #wrapper main .inner .box dl dt span {
    width: 24px;
    font-size: 20px;
  }
  #faq #wrapper main .inner .box dl dd {
    margin-bottom: 1.0em;
    padding-left: 24px;
    font-size: 13px;
  }
  #blog #wrapper main .inner .content ul, #contentsList #wrapper main .inner .content ul {
    margin: 0 11.33333%;
  }
  #blog #wrapper main .inner .content ul li, #contentsList #wrapper main .inner .content ul li {
    margin-bottom: 55px;
  }
  #blog #wrapper main .inner .content ul li a figure, #contentsList #wrapper main .inner .content ul li a figure {
    width: 50.34483%;
    height: calc( 77.33334vw * 0.5034483 * 0.75 + 1px);
  }
  #blog #wrapper main .inner .content ul li a dl, #contentsList #wrapper main .inner .content ul li a dl {
    width: 42.93103%;
  }
  #blog #wrapper main .inner .content ul li a dl dt, #contentsList #wrapper main .inner .content ul li a dl dt {
    font-size: 14px;
  }
  #blog #wrapper main .inner .content ul li a dl dd, #contentsList #wrapper main .inner .content ul li a dl dd {
    font-size: 13px;
  }
  #blogDetail #wrapper main .inner .blogCont, #contentsDetail #wrapper main .inner .blogCont {
    padding: 0 12%;
    margin-bottom: 50px;
    font-size: 14px;
  }
  #blogDetail #wrapper main .inner .blogCont .date, #contentsDetail #wrapper main .inner .blogCont .date {
    font-size: 15px;
  }
  #blogDetail #wrapper main .inner .blogCont h2, #contentsDetail #wrapper main .inner .blogCont h2 {
    font-size: 18px;
  }
  #blogDetail #wrapper main .inner .blogCont img, #contentsDetail #wrapper main .inner .blogCont img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%\9;
    margin: 0 auto;
  }
  #blogDetail #wrapper main .inner .blogCont p, #contentsDetail #wrapper main .inner .blogCont p {
    font-size: 14px;
  }
  #blogDetail #wrapper main .coupon, #contentsDetail #wrapper main .coupon {
    margin-bottom: 0px;
    padding: 10px 8.66667% 25px;
  }
  #blogDetail #wrapper main .coupon .label, #contentsDetail #wrapper main .coupon .label {
    font-size: 15px;
    padding: 10px 0;
  }
  #blogDetail #wrapper main .coupon ul.icon li, #contentsDetail #wrapper main .coupon ul.icon li {
    font-size: 12px;
  }
  #blogDetail #wrapper main .coupon .hgroup h2, #blogDetail #wrapper main .coupon .hgroup p, #contentsDetail #wrapper main .coupon .hgroup h2, #contentsDetail #wrapper main .coupon .hgroup p {
    font-size: 16px;
  }
  #blogDetail #wrapper main .coupon dl, #contentsDetail #wrapper main .coupon dl {
    display: flex;
  }
  #blogDetail #wrapper main .coupon dl dt, #contentsDetail #wrapper main .coupon dl dt {
    font-size: 14px;
  }
  #blogDetail #wrapper main .coupon dl dd, #contentsDetail #wrapper main .coupon dl dd {
    font-size: 13px;
  }
  #blogDetail #wrapper main .staff, #contentsDetail #wrapper main .staff {
    padding: 0 12%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  #blogDetail #wrapper main .staff .cont, #contentsDetail #wrapper main .staff .cont {
    margin-bottom: 0;
  }
  #blogDetail #wrapper main .staff .cont a, #contentsDetail #wrapper main .staff .cont a {
    background-size: 20px 20px;
  }
  #blogDetail #wrapper main .staff .cont a figure, #contentsDetail #wrapper main .staff .cont a figure {
    width: 22.07031%;
  }
  #blogDetail #wrapper main .staff .cont a figure img, #contentsDetail #wrapper main .staff .cont a figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #blogDetail #wrapper main .staff .cont a .info, #contentsDetail #wrapper main .staff .cont a .info {
    width: 67.77344%;
    margin-bottom: 0;
  }
  #blogDetail #wrapper main .staff .cont a .info h3, #contentsDetail #wrapper main .staff .cont a .info h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  #blogDetail #wrapper main .staff .cont a .info dl, #contentsDetail #wrapper main .staff .cont a .info dl {
    margin-bottom: 0;
  }
  #blogDetail #wrapper main .staff .cont a .info dl dt, #contentsDetail #wrapper main .staff .cont a .info dl dt {
    color: #797271;
    font-size: 13px;
  }
  #blogDetail #wrapper main .staff .cont a .info dl dd, #contentsDetail #wrapper main .staff .cont a .info dl dd {
    font-size: 13px;
  }
  #blogDetail #wrapper main .recent h2, #contentsDetail #wrapper main .recent h2 {
    font-size: 15px;
  }
  #blogDetail #wrapper main .recent ul, #contentsDetail #wrapper main .recent ul {
    margin: 0 11.33333%;
  }
  #blogDetail #wrapper main .recent ul li, #contentsDetail #wrapper main .recent ul li {
    margin-bottom: 20px;
  }
  #blogDetail #wrapper main .recent ul li a figure, #contentsDetail #wrapper main .recent ul li a figure {
    width: 50.34483%;
    height: calc( 77.33334vw * 0.5034483 * 0.75);
  }
  #blogDetail #wrapper main .recent ul li a dl, #contentsDetail #wrapper main .recent ul li a dl {
    width: 42.93103%;
  }
  #blogDetail #wrapper main .recent ul li a dl dt, #contentsDetail #wrapper main .recent ul li a dl dt {
    font-size: 14px;
  }
  #blogDetail #wrapper main .recent ul li a dl dd, #contentsDetail #wrapper main .recent ul li a dl dd {
    font-size: 13px;
  }
  #blog #wrapper main h1, #blogDetail #wrapper main h1 {
    background: url("../img/blog/column_SP.png");
    background-position: 0 0;
    background-size: cover;
  }
  #contentsList #wrapper .flex .content, #contentsDetail #wrapper .flex .content, #blog #wrapper .flex .content, #blogDetail #wrapper .flex .content {
    width: 100%;
  }
  #contentsList #wrapper .flex aside, #contentsDetail #wrapper .flex aside, #blog #wrapper .flex aside, #blogDetail #wrapper .flex aside {
    width: 100%;
  }
  #contentsList #sidebar, #contentsDetail #sidebar, #blog #sidebar, #blogDetail #sidebar {
    width: 100%;
  }
  #contentsList #sidebar .pickup, #contentsDetail #sidebar .pickup, #blog #sidebar .pickup, #blogDetail #sidebar .pickup {
    margin-bottom: 2.0rem;
  }
  #contentsList #sidebar .category, #contentsDetail #sidebar .category, #blog #sidebar .category, #blogDetail #sidebar .category {
    margin-bottom: 2.0rem;
  }
  #contentsList #sidebar .keyword, #contentsDetail #sidebar .keyword, #blog #sidebar .keyword, #blogDetail #sidebar .keyword {
    margin-bottom: 2.0rem;
  }
  #pageContents #wrapper main section {
    margin-top: 40px;
  }
  #pageContents #wrapper main section h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #pageContents #wrapper main section figure {
    margin-bottom: 25px;
  }
  #pageContents #wrapper main section figure img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #pageContents #wrapper main section .inner {
    padding: 0 8%;
  }
  #pageContents #wrapper main section .inner p {
    font-size: 12px;
  }
  #pageContents #wrapper main section .inner.center {
    text-align: center;
  }
  #pageContents #wrapper main section .inner.center p {
    font-size: 15px;
  }
  #pageContents #wrapper main.ranking h2 {
    text-align: center;
    font-size: 21px;
  }
  #pageContents #wrapper main.ranking .summary {
    text-align: center;
  }
  #pageContents #wrapper main.ranking ul {
    margin: 2.0em auto 0;
    width: 92%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #pageContents #wrapper main.ranking ul li {
    width: 46%;
    margin: 0 2% 2.0em;
    font-size: 13px;
  }
  #pageContents #wrapper main.ranking ul li img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  #pageContents #wrapper main.ranking ul li h3 {
    font-size: 14px;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(-n+3) {
    width: 100%;
    margin: 0 0 2.0em;
    font-size: 14px;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(-n+3) h3 {
    font-size: 18px;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(-n+3) h4 {
    font-size: 15px;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(1) h3 {
    color: #bea032;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(2) h3 {
    color: #a0a0a0;
  }
  #pageContents #wrapper main.ranking ul li:nth-of-type(3) h3 {
    color: #be5332;
  }
  #pageContents #wrapper main.ranking a.detail {
    display: block;
    width: 100%;
    background: #000000;
    color: #ffffff;
    border-radius: 0.25em;
    text-align: center;
    padding: 0.25em 0;
    text-decoration: none;
  }
  #reserve #wrapper main .cont .box {
    width: 95%;
    padding: 1.0em;
    margin-bottom: 2.0em;
  }
  iframe.wp-embedded-content, iframe.instagram-media {
    max-width: 100% !important;
    min-width: 200px !important;
  }
  div#ez-toc-container ul li {
    font-size: 13px;
  }
  #special {
    width: 90%;
    padding: 1.0em;
  }
}
