@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

a.decoration {
  text-decoration: underline;
}

a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}

a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

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

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}

a:visited, a:focus, a:active {
  color: #333;
}

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

/* common */
/*------------------------------------------------*/
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .inner {
    width: 90%;
  }
}

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

@media only screen and (min-width: 1130px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .pcH {
    display: none !important;
  }
}

@media only screen and (max-width: 1129px) {
  .spTabH {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .tabH {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .spH {
    display: none !important;
  }
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/*------------------------------------------------*/
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}

.tabBox.active {
  display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 1129px) {
  .slidemenu {
    width: 240px;
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}

.flex {
  /*
	@include display-flex;
	@include flex(1);
	@include align-items(center);
	@include justify-content(space-between);
	@include justify-content(center);
	@include justify-content(flex-end);
	@include flex-wrap(wrap);
	@include flexbox((align-self: flex-end));
	@include flex-direction(column);
	@include flex-direction(column-reverse);
*/
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.v-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}

@media only screen and (max-width: 1129px) {
  .sp-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .sp-v-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .sp-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
}

#headWrap header {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

#headWrap header .logo {
  padding: 26px;
  padding-left: 0;
  -webkit-flex-basis: 260px;
  -moz-flex-basis: 260px;
  flex-basis: 260px;
  -ms-flex-preferred-size: 260px;
}

#headWrap header .logo a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#headWrap header .logo a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#headWrap header .gNav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#headWrap header .gNav .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#headWrap header .gNav .item a {
  border-left: 1px solid #dddddd;
  border-bottom: 3px solid #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  font-weight: bold;
  color: #3a444b;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#headWrap header .gNav .item a img {
  margin-right: 8px;
}

#headWrap header .gNav .item a.play:hover {
  border-bottom: 3px solid #4774c4;
}

#headWrap header .gNav .item a.eat:hover {
  border-bottom: 3px solid #ef5f33;
}

#headWrap header .gNav .item a.stay:hover {
  border-bottom: 3px solid #eeae25;
}

#headWrap header .gNav .item a.buy:hover {
  border-bottom: 3px solid #14820c;
}

#headWrap header .gNav .item a.know:hover {
  border-bottom: 3px solid #6e43ba;
}

#headWrap header .gNav .item:last-of-type a {
  border-right: 1px solid #dddddd;
}

#headWrap header .sNav {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

#headWrap header .sNav .item .txtNav {
  font-size: 12px;
  padding-left: 40px;
}

#headWrap header .sNav .item .txtNav p {
  margin-top: 10px;
}

#headWrap header .sNav .item .txtNav p:first-of-type {
  margin-top: 0px;
}

#headWrap header .sNav .item .txtNav p a {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#headWrap header .sNav .item .txtNav p a:before {
  content: " ";
  width: 5px;
  height: 8px;
  background-image: url("../images/common/arrow.png");
  margin-right: 3px;
}

#headWrap header .sNav .item .txtNav p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#headWrap header .sNav .item .lngNav {
  padding: 0 19px;
  font-size: 13px;
  font-weight: bold;
}

#headWrap header .sNav .item .lngNav a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#headWrap header .sNav .item .lngNav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#headWrap header .sNav .item .cvNav a {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#headWrap header .sNav .item .cvNav a:nth-of-type(1) {
  background-color: #003cac;
}

#headWrap header .sNav .item .cvNav a:nth-of-type(2) {
  background-color: #17b4c2;
}

