@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", "ヒラギノ角ゴシック", "メイリオ", 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", "ヒラギノ角ゴシック", "メイリオ", 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: #5a5a5a;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #5a5a5a;
}
a:visited, a:focus, a:active {
  color: #5a5a5a;
}

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

/* common */
/*------------------------------------------------*/
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .inner {
    width: 86%;
  }
}
@media only screen and (max-width: 960px) {
  .inner {
    width: 86%;
  }
}

@media only screen and (min-width: 1121px) {
  .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.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1120px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 960px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    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: 960px) {
  .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;
  }
}
html, body {
  height: 100%;
}

body {
  position: static;
}

#wrap.toggled {
  position: fixed;
}

.spNav {
  width: 70px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}
.spNav.toggled {
  z-index: 100;
}

.closeIcon {
  z-index: 150;
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
}
@media only screen and (max-width: 1120px) {
  #headWrap:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-color: #505050;
    z-index: 34;
    width: 70px;
    height: 60px;
  }
}
#headWrap #header {
  background-color: #575757;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header {
    padding: 0 0px;
    height: 60px;
    display: block;
  }
}
#headWrap #header .logo {
  width: 205px;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header .logo {
    margin-left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #headWrap #header .logo a {
    display: block;
    width: 100%;
  }
}
#headWrap #header .logo img {
  width: 180px;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header .logo img {
    width: 40%;
    max-width: 180px;
  }
}
#headWrap #header #gnav {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header #gnav {
    display: none;
  }
}
#headWrap #header #gnav > ul {
  display: table;
}
#headWrap #header #gnav > ul > li {
  display: table-cell;
}
#headWrap #header #gnav > ul > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  transition: all .2s ease-in;
  color: #fff;
  padding: 0 15px;
  font-weight: lighter;
  font-size: 13px;
}
#headWrap #header #gnav > ul > li:hover {
  color: #fff;
  background-color: #262626;
}
#headWrap #header #gnav > ul > li:hover > a {
  color: #fff;
}
#headWrap #header #gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#headWrap #header #gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #262626;
  z-index: 100;
}
#headWrap #header #gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#headWrap #header #gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em;
}
#headWrap #header #gnav > ul .menu a {
  color: #fff;
}
#headWrap #header .menuInner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
#headWrap #header .menuInner h3 {
  font-size: 20px;
  width: 210px;
  text-align: left;
}
#headWrap #header .menuInner .menuBox {
  width: 790px;
  text-align: left;
}
#headWrap #header .menuInner .menuBox ul {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
#headWrap #header .menuInner .menuBox ul li {
  margin-top: 35px;
}
#headWrap #header .menuInner .menuBox ul li:first-of-type {
  margin-top: 0px;
}
#headWrap #header .menuInner .menuBox ul li:hover {
  text-decoration: underline;
}
#headWrap #header .hederRight {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headWrap #header .language {
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header .language {
    display: none;
  }
}
#headWrap #header .language ul {
  font-size: 0px;
}
#headWrap #header .language ul li {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin: 0 6px;
}
#headWrap #header .language ul li a {
  color: #bababa;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
#headWrap #header .language ul li a.active {
  color: #fff;
}
#headWrap #header .language ul li a.active:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -6px;
}
#headWrap #header .language ul li a:hover {
  color: #fff;
}
#headWrap #header .language ul li a:hover:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -6px;
}
#headWrap #header button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #626262;
  border: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition-duration: 0.5s;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header button {
    font-size: 12px;
  }
}
#headWrap #header button:hover {
  background-color: #262626;
}
@media only screen and (max-width: 1120px) {
  #headWrap #header button {
    width: 70px;
  }
}
@media only screen and (max-width: 960px) {
  #headWrap #header button.trig {
    background-color: #575757;
    width: 60px;
    height: 65px;
    line-height: auto;
  }
  #headWrap #header button.trig:hover {
    background-color: #575757;
  }
}
@media only screen and (max-width: 1120px) {
  #headWrap #header button.md-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #505050;
    height: 60px;
    line-height: 1.2;
  }
}
#headWrap #header .closeIcon:before, #headWrap #header .closeIcon:after {
  content: '';
  height: 1px;
  width: 30px;
  display: block;
  background: #f0f0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#headWrap #header .closeIcon:hover:before, #headWrap #header .closeIcon:hover.demoSpan1:after {
  background: #fff;
}
#headWrap #header .closeIcon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

