
@charset "UTF-8";
/*
========================================================
	- COMMENT LV1
========================================================
*/
/*
-------------------------------
	-- comment lv2
-------------------------------
*/
/*-  comment lv3  -*/
/*--  comment lv4  --*/
/*---  comment lv5  ---*/
/*
========================================================
	- SASS SETTING
========================================================
*/
/*
-------------------------------
	-- utility setting
-------------------------------
*/
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*
-------------------------------
	-- mixin
-------------------------------
*/
/*
-------------------------------
	-- function
-------------------------------
*/
/*
========================================================
	- COMMON SETTING
========================================================
*/
/*
========================================================
	- HTML SETTING
========================================================
*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #666;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*-  [fix-layout] #layout-toppage  -*/
  /*-  [fix-layout] #layout-column1  -*/
  /*-  [fix-layout] #layout-column2  -*/
  /*-  [fix-layout] #layout-popup  -*/
  /*-  [fix-layout] #layout-iframe  -*/
}
body#layout-toppage {
  min-width: 1040px;
}
body#layout-column1 {
  min-width: 1040px;
}
body#layout-column2 {
  min-width: 1040px;
}
body#layout-popup {
  min-width: 840px;
}
body#layout-iframe {
  height: 450px;
  overflow: auto;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

img {
  -moz-user-select: none;
}

button {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: visible;
  cursor: pointer;
  color: #333;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
button:active {
  position: relative;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/*-  a setting  -*/
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
a.blank {
  position: relative;
  padding-right: 0.35714em;
}
a.blank:after {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: " ";
  width: 1.28571em;
  height: 1.07143em;
  margin-top: 0.28571em;
  background: url(/common/img/img-common/icon/blank.png) 0 0 no-repeat;
  background-size: contain;
}
a.pdf {
  position: relative;
  padding-right: 0.35714em;
}
a.pdf:after {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: " ";
  width: 1.07143em;
  height: 1.07143em;
  margin-top: 0.28571em;
  background: url(/common/img/img-common/icon/pdf.png) 0 0 no-repeat;
  background-size: contain;
}

/*
========================================================
	- NOSCRIPT
========================================================
*/
/*
-------------------------------
	-- .main-noscript
-------------------------------
*/
.main-noscript > div {
  background: #00cd99;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF64ABDF', endColorstr='#FF004EA2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzY0YWJkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGVhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #64abdf), color-stop(100%, #004ea2));
  background-image: -moz-linear-gradient(top, #64abdf 3%, #004ea2 100%);
  background-image: -webkit-linear-gradient(top, #64abdf 3%, #004ea2 100%);
  background-image: linear-gradient(to bottom, #64abdf 3%, #004ea2 100%);
  padding: 0 2.14286em;
}
.main-noscript > div > div {
  margin: 0 auto;
  line-height: 10em;
  /*-  [fix-layout] #layout-topage  -*/
  /*-  [fix-layout] #layout-column1  -*/
  /*-  [fix-layout] #layout-column2  -*/
  /*-  [fix-layout] #layout-popup  -*/
}
#layout-column1 .main-noscript > div > div {
  width: 960px;
}
#layout-column1 .main-noscript > div > div {
  width: 960px;
}
#layout-column2 .main-noscript > div > div {
  width: 960px;
}
#layout-popup .main-noscript > div > div {
  width: 840px;
}
.main-noscript > div p span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 1.5;
}
.main-noscript > div p span a {
  color: #fff;
  text-decoration: underline;
}
.main-noscript > div p span a:hover {
  text-decoration: none;
}

/*
========================================================
	- SKIP-NAV
========================================================
*/
/*
-------------------------------
	-- #site-area-skip-nav
-------------------------------
*/
#site-area-skip-nav {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