#headWrap header .sNav .item .cvNav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 1129px) {
  #headWrap {
    width: 100%;
    background-color: #fff;
  }
  #headWrap .sp_contentHeader {
    width: 100%;
  }
  #headWrap .sp_contentHeader .sp_contentHeadInner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  #headWrap .sp_contentHeader .sp_contentHeadInner .logo-area a {
    text-align: center;
    display: block;
    padding: 10px;
  }
  #headWrap .sp_contentHeader .sp_contentHeadInner .navBtn {
    width: 50px;
  }
  #headWrap .sp_contentHeader .sp_contentHeadInner .navBtn a {
    display: block;
    background-color: #003cac;
    padding: 10px;
  }
  .slidemenu-content {
    padding: 0px 10px;
  }
  .slidemenu-content .gNav .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slidemenu-content .gNav .item a {
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3a444b;
    padding: 10px 0;
  }
  .slidemenu-content .gNav .item a img {
    margin-right: 8px;
  }
  .slidemenu-content .gNav .item a.play {
    border-bottom: 3px solid #4774c4;
  }
  .slidemenu-content .gNav .item a.eat {
    border-bottom: 3px solid #ef5f33;
  }
  .slidemenu-content .gNav .item a.stay {
    border-bottom: 3px solid #eeae25;
  }
  .slidemenu-content .gNav .item a.buy {
    border-bottom: 3px solid #14820c;
  }
  .slidemenu-content .gNav .item a.know {
    border-bottom: 3px solid #6e43ba;
  }
  .slidemenu-content .sNav {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .slidemenu-content .sNav .item {
    margin-top: 16px;
  }
  .slidemenu-content .sNav .item .txtNav {
    font-size: 12px;
    padding-left: 0px;
  }
  .slidemenu-content .sNav .item .txtNav p {
    margin-top: 10px;
  }
  .slidemenu-content .sNav .item .txtNav p:first-of-type {
    margin-top: 0px;
  }
  .slidemenu-content .sNav .item .txtNav p a {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .slidemenu-content .sNav .item .txtNav p a:before {
    content: " ";
    width: 5px;
    height: 8px;
    background-image: url("../images/common/arrow.png");
    margin-right: 3px;
  }
  .slidemenu-content .sNav .item .txtNav p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .slidemenu-content .sNav .item .lngNav {
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
  }
  .slidemenu-content .sNav .item .lngNav a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .slidemenu-content .sNav .item .lngNav a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .slidemenu-content .sNav .item .cvNav a {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    margin-top: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .slidemenu-content .sNav .item .cvNav a:nth-of-type(1) {
    background-color: #003cac;
  }
  .slidemenu-content .sNav .item .cvNav a:nth-of-type(2) {
    background-color: #17b4c2;
  }
  .slidemenu-content .sNav .item .cvNav a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .slidemenu-content .sNav .item .cvNav a br {
    display: none;
  }
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}

#mainWrap #main {
  background-color: #e0eaf1;
  padding: 40px;
}

@media only screen and (max-width: 1129px) {
  #mainWrap #main {
    padding: 20px;
  }
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
}

#footWrap footer > div:nth-of-type(1) {
  background-color: #0c1d3b;
}

#footWrap footer > div:nth-of-type(1) .wrap {
  padding: 60px 0;
}