a.target-burger {
  width: 26px;
  height: 24px;
  z-index: 30;
  cursor: pointer;
  position: fixed;
  transition-duration: 1s;
  top: 23px;
  right: 17px;
}
a.target-burger:hover {
  opacity: 0.45;
}
a.target-burger.toggled {
  z-index: 100;
  top: 12px;
}
a.target-burger.toggled ul.buns li.bun {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  top: 15px;
}
a.target-burger.toggled ul.buns li.bun:nth-child(2) {
  opacity: 0;
}
a.target-burger.toggled ul.buns li.bun:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  bottom: 17px;
}
a.target-burger ul.buns li {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  transition-duration: 0.6s;
}
a.target-burger ul.buns li:nth-child(2) {
  top: 6px;
  opacity: 1;
}
a.target-burger ul.buns li:last-child {
  top: auto;
  bottom: 11px;
}

nav.main-nav {
  opacity: 0;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8% 0;
  box-sizing: border-box;
  transform: scale(0);
  z-index: 40;
}
nav.main-nav.toggled {
  opacity: 1;
  display: block;
  margin-top: 0;
  transform: scale(1);
}
nav.main-nav .language ul {
  text-align: center;
}
nav.main-nav .language ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
}
nav.main-nav a {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  display: block;
}
nav.main-nav ul.commonNav {
  font-size: 0px;
  margin-top: 3%;
}
nav.main-nav ul.commonNav li {
  font-size: 12px;
  display: inline-block;
  width: 50%;
}
nav.main-nav ul.commonNav li a {
  padding: 10px 0;
}
nav.main-nav .menu {
  margin: 0 auto;
  padding: 0;
}
nav.main-nav .menu div a {
  padding: 15px;
  font-size: 16px;
}
nav.main-nav .menu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-size: 13px;
}
nav.main-nav label {
  display: block;
  padding: 12px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}
nav.main-nav input {
  display: none;
}
nav.main-nav .menu ul {
  margin: 0;
  padding: 0px 0;
  list-style: none;
  background-color: rgba(54, 54, 54, 0.6);
}
nav.main-nav .menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-nav .menu li:first-child a {
  margin-top: 15px;
}
nav.main-nav .menu li:last-child a {
  margin-bottom: 15px;
}
nav.main-nav #menu_bar01:checked ~ #links01 li,
nav.main-nav #menu_bar02:checked ~ #links02 li,
nav.main-nav #menu_bar03:checked ~ #links03 li,
nav.main-nav #menu_bar04:checked ~ #links04 li,
nav.main-nav #menu_bar05:checked ~ #links05 li {
  max-height: 55px;
  opacity: 1;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media only screen and (max-width: 1120px) {
  #mainWrap {
    margin-top: 0px;
    padding-top: 60px;
  }
}
#mainWrap #main #contents .smallInner {
  max-width: 790px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .smallInner {
    width: 86%;
    padding: 7% 0;
  }
}
#mainWrap #main #contents .smallInner h2 {
  font-size: 24px;
  letter-spacing: 0.3em;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .smallInner h2 {
    margin-bottom: 7%;
    padding: 20px 0;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-size: 21px;
  }
}
#mainWrap #main #contents .smallInner P {
  margin-bottom: 30px;
}
#mainWrap #main #contents .smallInner P:last-child {
  margin-bottom: 0;
}
#mainWrap #main #contents .smallInner h4 {
  margin-bottom: 20px;
}
#mainWrap #main #contents .smallInner h5 {
  margin-bottom: 10px;
}
#mainWrap #main #contents .smallInner ul li {
  margin-bottom: 10px;
  position: relative;
	padding-left: 15px;
}
#mainWrap #main #contents .smallInner ul li:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #575757;
}
#mainWrap #main #contents .smallInner ul li:last-child {
  margin-bottom: 0;
}
#mainWrap #main #contents .wideInner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}
#mainWrap #main #contents .sectionLineTitle {
  padding: 70px 0;
  font-size: 28px;
  text-align: center;
  background-color: #e6e6e6;
  position: relative;
}
#mainWrap #main #contents .pageTitle {
  text-align: center;
  padding: 6%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .pageTitle {
    padding: 20% 0 15% 0;
    width: 90%;
    margin: 0 auto;
  }
}
#mainWrap #main #contents .pageTitle br {
  display: none;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .pageTitle br {
    display: inherit;
  }
}
#mainWrap #main #contents .pageTitle p {
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
}
#mainWrap #main #contents .pageTitle p:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .pageTitle p {
    font-size: 4.5vw;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
}
#mainWrap #main #contents .pageTitle h1 {
  font-size: 26px;
  letter-spacing: 0.1em;
}
#mainWrap #main #contents .pageTitle h1 br {
  display: none;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .pageTitle h1 {
    font-size: 4.5vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  #mainWrap #main #contents .pageTitle h1 br {
    display: block;
  }
}
#mainWrap #main #contents .pageKeyvijual {
  width: 100%;
  height: 700px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents .pageKeyvijual {
    height: 300px;
  }
}