/*
========================================================
	- HEADER
========================================================
*/
/*
-------------------------------
	-- #site-area-header
-------------------------------
*/
#site-area-header {
  /*-  .header-block  -*/
  /*-  .header-logo  -*/
  /*-  .header-divide-block  -*/
  /*-  .header-nav  -*/
  /*-  .global-nav  -*/
  /*-  .header-reservation  -*/
}
#site-area-header .header-block {
  /*--  .header-top  --*/
  /*--  .header-bottom  --*/
}
#site-area-header .header-block > div > div {
  padding: 0 2.85714em;
  margin: 0 auto;
  /*-  [fix-layout] #layout-toppage  -*/
  /*-  [fix-layout] #layout-column1  -*/
  /*-  [fix-layout] #layout-column2  -*/
  /*-  [fix-layout] #layout-popup  -*/
}
#layout-toppage #site-area-header .header-block > div > div {
  width: 960px;
}
#layout-column1 #site-area-header .header-block > div > div {
  width: 960px;
}
#layout-column2 #site-area-header .header-block > div > div {
  width: 960px;
}
#layout-popup #site-area-header .header-block > div > div {
  width: 760px;
}
#site-area-header .header-block > .header-top {
  background: url(/common/img/img-components/site-area-header/bg.jpg) 0 0 repeat;
}
#site-area-header .header-block > .header-top > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
#site-area-header .header-block > .header-bottom {
  background: #fff;
  border-bottom: 2px solid #403e39;
}
#site-area-header .header-block > .header-bottom > div {
  padding-top: 10px;
}
#site-area-header .header-logo h1 img,
#site-area-header .header-logo p img {
  max-width: none;
}
#site-area-header .header-logo h1 a,
#site-area-header .header-logo p a {
  display: block;
  background: #fff;
}
.header-divide-block > div {
  display: table;
  width: 100%;
}
.header-divide-block .divide-box {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  /*--  [fix-layout] .header-top  --*/
  /*-  [fix-layout] .header-bottom  -*/
}
.header-top .header-divide-block .divide-box {
  position: relative;
  width: 99%;
  /*---  [fix-layout] .header-divide-block  ---*/
}
.header-top .header-divide-block .divide-box:first-child {
  width: 1%;
}
.header-top .header-divide-block .divide-box .header-divide-block {
  /*----  [fix-layout] .elem-paragraph  ----*/
}
.header-top .header-divide-block .divide-box .header-divide-block .divide-box {
  width: 1%;
  padding-top: 2px;
  text-align: right;
  position: relative;
}
.header-top .header-divide-block .divide-box .header-divide-block .divide-box:first-child {
  width: 99%;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 80px;
  text-align: left;
  /*----  [fix-layout] .elem-paragraph  ----*/
  /*----  [fix-layout] .header-nav  ----*/
}
.header-top .header-divide-block .divide-box .header-divide-block .divide-box:first-child .elem-paragraph {
  text-align: left;
  padding-bottom: 0;
}
.header-top .header-divide-block .divide-box .header-divide-block .divide-box:first-child div.header-nav {
  text-align: left !important;
}
.header-top .header-divide-block .divide-box .header-divide-block .elem-paragraph {
  margin-top: 0;
  padding-bottom: 0.35714em;
}
.header-top .header-divide-block .divide-box .header-divide-block .elem-paragraph p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.header-top .header-divide-block .divide-box .header-divide-block .elem-paragraph p .style-number {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 1.78571em;
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
}
.header-top .header-divide-block .divide-box .header-divide-block .elem-paragraph p .style-number:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 1.0625em;
  height: 0.8125em;
  margin-top: 0.25em;
  margin-left: 0.3125em;
  background: url(/common/img/img-components/elem-paragraph/icon-tel-white-small.png) 0 0 no-repeat;
  background-size: contain;
}
.header-bottom .header-divide-block .divide-box {
  width: 10%;
  vertical-align: middle;
  /*--  [fix-layout] .elem-btn  --*/
}
.header-bottom .header-divide-block .divide-box:first-child {
  width: 90%;
  vertical-align: middle;
}
.header-bottom .header-divide-block .divide-box .elem-btn-list {
  padding-bottom: 0.71429em;
  /*---  [fix-layout] .elem-btn  ---*/
}
.header-bottom .header-divide-block .divide-box .elem-btn-list .elem-btn .txt {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}
#site-area-header div.header-nav {
  text-align: right;
}
#site-area-header div.header-nav ul.header-nav {
  margin: -0.35714em 0 0 -0.35714em;
  white-space: nowrap;
}
#site-area-header div.header-nav ul.header-nav > li {
  display: inline-block;
  vertical-align: bottom;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0.35714em 0 0 0.35714em;
}
#site-area-header div.header-nav ul.header-nav > li p a,
#site-area-header div.header-nav ul.header-nav > li p span {
  color: #f2f0e5;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.71429em;
  font-size: 14px;
  font-size: 1.4rem;
}
#site-area-header div.header-nav ul.header-nav > li p a.blank:after,
#site-area-header div.header-nav ul.header-nav > li p span.blank:after {
  margin-left: 0.35714em;
}
#site-area-header div.header-nav ul.header-nav > li p a:before,
#site-area-header div.header-nav ul.header-nav > li p span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.42857em;
  height: 0.71429em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/right-beige.png) 0 0 no-repeat;
  background-size: contain;
}
#site-area-header div.global-nav {
  position: absolute;
  bottom: 5px;
  width: 100%;
}
#site-area-header div.global-nav ul.global-nav {
  display: table;
  width: 100%;
}
#site-area-header div.global-nav ul.global-nav > li {
  display: table-cell;
  position: relative;
  text-align: center;
}
#site-area-header div.global-nav ul.global-nav > li:before {
  position: absolute;
  left: 0;
  content: '|';
  color: #a6a59d;
}
#site-area-header div.global-nav ul.global-nav > li:first-child:before {
  content: '';
}
#site-area-header div.global-nav ul.global-nav > li p {
  font-size: 16px;
  font-size: 1.6rem;
}
#site-area-header div.global-nav ul.global-nav > li p a {
  display: block;
  padding: 0 0.3125em 0 0.625em;
  color: #f2f0e5;
  white-space: nowrap;
}
#site-area-header div.global-nav ul.global-nav > li p a:hover {
  text-decoration: none;
}
#site-area-header .header-reservation {
  display: table;
  width: 100%;
}
#site-area-header .header-reservation .reservation-head {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  width: 1%;
}
#site-area-header .header-reservation .reservation-head h5 {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  padding-bottom: 0.71429em;
}
#site-area-header .header-reservation .reservation-body {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
  padding-left: 10px;
  box-sizing: border-box;
  /*-  [fix-layout] .elem-form  -*/
  /*-  [fix-layout] .elem-txt-list  -*/
  /*-  [fix-layout] .elem-paragraph  -*/
  /*-  [fix-layout] .elem-txt-list-detail  -*/
}
#site-area-header .header-reservation .reservation-body .elem-form {
  padding-bottom: 0.71429em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list {
  margin-top: 0;
  padding-bottom: 0.71429em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list > .style-liner ul {
  white-space: nowrap;
  margin-left: -0.71429em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list > .style-liner ul > li {
  padding-left: 0.71429em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list > .style-liner ul > li p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list > .style-liner ul > li p a {
  padding-left: 0.66667em;
}
#site-area-header .header-reservation .reservation-body .elem-paragraph {
  padding-bottom: 0.71429em;
}
#site-area-header .header-reservation .reservation-body .elem-txt-list-detail {
  padding-bottom: 0;
}

/*
-------------------------------
	-- ヘッダー 言語切り替え
-------------------------------
*/
.site-header__lang {
  position: relative;
  padding: 3px 0 0 20px;
  flex-shrink: 0;
}
.site-header__lang i.flag {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.site-header__lang__btn {
  white-space: nowrap;
  color: #fff;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-header__lang__btn:hover {
  opacity: .7;
}
.site-header__lang__btn:hover p {
  text-decoration: underline;
}
.site-header__lang__btn p {
  line-height: 1;
}
@media (min-width: 641px) {
  .site-header__lang__btn p {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__btn p {
    font-size: 1.2rem;
  }
}
.site-header__lang__btn i {
  display: block;
}
.site-header__lang__btn i.arr {
  transform: rotate(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 641px) {
  .site-header__lang__btn i.arr {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__btn i.arr {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.site-header__lang__btn i.arr svg {
  fill: #fff;
}
@media (min-width: 641px) {
  .site-header__lang__btn i.flag {
    margin: 0 1rem;
    width: 2rem;
    height: 1.34rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__btn i.flag {
    margin: 0 0.5rem;
    width: 2rem;
    height: 1.335rem;
  }
}
.site-header__lang__btn i svg {
  width: 100%;
  height: 100%;
}
.site-header__lang__list {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #666;
  opacity: 1;
  transition-property: visibility, opacity;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 641px) {
  .site-header__lang__list {
    margin-top: 1.16rem;
    padding: 1.3rem 1.7rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__list {
    margin-top: 0.5rem;
    padding: 1rem 1.1rem;
  }
}
.site-header__lang__list[aria-hidden="true"] {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 641px) {
  .site-header__lang__list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__list li:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.site-header__lang__list li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.site-header__lang__list li i {
  display: block;
}
@media (min-width: 641px) {
  .site-header__lang__list li i {
    margin-right: 0.46rem;
    width: 2.6rem;
    height: 1.9rem;
  }
}
@media (max-width: 640px) {
  .site-header__lang__list li i {
    margin-right: 1.16rem;
    width: 2.3rem;
    height: 1.65rem;
  }
}
.site-header__lang__list li i svg {
  width: 100%;
  height: 100%;
}

/*
========================================================
	- CONTENT
========================================================
*/
/*
-------------------------------
	-- #site-area-content
-------------------------------
*/
/*
-------------------------------
	-- #wrapper-content
-------------------------------
*/
/*
-------------------------------
	-- #main-content
-------------------------------
*/
/*
-------------------------------
	-- #side-content
-------------------------------
*/
/*
========================================================
	- FOOTER
========================================================
*/
/*
-------------------------------
	-- #site-area-footer
-------------------------------
*/
#site-area-footer {
  /*-  .global-nav  -*/
  /*-  .elem-pagetop  -*/
  /*-  .footer-bnr  -*/
  /*-  [fix-layout] .elem-pic  -*/
  /*-  [fix-layout] .elem-txt-list  -*/
  /*-  .footer-nav  -*/
}
#site-area-footer .footer-block > div {
  /*-  .footer-top  -*/
  /*-  .footer-middle  -*/
  /*-  .footer-bottom  -*/
}
#site-area-footer .footer-block > div > div {
  padding: 1.42857em 2.85714em 0;
  margin: 0 auto;
  /*-  [fix-layout] #layout-toppage  -*/
  /*-  [fix-layout] #layout-column1  -*/
  /*-  [fix-layout] #layout-column2  -*/
  /*-  [fix-layout] #layout-popup  -*/
}
#layout-toppage #site-area-footer .footer-block > div > div {
  width: 960px;
}
#layout-column1 #site-area-footer .footer-block > div > div {
  width: 960px;
}
#layout-column2 #site-area-footer .footer-block > div > div {
  width: 960px;
}
#layout-popup #site-area-footer .footer-block > div > div {
  width: 760px;
}
#site-area-footer .footer-block > div.footer-top {
  border: 1px solid #ccc;
  background: #fff;
}
#site-area-footer .footer-block > div.footer-top > div {
  padding-top: 0;
}
#site-area-footer .footer-block > div.footer-middle {
  background: url(/common/img/img-components/site-area-footer/bg-middle.jpg) 0 0 repeat;
  /*--  .footer-divide-block  --*/
}
#site-area-footer .footer-block > div.footer-middle > div {
  padding: 1.42857em 2.85714em 0.71429em;
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block > div:after {
  content: "";
  clear: both;
  display: block;
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block .divide-box {
  float: left;
  width: 173px;
  padding-left: 20px;
  /*---  [fix-layout] .elem-heading-lv5 ---*/
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block .divide-box:first-child {
  width: 767px;
  padding-left: 0;
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block .divide-box .footer-nav {
  padding-bottom: 0.71429em;
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block .divide-box .elem-heading-lv5 {
  padding-bottom: 0.71429em;
}
#site-area-footer .footer-block > div.footer-middle .footer-divide-block .divide-box .elem-heading-lv5 .heading-box .title-holder h5 {
  color: #f2f0e5;
  font-size: 18px;
  font-size: 1.8rem;
}
#site-area-footer .footer-block > div.footer-middle .elem-txt-list {
  padding-bottom: 0.71429em;
}
#site-area-footer .footer-block > div.footer-bottom {
  background: #262522;
  border-bottom: 1px solid #605f5d;
  /*--  [fix-layout] .elem-txt-list --*/
  /*-  #copyright  -*/
}
#site-area-footer .footer-block > div.footer-bottom > div {
  padding-top: 0.92857em;
  padding-bottom: 1em;
}
#site-area-footer .footer-block > div.footer-bottom .elem-txt-list {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
  padding-bottom: 0;
}
#site-area-footer .footer-block > div.footer-bottom #copyright {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  color: #a6a59d;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  /*--  [fix-layout] #layout-popup  --*/
}
#layout-popup #site-area-footer .footer-block > div.footer-bottom #copyright {
  text-align: center;
}
#site-area-footer div.global-nav ul.global-nav {
  display: table;
  width: 1%;
  margin: 0 auto;
}
#site-area-footer div.global-nav ul.global-nav > li {
  display: table-cell;
  width: 1%;
}
#site-area-footer div.global-nav ul.global-nav > li p a {
  display: block;
  padding: 0.42857em 0.71429em 0.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.fix-mac #site-area-footer div.global-nav ul.global-nav > li p a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.58333em 0.83333em 0.5em;
}
#site-area-footer .elem-pagetop {
  padding: 0.35714em 0 0 0;
}
#site-area-footer .elem-pagetop ul.pagetop li {
  text-align: right;
}
#site-area-footer .elem-pagetop ul.pagetop li a {
  padding-right: 1.42857em;
  background: url(/common/img/img-components/elem-pagetop/icon-arrow-top.png) 100% 50% no-repeat;
  white-space: nowrap;
}
.fix-mac #site-area-footer .elem-pagetop ul.pagetop li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 1.66667em;
}
#site-area-footer .elem-pagetop ul.pagetop li.prev {
  float: left;
}
#site-area-footer .elem-pagetop ul.pagetop li.prev a {
  padding-right: 1.42857em;
  background: url(/common/img/img-components/elem-pagetop/icon-arrow-prev.png) 100% 50% no-repeat;
  white-space: nowrap;
}
.fix-mac #site-area-footer .elem-pagetop ul.pagetop li.prev a {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 1.66667em;
}
#site-area-footer .footer-bnr {
  padding: 0 0 1.42857em;
  /*--  .style-liner  --*/
}
#site-area-footer .footer-bnr ul {
  margin: -2px 0 0 -2px;
}
#site-area-footer .footer-bnr ul li {
  padding: 2px 0 0 2px;
}
#site-area-footer .footer-bnr ul li a {
  display: block;
  background: #fff;
}
#site-area-footer .footer-bnr .style-liner ul:after {
  content: "";
  clear: both;
  display: block;
}
#site-area-footer .footer-bnr .style-liner ul li {
  float: left;
}
#site-area-footer .elem-pic {
  /*--  .style-footer-bnr  --*/
}
#site-area-footer .elem-pic .style-footer-bnr {
  position: relative;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 270px;
  /*--  .style-footer-link  --*/
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list .style-liner ul.btn-list li {
  /*---  .elem-btn  ---*/
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list .style-liner ul.btn-list li .elem-btn {
  /*----  .style-blank  ----*/
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list .style-liner ul.btn-list li .elem-btn .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list .style-liner ul.btn-list li .elem-btn > .style-blank .txt span:after {
  width: 1.28571em;
  height: 1.07143em;
  margin-top: 0.21429em;
  margin-left: 0.35714em;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list .style-liner ul.btn-list li + li {
  padding-left: 6px;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list.style-footer-link {
  top: 111px;
  left: 559px;
  width: 90px;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list.style-footer-link ul.btn-list li {
  /*---  .elem-btn  ---*/
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list.style-footer-link ul.btn-list li .elem-btn > span > span {
  padding: .14286em 0;
}
#site-area-footer .elem-pic .style-footer-bnr .elem-btn-list.style-footer-link ul.btn-list li .elem-btn > span > span .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
#site-area-footer .elem-txt-list ul.txt-list > li p a {
  color: #a6a59d;
}
#site-area-footer .elem-txt-list ul.txt-list > li p a:before {
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/right-brown.png) 0 0 no-repeat;
  background-size: contain;
}
#site-area-footer nav.footer-nav > div > div > div > div {
  display: table;
  width: 100%;
}
#site-area-footer nav.footer-nav dl.footer-nav {
  display: table-row;
}
#site-area-footer nav.footer-nav dl.footer-nav dt.nav-head {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding: 0 1.07143em 0 0;
  white-space: nowrap;
}
#site-area-footer nav.footer-nav dl.footer-nav dt.nav-head:first-child {
  padding-top: 0;
}
#site-area-footer nav.footer-nav dl.footer-nav dt.nav-head + dt.nav-head {
  padding-top: 0;
}
#site-area-footer nav.footer-nav dl.footer-nav dt.nav-head a,
#site-area-footer nav.footer-nav dl.footer-nav dt.nav-head span {
  color: #f2f0e5;
  font-size: 14px;
  font-size: 1.4rem;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body {
  display: table-cell;
  vertical-align: top;
  width: 99%;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul {
  margin-left: -0.35714em;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul:after {
  content: "";
  clear: both;
  display: block;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li {
  float: left;
  padding-left: 0.35714em;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li p a,
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li p span {
  color: #a6a59d;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li p a.blank:after,
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li p span.blank:after {
  margin-left: 0.5em;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li p:before {
  padding-right: 0.35714em;
  content: '|';
  color: #a6a59d;
}
#site-area-footer nav.footer-nav dl.footer-nav dd.nav-body > ul > li:first-child p:before {
  padding-right: 0;
  content: '';
}

/*
========================================================
	- MAIN VISUAL
========================================================
*/
/*
-------------------------------
	-- .elem-main-visual
-------------------------------
*/
.elem-main-visual {
  padding: 0 0 1.42857em 0;
  /*-  [fix-layout] .elem-pic  -*/
  /*-  [fix-layout] .elem-heading-lv1  -*/
  /*-  [fix-layout] .elem-paragraph  -*/
  /*-  .style-full-size  -*/
  /*-  .style-recipe  -*/
  /*-  [fix-layout] + .elem-color-box  -*/
}
.section-content .elem-main-visual:first-child {
  margin-top: -2.85714em;
}
.elem-main-visual .main-box {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.elem-main-visual .sub-box {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5px;
  /*-  [fix-layout] .elem-pic  -*/
}
.elem-main-visual .sub-box .elem-pic .holder img {
  width: 315px;
}
.elem-main-visual .elem-pic {
  padding-bottom: 0;
}
.elem-main-visual .elem-pic + .elem-pic {
  margin-top: 0;
  padding-top: 5px;
}
.elem-main-visual .elem-heading-lv1 {
  padding-bottom: 0;
  position: absolute;
  left: 25px;
  bottom: 1.42857em;
  color: #fff;
  text-shadow: 0 1px 3px #333;
  /*--  .style-color-black  --*/
}
.elem-main-visual .elem-heading-lv1 > div {
  width: auto;
  margin: 0;
  padding: 0;
  /*-  #layout-popup  -*/
}
#layout-popup .elem-main-visual .elem-heading-lv1 > div {
  width: auto;
}
.elem-main-visual .elem-heading-lv1 .heading-box .title-holder h1 {
  font-size: 44px;
  font-size: 4.4rem;
}
.elem-main-visual .elem-heading-lv1 .heading-box .title-holder h1 span.none {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.elem-main-visual .elem-heading-lv1 .heading-box .sub-holder p a {
  color: #fff;
}
.elem-main-visual .elem-heading-lv1 .sub-text {
  color: #fff;
}
.elem-main-visual .elem-heading-lv1 > .style-color-black {
  text-shadow: none;
}
.elem-main-visual .elem-heading-lv1 > .style-color-black .heading-box .title-holder h1 {
  color: #333;
}
.elem-main-visual .elem-heading-lv1 > .style-color-black .heading-box .sub-holder p {
  color: #333;
}
.elem-main-visual .elem-heading-lv1 > .style-color-black .heading-box .sub-holder p a {
  color: #333;
}
.elem-main-visual .elem-heading-lv1 > .style-color-black .sub-text {
  color: #333;
}
.elem-main-visual .elem-paragraph {
  padding-top: 1.07143em;
  padding-bottom: 0;
}
.elem-main-visual > .style-full-size .main-box {
  display: block;
  position: relative;
  height: 350px;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  /*--  [fix-layout] .elem-pic  --*/
  /*--  [fix-layout] .elem-heading-lv1  --*/
}
.elem-main-visual > .style-full-size .main-box .elem-pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -680px;
}
.elem-main-visual > .style-full-size .main-box .elem-pic .holder img {
  max-width: none;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 {
  display: table;
  width: 100%;
  height: 100%;
  left: auto;
  bottom: auto;
  /*-  [fix-layout] .elem-btn-list  -*/
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 > div {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  z-index: 99;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 h1 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 h1 > span span {
  font-size: 35px;
  font-size: 3.5rem;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 .heading-box + .sub-text {
  padding-top: 1.07143em;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 .elem-btn-list {
  padding-top: 2.14286em;
  padding-bottom: 0;
}
.elem-main-visual > .style-full-size .main-box .elem-heading-lv1 .elem-btn-list ul.btn-list {
  width: 19.28571em;
}
.elem-main-visual > .style-recipe {
  /*-  [fix-layout] .elem-pic-block  -*/
}
.elem-main-visual > .style-recipe .elem-paragraph {
  width: 570px;
}
.elem-main-visual > .style-recipe .elem-pic-block {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 550px;
}
.elem-main-visual > .style-recipe .elem-pic-block .txt-box {
  padding-top: 15px;
}
.elem-main-visual > .style-recipe .elem-pic-block .txt-box + .pic-box {
  padding-left: 1.07143em;
}
.elem-main-visual > .style-recipe .elem-pic-block .elem-catch {
  text-align: center;
}
.elem-main-visual > .style-recipe .elem-pic-block .elem-catch p {
  font-size: 30px;
  font-size: 3rem;
  color: #e60007;
}
.elem-main-visual > .style-recipe .elem-pic-block .elem-catch p strong {
  font-weight: normal;
}
.elem-main-visual > .style-recipe .elem-pic-block .elem-catch p.icon {
  margin-top: 0.35714em;
  padding: 0.14286em 0.35714em 0.21429em;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f3ab11;
  color: #fff;
}
.elem-main-visual > .style-recipe .elem-pic-block .elem-paragraph {
  width: auto;
  padding-top: 0;
  text-align: center;
}
.elem-main-visual + .elem-color-box {
  padding-top: 0;
}

/*
========================================================
	- HEADING
========================================================
*/
/*
-------------------------------
	-- common setting
-------------------------------
*/
[class^="elem-heading-lv"] {
  color: #333;
}
[class^="elem-heading-lv"] .heading-box .title-holder {
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/*
-------------------------------
	-- .elem-heading-lv1
-------------------------------
*/
.elem-heading-lv1 {
  padding: 0 0 1.42857em 0;
  /*-  sub-text  -*/
}
.elem-heading-lv1 .heading-box {
  display: table;
  width: 100%;
}
.elem-heading-lv1 .heading-box .title-holder {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
}
.elem-heading-lv1 .heading-box .title-holder h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.elem-heading-lv1 .heading-box .sub-holder {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-left: 1.42857em;
}
.elem-heading-lv1 .sub-text {
  padding-bottom: 0.3125em;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}
.elem-heading-lv1 .heading-box + .sub-text {
  padding-top: 0.3125em;
  padding-bottom: 0;
}
.elem-heading-lv1 .heading-box .sub-text {
  padding-bottom: 0;
}
.elem-heading-lv1 .heading-box .sub-text p {
  white-space: nowrap;
}
.elem-heading-lv1 .heading-box .sub-text p a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.75em;
}
.elem-heading-lv1 .heading-box .sub-text p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.375em;
  height: 0.625em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}

/*
-------------------------------
	-- .elem-heading-lv2
-------------------------------
*/
.elem-heading-lv2 {
  padding: 2.14286em 0 1.42857em 0;
  /*-  sub-text  -*/
  /*-  style-border  -*/
  /*-  [fix-layout] .elem-main-visual  -*/
  /*-  [fix-layout] .elem-heading-lv1  -*/
}
.elem-heading-lv2 .heading-box {
  display: table;
  width: 100%;
}
.elem-heading-lv2 .heading-box .title-holder {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
  padding-left: 2.14286em;
  position: relative;
}
.elem-heading-lv2 .heading-box .title-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 1.71429em;
  height: 1.5em;
  margin-top: 0.42857em;
  background: url(/common/img/img-components/elem-heading-lv2/icon.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-heading-lv2 .heading-box .title-holder h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.elem-heading-lv2 .heading-box .sub-holder {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-left: 1.42857em;
}
.elem-heading-lv2 .sub-text {
  padding-left: 2.14286em;
  padding-bottom: 0.35714em;
}
.elem-heading-lv2 .heading-box + .sub-text {
  padding-top: 0.35714em;
  padding-left: 2.14286em;
  padding-bottom: 0;
}
.elem-heading-lv2 .heading-box .sub-text {
  padding-left: 1.07143em;
  padding-bottom: 0;
}
.elem-heading-lv2 .heading-box .sub-text p {
  white-space: nowrap;
}
.elem-heading-lv2 .heading-box .sub-text p a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.85714em;
}
.elem-heading-lv2 .heading-box .sub-text p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.42857em;
  height: 0.71429em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-heading-lv2 > .style-border {
  padding-bottom: 0.71429em;
  border-bottom: 0.14286em solid #cbc2b1;
}
.elem-heading-lv2 > .style-border .heading-box {
  display: table;
  width: 100%;
  text-align: center;
  position: relative;
}
.elem-heading-lv2 > .style-border .heading-box .title-holder {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-left: 0;
}
.elem-heading-lv2 > .style-border .heading-box .title-holder:before {
  content: "";
  background: none;
}
.elem-heading-lv2 > .style-border .heading-box .title-holder h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #b2aa98;
}
.elem-heading-lv2 > .style-border .heading-box .sub-holder {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  margin: -0.75em 0 0 0;
  padding-left: 0;
  text-align: left;
}
.elem-heading-lv2 > .style-border .heading-box .sub-holder p {
  color: #333;
  font-weight: normal;
}
.elem-heading-lv2 > .style-border .sub-text {
  text-align: center;
  padding-bottom: 0.14286em;
  padding-left: 0;
}
.elem-heading-lv2 > .style-border .sub-text p {
  color: #b2aa98;
  font-weight: bold;
}
.elem-heading-lv2 > .style-border .heading-box + .sub-text {
  padding-top: 0.14286em;
  padding-bottom: 0;
  padding-left: 0;
}
.elem-main-visual + .elem-heading-lv2 {
  padding-top: 0.71429em;
}
.elem-main-visual + .elem-divide-block .divide-box > div .elem-heading-lv2:first-child {
  padding-top: 0;
}
.elem-heading-lv1 + .elem-heading-lv2 {
  padding-top: 0;
}
.elem-heading-lv1 + .elem-divide-block .style-column2 .divide-box:nth-child(-n+2) > div .elem-heading-lv2 {
  padding-top: 0;
}
.elem-heading-lv1 + .elem-divide-block .style-column3 .divide-box:nth-child(-n+3) > div .elem-heading-lv2 {
  padding-top: 0;
}
.elem-heading-lv1 + .elem-divide-block .style-column4 .divide-box:nth-child(-n+4) > div .elem-heading-lv2 {
  padding-top: 0;
}

/*
-------------------------------
	-- .elem-heading-lv3
-------------------------------
*/
.elem-heading-lv3 {
  padding: 1.07143em 0 1.07143em 0;
  /*-  sub-text  -*/
  /*-  [fix-layout] .elem-main-visual  -*/
  /*-  [fix-layout] .elem-pic-block  -*/
  /*-  [fix-layout] .elem-heading-lv2  -*/
}
.elem-heading-lv3 > div {
  padding-bottom: 0.35714em;
  background: url(/common/img/img-components/elem-heading-lv3/bg-line.gif) 0 100% repeat-x;
}
.elem-heading-lv3 .heading-box {
  display: table;
  width: 100%;
}
.elem-heading-lv3 .heading-box .title-holder {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
}
.elem-heading-lv3 .heading-box .title-holder h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.elem-heading-lv3 .heading-box .title-holder h3 a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.85714em;
}
.elem-heading-lv3 .heading-box .title-holder h3 a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.375em;
  height: 0.625em;
  margin-top: 0.375em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-heading-lv3 .heading-box .title-holder h3 a.anchor {
  text-decoration: none;
}
.elem-heading-lv3 .heading-box .title-holder h3 a.anchor:before {
  width: 0.625em;
  height: 0.375em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/down.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-heading-lv3 .heading-box .sub-holder {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-left: 1.42857em;
}
.elem-heading-lv3 .sub-text {
  padding-bottom: 0.35714em;
}
.elem-heading-lv3 .sub-text p:after {
  content: "";
  clear: both;
  display: block;
}
.elem-heading-lv3 .sub-text p .icon {
  display: block;
  float: left;
}
.elem-heading-lv3 .sub-text p .icon > .style-color1 {
  display: block;
  padding: 0.07143em 0.5em 0.14286em;
  background: #627ba3;
  color: #fff;
}
.elem-heading-lv3 .sub-text p .icon > .style-color2 {
  display: block;
  padding: 0.07143em 0.5em 0.14286em;
  background: #b3ae98;
  color: #fff;
}
.elem-heading-lv3 .sub-text p .icon > .style-color3 {
  display: block;
  padding: 0.07143em 0.5em 0.14286em;
  background: #bb2f36;
  color: #fff;
}
.elem-heading-lv3 .sub-text p .icon > .style-color4 {
  display: block;
  padding: 0.07143em 0.5em 0.14286em;
  background: #f3ab11;
  color: #fff;
}
.elem-heading-lv3 .heading-box + .sub-text {
  padding-top: 0.35714em;
  padding-bottom: 0;
}
.elem-heading-lv3 .heading-box .sub-text {
  padding-left: 1.07143em;
  padding-bottom: 0;
}
.elem-heading-lv3 .heading-box .sub-text p {
  white-space: nowrap;
}
.elem-heading-lv3 .heading-box .sub-text p a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.85714em;
}
.elem-heading-lv3 .heading-box .sub-text p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.42857em;
  height: 0.71429em;
  margin-top: 0.42857em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-main-visual + .elem-divide-block .divide-box > div .elem-heading-lv3:first-child {
  padding-top: 0;
}
.elem-pic-block .txt-box .txt-body > div > .elem-heading-lv3 {
  padding-top: 0;
}
.elem-heading-lv2 + .elem-heading-lv3 {
  padding-top: 0;
}
.elem-heading-lv2 + .elem-divide-block .style-column2 .divide-box:nth-child(-n+2) > div .elem-heading-lv3 {
  padding-top: 0;
}
.elem-heading-lv2 + .elem-divide-block .style-column3 .divide-box:nth-child(-n+3) > div .elem-heading-lv3 {
  padding-top: 0;
}
.elem-heading-lv2 + .elem-divide-block .style-column4 .divide-box:nth-child(-n+4) > div .elem-heading-lv3 {
  padding-top: 0;
}

/*
-------------------------------
	-- .elem-heading-lv4
-------------------------------
*/
.elem-heading-lv4 {
  padding: 0.35714em 0 0.57143em;
  /*-  [fix-layout] .elem-heading-lv3  -*/
}
.elem-heading-lv4 > div {
  padding-left: 1em;
  background: url(/common/img/img-components/elem-heading-lv4/icon.gif) 0 0.7em no-repeat;
}
.elem-heading-lv4 .heading-box .title-holder h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.elem-heading-lv3 + .elem-heading-lv4 {
  padding-top: 0;
}

/*
-------------------------------
	-- .elem-heading-lv5
-------------------------------
*/
.elem-heading-lv5 {
  padding: 0 0 0.71429em 0;
}
.elem-heading-lv5 .heading-box .title-holder h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

/*
-------------------------------
	-- .elem-heading-lv6
-------------------------------
*/
.elem-heading-lv6 {
  padding: 0 0 0.35714em 0;
}

/*
========================================================
	- TEXT
========================================================
*/
/*
-------------------------------
	-- .elem-catch
-------------------------------
*/
.elem-catch {
  padding: 0 0 0.85714em 0;
  /*-  .style-right  -*/
  /*-  .style-center  -*/
  /*-  .style-large  -*/
  /*-  .style-x-large  -*/
}
.elem-catch p {
  color: #c4aa70;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.2;
}
.elem-catch > .style-right {
  text-align: right;
}
.elem-catch > .style-center {
  text-align: center;
}
.elem-catch > .style-large p {
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
  /*--  .style-underline  --*/
}
.elem-catch > .style-large p strong {
  font-weight: normal;
}
.elem-catch > .style-large p .style-underline {
  background: url(/common/img/img-components/elem-heading-lv3/bg-line.gif) 0 100% repeat-x;
}
.elem-catch > .style-x-large {
  padding-bottom: 0.71429em;
}
.elem-catch > .style-x-large p {
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  /*--  .style-underline  --*/
}
.elem-catch > .style-x-large p strong {
  font-weight: normal;
}
.elem-catch > .style-x-large p .style-underline {
  background: url(/common/img/img-components/elem-heading-lv3/bg-line.gif) 0 100% repeat-x;
}

/*
-------------------------------
	-- .elem-paragraph
-------------------------------
*/
.elem-paragraph {
  margin: -0.21429em 0 0 0;
  padding: 0 0 1.07143em 0;
  /*-  .style-right  -*/
  /*-  .style-center  -*/
  /*-  .style-large  -*/
  /*-  .style-x-large  -*/
}
.elem-paragraph p {
  letter-spacing: 0.08em;
  /*-  p  -*/
  /*--  .style-number  --*/
  /*--  .style-underline  --*/
  /*--  a  --*/
  /*--  strong  --*/
  /*--  em  --*/
  /*--  img  --*/
}
.elem-paragraph p .style-number {
  color: #917d53;
  font-weight: bold;
  letter-spacing: normal;
}
.elem-paragraph p .style-underline {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
.elem-paragraph p a {
  text-decoration: underline;
}
.elem-paragraph p a:hover {
  text-decoration: none;
}
.elem-paragraph p strong {
  color: #333;
  font-weight: bold;
}
.elem-paragraph p em {
  color: #bf4539;
  font-style: normal;
  font-weight: bold;
}
.elem-paragraph p img {
  position: relative;
  top: .05em;
  padding-right: .25em;
  vertical-align: baseline;
}
.elem-paragraph p + p {
  padding-top: 0.35714em;
}
.elem-paragraph > .style-right {
  text-align: right;
}
.elem-paragraph > .style-center {
  text-align: center;
}
.elem-paragraph > .style-large p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.elem-paragraph > .style-x-large p {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}

/*
========================================================
	- LIST
========================================================
*/
/*
-------------------------------
	-- common setting
-------------------------------
*/
/*
-------------------------------
	-- .elem-txt-list
-------------------------------
*/
.elem-txt-list {
  margin: -0.35714em 0 0 0;
  padding: 0 0 1.21429em 0;
  /*-  .style-right  -*/
  /*-  .style-pagetop  -*/
  /*-  .style-liner  -*/
}
.elem-txt-list ul.txt-list {
  margin: -0.14286em 0 0 0;
}
.elem-txt-list ul.txt-list > li {
  padding: 0.14286em 0 0 0;
}
.elem-txt-list ul.txt-list > li p {
  /*-  p  -*/
  /*--  span  --*/
  /*--  a  --*/
  /*--  a.anchor  --*/
}
.elem-txt-list ul.txt-list > li p > span {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.71429em;
}
.elem-txt-list ul.txt-list > li p > span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.28571em;
  height: 0.28571em;
  margin-top: 0.64286em;
  background: url(/common/img/img-components/elem-txt-list/icon-dot.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list ul.txt-list > li p a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.85714em;
  /*---  [fix-layout] a.blank  ---*/
  /*---  [fix-layout] a.pdf  ---*/
}
.elem-txt-list ul.txt-list > li p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.42857em;
  height: 0.71429em;
  margin-top: 0.42857em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list ul.txt-list > li p a.blank:after {
  margin-left: 0.5em;
}
.elem-txt-list ul.txt-list > li p a.pdf:after {
  margin-left: 0.5em;
}
.elem-txt-list ul.txt-list > li p a.anchor {
  padding-left: 1.14286em;
}
.elem-txt-list ul.txt-list > li p a.anchor:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.71429em;
  height: 0.42857em;
  margin-top: 0.64286em;
  background: url(/common/img/img-common/arrow/down.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list .elem-txt-list {
  margin-top: 0;
  padding-top: 0.5em;
  padding-left: 2.14286em;
  padding-bottom: 0.35714em;
}
.elem-txt-list > .style-right {
  text-align: right;
}
.elem-txt-list > .style-pagetop {
  padding-top: 0.71429em;
  text-align: right;
}
.elem-txt-list > .style-pagetop ul.txt-list > li p a {
  padding-left: 1.14286em;
}
.elem-txt-list > .style-pagetop ul.txt-list > li p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.71429em;
  height: 0.42857em;
  margin-top: 0.64286em;
  background: url(/common/img/img-common/arrow/top.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list > .style-liner ul.txt-list {
  margin-left: -1.42857em;
  letter-spacing: -0.4em;
}
.elem-txt-list > .style-liner ul.txt-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 1.42857em;
  letter-spacing: 0.08em;
}

/*
-------------------------------
	-- .elem-txt-list-detail
-------------------------------
*/
.elem-txt-list-detail {
  padding: 0 0 0.71429em;
  /*-  .style-list-order  -*/
  /*-  .style-list-note  -*/
  /*-  .style-list-route  -*/
  /*-  .style-list-tag  -*/
}
.elem-txt-list-detail > div > div > div > div {
  display: table;
  width: 100%;
}
.elem-txt-list-detail dl.txt-list-detail {
  display: table-row;
}
.elem-txt-list-detail dl.txt-list-detail > dt,
.elem-txt-list-detail dl.txt-list-detail > dd {
  display: table-cell;
  vertical-align: top;
}
.elem-txt-list-detail dl.txt-list-detail > dt {
  display: table-cell;
  position: relative;
  width: 1%;
  padding-right: 1.42857em;
  font-weight: bold;
  white-space: nowrap;
}
.elem-txt-list-detail dl.txt-list-detail > dt span {
  display: block;
  margin-top: -0.21429em;
}
.elem-txt-list-detail dl.txt-list-detail > dt span img {
  margin-top: 0.21429em;
}
.elem-txt-list-detail dl.txt-list-detail > dt:after {
  position: absolute;
  top: -0.28571em;
  right: 0.35714em;
  content: ':';
  font-weight: normal;
}
.elem-txt-list-detail dl.txt-list-detail > dd {
  width: 99%;
}
.elem-txt-list-detail dl.txt-list-detail > dd [class^="elem-"] {
  padding-bottom: 0.35714em;
}
.elem-txt-list-detail > .style-list-note dl.txt-list-detail > dt {
  padding-right: 0.35714em;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
}
.elem-txt-list-detail > .style-list-note dl.txt-list-detail > dt:after {
  content: '';
}
.elem-txt-list-detail > .style-list-note dl.txt-list-detail > dd {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
}
.elem-txt-list-detail > .style-list-route dl.txt-list-detail > dt {
  padding-right: 0.71429em;
}
.elem-txt-list-detail > .style-list-route dl.txt-list-detail > dt:after {
  content: '';
}
.elem-txt-list-detail > .style-list-route dl.txt-list-detail + dl.txt-list-detail > dt {
  padding-top: 0.57143em;
}
.elem-txt-list-detail > .style-list-route dl.txt-list-detail + dl.txt-list-detail > dd {
  padding-top: 0.57143em;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dt {
  padding-left: 1.42857em;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dt:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 1.21429em;
  height: 0.78571em;
  margin-top: 0.21429em;
  background: url(/common/img/img-components/elem-txt-list-detail/icon-list-tag.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd {
  /*-  [fix-layout] .elem-txt-list  -*/
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd .elem-txt-list ul.txt-list {
  margin-left: -0.71429em;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd .elem-txt-list ul.txt-list > li {
  padding-left: 0.71429em;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd .elem-txt-list ul.txt-list > li p a {
  padding-left: 0;
  text-decoration: underline;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd .elem-txt-list ul.txt-list > li p a:hover {
  text-decoration: none;
}
.elem-txt-list-detail > .style-list-tag dl.txt-list-detail > dd .elem-txt-list ul.txt-list > li p a:before {
  content: '';
  background: none;
}

/*
-------------------------------
	-- .elem-txt-list-date
-------------------------------
*/
.elem-txt-list-date {
  padding: 0 0 1.42857em 0;
}
.elem-txt-list-date ul.txt-list-date {
  border-top: dotted 1px #ccc;
  display: table;
  width: 100%;
}
.elem-txt-list-date ul.txt-list-date > li {
  display: table-row;
}
.elem-txt-list-date ul.txt-list-date > li > [class$="-box"] {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.5em;
  border-bottom: dotted 1px #ccc;
}
.elem-txt-list-date ul.txt-list-date > li > .date-box {
  width: 1%;
  white-space: nowrap;
  padding-bottom: 0.42857em;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box {
  width: 1%;
  white-space: nowrap;
  padding-top: 0.42857em;
  padding-left: 0.71429em;
  padding-bottom: 0.42857em;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul {
  margin-top: -0.71429em;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li {
  display: block;
  padding: 0.71429em 0 0 0;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span {
  display: block;
  min-width: 70px;
  padding: 0.14286em 0.35714em 0.28571em;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span.style-color1 {
  background: #eee;
}
.section-content > .style-color2 .elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span.style-color1 {
  background: #fff;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span.style-color2 {
  background: #bc2f36;
  color: #fff;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span.style-color3 {
  background: #917d53;
  color: #fff;
}
.elem-txt-list-date ul.txt-list-date > li > .icon-box ul li span.style-color4 {
  border: 1px solid #ccc;
  background: #fff;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box {
  width: 98%;
  padding-top: 0.64286em;
  padding-left: 0.71429em;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box .elem-paragraph {
  padding-bottom: 0.42857em;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box .elem-paragraph p a {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 0.85714em;
  color: #666;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box .elem-paragraph p a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.42857em;
  height: 0.71429em;
  margin-top: 0.42857em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box + .txt-box {
  width: 1%;
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}
.elem-txt-list-date ul.txt-list-date > li > .txt-box + .txt-box .elem-paragraph {
  padding-left: 1.42857em;
}

/*
-------------------------------
	-- .elem-txt-list-pagenation
-------------------------------
*/
.elem-txt-list-pagenation {
  padding: 0.71429em 0 1.42857em;
  text-align: center;
}
.elem-txt-list-pagenation ul.txt-list-pagenation {
  letter-spacing: -0.4em;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 0.5em;
  letter-spacing: 0.08em;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li:first-child {
  padding-left: 0;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li p {
  display: table;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li p a {
  display: table-cell;
  vertical-align: middle;
  width: 2.14286em;
  height: 2.14286em;
  color: #006699;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li p a:hover {
  text-decoration: none;
}
.elem-txt-list-pagenation ul.txt-list-pagenation > li.current p a {
  color: #000;
  font-weight: normal;
  border: none;
  border: 1px solid #fff;
}

/*
-------------------------------
	-- .elem-txt-list-tab
-------------------------------
*/
.elem-txt-list-tab {
  padding: 0.71429em 0 1.42857em 0;
}
.elem-txt-list-tab ul.txt-list-tab {
  border-left: 1px solid #ccc;
}
.elem-txt-list-tab ul.txt-list-tab:after {
  content: "";
  clear: both;
  display: block;
}
.elem-txt-list-tab ul.txt-list-tab li {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
}
.elem-txt-list-tab ul.txt-list-tab li:nth-child(5n+6) {
  clear: left;
}
.elem-txt-list-tab ul.txt-list-tab li:nth-child(n+6) a {
  border-top: none;
}
.elem-txt-list-tab ul.txt-list-tab li a {
  display: table;
  vertical-align: middle;
  width: 100%;
  background: url(/common/img/img-components/elem-txt-list-tab/bg.jpg) 0 0 repeat;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #999;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.elem-txt-list-tab ul.txt-list-tab li a .txt {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  padding: 0.78571em 0.71429em 0.64286em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #fff;
}
.elem-txt-list-tab ul.txt-list-tab li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.elem-txt-list-tab ul.txt-list-tab li.current {
  padding-top: 0;
}
.elem-txt-list-tab ul.txt-list-tab li.current a {
  width: 100%;
  background: #fff;
  color: #333;
  cursor: default;
}
.elem-txt-list-tab ul.txt-list-tab li.current a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.elem-txt-list-tab > .style-column-auto ul.txt-list-tab li {
  float: left;
  width: auto;
}
.elem-txt-list-tab > .style-column-auto ul.txt-list-tab li:nth-child(5n+6) {
  clear: none;
}
.elem-txt-list-tab > .style-column-auto ul.txt-list-tab li:nth-child(n+6) a {
  border-top: 1px solid #ccc;
}

.elem-txt-list-tab-body .tab-body-box {
  display: none;
}
.elem-txt-list-tab-body .tab-body-box:first-child {
  display: block;
}
.elem-txt-list-tab-body .tab-body-box > div {
  /*-  [fix-layout] .elem-heading-lv2  -*/
  /*-  [fix-layout] .elem-heading-lv3  -*/
}
.elem-txt-list-tab-body .tab-body-box > div > .elem-heading-lv2 {
  padding-top: 0;
}
.elem-txt-list-tab-body .tab-body-box > div > .elem-heading-lv3 {
  padding-top: 0;
}

/*
-------------------------------
	-- .elem-img-list-tab
-------------------------------
*/
.flexbox .elem-img-list-tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.no-flexbox .elem-img-list-tab ul {
  margin-left: -1.04167%;
}
.no-flexbox .elem-img-list-tab ul:before, .no-flexbox .elem-img-list-tab ul:after {
  display: table;
  content: "";
}
.no-flexbox .elem-img-list-tab ul:after {
  clear: both;
}
.no-flexbox .elem-img-list-tab ul li {
  float: left;
  padding-left: 1.04167%;
}
.elem-img-list-tab ul li.current a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: default;
}

/*
-------------------------------
	-- .elem-txt-list-faq
-------------------------------
*/
.elem-txt-list-faq ul.txt-list-faq > li {
  padding-top: 1.42857em;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box {
  display: table;
  width: 100%;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box .question-head {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding-right: 0.35714em;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box .question-head > div {
  width: 1.78571em;
  height: 1.71429em;
  background: url(/common/img/img-components/elem-txt-list-faq/icon-question.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box .question-head p {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box .question-body {
  display: table-cell;
  vertical-align: top;
  width: 99%;
}
.elem-txt-list-faq ul.txt-list-faq > li .question-box .question-body p {
  color: #2453b3;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.4;
}
.elem-txt-list-faq ul.txt-list-faq > li .answer-box {
  padding-top: 0.35714em;
}
.elem-txt-list-faq ul.txt-list-faq > li .answer-box .answer-head {
  display: none;
}
.elem-txt-list-faq ul.txt-list-faq > li .answer-box .answer-body {
  padding: 0.35714em 0 0.71429em 0;
  letter-spacing: normal;
  /*-  [fix-layout] .elem-*  -*/
}
.elem-txt-list-faq ul.txt-list-faq > li .answer-box .answer-body [class^="elem-"] {
  padding-bottom: 0.71429em;
}
.elem-txt-list-faq ul.txt-list-faq > li .answer-box .answer-body .elem-txt-list-detail {
  padding-bottom: 0;
}

/*
========================================================
	- BUTTON
========================================================
*/
/*
-------------------------------
	-- .elem-btn
-------------------------------
*/
.elem-btn {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-  .style-large  -*/
  /*-  .style-blank  -*/
  /*-  .style-color1  -*/
  /*-  .style-color2  -*/
  /*-  .style-color3  -*/
}
.elem-btn:hover {
  text-decoration: none;
}
.elem-btn > span {
  display: block;
}
.elem-btn > span > span {
  display: block;
  padding: 0.14286em 1.07143em 0.21429em;
}
.elem-btn > span > span > span {
  display: block;
}
.elem-btn > span > span > span > span {
  display: table;
  width: 100%;
}
.elem-btn .txt {
  display: table-cell;
  vertical-align: middle;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  text-align: center;
}
.elem-btn > .style-large .txt {
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.elem-btn > .style-blank .txt span:after {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: " ";
  width: 1.28571em;
  height: 1.07143em;
  margin-top: 0.28571em;
  margin-left: 0.35714em;
  background: url(/common/img/img-common/icon/blank_white.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-btn > .style-blank.style-color2 .txt span:after {
  background: url(/common/img/img-common/icon/blank.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-btn > .style-color1 {
  border: 0.21429em solid #d06e73;
  background: url(/common/img/img-components/elem-btn/bg-color1.gif) 0 0 repeat;
}
.elem-btn > .style-color1 .txt {
  color: #fff;
}
.elem-btn > .style-color2 {
  padding: 0.14286em;
  border: 0.07143em solid #ccc;
  background: #fff;
}
.elem-btn > .style-color3 {
  border: 0.21429em solid #b2a487;
  background: url(/common/img/img-components/elem-btn/bg-color3.gif) 0 0 repeat;
}
.elem-btn > .style-color3 .txt {
  color: #fff;
}

/*
-------------------------------
	-- .elem-btn-list
-------------------------------
*/
.elem-btn-list {
  padding: 0 0 1.42857em 0;
  /*-  .style-liner  -*/
  /*-  .style-size-half  -*/
  /*-  .style-size-third  -*/
  /*-  .style-right  -*/
  /*-  .style-center  -*/
}
.elem-btn-list ul.btn-list li + li {
  padding-top: 0.35714em;
}
.elem-btn-list > .style-liner ul.btn-list {
  display: table;
  width: 100%;
}
.elem-btn-list > .style-liner ul.btn-list li {
  display: table-cell;
  vertical-align: top;
}
.elem-btn-list > .style-liner ul.btn-list li + li {
  padding-top: 0;
}
.elem-btn-list > .style-size-half ul.btn-list {
  display: table;
  width: 50%;
}
.elem-btn-list > .style-size-third ul.btn-list {
  display: table;
  width: 33.33%;
}
.elem-btn-list > .style-right:after {
  content: "";
  clear: both;
  display: block;
}
.elem-btn-list > .style-right ul.btn-list {
  float: right;
}
.elem-btn-list > .style-center ul.btn-list {
  margin: 0 auto;
}

/*
========================================================
	- PIC
========================================================
*/
/*
-------------------------------
	-- .elem-pic
-------------------------------
*/
.elem-pic {
  padding: 0 0 1.42857em 0;
  /*-  .style-new  -*/
  /*-  .style-frame  -*/
  /*-  .style-center  -*/
  /*-  .style-right  -*/
  /*-  .style-pickup  -*/
}
.elem-pic > div > div > div > div {
  display: table;
  width: 1%;
}
#layout-iframe .elem-pic > div > div > div > div {
  display: block;
  width: auto;
}
.elem-pic .holder img {
  max-width: none;
}
.elem-pic .holder img + img {
  display: none;
}
.elem-pic .thumb {
  padding-top: 0.21429em;
}
.elem-pic .thumb > ul {
  display: block;
  margin: -0.21429em 0 0 -0.21429em;
}
.elem-pic .thumb > ul:after {
  content: "";
  clear: both;
  display: block;
}
.elem-pic .thumb > ul li {
  width: 25%;
  float: left;
  padding: 0.21429em 0 0 0.21429em;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  line-height: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.elem-pic .thumb > ul li img {
  width: 100%;
}
.elem-pic .thumb > ul li.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.elem-pic + .elem-pic {
  margin-top: -1.07143em;
}
.elem-pic > .style-new .holder {
  position: relative;
}
.elem-pic > .style-new .holder:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 57px;
  height: 41px;
  margin-left: 10px;
  background: url(/common/img/img-components/elem-pic/icon-new.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-pic > .style-frame .holder {
  border: 1px solid #dbceb4;
  padding: 5px;
  background: #fff;
}
.elem-pic > .style-center > div > div > div {
  margin: 0 auto;
}
.elem-pic > .style-right > div > div:after {
  content: "";
  clear: both;
  display: block;
}
.elem-pic > .style-right > div > div > div {
  float: right;
}
.elem-pic > .style-pickup {
  position: relative;
}
.elem-pic > .style-pickup .title {
  position: absolute;
  top: 10px;
  left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.elem-pic > .style-pickup .title p {
  color: #fff;
  font-size: 52px;
  font-size: 5.2rem;
}
.elem-divide-block .elem-pic > .style-pickup .title p {
  font-size: 32px;
  font-size: 3.2rem;
}
.elem-pic > .style-pickup .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.57143em 1.07143em 0.71429em;
  background: url(/common/img/img-components/elem-pic/bg-caption.png) 0 0 repeat;
  box-sizing: border-box;
  text-align: center;
  /*-  [fix-layout] .elem-content-slider  -*/
}
.elem-content-slider .elem-pic > .style-pickup .caption {
  text-align: left;
}
.elem-pic > .style-pickup .caption p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
.elem-pic > .style-pickup {
  opacity: 1;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.elem-pic > .style-pickup img {
  opacity: 1;
}
.elem-pic > .style-pickup:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.elem-pic > .style-pickup:hover img {
  opacity: 1;
}
.elem-pic > .style-fix-height .holder {
  text-align: center;
  overflow: hidden;
}

/*
-------------------------------
	-- .elem-pic-block
-------------------------------
*/
.elem-pic-block {
  padding: 0 0 0.71429em;
  /*-  .style-vertical  -*/
  /*-  .style-content-box  -*/
  /*-  [fix-layout] #layout-iframe  -*/
  /*-  .style-column-ratio  -*/
}
.elem-pic-block > div > div > div > div {
  display: table;
  width: 100%;
}
.elem-pic-block .pic-box {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.elem-pic-block .pic-box .holder img {
  max-width: none;
}
.elem-pic-block .txt-box {
  display: table-cell;
  vertical-align: top;
  width: 99%;
}
.elem-pic-block .txt-box .txt-head > div {
  /*-  [fix-layout] .elem-heading-lv*  -*/
}
.elem-pic-block .txt-box .txt-head > div > [class^="elem-heading-lv"] {
  padding-top: 0;
}
.elem-pic-block .pic-box {
  padding-right: 2.14286em;
  /*-  [fix-layout] .elem-divide-block  -*/
}
.elem-divide-block .elem-pic-block .pic-box {
  padding-right: 1.42857em;
}
.elem-pic-block .txt-box + .pic-box {
  padding-right: 0;
  padding-left: 2.14286em;
  /*-  [fix-layout] .elem-divide-block  -*/
}
.elem-divide-block .elem-pic-block .txt-box + .pic-box {
  padding-right: 0;
  padding-left: 1.42857em;
}
.elem-pic-block > .style-vertical {
  /*--  [fix-layout] .style-content-box  --*/
}
.elem-pic-block > .style-vertical .pic-box {
  display: block;
  width: auto;
}
.elem-pic-block > .style-vertical .txt-box {
  display: block;
  width: auto;
}
.elem-pic-block > .style-vertical .pic-box {
  padding-right: 0;
}
.elem-pic-block > .style-vertical .txt-box {
  margin-top: -0.71429em;
}
.elem-pic-block > .style-vertical .txt-box + .pic-box {
  padding-left: 0;
}
.elem-pic-block > .style-vertical.style-content-box .txt-box {
  margin-top: 0;
  padding: 0.71429em 0.71429em 0;
}
.elem-pic-block > .style-content-box {
  padding-bottom: 0.71429em;
}
.elem-pic-block > .style-content-box > div {
  background: #fff;
}
.elem-pic-block > .style-content-box .pic-box {
  padding-bottom: 0;
  /*--  [fix-layout] .elem-pic  --*/
}
.elem-pic-block > .style-content-box .pic-box .elem-pic {
  padding-bottom: 0;
}
.elem-pic-block > .style-content-box .txt-box {
  margin-top: 0;
  padding: 0.71429em 0.71429em 0;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  /*-  [fix-layout] .elem-heading-lv3  -*/
}
.elem-pic-block > .style-content-box .txt-box .elem-heading-lv3 {
  padding-bottom: 0.71429em;
}
.elem-pic-block > .style-content-box .txt-box .elem-heading-lv3 > div {
  padding-bottom: 0;
  background: none;
}
#layout-iframe .elem-pic-block .pic-box {
  display: block;
  width: auto;
  padding-right: 0;
}
#layout-iframe .elem-pic-block .pic-box img {
  width: 100%;
  max-width: 100%;
}
#layout-iframe .elem-pic-block .txt-box {
  display: block;
  width: auto;
}
#layout-iframe .elem-pic-block .pic-box + .txt-box {
  margin-top: -0.71429em;
  padding-left: 0;
}
#layout-iframe .elem-pic-block .txt-box + .pic-box {
  padding-left: 0;
}
.elem-pic-block > .style-column-ratio .pic-box {
  width: 33%;
}
.elem-pic-block > .style-column-ratio .pic-box .elem-pic > div > div > div > div {
  width: 100%;
}
.elem-pic-block > .style-column-ratio .pic-box .elem-pic > div > div > div > div img {
  width: 100%;
}
.elem-pic-block > .style-column-ratio .txt-box {
  width: 67%;
}

/*
-------------------------------
	-- .elem-pic-list
-------------------------------
*/
.elem-pic-list {
  padding: 0 0 1.42857em;
}
.elem-pic-list ul.pic-list {
  margin: -5px 0 0 -5px;
}
.elem-pic-list ul.pic-list:after {
  content: "";
  clear: both;
  display: block;
}
.elem-pic-list ul.pic-list > li {
  float: left;
  padding: 5px 0 0 5px;
  /*-  [fix-layout] .elem-pic  -*/
}
.elem-pic-list ul.pic-list > li .elem-pic {
  padding-bottom: 0;
}
.elem-pic-list ul.pic-list > li .elem-pic img {
  display: block;
}

/*
========================================================
	- TABLE
========================================================
*/
/*
-------------------------------
	-- elem-table
-------------------------------
*/
div.elem-table {
  padding: 0 0 1.42857em 0;
}
div.elem-table table.elem-table {
  width: 100%;
  border-top: 1px solid #e0dfdc;
  border-left: 1px solid #e0dfdc;
  /*-  table-parts  -*/
}
div.elem-table table.elem-table > thead > tr > th,
div.elem-table table.elem-table > tbody > tr > th {
  vertical-align: top;
  padding: 0.5em 1.07143em 0.71429em;
  border-right: 1px solid #d9d7d4;
  border-bottom: 1px solid #d9d7d4;
  background: #fff;
  text-align: left;
}
div.elem-table table.elem-table > thead > tr > td,
div.elem-table table.elem-table > tbody > tr > td {
  vertical-align: top;
  padding: 0.5em 1.07143em 0.71429em;
  border-right: 1px solid #d9d7d4;
  border-bottom: 1px solid #d9d7d4;
  background: #fff;
  text-align: left;
}
div.elem-table table.elem-table th.table-lv1,
div.elem-table table.elem-table td.table-lv1 {
  background: #bfbebb;
  color: #fff;
}
div.elem-table table.elem-table th.table-lv2,
div.elem-table table.elem-table td.table-lv2 {
  background: #e5e5e1;
}
div.elem-table table.elem-table th.table-lv3,
div.elem-table table.elem-table td.table-lv3 {
  background: #f2f1ed;
}
div.elem-table table.elem-table th.table-center,
div.elem-table table.elem-table td.table-center {
  text-align: center;
}
div.elem-table table.elem-table th.table-right,
div.elem-table table.elem-table td.table-right {
  text-align: right;
}
div.elem-table table.elem-table th.table-top,
div.elem-table table.elem-table td.table-top {
  vertical-align: top;
}
div.elem-table table.elem-table th.table-middle,
div.elem-table table.elem-table td.table-middle {
  vertical-align: middle;
}
div.elem-table table.elem-table th.table-bottom,
div.elem-table table.elem-table td.table-bottom {
  vertical-align: bottom;
}
div.elem-table table.elem-table th.table-small-pad,
div.elem-table table.elem-table td.table-small-pad {
  padding: 0.35714em 0.71429em;
}
div.elem-table table.elem-table th.table-large-pad,
div.elem-table table.elem-table td.table-large-pad {
  padding: 1.42857em 2.14286em;
}
div.elem-table table.elem-table th.table-elem,
div.elem-table table.elem-table td.table-elem {
  padding-top: 0.71429em;
  padding-bottom: 0;
  /*-  [fix-layout] .elem-* -*/
}
div.elem-table table.elem-table th.table-elem [class^="elem-"],
div.elem-table table.elem-table td.table-elem [class^="elem-"] {
  padding-bottom: 0.71429em;
}
div.elem-table table.elem-table th.table-elem .elem-txt-list-detail,
div.elem-table table.elem-table td.table-elem .elem-txt-list-detail {
  padding-bottom: 0;
}
div.elem-table > .style-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
div.elem-table > .style-scroll:before {
  display: block;
  content: "※左右にスクロールしてご覧いただけます。";
  color: #ff6295;
}
div.elem-table > .style-scroll::-webkit-scrollbar {
  background: #f1f1f1;
}
div.elem-table > .style-scroll::-webkit-scrollbar:horizontal {
  height: 15px;
}
div.elem-table > .style-scroll::-webkit-scrollbar-thumb {
  background: #5f5c55;
  border-radius: 4px;
  border: 1px solid #a8a8a8;
}
div.elem-table > .style-scroll table.elem-table > thead > tr > th,
div.elem-table > .style-scroll table.elem-table > tbody > tr > th {
  white-space: nowrap;
}
div.elem-table > .style-scroll table.elem-table > thead > tr > td,
div.elem-table > .style-scroll table.elem-table > tbody > tr > td {
  white-space: nowrap;
}

/*
-------------------------------
	-- elem-table-editor
-------------------------------
*/
div.elem-table-editor {
  padding: 0 0 1.42857em;
}
div.elem-table-editor table {
  width: 100%;
  border-top: 1px solid #d9d7d4;
  border-left: 1px solid #d9d7d4;
}
div.elem-table-editor table th {
  padding: 0.71429em 1.07143em;
  border-right: 1px solid #d9d7d4;
  border-bottom: 1px solid #d9d7d4;
  background: #bfbebb;
  color: #fff;
  text-align: left;
}
div.elem-table-editor table td {
  padding: 0.71429em 1.07143em;
  border-right: 1px solid #d9d7d4;
  border-bottom: 1px solid #d9d7d4;
  background: #fff;
  text-align: left;
}

/*
========================================================
	- DIVIDE
========================================================
*/
/*
-------------------------------
	-- elem-divide-block
-------------------------------
*/
.elem-divide-block {
  /*-  .style-column2  -*/
  /*-  .style-column2-unique  -*/
  /*-  .style-column3  -*/
  /*-  .style-column4  -*/
  /*-  .style-column5  -*/
  /*-  .style-column6  -*/
  /*-  .style-contact  -*/
}
.elem-divide-block .divide-box {
  float: left;
}
.elem-divide-block > .style-column2 {
  margin: 0 0 0 -3.125%;
  /*--  [fix-layout] #layout-iframe  --*/
}
.elem-divide-block > .style-column2:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column2 > div > div > div > .divide-box {
  padding: 0 0 0 3.0303%;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column2 > div > div > div > .divide-box:nth-child(2n+3) {
  clear: left;
}
.style-column2-full .elem-divide-block > .style-column2 {
  margin: 0 0 0 -20px;
}
.style-column2-full .elem-divide-block > .style-column2 > div > div > div > .divide-box {
  padding: 0 0 0 20px;
}
#layout-iframe .elem-divide-block > .style-column2 {
  margin: 0;
}
#layout-iframe .elem-divide-block > .style-column2 > div > div > div > .divide-box {
  padding: 0;
  width: 100%;
}
.elem-divide-block > .style-column2-unique {
  margin: 0 0 0 -3.125%;
  /*--  #layout-column2  --*/
  /*--  #site-area-footer  --*/
}
.elem-divide-block > .style-column2-unique:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column2-unique > div > div > div > .divide-box {
  padding: 0 0 0 3.0303%;
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column2-unique > div > div > div > .divide-box:first-child {
  width: 66.66667%;
}
.elem-divide-block > .style-column2-unique > div > div > div > .divide-box:nth-child(2n + 3) {
  clear: left;
}
#layout-column2 .elem-divide-block > .style-column2-unique {
  margin: 0 0 0 -6.25%;
}
#layout-column2 .elem-divide-block > .style-column2-unique > div > div > div > .divide-box {
  padding: 0 0 0 5.88235%;
}
#site-area-footer .elem-divide-block > .style-column2-unique {
  margin: 0 0 0 -6.25%;
}
#site-area-footer .elem-divide-block > .style-column2-unique > div > div > div > .divide-box {
  padding: 0 0 0 5.88235%;
}
.elem-divide-block > .style-column3 {
  margin: 0 0 0 -2.60417%;
  /*--  [fix-layout] #layout-iframe  --*/
}
.elem-divide-block > .style-column3:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column3 > div > div > div > .divide-box {
  padding: 0 0 0 2.53807%;
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column3 > div > div > div > .divide-box:nth-child(3n + 4) {
  clear: left;
}
#layout-iframe .elem-divide-block > .style-column3 {
  margin: 0;
}
#layout-iframe .elem-divide-block > .style-column3 > div > div > div > .divide-box {
  padding: 0;
  width: 100%;
}
.elem-divide-block > .style-column4 {
  margin: 0 0 0 -2.08333%;
  /*--  [fix-layout] #layout-iframe  --*/
}
.elem-divide-block > .style-column4:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column4 > div > div > div > .divide-box {
  padding: 0 0 0 2.04082%;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column4 > div > div > div > .divide-box:nth-child(4n + 5) {
  clear: left;
}
#layout-iframe .elem-divide-block > .style-column4 {
  margin: 0;
}
#layout-iframe .elem-divide-block > .style-column4 > div > div > div > .divide-box {
  padding: 0;
  width: 100%;
}
.elem-divide-block > .style-column5 {
  margin: 0 0 0 -2.08333%;
  /*--  [fix-layout] #layout-iframe  --*/
}
.elem-divide-block > .style-column5:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column5 > div > div > div > .divide-box {
  padding: 0 0 0 2.04082%;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column5 > div > div > div > .divide-box:nth-child(5n + 6) {
  clear: left;
}
#layout-iframe .elem-divide-block > .style-column5 {
  margin: 0;
}
#layout-iframe .elem-divide-block > .style-column5 > div > div > div > .divide-box {
  padding: 0;
  width: 100%;
}
.elem-divide-block > .style-column6 {
  margin: 0 0 0 -2.08333%;
  /*--  [fix-layout] #layout-iframe  --*/
}
.elem-divide-block > .style-column6:after {
  content: "";
  clear: both;
  display: block;
}
.elem-divide-block > .style-column6 > div > div > div > .divide-box {
  padding: 0 0 0 2.04082%;
  width: 16.66667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elem-divide-block > .style-column6 > div > div > div > .divide-box:nth-child(6n + 7) {
  clear: left;
}
#layout-iframe .elem-divide-block > .style-column6 {
  margin: 0;
}
#layout-iframe .elem-divide-block > .style-column6 > div > div > div > .divide-box {
  padding: 0;
  width: 100%;
}
.elem-divide-block > .style-contact {
  margin: 0 -5.20833%;
  padding-bottom: 1.42857em;
}
.elem-divide-block > .style-contact > div > div > div > .divide-box {
  padding: 0 4.71698%;
  border-left: 1px solid #ccc9c0;
  /*-  [fix-layout] .elem-*:last-child -*/
}
.elem-divide-block > .style-contact > div > div > div > .divide-box:first-child {
  border-left: none;
}
.elem-divide-block > .style-contact > div > div > div > .divide-box [class^="elem-"]:last-child {
  padding-bottom: 0;
}

/*
========================================================
	- SLIDER
========================================================
*/
/*
-------------------------------
	-- elem-content-slider
-------------------------------
*/
.elem-content-slider {
  position: relative;
  /*-  .slider-holder-box  -*/
  /*-  .slider-pager-box  -*/
  /*-  column-size  -*/
  /*--  .style-column1  --*/
  /*--  .style-column2  --*/
  /*--  .style-column2-full  --*/
  /*--  .style-column3  --*/
  /*--  .style-column4  --*/
  /*--  .style-column4-full  --*/
  /*--  .style-main-visual  --*/
}
.slider-holder-box {
  position: relative;
  /*--  .slider-list  --*/
  /*--  .slider-nav  --*/
}
.slider-holder-box ul.slider-list {
  letter-spacing: -0.4em;
  white-space: nowrap;
  overflow: hidden;
}
.slider-holder-box ul.slider-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  white-space: normal;
}
.slider-holder-box ul.slider-nav > li a {
  display: block;
  width: 2.28571em;
  height: 5.71429em;
  margin-top: -2.85714em;
  z-index: 1;
}
.slider-holder-box ul.slider-nav > li a span {
  display: block;
  text-indent: -9999px;
}
.slider-holder-box ul.slider-nav > li.slider-prev a {
  position: absolute;
  top: 50%;
  left: -2.85714em;
  background: url(/common/img/img-components/elem-content-slider/arrow-prev-small.png) 0 0 no-repeat;
  background-size: contain;
}
.style-column2-full .slider-holder-box ul.slider-nav > li.slider-prev a, .style-column4-full .slider-holder-box ul.slider-nav > li.slider-prev a {
  left: 0;
  width: 3.21429em;
  height: 10.71429em;
  margin-top: -5.35714em;
  background: url(/common/img/img-components/elem-content-slider/arrow-prev.png) 0 0 no-repeat;
  background-size: contain;
}
.slider-holder-box ul.slider-nav > li.slider-next a {
  position: absolute;
  top: 50%;
  right: -2.85714em;
  background: url(/common/img/img-components/elem-content-slider/arrow-next-small.png) 0 0 no-repeat;
  background-size: contain;
}
.style-column2-full .slider-holder-box ul.slider-nav > li.slider-next a, .style-column4-full .slider-holder-box ul.slider-nav > li.slider-next a {
  right: 0;
  width: 3.21429em;
  height: 10.71429em;
  margin-top: -5.35714em;
  background: url(/common/img/img-components/elem-content-slider/arrow-next.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-content-slider .slider-pager-box {
  display: none;
}
.elem-content-slider .slider-pager-box ul.slider-pager {
  text-align: center;
  line-height: 1;
}
.elem-content-slider .slider-pager-box ul.slider-pager li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0.42857em;
}
.elem-content-slider .slider-pager-box ul.slider-pager li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/common/img/img-components/elem-content-slider/thumbnail.png) 0 0 no-repeat;
}
.elem-content-slider .slider-pager-box ul.slider-pager li a span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
}
.elem-content-slider .slider-pager-box ul.slider-pager li.selected a {
  background-position: 0 -18px;
}
.elem-content-slider > .style-column1 .slider-holder-box ul.slider-list > li {
  width: 960px;
}
.elem-content-slider > .style-column2 .slider-holder-box ul.slider-list {
  margin: 0 -15px;
}
.elem-content-slider > .style-column2 .slider-holder-box ul.slider-list > li {
  width: 465px;
  padding: 0 15px;
}
.elem-content-slider > .style-column2 .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-column2-full .slider-holder-box ul.slider-list {
  width: 960px;
  margin: 0 auto;
}
.elem-content-slider > .style-column2-full .slider-holder-box ul.slider-list > li {
  width: 480px;
  padding: 0;
  /*--  [fix-layout].elem-divide-block  --*/
}
.elem-content-slider > .style-column2-full .slider-holder-box ul.slider-list > li .elem-divide-block > .style-column2 {
  margin-left: 0;
}
.elem-content-slider > .style-column2-full .slider-holder-box ul.slider-list > li .elem-divide-block .divide-box {
  padding-left: 0;
  /*---  [fix-layout].elem-pic  ---*/
}
.elem-content-slider > .style-column2-full .slider-holder-box ul.slider-list > li .elem-divide-block .divide-box .elem-pic {
  padding: 0;
}
.elem-content-slider > .style-column2-full .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-column2-full .slider-holder-box .caroufredsel-wrapper ul.slider-list > li {
  padding: 0;
}
.elem-content-slider > .style-column3 .slider-holder-box ul.slider-list {
  margin: 0 -12px;
}
.elem-content-slider > .style-column3 .slider-holder-box ul.slider-list > li {
  width: 304px;
  padding: 0 12px;
}
.elem-content-slider > .style-column3 .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-column4 .slider-holder-box ul.slider-list {
  margin: 0 -10px;
}
.elem-content-slider > .style-column4 .slider-holder-box ul.slider-list > li {
  width: 225px;
  padding: 0 10px;
}
.elem-content-slider > .style-column4 .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-column4-full .slider-holder-box ul.slider-list {
  width: 960px;
  margin: 0 auto;
}
.elem-content-slider > .style-column4-full .slider-holder-box ul.slider-list > li {
  width: 225px;
  padding: 0 10px;
}
.elem-content-slider > .style-column4-full .slider-holder-box ul.slider-list > li:first-child {
  padding-left: 0;
}
.elem-content-slider > .style-column4-full .slider-holder-box ul.slider-list > li:nth-child(4) {
  padding-right: 0;
}
.elem-content-slider > .style-column4-full .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-column4-full .slider-holder-box .caroufredsel-wrapper ul.slider-list > li {
  padding: 0 10px;
}
.elem-content-slider > .style-column4-full .slider-holder-box .caroufredsel-wrapper ul.slider-list > li:first-child {
  padding-left: 10px;
}
.elem-content-slider > .style-column4-full .slider-holder-box .caroufredsel-wrapper ul.slider-list > li:nth-child(4) {
  padding-right: 10px;
}
.elem-content-slider > .style-main-visual {
  padding-bottom: 0;
}
.elem-content-slider > .style-main-visual .slider-holder-box ul.slider-list {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  white-space: normal;
}
.elem-content-slider > .style-main-visual .slider-holder-box ul.slider-list > li {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -680px;
}
.elem-content-slider > .style-main-visual .slider-holder-box ul.slider-list > li .elem-pic img {
  max-width: none;
}
.elem-content-slider > .style-main-visual .slider-holder-box ul.slider-list > li:first-child {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.elem-content-slider > .style-main-visual .slider-holder-box .caroufredsel-wrapper ul.slider-list {
  margin: 0;
}
.elem-content-slider > .style-main-visual .slider-holder-box .caroufredsel-wrapper ul.slider-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}
.elem-content-slider > .style-main-visual .slider-holder-box ul.slider-nav {
  display: none;
}
.elem-content-slider > .style-main-visual .slider-pager-box {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
}
.elem-content-slider > .style-main-visual .slider-pager-box ul.slider-pager {
  text-align: left;
  position: absolute;
  right: -480px;
  bottom: 0;
  white-space: nowrap;
}

/*
========================================================
	- COLOR BOX
========================================================
*/
/*
-------------------------------
	-- .elem-color-box
-------------------------------
*/
.elem-color-box {
  padding: 1.42857em 0;
  /*-  .style-color1  -*/
  /*-  .style-color2  -*/
  /*-  .style-color3  -*/
  /*-  .style-color4  -*/
  /*-  [fix-layout] .elem-pic-block:last-child -*/
}
.elem-heading-lv2 + .elem-color-box {
  padding-top: 0;
}
.elem-color-box > div > div > div > div {
  padding: 1.42857em 1.42857em 0 1.42857em;
}
.elem-color-box > .style-color1 > div {
  background-color: #fcf8f0;
}
.elem-color-box > .style-color2 > div {
  background-color: #f7f7f7;
}
.elem-color-box > .style-color3 > div {
  border: 1px solid #bfbebb;
  background-color: #fff;
}
.elem-color-box > .style-color4 > div {
  background-color: #f2f1ed;
}
.elem-color-box .elem-pic-block:last-child {
  padding-bottom: 0;
}

/*
========================================================
	- PAGE PARTS
========================================================
*/
/*
-------------------------------
	-- .elem-pagetop
-------------------------------
*/
/*
-------------------------------
	-- .elem-separete
-------------------------------
*/
.elem-separete {
  /*-  .style-color1  -*/
}
.elem-separete > div {
  margin: 0.71429em 0 0 0;
  padding: 0 0 2.14286em;
  border-top: 1px solid #d9d9d9;
}
.elem-separete hr {
  display: none;
}
.elem-separete.style-color1 {
  border-top: 1px dotted #d9d9d9;
}

/*
-------------------------------
	-- .elem-calendar
-------------------------------
*/
.elem-calendar {
  padding: 0 0 1.21429em;
  /*-  .style-legend  -*/
}
.elem-calendar .calendar-head {
  padding: 0 0 0.71429em 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.elem-calendar .calendar-head ul {
  position: relative;
}
.elem-calendar .calendar-head ul li.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.elem-calendar .calendar-head ul li.prev p a {
  padding-left: 0.75em;
}
.elem-calendar .calendar-head ul li.prev p a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 0.375em;
  height: 0.625em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/left.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-calendar .calendar-head ul li.current {
  text-align: center;
  font-weight: bold;
}
.elem-calendar .calendar-head ul li.next {
  position: absolute;
  top: 0;
  right: 0;
}
.elem-calendar .calendar-head ul li.next p a {
  padding-right: 0.625em;
}
.elem-calendar .calendar-head ul li.next p a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: " ";
  width: 0.375em;
  height: 0.625em;
  margin-top: 0.5em;
  background: url(/common/img/img-common/arrow/right.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-calendar .calendar-body {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}
.elem-calendar .calendar-body > .calendar {
  width: 100%;
}
.elem-calendar .calendar-body > .calendar thead tr th,
.elem-calendar .calendar-body > .calendar thead tr td {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.elem-calendar .calendar-body > .calendar thead tr th.sun,
.elem-calendar .calendar-body > .calendar thead tr td.sun {
  color: #bf4539;
}
.elem-calendar .calendar-body > .calendar thead tr th.sat,
.elem-calendar .calendar-body > .calendar thead tr td.sat {
  color: #2453b2;
}
.elem-calendar .calendar-body > .calendar tbody tr th,
.elem-calendar .calendar-body > .calendar tbody tr td {
  padding: 0.21429em 0 0.32143em;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.elem-calendar .calendar-body > .calendar tbody tr th.price-a,
.elem-calendar .calendar-body > .calendar tbody tr td.price-a {
  background: #75cdc6;
}
.elem-calendar .calendar-body > .calendar tbody tr th.price-b,
.elem-calendar .calendar-body > .calendar tbody tr td.price-b {
  background: #99c86c;
}
.elem-calendar .calendar-body > .calendar tbody tr th.price-c,
.elem-calendar .calendar-body > .calendar tbody tr td.price-c {
  background: #f9d752;
}
.elem-calendar .calendar-body > .calendar tbody tr th.price-d,
.elem-calendar .calendar-body > .calendar tbody tr td.price-d {
  background: #efaf67;
}
.elem-calendar .calendar-body > .calendar tbody tr th.price-e,
.elem-calendar .calendar-body > .calendar tbody tr td.price-e {
  background: #ea824c;
}
.elem-calendar .calendar-body > .calendar tbody tr th a,
.elem-calendar .calendar-body > .calendar tbody tr td a {
  display: block;
  text-decoration: underline;
}
.elem-calendar .calendar-body > .calendar tbody tr th a:hover,
.elem-calendar .calendar-body > .calendar tbody tr td a:hover {
  text-decoration: none;
}
.elem-calendar > .style-legend .calendar-head ul li.current {
  text-align: left;
}
.elem-calendar > .style-legend .calendar-body > .calendar tbody tr {
  display: none;
}
.elem-calendar > .style-legend .calendar-body > .calendar tbody tr th.note,
.elem-calendar > .style-legend .calendar-body > .calendar tbody tr td.note {
  text-align: left;
}

#hidden-calendar-list {
  display: none;
}

/*
========================================================
	- SECTION
========================================================
*/
/*
-------------------------------
	-- section-content
-------------------------------
*/
.section-content {
  /*-  .style-color1  -*/
  /*-  .style-color2  -*/
  /*-  .style-color3  -*/
  /*-  .style-color4  -*/
  /*-  .style-color5  -*/
  /*-  .style-small-pad  -*/
  /*-  .style-full-pad  -*/
  /*-  .style-membership  -*/
}
.section-content > div > div {
  margin: 0 auto;
  padding: 2.85714em 2.85714em 1.42857em;
  /*-  [fix-layout] #layout-toppage  -*/
  /*-  [fix-layout] #layout-column1  -*/
  /*-  [fix-layout] #layout-column2  -*/
  /*-  [fix-layout] #layout-popup  -*/
}
#layout-toppage .section-content > div > div {
  width: 960px;
}
#layout-column1 .section-content > div > div {
  width: 960px;
}
#layout-column2 .section-content > div > div {
  width: 960px;
}
#layout-popup .section-content > div > div {
  width: 760px;
}
.section-content > div > div > div > div {
  /*-  [fix-layout] .elem-heading-lv2:first-child -*/
}
.section-content > div > div > div > div > .elem-heading-lv2:first-child {
  padding-top: 0;
}
.section-content > .style-color1 {
  background: #fff;
}
.section-content:first-child > .style-color1 {
  background: url(/common/img/img-components/section-content/bg-color1.jpg) 0 0 repeat-x;
}
#layout-toppage .section-content:first-child > .style-color1 {
  background: url(/common/img/img-components/section-content/bg-color1-toppage.jpg) 50% 0 no-repeat;
}
#layout-toppage .section-content:first-child > .style-color1 > div {
  padding-top: 4.28571em;
  padding-bottom: 2.5em;
}
.section-content > .style-color2 {
  background: url(/common/img/img-components/section-content/bg-color2.jpg) 0 0 repeat;
}
.section-content > .style-color3 {
  background: url(/common/img/img-components/section-content/bg-color3.jpg) 0 0 repeat;
}
.section-content > .style-color4 {
  background: url(/common/img/img-components/section-content/bg-color4.jpg) 0 0 repeat;
  /*--  [fix-layout] .elem-heading-lv2 --*/
  /*--  [fix-layout] .elem-heading-lv3 --*/
  /*--  [fix-layout] .elem-paragraph --*/
}
.section-content > .style-color4 .elem-heading-lv2 .heading-box .title-holder {
  padding-left: 0;
}
.section-content > .style-color4 .elem-heading-lv2 .heading-box .title-holder:before {
  content: "";
  background: none;
}
.section-content > .style-color4 .elem-heading-lv3 {
  padding-bottom: 0.71429em;
}
.section-content > .style-color4 .elem-heading-lv3 > div > div > div > div {
  padding-bottom: 0;
  background: none;
}
.section-content > .style-color4 .elem-heading-lv3:first-child {
  padding-top: 0;
}
.section-content > .style-color4 .elem-paragraph p .style-number {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 1.25em;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.section-content > .style-color4 .elem-paragraph p .style-number:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 0.96429em;
  height: 0.71429em;
  margin-top: 0.21429em;
  background: url(/common/img/img-components/elem-paragraph/icon-tel.png) 0 0 no-repeat;
  background-size: contain;
}
.section-content > .style-color4 .elem-paragraph p + p {
  padding-top: 0.71429em;
}
.section-content > .style-color5 {
  background: #f7f3e8;
}
.section-content > .style-small-pad > div {
  padding: 1.78571em 2.85714em 0.35714em;
}
.section-content > .style-full-pad > div {
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.section-content > .style-full-pad .elem-heading-lv2 {
  width: 960px;
  margin: 0 auto;
}
.section-content > .style-full-pad .elem-heading-lv2 > .style-border {
  padding-bottom: 0;
  border-bottom: none;
}
.section-content > .style-membership > div {
  position: relative;
  height: 321px;
  box-sizing: border-box;
}
.section-content > .style-membership .elem-pic {
  margin: -2.85714em -3.57143em -1.42857em;
}
.section-content > .style-membership .elem-pic .elem-btn-list {
  position: absolute;
  bottom: 23px;
  left: 470px;
  width: 33.57143em;
}

/*
========================================================
	- FORM
========================================================
*/
/*
-------------------------------
	-- .elem-form
-------------------------------
*/
.elem-form {
  padding: 0 0 1.21429em 0;
  /*-  .style-text  -*/
  /*-  .style-select  -*/
  /*-  .style-radio  -*/
  /*-  .style-checkbox  -*/
  /*-  basic-size  -*/
  /*--  .style-size-x-large  --*/
  /*--  .style-size-large  --*/
  /*--  .style-size-medium  --*/
  /*--  .style-size-small  --*/
  /*--  .style-size-x-small  --*/
  /*-  unique-size  -*/
  /*--  .style-size-area  --*/
  /*--  .style-size-hotel  --*/
  /*--  .style-size-date  --*/
  /*-  .js-datepicker-checkin  -*/
}
.elem-form .txt {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding-right: 0.35714em;
  white-space: nowrap;
}
.elem-form .txt .note {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: top;
}
.elem-form > .style-text {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.elem-form > .style-text input {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 1.57143em;
  padding: 0 0.35714em;
  line-height: 1.57143em;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}
.lt-ie9 .elem-form > .style-text input {
  display: block;
}
.elem-form > .style-text input:hover {
  border-color: #b2b2b2;
}
.elem-form > .style-text input:focus {
  border-color: #4285f4;
}
.elem-form > .style-text input + .txt {
  padding-right: 0;
  padding-left: 0.35714em;
}
.elem-form > .style-select {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.elem-form > .style-select select {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  height: 1.57143em;
  padding: 0;
  line-height: 1.57143em;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
}
.elem-form > .style-select select:hover {
  border-color: #b2b2b2;
}
.elem-form > .style-select select:focus {
  border-color: #4285f4;
}
.fix-mac .elem-form > .style-select select {
  height: 1.83333em;
  line-height: 1.83333em;
  font-size: 12px;
  font-size: 1.2rem;
}
.elem-form > .style-select select + .txt {
  padding-right: 0;
  padding-left: 0.35714em;
}
.elem-form > .style-radio {
  /*-  .style-liner  -*/
  /*-  .style-column2  -*/
  /*-  .style-column3  -*/
  /*-  .style-column4  -*/
  /*-  .style-column5  -*/
}
.elem-form > .style-radio ul.form-list {
  margin: -0.42857em 0 0;
}
.elem-form > .style-radio ul.form-list > li {
  padding: 0.35714em 0 0;
}
.elem-form > .style-radio ul.form-list > li label input[type="radio"] {
  display: none;
}
.elem-form > .style-radio ul.form-list > li label .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  white-space: normal;
  padding: 0 0 0 2.14286em;
  line-height: 1.3;
  box-sizing: border-box;
}
.elem-form > .style-radio ul.form-list > li label input[type="radio"] + .txt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: " ";
  width: 1.42857em;
  height: 1.42857em;
  background: url(/common/img/img-components/elem-form/icon-radio-off.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-form > .style-radio ul.form-list > li label input[type="radio"]:checked + .txt:before {
  background: url(/common/img/img-components/elem-form/icon-radio-on.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-form > .style-radio.style-liner ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-radio.style-liner ul.form-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-radio.style-column2 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-radio.style-column2 ul.form-list > li {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-radio.style-column3 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-radio.style-column3 ul.form-list > li {
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-radio.style-column4 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-radio.style-column4 ul.form-list > li {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-radio.style-column5 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-radio.style-column5 ul.form-list > li {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-checkbox {
  /*-  .style-liner  -*/
  /*-  .style-column2  -*/
  /*-  .style-column3  -*/
  /*-  .style-column4  -*/
  /*-  .style-column5  -*/
}
.elem-form > .style-checkbox ul.form-list {
  margin: -0.57143em 0 0;
}
.elem-form > .style-checkbox ul.form-list > li {
  padding: 0.35714em 0 0;
}
.elem-form > .style-checkbox ul.form-list > li label input[type="checkbox"] {
  display: none;
}
.elem-form > .style-checkbox ul.form-list > li label .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  white-space: normal;
  padding: 0 0 0 1.28571em;
  line-height: 1.3;
  box-sizing: border-box;
}
.elem-form > .style-checkbox ul.form-list > li label input[type="checkbox"] + .txt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: " ";
  margin-top: 0.21429em;
  width: 0.85714em;
  height: 0.92857em;
  background: url(/common/img/img-components/elem-form/icon-checkbox-off.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-form > .style-checkbox ul.form-list > li label input[type="checkbox"]:checked + .txt:before {
  background: url(/common/img/img-components/elem-form/icon-checkbox-on.png) 0 0 no-repeat;
  background-size: contain;
}
.elem-form > .style-checkbox.style-liner ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-checkbox.style-liner ul.form-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-checkbox.style-column2 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-checkbox.style-column2 ul.form-list > li {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-checkbox.style-column3 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-checkbox.style-column3 ul.form-list > li {
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-checkbox.style-column4 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-checkbox.style-column4 ul.form-list > li {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-checkbox.style-column5 ul.form-list {
  margin-left: -2.14286em;
  letter-spacing: -0.4em;
}
.elem-form > .style-checkbox.style-column5 ul.form-list > li {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 2.14286em;
  letter-spacing: normal;
}
.elem-form > .style-size-x-large {
  width: 1%;
}
.elem-form > .style-size-x-large input,
.elem-form > .style-size-x-large select {
  width: 35.71429em;
}
.elem-form > .style-size-large {
  width: 1%;
}
.elem-form > .style-size-large input,
.elem-form > .style-size-large select {
  width: 21.42857em;
}
.elem-form > .style-size-medium {
  width: 1%;
}
.elem-form > .style-size-medium input,
.elem-form > .style-size-medium select {
  width: 10.71429em;
}
.elem-form > .style-size-small {
  width: 1%;
}
.elem-form > .style-size-small input {
  width: 5.71429em;
}
.elem-form > .style-size-small select {
  width: 6.42857em;
}
.elem-form > .style-size-x-small {
  width: 1%;
}
.elem-form > .style-size-x-small input {
  width: 2.14286em;
}
.elem-form > .style-size-x-small select {
  width: 3.57143em;
}
.fix-mac .elem-form > .style-size-x-small select {
  width: 4.58333em;
  font-size: 12px;
  font-size: 1.2rem;
}
.elem-form > .style-size-area {
  width: 15em;
}
.elem-form > .style-size-area select {
  width: 12.85714em;
}
.elem-form > .style-size-hotel {
  width: 15em;
}
.elem-form > .style-size-hotel select {
  width: 12.85714em;
}
.elem-form > .style-size-date {
  width: 11.07143em;
}
.elem-form > .style-size-date input {
  width: 7.14286em;
}
.elem-form .js-datepicker-checkin + button.ui-datepicker-trigger {
  position: absolute;
  top: 0.21429em;
  right: 0;
  width: 1.35714em;
  height: 1.21429em;
}

/*
-------------------------------
	-- .elem-form-list
-------------------------------
*/
.elem-form-list {
  /*-  .style-table  -*/
}
.elem-form-list ul.form-list {
  letter-spacing: -0.4em;
  margin: 0 0 0 -0.71429em;
}
.elem-form-list ul.form-list > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 0.71429em;
  letter-spacing: normal;
}
.elem-form-list ul.form-list > li .elem-form {
  display: table;
}
.elem-form-list > .style-table ul.form-list {
  display: table;
  letter-spacing: normal;
}
.elem-form-list > .style-table ul.form-list > li {
  display: table-cell;
  white-space: nowrap;
}

/*
========================================================
	- JS PARTS
========================================================
*/
.js-link-expansion > div {
  cursor: pointer;
}

/*
-------------------------------
	-- .elem-data-block
-------------------------------
*/
.elem-data-block .elem-data-box {
  display: none;
}
.elem-data-block .elem-data-box:nth-child(1) {
  padding: 2.14286em 0;
}
.elem-data-block .elem-data-box:nth-child(2) {
  padding: 0;
}
.elem-data-block .elem-data-box:nth-child(3) {
  padding: 2.14286em 0;
}

/*
========================================================
	- UNIQUE PARTS
========================================================
*/
/*
-------------------------------
	-- .elem-outline-block
-------------------------------
*/
.elem-outline-block {
  padding: 0 0 0.71429em;
  /*-  .style-border  -*/
  /*--  [fix-layout] .elem-* --*/
}
.elem-outline-block > div > div > div > div {
  display: table;
  width: 100%;
}
.elem-outline-block > .style-border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.71429em 0 0 0;
}
.elem-outline-block .left-box {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
}
.elem-outline-block .right-box {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 0 0 0 1.42857em;
  white-space: nowrap;
  /*--  [fix-layout] .elem-txt-list-detail --*/
}
.elem-outline-block .right-box .elem-txt-list-detail dl.txt-list-detail > dt {
  padding-right: 0.71429em;
}
.elem-outline-block .right-box .elem-txt-list-detail dl.txt-list-detail > dt:after {
  right: 0.1em;
}
.elem-outline-block .right-box .elem-txt-list-detail dl.txt-list-detail > dd [class^="elem-"] {
  padding-bottom: 0;
}
.elem-outline-block .right-box .elem-txt-list-detail .style-liner {
  display: block;
}
.elem-outline-block .right-box .elem-txt-list-detail .style-liner dl.txt-list-detail {
  padding: 0 0 0 0.35714em;
}
.elem-outline-block .right-box .elem-txt-list-detail .style-liner dl.txt-list-detail:first-child {
  padding-left: 0;
}
.elem-outline-block [class^="elem-"] {
  padding-bottom: 0.71429em;
}
.elem-outline-block .elem-btn {
  padding-bottom: 0;
}

/*
-------------------------------
	-- .elem-area-list
-------------------------------
*/
.elem-map-area-list ul.map-area-list {
  position: relative;
}
.elem-map-area-list ul.map-area-list > li {
  position: absolute;
  /*-  .hokkaido [北海道・東北]  -*/
  /*-  .kanto [関東・甲信越]  -*/
  /*-  .tokai [東海・北陸]  -*/
  /*-  .kinki [近畿]  -*/
  /*-  .chugoku [中国・四国]  -*/
  /*-  .kyushu [九州・沖縄]  -*/
  /*-  [fix-layout] .elem-pic-block  -*/
  /*-  [fix-layout] .elem-heading-lv3  -*/
}
.elem-map-area-list ul.map-area-list > li.hokkaido {
  top: 0;
  left: 600px;
  width: 320px;
}
.elem-map-area-list ul.map-area-list > li.kanto {
  top: 21.42857em;
  left: 520px;
  width: 400px;
}
.elem-map-area-list ul.map-area-list > li.tokai {
  top: 52.85714em;
  left: 520px;
  width: 400px;
}
.elem-map-area-list ul.map-area-list > li.kinki {
  top: 0;
  left: 50px;
  width: 240px;
}
.elem-map-area-list ul.map-area-list > li.chugoku {
  top: 30.71429em;
  left: 50px;
  width: 320px;
}
.elem-map-area-list ul.map-area-list > li.kyushu {
  top: 54.28571em;
  left: 50px;
  width: 320px;
}
.elem-map-area-list ul.map-area-list > li .elem-pic-block {
  padding-bottom: 0;
}
.elem-map-area-list ul.map-area-list > li .elem-pic-block .elem-paragraph p + p {
  padding-top: 0;
}
.elem-map-area-list ul.map-area-list > li .elem-heading-lv3 > div {
  padding-bottom: 0;
  background: none;
}
.elem-map-area-list ul.map-area-list > li .elem-heading-lv3 h3 {
  color: #fff;
}

/*
-------------------------------
	-- .elem-map-hotel-list
-------------------------------
*/
.elem-map-hotel-list ul.map-hotel-list {
  margin-left: -10px;
  letter-spacing: -0.4em;
}
.elem-map-hotel-list ul.map-hotel-list > li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 70px;
  padding-left: 10px;
  color: #fff;
  letter-spacing: normal;
}
.elem-map-hotel-list ul.map-hotel-list > li .elem-paragraph p {
  letter-spacing: -0.01em;
}

/*
-------------------------------
	-- .elem-map-nav
-------------------------------
*/
.elem-map-nav {
  position: relative;
  margin: 0 auto;
  padding-bottom: 1.42857em;
}
.elem-map-nav .map-pic img {
  vertical-align: text-top;
}
.elem-map-nav .map-nav {
  /*-  [全国]  -*/
  /*-  [北海道・東北]  -*/
  /*-  [関東・甲信越]  -*/
  /*-  [東海・北陸]  -*/
  /*-  [近畿]  -*/
  /*-  [中国・四国]  -*/
  /*-  [九州・沖縄]  -*/
}
.elem-map-nav .map-nav ul li {
  position: absolute;
}
.elem-map-nav .map-nav ul li p {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a7a5a1;
}
.elem-map-nav .map-nav ul li p a {
  color: #fff;
}
.elem-map-nav .map-nav > .style-btn ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
.elem-map-nav .map-nav > .style-btn ul li p a {
  display: block;
  min-width: 135px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  letter-spacing: .18em;
  text-align: center;
  color: #000;
}
.elem-map-nav .map-nav > .style-btn ul li p a:hover {
  text-decoration: none;
}
.elem-map-nav .map-nav #hokkaido_tohoku {
  top: 218px;
  left: 628px;
}
.elem-map-nav .map-nav #kantou_shinetsu {
  top: 411px;
  left: 605px;
}
.elem-map-nav .map-nav #tokai_hokuriku {
  top: 308px;
  left: 332px;
}
.elem-map-nav .map-nav #kinki {
  top: 544px;
  left: 434px;
}
.elem-map-nav .map-nav #chugoku_shikoku {
  top: 406px;
  left: 176px;
}
.elem-map-nav .map-nav #kyusyu_okinawa {
  top: 503px;
  left: 53px;
}
.elem-map-nav .map-nav #otaru {
  top: 204px;
  left: 490px;
}
.elem-map-nav .map-nav #ichinoseki {
  top: 514px;
  left: 494px;
}
.elem-map-nav .map-nav #matsushima {
  top: 552px;
  left: 494px;
}
.elem-map-nav .map-nav #sakata {
  top: 529px;
  left: 352px;
}
.elem-map-nav .map-nav #kooriyama {
  top: 628px;
  left: 438px;
}
.elem-map-nav .map-nav #iwaki {
  top: 660px;
  left: 467px;
}
.elem-map-nav .map-nav #oharai {
  top: 360px;
  left: 669px;
}
.elem-map-nav .map-nav #itako {
  top: 407px;
  left: 666px;
}
.elem-map-nav .map-nav #shiobara {
  top: 298px;
  left: 563px;
}
.elem-map-nav .map-nav #kitsuregawa {
  top: 335px;
  left: 433px;
}
.elem-map-nav .map-nav #isobe {
  top: 379px;
  left: 400px;
}
.elem-map-nav .map-nav #yorii {
  top: 418px;
  left: 497px;
}
.elem-map-nav .map-nav #asahi {
  top: 481px;
  left: 649px;
}
.elem-map-nav .map-nav #katsuura {
  top: 532px;
  left: 637px;
}
.elem-map-nav .map-nav #kamogawa {
  top: 549px;
  left: 543px;
}
.elem-map-nav .map-nav #oume {
  top: 457px;
  left: 500px;
}
.elem-map-nav .map-nav #hakone {
  top: 531px;
  left: 483px;
}
.elem-map-nav .map-nav #isawa {
  top: 487px;
  left: 353px;
}
.elem-map-nav .map-nav #suwa {
  top: 427px;
  left: 290px;
}
.elem-map-nav .map-nav #kashiwazaki {
  top: 192px;
  left: 309px;
}
.elem-map-nav .map-nav #toyama {
  top: 175px;
  left: 455px;
}
.elem-map-nav .map-nav #fukui {
  top: 285px;
  left: 280px;
}
.elem-map-nav .map-nav #atami {
  top: 403px;
  left: 725px;
}
.elem-map-nav .map-nav #atami p {
  line-height: 1.225;
}
.elem-map-nav .map-nav #izukougen {
  top: 463px;
  left: 692px;
}
.elem-map-nav .map-nav #yaidu {
  top: 443px;
  left: 570px;
}
.elem-map-nav .map-nav #mikkabi {
  top: 492px;
  left: 472px;
}
.elem-map-nav .map-nav #chitamihama {
  top: 454px;
  left: 332px;
}
.elem-map-nav .map-nav #ena {
  top: 378px;
  left: 488px;
}
.elem-map-nav .map-nav #gifuhashima {
  top: 367px;
  left: 302px;
}
.elem-map-nav .map-nav #toba {
  top: 515px;
  left: 357px;
}
.elem-map-nav .map-nav #hikone {
  top: 331px;
  left: 580px;
}
.elem-map-nav .map-nav #tondabayashi {
  top: 416px;
  left: 450px;
}
.elem-map-nav .map-nav #yamatoheguri {
  top: 463px;
  left: 522px;
}
.elem-map-nav .map-nav #nara {
  top: 416px;
  left: 542px;
}
.elem-map-nav .map-nav #kiitanabe {
  top: 532px;
  left: 352px;
}
.elem-map-nav .map-nav #arima {
  top: 372px;
  left: 408px;
}
.elem-map-nav .map-nav #akou {
  top: 380px;
  left: 303px;
}
.elem-map-nav .map-nav #awajishima {
  top: 435px;
  left: 323px;
}
.elem-map-nav .map-nav #maihama {
  top: 302px;
  left: 328px;
}
.elem-map-nav .map-nav #shoubara {
  top: 276px;
  left: 430px;
}
.elem-map-nav .map-nav #takehara {
  top: 343px;
  left: 464px;
}
.elem-map-nav .map-nav #hikari {
  top: 381px;
  left: 313px;
}
.elem-map-nav .map-nav #yuda {
  top: 356px;
  left: 225px;
}
.elem-map-nav .map-nav #kanonji {
  top: 379px;
  left: 493px;
}
.elem-map-nav .map-nav #tokushima {
  top: 414px;
  left: 681px;
}
.elem-map-nav .map-nav #ino {
  top: 479px;
  left: 520px;
}
.elem-map-nav .map-nav #kitakyushu {
  top: 153px;
  left: 459px;
}
.elem-map-nav .map-nav #yanagawa {
  top: 261px;
  left: 356px;
}
.elem-map-nav .map-nav #beppu {
  top: 243px;
  left: 547px;
}
.elem-map-nav .map-nav #hita {
  top: 228px;
  left: 452px;
}
.elem-map-nav .map-nav #aso {
  top: 330px;
  left: 472px;
}
.elem-map-nav .map-nav #nichinan {
  top: 491px;
  left: 521px;
}
.elem-map-nav .map-nav #shimabara {
  top: 319px;
  left: 256px;
}