@media only screen and (max-width: 1129px) {
  #footWrap footer > div:nth-of-type(1) .wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px 0;
  }
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) {
  padding-right: 80px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap {
  margin-top: 29px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap p:nth-of-type(2) {
  margin-top: 15px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap p a {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap p a:after {
  content: url(../images/common/arrow_w.png);
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap p a span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .btnWrap p a span > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .f_isan {
  margin-top: 25px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) .f_isan p + p {
  margin-left: 15px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2), #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3), #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) {
  padding-left: 29px;
  -webkit-flex-basis: 248px;
  -moz-flex-basis: 248px;
  flex-basis: 248px;
  -ms-flex-preferred-size: 248px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #213154;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) p, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) p, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) p:first-of-type, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) p:first-of-type, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) p:first-of-type {
  margin-top: 0px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) p a, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) p a, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) p a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) p a:hover, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) p a:hover, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul {
  margin-top: 20px;
  font-size: 12px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul li, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul li, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul li {
  margin-top: 16px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul li:first-of-type, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul li:first-of-type, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul li:first-of-type {
  margin-top: 0px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul li a, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul li a, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul li a {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul li a:before, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul li a:before, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul li a:before {
  content: url(../images/common/arrow_ws.png);
  padding-right: 10px;
}

#footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) ul li a:hover, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) ul li a:hover, #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 1129px) {
  #footWrap footer > div:nth-of-type(1) .wrap .item {
    padding: 0 20px !important;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    padding: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) > p {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    margin-top: 16px;
    text-align: center;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) > div.btnWrap {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin-top: 0;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(1) > div.f_isan {
    margin-top: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    padding: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    margin-top: 16px;
  }
  #footWrap footer > div:nth-of-type(1) .wrap .item:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    padding: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    margin-top: 16px;
  }
}

#footWrap footer > div:nth-of-type(1) a {
  color: #fff;
}

#footWrap footer > div:nth-of-type(1) .btnWrap p a {
  padding: 17px 21px;
  border-radius: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#footWrap footer > div:nth-of-type(1) .btnWrap p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footWrap footer > div:nth-of-type(1) .btnWrap p:nth-of-type(1) a {
  background-color: #cb4f42;
}

#footWrap footer > div:nth-of-type(1) .btnWrap p:nth-of-type(2) a {
  background-color: #17b4c2;
}

#footWrap footer > div:nth-of-type(2) {
  background-color: #040e20;
}

#footWrap footer > div:nth-of-type(2) .wrap {
  padding: 20px 0;
  color: #fff;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 12px;
}

#footWrap footer > div:nth-of-type(2) .wrap a {
  color: #fff;
}

#footWrap footer > div:nth-of-type(2) .wrap .copy_lang {
  font-size: 13px;
}

#footWrap footer > div:nth-of-type(2) .wrap .copy_lang a {
  font-weight: bold;
}

@media only screen and (max-width: 1129px) {
  #footWrap footer > div:nth-of-type(2) .wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  #footWrap footer > div:nth-of-type(2) .wrap > p {
    text-align: center;
  }
  #footWrap footer > div:nth-of-type(2) .wrap > p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-top: 16px;
  }
  #footWrap footer > div:nth-of-type(2) .wrap > p:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
}

/* layout Common */
.wrap {
  max-width: 1130px;
  margin: 0 auto;
}

#underKv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 0 72px;
}

@media only screen and (max-width: 1129px) {
  #underKv {
    padding: 20px 20px 72px;
  }
}

#underKv.post, #underKv.page, #underKv.recruit, #underKv.ogasawaramaru {
  background-image: url(../images/common/under/stay/kv.jpg);
}

#underKv.about {
  background-image: url(../images/under/kv/about.jpg);
}

#underKv.stay {
  background-image: url(../images/under/kv/stay.jpg);
}

#underKv.shop {
  background-image: url(../images/under/kv/shop.jpg);
}

#underKv.eat {
  background-image: url(../images/under/kv/eat.jpg);
}

#underKv.play {
  background-image: url(../images/under/kv/play.jpg);
}

#underKv .breadcrumbs {
  color: #fff;
  font-size: 12px;
}

#underKv .breadcrumbs a {
  color: #fff;
}

#underKv .text {
  margin-top: 40px;
}

#underKv .text .label {
  text-align: center;
}

#underKv .text .label span {
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 7px 10px;
}

#underKv .text .label span.stay {
  background-color: #eeae25;
}

#underKv .text .label + h1,
#underKv .text .label + .h1 {
  margin-top: 19px;
}

#underKv .text h1, #underKv .text .h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

#underKv .text h1 + .description, #underKv .text .h1 + .description {
  margin-top: 25px;
}

@media only screen and (max-width: 1129px) {
  #underKv .text h1, #underKv .text .h1 {
    font-size: 30px;
    line-height: 1.6;
  }
}

#underKv .text .description {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

@media only screen and (max-width: 1129px) {
  #underKv .text .description {
    font-size: 13px;
  }
}