/* footer */
/*------------------------------------------------*/
#footWrap #footer #footerForm {
  background-color: #efefef;
  padding: 7% 0;
  color: #575757;
}
#footWrap #footer #footerForm h3 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1120px) {
  #footWrap #footer #footerForm h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
#footWrap #footer #footerForm p {
  text-align: center;
  margin-bottom: 5%;
  line-height: 2;
  font-weight: lighter;
}
#footWrap #footer #footerForm p span {
  color: #980723;
}
#footWrap #footer #footerForm .privateForm {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm .privateForm {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm .privateForm .leftForm {
  width: 48%;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm .privateForm .leftForm {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm .privateForm .rightForm {
  width: 48%;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm .privateForm .rightForm {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm .privateForm .rightForm dl dt {
  width: 70px;
}
#footWrap #footer #footerForm .wpcf7-not-valid-tip {
  margin-top: 5px;
}
#footWrap #footer #footerForm .wpcf7-validation-errors {
  text-align: center;
  padding: 10px;
}
#footWrap #footer #footerForm dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm dl {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm dl dt {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  table-layout: fixed;
  margin-bottom: 5px;
}
#footWrap #footer #footerForm dl dt span {
  color: #980723;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm dl dt {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm dl dd {
  display: table-cell;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm dl dd {
    display: block;
    width: 100%;
  }
}
#footWrap #footer #footerForm dl dd input[type="text"], #footWrap #footer #footerForm dl dd input[type="email"], #footWrap #footer #footerForm dl dd input[type="tel"] {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px;
  box-sizing: border-box;
}
#footWrap #footer #footerForm dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  height: 110px;
}
#footWrap #footer #footerForm dl dd select {
  height: 40px;
  line-height: 40px;
  padding: 10px;
  border: none;
  padding-left: 5px;
  box-sizing: border-box;
}
#footWrap #footer #footerForm .sendBtn {
  text-align: center;
  margin-top: 40px;
}
#footWrap #footer #footerForm input[type="submit"] {
  width: 240px;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #262626;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 15px;
}
#footWrap #footer #footerForm input[type="submit"]:hover {
  background-color: #121212;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerForm input[type="submit"] {
    width: 80%;
  }
}
#footWrap #footer .sns {
  background-color: #191919;
  padding: 30px 7%;
}
#footWrap #footer .sns ul {
  text-align: center;
}
#footWrap #footer .sns ul li {
  display: inline-block;
  padding: 0 20px;
}
#footWrap #footer .sns ul li img {
  width: 36px;
  opacity: 0.8;
}
#footWrap #footer .sns ul li img:hover {
  opacity: 1;
}
#footWrap #footer #footerInfo {
  background-color: #000;
  padding: 7% 0;
}
#footWrap #footer #footerInfo .infoBlock {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 7%;
  }
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .hotelInfo {
    margin-bottom: 6%;
  }
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .footerLogo {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  padding-top: 10px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .hotelInfo .footerLogo {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .footerLogo img {
  width: 100px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .hotelInfo .footerLogo img {
    width: 60px;
  }
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail {
  display: inline-block;
  vertical-align: top;
  color: #d1d1d1;
  width: 310px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail {
    width: 100%;
  }
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail h4 {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 25px;
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail h4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail p {
  line-height: 2;
  font-size: 13px;
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail p span {
  font-size: 11px;
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail p.guarantee {
  border: 1px solid #fff;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
}
#footWrap #footer #footerInfo .infoBlock .hotelInfo .hotelDetail p a {
  color: #fff;
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul:last-child {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .footerNav ul:last-child {
    font-size: 0px;
  }
  #footWrap #footer #footerInfo .infoBlock .footerNav ul:last-child li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .footerNav ul {
    padding-left: 0px;
    display: block;
    width: 100%;
    font-size: 0px;
    text-align: left;
  }
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerInfo .infoBlock .footerNav ul li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: center;
  }
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul li a {
  color: #d1d1d1;
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul li a:hover {
  text-decoration: underline;
}
#footWrap #footer #footerInfo .infoBlock .footerNav ul li a[target="_blank"] {
  background-image: url(../images/icon/brank_icon.png);
  background-position: right center;
  padding-right: 25px;
  background-repeat: no-repeat;
}
#footWrap #footer #footerBottom {
  background-color: #6d6e70;
  padding: 40px 0;
  font-size: 13px;
  text-align: center;
}
#footWrap #footer #footerBottom .angoLogo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
}
#footWrap #footer #footerBottom .angoLogo img {
  width: 120px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerBottom .angoLogo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 7%;
  }
}
#footWrap #footer #footerBottom .angoLink {
  display: inline-block;
  vertical-align: middle;
  color: #e3e3e3;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerBottom .angoLink {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 7%;
  }
}
#footWrap #footer #footerBottom .angoLink p {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footerBottom .angoLink p {
    text-align: center;
  }
}
#footWrap #footer #footerBottom .angoLink p a {
  color: #d1d1d1;
}
#footWrap #footer #footerBottom .angoLink p a:hover {
  text-decoration: underline;
}
#footWrap #footer #footerBottom .angoLink p.link {
  margin-bottom: 15px;
}