/*
-------------------------------
	-- .elem-point-block
-------------------------------
*/
.elem-point-block {
  display: table;
  width: 100%;
  /*-  .style-middle  -*/
  /*-  .style-bottom  -*/
}
.elem-point-block > div {
  display: table-cell;
  width: 100%;
  height: 150px;
}
.elem-point-block > .style-middle {
  vertical-align: middle;
}
.elem-point-block > .style-bottom {
  vertical-align: bottom;
}

/*
-------------------------------
	-- .elem-season-content
-------------------------------
*/
.elem-season-content {
  margin: 0 auto 3.57143em;
}
.elem-season-content + .elem-heading-lv2 {
  padding-top: 0;
}
.elem-season-content .elem-color-box {
  padding: 0;
}
.elem-season-content .elem-color-box > div > div > div > div {
  padding: 1.42857em;
}
.elem-season-content .elem-color-box > div > div > div > div > .elem-pic {
  margin-top: 1.42857em;
}
.elem-season-content .elem-color-box > .style-color2 > div {
  background-color: #efebe4;
}
.elem-season-content .elem-color-box > .style-color2 .elem-btn-list {
  padding-bottom: 0;
}
.elem-season-content .elem-color-box > .style-color2 .elem-btn-list > .style-liner ul.btn-list {
  width: 60%;
  margin: 0 auto;
}
.elem-season-content .elem-color-box [class^="elem-"]:first-child {
  padding-top: 0;
}
.elem-season-content .elem-color-box [class^="elem-"]:last-child {
  padding-bottom: 0;
}
.elem-season-content .elem-pic-block > .style-vertical .txt-box {
  margin-top: 0.71429em;
}
.elem-season-content .elem-heading-lv4 {
  margin-bottom: 0.35714em;
}
.elem-season-content .elem-heading-lv4 > div {
  padding-left: 0;
  background: none;
}
.elem-season-content .elem-heading-lv4 .heading-box .title-holder h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
.elem-season-content .elem-heading-lv4 .sub-text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #b8a069;
}
.elem-season-content .elem-txt-list-detail .txt-list-detail > dt,
.elem-season-content .elem-txt-list-detail .txt-list-detail > dd {
  vertical-align: baseline;
}
.elem-season-content .elem-btn-list {
  padding-bottom: 0;
}
.elem-season-content .elem-divide-block > .style-information .style-information-txt {
  width: 50%;
}
.elem-season-content .elem-divide-block > .style-information .style-information-btn {
  display: table;
  width: 50%;
}
.elem-season-content .elem-divide-block > .style-information .style-information-btn > div {
  display: table-cell;
  vertical-align: middle;
}
.elem-season-content .elem-divide-block > .style-information .style-information-btn .elem-btn-list > .style-liner ul.btn-list {
  width: 100%;
}