.sideNavWrap {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10000;
  -webkkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.sideNavWrap:hover .sideNav {
  -webkkit-transform: translate(-200px, -50%);
  -moz-transform: translate(-200px, -50%);
  -ms-transform: translate(-200px, -50%);
  -o-transform: translate(-200px, -50%);
  -webkit-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
}

.sideNavWrap .sideNav {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 200px;
  height: 218px;
  color: #fff;
  -webkkit-transform: translate(-56px, -50%);
  -moz-transform: translate(-56px, -50%);
  -ms-transform: translate(-56px, -50%);
  -o-transform: translate(-56px, -50%);
  -webkit-transform: translate(-56px, -50%);
  transform: translate(-56px, -50%);
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sideNavWrap .sideNav ul li {
  background-color: #003cac;
  margin-top: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sideNavWrap .sideNav ul li:first-child {
  border-top: 1px solid #fff;
  background-color: #17b4c2;
}

.sideNavWrap .sideNav ul li:first-child a {
  background-color: #17b4c2;
}

.sideNavWrap .sideNav ul li:first-child a:hover {
  background-color: #76dae3;
}

.sideNavWrap .sideNav ul li:nth-of-type(2) {
  background-color: #cb4f42;
}

.sideNavWrap .sideNav ul li:nth-of-type(2) a {
  background-color: #cb4f42;
}

.sideNavWrap .sideNav ul li:nth-of-type(2) a:hover {
  background-color: #e17c72;
}

.sideNavWrap .sideNav ul li img {
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sideNavWrap .sideNav ul li dl {
  font-size: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.sideNavWrap .sideNav ul li dl dt, .sideNavWrap .sideNav ul li dl dd {
  display: inline-block;
  vertical-align: middle;
}

.sideNavWrap .sideNav ul li dl dt {
  padding: 15px;
}

.sideNavWrap .sideNav ul li dl dt img {
  width: 24px;
}

.sideNavWrap .sideNav ul li dl dd {
  color: #fff;
  font-size: 12px;
  padding-left: 3px;
}

.sideNavWrap .sideNav ul li a {
  background-color: #003cac;
  display: block;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sideNavWrap .sideNav ul li a:hover {
  background-color: #3b6ac1;
}

.sideNavWrap .sideNav ul li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.sideNavWrap .sideNav ul li .shareList a:hover {
  background-color: transparent;
}

@media only screen and (max-width: 599px) {
  .sideNavWrap {
    display: none;
  }
}

.shareList {
  font-size: 0;
}

.shareList p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.shareList p:first-of-type {
  margin-left: 0;
}

.article_wrap {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.article_wrap .article_main {
  width: 840px;
}

@media only screen and (max-width: 1129px) {
  .article_wrap .article_main {
    width: 100%;
  }
}

.article_wrap .article_main .term_gallery {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article_wrap .article_sub {
  width: 250px;
  margin-left: 40px;
}

.article_wrap .article_sub .cv_btn a {
  padding: 20px 0px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.article_wrap .article_sub .cv_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.article_wrap .article_sub .cv_btn .stay_btn {
  background-color: #003cac;
  border-bottom: 4px solid #002283;
}

.article_wrap .article_sub .cv_btn .activity_btn {
  background-color: #17b4c2;
  border-bottom: 4px solid #0a99ae;
}

.article_wrap .article_sub .cv_btn a + a {
  margin-top: 10px;
}

.article_wrap .article_sub .sub_gNav {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.article_wrap .article_sub .sub_gNav > .item {
  border-top: 1px solid #e0eaf1;
}

.article_wrap .article_sub .sub_gNav > .item:first-of-type {
  border-top: none;
}

.article_wrap .article_sub .sub_gNav > .item > a {
  padding: 16px 25px 14px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #fff;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open) {
  border-bottom: 2px solid #fff;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open):hover.stay {
  border-bottom: 2px solid #eeae25;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open):hover.play {
  border-bottom: 2px solid #4774c4;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open):hover.buy {
  border-bottom: 2px solid #14820c;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open):hover.eat {
  border-bottom: 2px solid #ef5f33;
}

.article_wrap .article_sub .sub_gNav > .item > a:not(.open):hover.about {
  border-bottom: 2px solid #6f44bb;
}

.article_wrap .article_sub .sub_gNav > .item > a span {
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.article_wrap .article_sub .sub_gNav > .item > a.open span {
  color: #fff;
}

.article_wrap .article_sub .sub_gNav > .item > a.open.stay {
  background-color: #eeae25;
}

.article_wrap .article_sub .sub_gNav > .item > a.open.play {
  background-color: #4774c4;
}

.article_wrap .article_sub .sub_gNav > .item > a.open.buy {
  background-color: #14820c;
}

.article_wrap .article_sub .sub_gNav > .item > a.open.eat {
  background-color: #ef5f33;
}

.article_wrap .article_sub .sub_gNav > .item > a.open.about {
  background-color: #6f44bb;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav {
  padding: 21px 25px;
  display: none;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav.stay {
  background-color: #fef4de;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav.play {
  background-color: #eff0f1;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav ul li {
  margin-top: 15px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav ul li:first-of-type {
  margin-top: 0px;
}

.article_wrap .article_sub .sub_gNav > .item > .sub_lNav ul li a {
  margin-left: 13px;
}

.article_wrap .article_sub .sub_gNav + .sub_bnr {
  margin-top: 30px;
}

.article_wrap .article_sub .sub_bnr a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.article_wrap .article_sub .sub_bnr a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.article_wrap .article_sub .sub_bnr a + a {
  margin-top: 10px;
}

@media only screen and (max-width: 1129px) {
  .article_wrap .article_sub {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .article_wrap .article_sub .sub_bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article_wrap .article_sub .sub_bnr a {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-top: 10px;
  }
  .article_wrap .article_sub .sub_bnr a:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .article_wrap .article_sub .sub_bnr a:nth-of-type(-n+2) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1129px) {
  .article_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

.facility_wrap {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 1129px) {
  .facility_wrap {
    padding: 20px;
  }
}

.facility_wrap .facility_header {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.facility_wrap .facility_header h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
  border-left: 4px solid #003cac;
}

.facility_wrap .facility_header h2 + p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.facility_wrap .facility_header .attention p {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.facility_wrap .facility_header .attention p + p {
  margin-left: 9px;
}

.facility_wrap .facility_header .attention p span:first-of-type {
  width: 17px;
  height: 17px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
}

.facility_wrap .facility_header .attention p span:first-of-type.single-room {
  background-color: #4774c4;
}

.facility_wrap .facility_header .attention p span:first-of-type.multi-room {
  background-color: #14820c;
}

.facility_wrap .facility_header .attention p span {
  color: #4d565c;
  font-size: 13px;
}

.facility_wrap .facility_header + * {
  margin-top: 20px;
}

@media only screen and (max-width: 1129px) {
  .facility_wrap .facility_header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .facility_wrap .facility_header h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .facility_wrap .facility_header .attention {
    margin-top: 5px;
  }
  .facility_wrap .facility_header > p {
    margin-top: 5px;
    line-height: 1.6;
  }
}

.facility_list {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 1129px) {
  .facility_list {
    display: block;
  }
}

.facility_list .facility_list_header {
  display: table-row;
  width: 100%;
}

.facility_list .facility_list_header .th {
  display: table-cell;
  background-color: #cb4f42;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  padding: 14px 20px;
  text-align: center;
}

.facility_list .facility_list_header .th + .th {
  border-left: 1px solid #fff;
}

.facility_list .facility_list_header .th:first-of-type {
  text-align: left;
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_header {
    display: none;
  }
}

.facility_list .facility_list_body {
  display: table-row;
  width: 100%;
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_body {
    display: block;
  }
  .facility_list .facility_list_body + .facility_list_body {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
}

.facility_list .facility_list_body .td {
  display: table-cell;
  background-color: #fffaef;
  color: #3a444b;
  font-size: 13px;
  line-height: 1.4;
  padding: 14px 20px;
  text-align: center;
  vertical-align: middle;
}

.facility_list .facility_list_body .td + .td {
  border-left: 1px solid #e9e2dd;
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_body .td + .td {
    border-left: 0;
  }
}

.facility_list .facility_list_body .td:first-of-type {
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_body .td:first-of-type {
    font-size: 16px;
  }
}

.facility_list .facility_list_body .td a {
  color: #3399cc;
}

.facility_list .facility_list_body .td a:hover {
  text-decoration: underline;
}

.facility_list .facility_list_body .td:nth-of-type(2) a {
  pointer-events: none;
  color: #3a444b;
}

.facility_list .facility_list_body .td:nth-of-type(2) a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_body .td:nth-of-type(2) a {
    pointer-events: auto;
    color: #3399cc;
  }
  .facility_list .facility_list_body .td:nth-of-type(2) a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1129px) {
  .facility_list .facility_list_body .td {
    text-align: left;
    display: block;
    padding: 5px 0px;
    background-color: transparent;
  }
  .facility_list .facility_list_body .td .roomnum > span {
    margin-right: 5px;
  }
}

.facility_list .facility_list_body .td span::after {
  content: " / ";
}

.facility_list .facility_list_body .td span:last-of-type::after {
  content: "";
}

.facility_list .facility_list_body:nth-of-type(2n+1) .td {
  background-color: #fff;
}

.lightboxOverlay {
  z-index: 10000 !important;
}

/* WP COMMON SETTING */
/* breadcrumb */
/* ------------------------------------------------- */
#breadcrumbWrap {
  width: 100%;
}

#breadcrumb > ul {
  width: 100%;
  overflow-x: auto;
  font-size: 0px;
  white-space: nowrap;
}

#breadcrumb > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

#breadcrumb > ul > li a {
  text-decoration: underline;
}

@media only screen and (min-width: 1130px) {
  #breadcrumb > ul > li a:hover {
    text-decoration: none;
  }
}

/* Pager */
/* ------------------------------------------------- */
.pagerArea {
  text-align: center;
  font-size: 0px;
}

@media only screen and (max-width: 600px) {
  .pagerArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}

.pagerArea a, .pagerArea span {
  padding: 8px 12px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #686868;
  font-size: 16px;
  color: #686868;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color color;
  -moz-transition-property: background-color color;
  -ms-transition-property: background-color color;
  -o-transition-property: background-color color;
  transition-property: background-color color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.pagerArea a:visited, .pagerArea a:focus, .pagerArea a:active, .pagerArea span:visited, .pagerArea span:focus, .pagerArea span:active {
  color: #686868;
}

.pagerArea a.current, .pagerArea span.current {
  background-color: #686868;
  color: #fff;
}

.pagerArea a.current:visited, .pagerArea a.current:focus, .pagerArea a.current:active, .pagerArea span.current:visited, .pagerArea span.current:focus, .pagerArea span.current:active {
  color: #fff;
}

.pagerArea a:first-child, .pagerArea span:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .pagerArea a, .pagerArea span {
    display: none;
  }
  .pagerArea a.next, .pagerArea a.prev, .pagerArea span.next, .pagerArea span.prev {
    display: inline-block;
  }
  .pagerArea a.next, .pagerArea span.next {
    float: right;
  }
  .pagerArea a.prev, .pagerArea span.prev {
    float: left;
  }
}

@media only screen and (min-width: 1130px) {
  .pagerArea a:hover {
    background-color: #686868;
    color: #fff;
  }
  .pagerArea a:hover:visited, .pagerArea a:hover:focus, .pagerArea a:hover:active {
    color: #fff;
  }
}

/* Archive */
/* ------------------------------------------------- */
.archive .archiveTitleArea {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveTitleArea {
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea {
    padding-bottom: 6%;
  }
}

.archive .archiveTitleArea > h2 {
  line-height: 1.2;
  padding-left: 0.5em;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  border-left: 8px solid #686868;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveTitleArea > h2 {
    font-size: 4.2vw;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea > h2 {
    font-size: 5.2vw;
  }
}

.archive .archiveTitleArea > h2 .archiveCountNum {
  font-size: 16px;
  color: #333;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveTitleArea > h2 .archiveCountNum {
    width: 100%;
    margin-top: 1%;
    display: block;
    font-size: 2.3vw;
    color: #666;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveTitleArea > h2 .archiveCountNum {
    width: 100%;
    margin-top: 3%;
    display: block;
    font-size: 2.8vw;
    color: #666;
  }
}

.archive .archiveList {
  margin-top: 60px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList {
    margin-top: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList {
    margin-top: 6%;
  }
}

.archive .archiveList > ul > li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #eaeaea;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList > ul > li {
    padding-top: 4%;
    margin-top: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li {
    padding-top: 6%;
    margin-top: 6%;
  }
}

.archive .archiveList > ul > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.archive .archiveList > ul > li a {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 1130px) {
  .archive .archiveList > ul > li a {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .archive .archiveList > ul > li a:hover {
    background-color: #fafafa;
  }
}

.archive .archiveList > ul > li a .archiveBox {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.archive .archiveList > ul > li a .archiveBox > * {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.archive .archiveList > ul > li a .archiveBox .photo {
  width: 180px;
}

@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .photo {
    width: 20%;
  }
}

.archive .archiveList > ul > li a .archiveBox .detail {
  padding-left: 30px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList > ul > li a .archiveBox .detail {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .detail {
    padding-left: 5%;
  }
}

.archive .archiveList > ul > li a .archiveBox .detail > * {
  margin-top: 15px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList > ul > li a .archiveBox .detail > * {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList > ul > li a .archiveBox .detail > * {
    margin-top: 5%;
  }
}

.archive .archiveList > ul > li a .archiveBox .detail > *:first-child {
  margin-top: 0;
}

.archive .archiveList .articleInfo {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.archive .archiveList .articleInfo > * {
  display: table-cell;
  vertical-align: middle;
}

.archive .archiveList .date {
  width: 6em;
  line-height: 1;
  font-size: 16px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList .date {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList .date {
    font-size: 3.6vw;
  }
}

.archive .archiveList .categoryList > ul {
  vertical-align: top;
}

.archive .archiveList .categoryList > ul > li {
  margin-left: 15px;
  display: inline-block;
}

.archive .archiveList .categoryList > ul > li:first-child {
  margin-left: 0;
}

.archive .archiveList .categoryList > ul > li .catIcon {
  padding: 6px 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background-color: #686868;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList .categoryList > ul > li .catIcon {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList .categoryList > ul > li .catIcon {
    padding: 3px 10px;
    font-size: 2.8vw;
  }
}

.archive .archiveList .title {
  line-height: 1.4;
  font-size: 18px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  .archive .archiveList .title {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 600px) {
  .archive .archiveList .title {
    font-size: 3.8vw;
  }
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}

#notFound h1 {
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #686868;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  #notFound h1 {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 600px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 5.2vw;
    text-align: left;
  }
}

#notFound p {
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 601px) and (max-width: 1129px) {
  #notFound p {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 600px) {
  #notFound p {
    font-size: 3.6vw;
    text-align: left;
  }
}

#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #686868;
  color: #fff;
}

#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
  color: #fff;
}

#notFound p.returnTop {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}

/* MWWP FORM */
/* ------------------------------------------------- */
.mw_wp_form_input .inputH {
  display: none !important;
}

.mw_wp_form_confirm .confirmH {
  display: none !important;
}