/* 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: 1121px) {
  #breadcrumb > ul > li a:hover {
    text-decoration: none;
  }
}

/* Pager */
/* ------------------------------------------------- */
.pagerArea {
  text-align: center;
  font-size: 0px;
  margin-top: 6%;
}
@media only screen and (max-width: 1120px) {
  .pagerArea {
    width: 90%;
    margin: 0 auto;
  }
  .pagerArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.pagerArea a, .pagerArea span {
  padding: 8px 20px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  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 {
  border-bottom: 1px solid #818181;
}
.pagerArea a:first-child, .pagerArea span:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .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: 1121px) {
  .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: 1120px) and (max-width: 1120px) {
  .archive .archiveTitleArea {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 960px) {
  .archive .archiveTitleArea {
    padding-bottom: 6%;
  }
}
.archive .archiveTitleArea > h2 {
  line-height: 1.2;
  padding-left: 0.5em;
  font-size: 30px;
  font-weight: bold;
  color: #5a5a5a;
  border-left: 8px solid #686868;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveTitleArea > h2 {
    font-size: 4.2vw;
  }
}
@media only screen and (max-width: 960px) {
  .archive .archiveTitleArea > h2 {
    font-size: 5.2vw;
  }
}
.archive .archiveTitleArea > h2 .archiveCountNum {
  font-size: 16px;
  color: #5a5a5a;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveTitleArea > h2 .archiveCountNum {
    width: 100%;
    margin-top: 1%;
    display: block;
    font-size: 2.3vw;
    color: #666;
  }
}
@media only screen and (max-width: 960px) {
  .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: 1120px) and (max-width: 1120px) {
  .archive .archiveList {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 960px) {
  .archive .archiveList {
    margin-top: 6%;
  }
}
.archive .archiveList > ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1120px) {
  .archive .archiveList > ul {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.archive .archiveList > ul > li {
  width: 250px;
  margin-right: 60px;
}
.archive .archiveList > ul > li:nth-child(4n) {
  margin-right: 0px;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveList > ul > li {
    padding-top: 4%;
    margin-top: 4%;
    width: 48%;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .archive .archiveList > ul > li {
    padding-top: 6%;
    margin-top: 6%;
    width: 48%;
    margin-right: 0px;
  }
}
.archive .archiveList > ul > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.archive .archiveList > ul > li:nth-child(2) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.archive .archiveList > ul > li a {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1121px) {
  .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%;
  border-collapse: collapse;
  border-spacing: 0;
}
.archive .archiveList > ul > li a .archiveBox > * {
  display: block;
  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: 100%;
  margin-bottom: 10px;
	height: 160px;
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 960px) {
  .archive .archiveList > ul > li a .archiveBox .photo {
    width: 100%;
		height: 28vw;
  }
}
.archive .archiveList > ul > li a .archiveBox .detail {
  padding-left: 0px;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveList > ul > li a .archiveBox .detail {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 960px) {
  .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: 1120px) and (max-width: 1120px) {
  .archive .archiveList > ul > li a .archiveBox .detail > * {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 960px) {
  .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;
}
@media only screen and (max-width: 1120px) {
  .archive .archiveList .articleInfo > * {
    display: block;
  }
}
.archive .archiveList .date {
  width: 6em;
  line-height: 1;
  margin-right: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveList .date {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 960px) {
  .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: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: #eaeaea;
  color: #333;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveList .categoryList > ul > li .catIcon {
    font-size: 1.8vw;
    display: block;
  }
}
.archive .archiveList .categoryList > ul > li .catIcon:visited {
  color: #333;
}
.archive .archiveList .title {
  line-height: 1.6;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .archive .archiveList .title {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 960px) {
  .archive .archiveList .title {
    font-size: 3.4vw;
  }
}

/* 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: 1120px) and (max-width: 1120px) {
  #notFound h1 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 960px) {
  #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: 1120px) and (max-width: 1120px) {
  #notFound p {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 960px) {
  #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: 960px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}

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

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