/*
========================================================
	- jquery.ui.datepicker.css
========================================================
*/
/* CSS Document */
/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?tr=ffDefault=Helvetica,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cb842e&bgTextureHeader=02_glass.png&bgImgOpacityHeader=25&borderColorHeader=d49768&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=f4f0ec&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=100&borderColorContent=e0cfc2&fcContent=1e1b1d&iconColorContent=c47a23&bgColorDefault=ede4d4&bgTextureDefault=02_glass.png&bgImgOpacityDefault=70&borderColorDefault=cdc3b7&fcDefault=3f3731&iconColorDefault=f08000&bgColorHover=f5f0e5&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=f5ad66&fcHover=a46313&iconColorHover=f08000&bgColorActive=f4f0ec&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=e0cfc2&fcActive=b85700&iconColorActive=f35f07&bgColorHighlight=f5f5b5&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=75&borderColorHighlight=d9bb73&fcHighlight=060200&iconColorHighlight=cb672b&bgColorError=fee4bd&bgTextureError=04_highlight_hard.png&bgImgOpacityError=65&borderColorError=f8893f&fcError=592003&iconColorError=ff7519&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=75&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #e0cfc2;
  background: #fff;
  color: #1e1b1d;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  background: #f5f3f0;
  color: #fff;
  font-weight: bold;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: #eee5d8;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.gcal-sunday a,
.gcal-sunday span {
  color: #fff !important;
}

.gcal-saturday a,
.gcal-saturday span {
  color: #fff !important;
}

a.gcal-holiday {
  color: #fff !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #3f3731;
  text-decoration: none;
}

td.ui-datepicker-other-month .ui-state-default {
  border: none;
  background: #f5f2e7;
  font-weight: bold;
  color: #f5f2e7;
  text-align: center;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #3f3731;
  text-decoration: none;
}

td.ui-datepicker-sunday a {
  background: #F35D5D !important;
}

td.ui-datepicker-saturday a {
  background: #66AACC !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #c4aa70 !important;
  font-weight: bold;
  color: #fff !important;
}

.ui-widget-header .ui-state-hover {
  background: #f5f3f0 !important;
  color: #404040;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #552000;
  text-decoration: underline;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #c4aa70 !important;
  font-weight: bold;
  color: #fff !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #b85700 !important;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f8893f;
  color: #592003;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #592003;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #592003;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
* jQuery UI Datepicker 1.8.9
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker {
  padding: 0 9px 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin: 0 -9px;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev {
  font-size: 83.33%;
  line-height: 1.2;
  position: absolute;
  margin-top: -0.6em;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 1.8em;
  padding-left: 10px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  font-size: 83.33%;
  line-height: 1.2;
  position: absolute;
  margin-top: -0.6em;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 1.8em;
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  color: #999 !important;
  text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 45px;
  line-height: 1.8em;
  text-align: center;
  color: #333333 !important;
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 0 3px 3px 0;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/* first Login Message Dialog */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog-titlebar {
  color: #FFFFFF;
  background: #0B2CBA;
}

.ui-dialog-buttonset button {
  color: #FFFFFF;
  background: #0B2CBA;
  padding: .4em 1em;
  font-size: 120%;
}

.ui-widget-overlay {
  background-color: #999999;
}

.ui-dialog-title {
  font-size: 166.66%;
}

.hotelColor_green .ui-dialog-titlebar,
.hotelColor_green .ui-dialog-buttonset button {
  background: #1C6605;
}

.hotelColor_gray .ui-dialog-titlebar,
.hotelColor_gray .ui-dialog-buttonset button {
  background: #808080;
}

.hotelColor_royton .ui-dialog-titlebar,
.hotelColor_royton .ui-dialog-buttonset button {
  background: #DBA12C;
}

.hotelColor_sanraku .ui-dialog-titlebar,
.hotelColor_sanraku .ui-dialog-buttonset button {
  background: #000000;
}

/*============================================================
	- colorbox.css
============================================================*/
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  padding: 20px 20px 60px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxTitle {
  padding-top: 8px;
  color: #333;
  font-size: 15px;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: -23px;
  right: -23px;
  display: block;
  background: url(/ja/common/tokyuhotels_original/TH/TH_NAGOY/images/content_images/button/button_colorbox.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/*
========================================================
	- GUIDELINE
========================================================
*/
.guideline-category {
  margin: 20px 0 15px 0;
  padding: 9px 15px 8px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.guideline-heading {
  position: relative;
  padding: 4px 160px 5px 15px;
  background: #444;
  color: #fff;
  line-height: 1.5;
}

.guideline-example {
  background: #006ec8;
}

.guideline-ruler-left {
  margin: -30px 0 20px 0;
  height: 30px;
  border-bottom: solid 2px #ddd;
  background: url(/common/img/img-common/guideline/bottom-left.gif) 0 100% no-repeat;
}

.guideline-ruler-right {
  margin: -30px 0 20px 0;
  height: 30px;
  border-bottom: solid 2px #ddd;
  background: url(/common/img/img-common/guideline/bottom-right.gif) 100% 100% no-repeat;
}

.guideline-copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
  padding: 3px 10px 4px;
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  font-weight: bold;
}
.guideline-copy-btn:before {
  content: '</> ';
}
.guideline-copy-btn.hover {
  background: #ff9900;
  color: #fff;
}

/*# sourceMappingURL=base.css.map */




