@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*  =============================

			 BASE

=============================  */
/*  ---------------------------
			Layout
---------------------------  */
* {
  margin: 0;
  padding: 0;
}

html, body {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 980px;
  /*background:url(/images/main_bg.jpg) repeat;*/
  font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: normal;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  box-shadow: #000 0 0 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  text-underline-offset: 0.5ex;
}

span {
  text-underline-offset: 0.5ex;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.share {
  background: #007FC4;
}

.apart {
  background: #00BDC1;
}

.social {
  background: #FFBC00;
}

.share_apart {
  background: #a482ea;
}

.granstay {
  background: #39be85;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0;
}

/*  ---------------------------
			text
---------------------------  */
.f_bold {
  font-weight: bold;
}

.f_red {
  color: #E31D00;
}

.red {
  color: #F9504C;
}

.strike {
  text-decoration: line-through;
}

/*  ---------------------------
			social
---------------------------  */
#sorcial {
  position: absolute;
  top: 45px;
  right: 10px;
}

#sorcial ul li {
  float: left;
  margin-right: 10px;
}

#sorcial ul li:nth-child(1) span.sprite {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat 0px -39px;
  display: inline-block;
}

#sorcial ul li:nth-child(1) span.sprite:hover {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat -29px -39px;
  display: inline-block;
}

#sorcial ul li:nth-child(2) span.sprite {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat -58px -39px;
  display: inline-block;
}

#sorcial ul li:nth-child(2) span.sprite:hover {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat -87px -39px;
  display: inline-block;
}

#sorcial ul li:nth-child(3) span.sprite {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat -116px -39px;
  display: inline-block;
}

#sorcial ul li:nth-child(3) span.sprite:hover {
  width: 29px;
  height: 29px;
  background: url(/images/sprite.png) no-repeat -145px -39px;
  display: inline-block;
}

/*  ---------------------------
			Side
---------------------------  */
#side {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 100;
}
#side img {
  vertical-align: baseline;
}

#side a.btn {
  position: absolute;
  top: 25px;
  left: 100px;
  width: 40px;
  height: 131px;
  background: #222;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#side a.btn .icon {
  position: absolute;
  bottom: 15px;
  left: 13px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#side a .icon {
  transform: rotate(135deg);
}

#side a.defclose .icon {
  transform: rotate(0deg);
}

#side a.close .icon {
  animation: rotate2 0.4s;
  -webkit-animation: rotate2 0.4s;
  transform: rotate(0deg);
}

#side a.open .icon {
  animation: rotate 0.4s;
  -webkit-animation: rotate 0.4s;
  transform: rotate(135deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#side a.btn:hover {
  background: #333;
}

#side ul li a {
  display: block;
  width: 100px;
  padding: 12px 0 12px 0;
  background: #222;
  border-bottom: 1px #d1d1d1 solid;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

#side ul li a:hover {
  background: #333;
  text-decoration: none;
}

#side ul li a.current {
  background: #ee2500;
}

#side ul li span {
  display: block;
  position: relative;
}

#side ul li span .recomen {
  position: absolute;
  top: -6px;
  left: 60px;
  background: #ffffff;
  border-radius: 50%;
  color: #222;
  width: 23px;
  height: 23px;
  line-height: 19px;
  border: 2px solid #222;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#side ul li img.icn_cart {
  width: 45px;
}

/*  ---------------------------
		Secound_navi
---------------------------  */
#lower_navi {
  width: 100%;
  padding: 10px 0 10px 0;
  background: url(/images/navi/lower/bg.gif) repeat;
}

#lower_navi .lower_inner {
  width: 940px;
  margin: 0 auto;
  color: #FFF;
  font-size: 10px;
  text-align: right;
}

#lower_navi .lower_inner nav.pankz li img {
  padding-bottom: -10px;
}

#lower_navi .lower_inner nav.pankz li a:link,
#lower_navi .lower_inner nav.pankz li a:hover,
#lower_navi .lower_inner nav.pankz li a:visited {
  text-decoration: underline !important;
  color: #fff;
}

nav.pankz a:link,
nav.pankz a:hover,
nav.pankz a:visited {
  text-decoration: underline;
  color: #fff;
}

nav.pankz span.gt {
  padding: 0 10px;
}

nav.pankz > div + div a:first-child {
  position: relative;
  text-decoration: none;
}

nav.pankz > div + div a:first-child span {
  visibility: hidden;
  pointer-events: none;
}

nav.pankz > div + div a:first-child:after {
  content: "└";
  position: absolute;
  right: 0;
}

/*  ---------------------------
		Secound_Contetns
---------------------------  */
#wrapper {
  width: 940px;
  margin: 30px auto 30px auto;
  padding: 20px;
  background: #FFF;
}

#wrapper .lower {
  width: 900px;
  margin: 0 auto 20px auto;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  background: #E31D00;
  position: relative;
}

#wrapper .lower ul.sorcial_lower {
  position: absolute;
  top: 20px;
  right: 15px;
}

#wrapper .lower ul.sorcial_lower li {
  float: left;
  margin-left: 10px;
  margin-top: -3px;
  padding-top: 3px;
}

#wrapper .lower ul.sorcial_lower li:last-child {
  padding-top: 0;
}

/*  ---------------------------
			Bukken_box
---------------------------  */
.house_style_box {
  position: relative;
  font-size: 12px;
}

.house_style_box .favor {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.house_style_box .favor a {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.house_style_box .favor a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.house_style_box .pic {
  position: relative;
}
.house_style_box .pic.ext-3d:after {
  content: attr(data-3d);
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-cube.svg) no-repeat 6px center/11px 11px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 3px 20px;
  border-radius: 11px;
  position: absolute;
  right: 5px;
  top: 30px;
  pointer-events: none;
}

.house_style_box .pic img {
  width: 100%;
  margin-bottom: -5px;
  height: auto;
}

.house_style_box .pic .cate {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 3px 10px 3px 10px;
  letter-spacing: 1px;
  z-index: 1;
}

.house_style_box .pic .price {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  font-size: 24px;
  font-style: italic;
  padding: 5px 20px 10px 10px;
  color: #FFF;
  z-index: 1;
}

.house_style_box .pic a {
  transition: opacity 0.4s;
}
.house_style_box .pic a:hover {
  opacity: 0.7;
}

.house_style_box .pic .price span {
  font-size: 14px;
  display: block;
}

.house_style_box p {
  position: static;
}

.house_style_box p.name {
  font-size: 16px;
  padding: 10px 0 5px 0;
}
.house_style_box p.name a {
  transition: opacity 0.4s;
  text-decoration: none;
}
.house_style_box p.name a:hover {
  opacity: 0.7;
}

.house_style_box p.summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0.5em 0;
}

.house_style_box p.option {
  margin: 0.5em 0;
}
.house_style_box p.option span {
  display: inline-block;
  background: #F8F8F8;
  padding: 0.2em 0.5em;
  margin: 0 0.5em 0.5em 0;
}

.house_style_box .js-caset_slick:not(.slick-initialized) .slick-slide {
  display: none;
}
.house_style_box .js-caset_slick:not(.slick-initialized) .slick-slide:first-child {
  display: block;
}
.house_style_box .js-caset_slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  text-indent: -100000px;
  border: none;
  border-radius: 50%;
  background: #3C3C3C;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url(/svg/icn-arrow.svg);
  cursor: pointer;
  backface-visibility: hidden;
}
.house_style_box .js-caset_slick .slick-next {
  right: 7px;
  transform: translate(0, -50%) scale(-1, 1);
  text-indent: 100000px;
}
.house_style_box .js-caset_slick .slick-prev {
  left: 7px;
}
.house_style_box .js-caset_slick .slick-disabled {
  display: none !important;
}
.house_style_box .js-caset_slick .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.house_style_box .js-caset_slick .slick-dots li {
  margin: 0 4px;
}
.house_style_box .js-caset_slick .slick-dots li button {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  text-indent: -100000px;
  padding: 0;
  font-size: 1px;
  outline: none;
  border: none;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
.house_style_box .js-caset_slick .slick-dots li.slick-active button {
  opacity: 0.5;
}

.house_style_box p.name span.open {
  font-size: 14px;
  font-weight: bold;
  background: #E35D54;
  padding: 2px 4px 2px 4px;
  margin-right: 5px;
  color: #FFF;
}

.house_style_box p.name span.close {
  font-size: 14px;
  font-weight: bold;
  background: #444;
  padding: 2px 4px 2px 4px;
  margin-right: 5px;
  color: #FFF;
}

.house_style_box p.name span.plan {
  font-size: 14px;
  font-weight: bold;
  background: rgb(222, 112, 0);
  padding: 2px 4px 2px 4px;
  margin-right: 5px;
  color: #FFF;
}

/*  ---------------------------
			Form
---------------------------  */
.form_btn a {
  text-align: center;
  border: 3px solid #E35D54;
  line-height: 20px;
  color: #E35D54;
  font-size: 18px;
  display: block;
  padding: 30px 0 30px 0;
  background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=0 ); /* IE6-9 */
}

.form_btn a:hover {
  background: #f2f2f2; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.form_btn a img {
  margin: 0 8px -3px 0;
}

/* for old template*/
#footer {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body.win #footer {
  font-weight: 500;
}

#footer_sp {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body.win #footer_sp {
  font-weight: 500;
}

/*  ---------------------------
			Footer
---------------------------  */
#footer_sp {
  display: none;
}

#footer {
  width: 100%;
  background: #333333;
  padding: 30px 0 5px 0;
  color: #ffffff;
  line-height: 20px;
}

#footer #footbox {
  width: 1130px;
  margin: 0 auto;
}

#footer #footbox p.f_logo {
  width: 205px;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  float: left;
}

#footer #footbox #f_navibox {
  width: 610px;
  float: left;
  padding-bottom: 20px;
}

#footer #footbox #f_navibox ul {
  padding-bottom: 0px;
  border-right: 1px dotted #999;
  width: 130px;
  margin: 0 0 0 20px;
  float: left;
  min-height: 80px;
}

#footer #footbox #f_navibox ul.last {
  padding-bottom: 0px;
  border-right: none;
}

#footer #footbox #f_navibox ul li {
  padding: 0 0 0 10px;
  font-size: 10px;
  width: 100px;
  line-height: 1.7em;
  margin: 0 0 5px 0;
  /*background: url(/images/footer/icon_ft.gif) no-repeat 0px 6px;*/
}

#footer #footbox #f_navibox ul li span {
  background: url(/images/sprite.png) no-repeat 0px -150px;
  width: 3px;
  height: 5px;
  padding: 0px 0px 0px 0;
  margin: 0 5px 0 0;
}

#footer #footbox #f_navibox ul li a {
  color: #ffffff;
}

#footer #footbox ul li:last-child {
  border-right: none;
}

#footer #footbox #f_copy {
  clear: both;
  margin: 0 auto 20px auto;
  text-align: center;
}

#footer #footbox #f_snsbox {
  background: #484848;
  width: 310px;
  float: right;
}

#footer #footbox #f_snsbox p {
  text-align: center;
  padding: 15px 0 10px 0;
}

#footer #footbox #f_snsbox ul {
  margin: 0 auto 10px auto;
  padding: 0;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer #footbox #f_snsbox ul li {
  border-left: 1px solid #a4a4a4;
  padding: 0 10px 0 10px;
  margin: 0 0 5px 0;
  align-self: center;
}

#footer #footbox #f_snsbox ul li:last-child {
  border-right: 1px solid #a4a4a4;
}

#footer .f_description {
  font-size: 11px;
  clear: both;
  margin-top: 15px;
  border-top: 1px dotted #a4a4a4;
  padding: 15px 10px;
}

#footer .f_description strong {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

#footer #footbox #f_snsbox ul li a:link {
  color: #ffffff;
}

#footer #footbox #f_snsbox ul li a:visited {
  color: #ffffff;
}

#footer #footbox #f_navibox h3#foot_h {
  font-size: 12px;
  margin: 0 0 10px 20px;
  text-indent: 20px;
  font-weight: bold;
}

#footer #footbox #f_navibox ul.last {
  padding-bottom: 0px;
  border-right: none;
  width: 130px;
}

#footer #footbox #f_navibox ul.last li {
  padding-bottom: 0px;
  border-right: none;
  float: left;
  width: 50px;
}

#footer .areaListBox {
  clear: both;
  width: 100%;
  max-width: 1130px;
  background: #484848;
  font-size: 10px;
  padding: 20px 20px 10px;
  margin: 20px auto;
  box-sizing: border-box;
}

#footer .areaListBox dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#footer .areaListBox dt {
  width: 160px;
  margin: 0 0 10px;
  padding: 0;
  white-space: normal;
}

#footer .areaListBox dt a {
  color: #ffffff;
}

#footer .areaListBox dd {
  flex-grow: 1;
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 170px);
}

#footer .areaListBox dd + dd {
  align-self: flex-end;
  margin-left: 160px;
}

#footer .areaListBox dd li {
  display: inline-block;
}

#footer .areaListBox dd li a {
  color: #ffffff;
  border-right: 1px dotted #ffffff;
  height: 10px;
  padding: 0 5px;
}

/*  ---------------------------
			Pagetop
---------------------------  */
#pagetop {
  height: 77px;
}

.page_top_navi {
  position: fixed;
  bottom: -77px;
  /*left:50%;*/
  left: 96%;
  margin-left: -34px;
  height: 77px;
  width: 68px;
  z-index: 100;
}

/*  ---------------------------
		Footer
---------------------------  */
#footer_rwd {
  margin-top: 47px;
  position: relative;
}
#footer_rwd .f_pgtp a {
  display: block;
  cursor: pointer;
  width: 64px;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 50%;
  background: #F8F8F8 url(/svg/footer_rwd/icn-pgtp_arrow.svg) no-repeat center center;
  background-size: 16px 16px;
  margin-left: -32px;
  text-indent: -10000px;
  outline: none;
  border-radius: 7px 7px 0 0;
}
#footer_rwd .f_pgtp a:after {
  font-size: 10px;
  line-height: 1;
  content: attr(data-label);
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: auto;
  white-space: nowrap;
  top: -15px;
  left: 0;
  color: #787878;
  text-indent: 0;
}
@media screen and (max-width: 820px) {
  #footer_rwd {
    width: 100%;
    background: #F8F8F8;
    color: #787878;
    line-height: 20px;
    padding: 0;
    box-sizing: border-box;
  }
  #footer_rwd #footbox {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  #footer_rwd #footbox .f_logo {
    text-align: center;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  #footer_rwd #footbox .f_logo img {
    width: 80%;
    height: auto;
    max-width: 205px;
  }
  #footer_rwd #footbox #f_navibox {
    margin-top: 10px;
    width: 100%;
  }
  #footer_rwd #footbox #f_navibox ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
  }
  #footer_rwd #footbox #f_navibox ul + ul {
    margin-top: -1px;
  }
  #footer_rwd #footbox #f_navibox ul li {
    width: 50%;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px dotted #d1d1d1;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_navibox ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_navibox ul li:nth-child(odd) {
    border-right: 1px dotted #d1d1d1;
  }
  #footer_rwd #footbox #f_navibox ul li span {
    background: url(/images/sprite.png) no-repeat 0px -150px;
    width: 3px;
    height: 5px;
    padding: 0px 0px 0px 0;
    margin: 0 5px 0 0;
  }
  #footer_rwd #footbox #f_navibox ul li a {
    color: #787878;
    padding: 0.5em 8px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
  }
  #footer_rwd #footbox #f_navibox ul.last {
    padding-bottom: 0px;
    border-right: none;
    width: 130px;
  }
  #footer_rwd #footbox #f_navibox ul.last li {
    padding-bottom: 0px;
    border-right: none;
    width: 50px;
  }
  #footer_rwd #footbox #f_copy {
    border-top: 1px solid #d1d1d1;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-top: -1px;
    border-top: 1px solid #d1d1d1;
  }
  #footer_rwd #footbox #f_snsbox p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_snsbox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox ul {
    font-size: 12px;
    margin: 5px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd #footbox #f_snsbox ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd #footbox #f_snsbox ul li {
    border-right: 1px solid #d1d1d1;
    padding: 0 10px 0 10px;
    margin: 0 -1px 0;
    align-self: center;
    background: none;
  }
  #footer_rwd #footbox #f_snsbox ul li:last-child {
    border-right: 0;
  }
  #footer_rwd #footbox #f_snsbox ul li a {
    text-decoration: none;
  }
  #footer_rwd #footbox #f_snsbox ul li a:link, #footer_rwd #footbox #f_snsbox ul li a:visited {
    color: #787878;
  }
  #footer_rwd .f_description {
    font-size: 12px;
    clear: both;
    border-top: 1px solid #d1d1d1;
    padding: 15px;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .f_description {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd .f_description strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .f_description strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd .areaListBox {
    clear: both;
    width: 100%;
    max-width: 1080px;
    font-size: 11px;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    border-top: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  #footer_rwd .areaListBox {
    font-size: 13px;
  }
}
@media screen and (max-width: 820px) {
  #footer_rwd .areaListBox dt {
    font-weight: bold;
  }
  #footer_rwd .areaListBox dt a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd .areaListBox dd li {
    display: inline-block;
    margin-right: 15px;
  }
  #footer_rwd .areaListBox dd + dt {
    margin-top: 10px;
  }
  #footer_rwd .areaListBox dd a {
    color: #787878;
    text-decoration: none;
  }
}
@media screen and (min-width: 821px) {
  #footer_rwd {
    width: 100%;
    background: #F8F8F8;
    padding: 30px 40px;
    color: #ffffff;
    line-height: 20px;
    box-sizing: border-box;
  }
  #footer_rwd #footbox {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
  }
  #footer_rwd #footbox p.f_logo {
    width: 22.1238938053%;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #footer_rwd #footbox p.f_logo img {
    width: 100%;
    height: auto;
  }
  #footer_rwd #footbox #f_navibox {
    width: 55.7522123894%;
    box-sizing: border-box;
    display: flex;
    border-left: 1px dotted #999;
  }
  #footer_rwd #footbox #f_navibox ul {
    padding-bottom: 0px;
    border-right: 1px dotted #999;
    width: 33.33%;
  }
  #footer_rwd #footbox #f_navibox ul li {
    padding: 0 20px;
    font-size: 11px;
    line-height: 1.7em;
    margin: 0 0 5px 0;
    /*background: url(/images/footer/icon_ft.gif) no-repeat 0px 6px;*/
  }
  #footer_rwd #footbox #f_navibox ul li span {
    background: url(/images/sprite.png) no-repeat 0px -150px;
    width: 3px;
    height: 5px;
    padding: 0px 0px 0px 0;
    margin: 0 5px 0 0;
  }
  #footer_rwd #footbox #f_navibox ul li a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd #footbox #f_navibox ul li:last-child {
    border-right: none;
  }
  #footer_rwd #footbox #f_snsbox {
    width: 22.1238938053%;
    color: #787878;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: auto;
  }
  #footer_rwd #footbox #f_snsbox p {
    text-align: center;
    font-weight: bold;
  }
  #footer_rwd #footbox #f_snsbox ul {
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer_rwd #footbox #f_snsbox ul li {
    border-right: 1px solid #d1d1d1;
    padding: 0 10px 0 10px;
    margin: 0 0 5px 0;
    align-self: center;
  }
  #footer_rwd #footbox #f_snsbox ul li:last-child {
    border-right: 0;
  }
  #footer_rwd #footbox #f_snsbox ul li a {
    text-decoration: none;
  }
  #footer_rwd #footbox #f_snsbox ul li a:link, #footer_rwd #footbox #f_snsbox ul li a:visited {
    color: #787878;
  }
  #footer_rwd #footbox #f_copy {
    margin: 0 auto 20px auto;
    text-align: center;
    color: #787878;
    font-size: 14px;
  }
  #footer_rwd .f_description {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    clear: both;
    border-top: 1px solid #d1d1d1;
    padding: 30px 0;
    color: #787878;
  }
  #footer_rwd .f_description strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  #footer_rwd .areaListBox {
    border-top: 1px solid #d1d1d1;
    clear: both;
    width: 100%;
    font-size: 11px;
    padding: 30px 0;
    box-sizing: border-box;
  }
  #footer_rwd .areaListBox dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #footer_rwd .areaListBox dt {
    width: 160px;
    margin: 0 0 10px;
    padding: 0;
    white-space: normal;
  }
  #footer_rwd .areaListBox dt a {
    color: #787878;
    text-decoration: none;
  }
  #footer_rwd .areaListBox dd {
    flex-grow: 1;
    margin: 0 0 10px;
    padding: 0;
    width: calc(100% - 170px);
  }
  #footer_rwd .areaListBox dd + dd {
    align-self: flex-end;
    margin-left: 160px;
  }
  #footer_rwd .areaListBox dd li {
    display: inline-block;
  }
  #footer_rwd .areaListBox dd li a {
    color: #787878;
    border-right: 1px dotted #d1d1d1;
    height: 10px;
    padding: 0 5px;
    text-decoration: none;
  }
}

/*  ---------------------------
			Pagetop
---------------------------  */
#pagetop {
  height: 77px;
}

.page_top_navi {
  position: fixed;
  bottom: -77px;
  /*left:50%;*/
  left: 96%;
  margin-left: -34px;
  height: 77px;
  width: 68px;
  z-index: 100;
}

/*  ---------------------------
			help
---------------------------  */
#footer_rwd .f_help {
  background: #F8F8F8;
  padding: 0 20px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 821px) {
  #footer_rwd .f_help {
    margin-top: 1em;
  }
}
#footer_rwd .f_help a {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  height: 60px;
  border-radius: 30px;
  outline: none;
  display: flex;
  align-items: center;
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
  line-height: 1.4;
}
#footer_rwd .f_help a:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(/svg/icn-help.svg) no-repeat center center/contain;
}
@media screen and (max-width: 820px) {
  #footer_rwd .f_help {
    padding: 20px 15px;
  }
  #footer_rwd .f_help a {
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
}

/*  ---------------------------
			IE_Alert
---------------------------  */
#ie_alert {
  width: 100%;
  background: #EEE;
  font-size: 12px;
  padding: 15px 0 15px 0;
  z-index: 100;
  position: relative;
  display: none;
}

#top #ie_alert, #search #ie_alert {
  background: #FFF;
}

#ie_alert .ie_alert_inner {
  width: 980px;
  margin: 0 auto;
  display: block;
}

#ie_alert .ie_alert_inner p.ttl {
  font-size: 16px;
  padding-bottom: 10px;
  color: #E60206;
  font-weight: bold;
  text-align: center;
}

#ie_alert .ie_alert_inner p.ttl span {
  height: 20px;
  width: 20px;
  background: #E60206;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

#search #ie_alert .ie_alert_inner {
  width: auto;
}

#search #ie_alert {
  z-index: 1;
}

#search #ie_alert .ie_alert_inner p.ttl {
  text-align: left;
}

/*  ---------------------------
			clearfix
---------------------------  */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.slash {
  text-decoration: line-through;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*  ---------------------------
			font
---------------------------  */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-ln4yl7");
  src: url("fonts/icomoon.eot?#iefix-ln4yl7") format("embedded-opentype"), url("fonts/icomoon.woff?-ln4yl7") format("woff"), url("fonts/icomoon.ttf?-ln4yl7") format("truetype"), url("fonts/icomoon.svg?-ln4yl7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_mail:before {
  content: "\e601";
}

.icon-icon_02:before {
  content: "\e600";
}

.icon-icon_03:before {
  content: "\e606";
}

.icon-icon_04:before {
  content: "\e602";
}

.icon-icon_05:before {
  content: "\e603";
}

.icon-icon_06:before {
  content: "\e604";
}

.icon-icon_01:before {
  content: "\e605";
}

.icon-pie-chart:before {
  content: "\e99a";
}

/*  ---------------------------
			font2
---------------------------  */
@font-face {
  font-family: "icomoon";
  src: url("fonts2/icomoon.eot?-vvg333");
  src: url("fonts2/icomoon.eot?#iefix-vvg333") format("embedded-opentype"), url("fonts2/icomoon.woff?-vvg333") format("woff"), url("fonts2/icomoon.ttf?-vvg333") format("truetype"), url("fonts2/icomoon.svg?-vvg333#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_question:before {
  content: "\e600";
}

.icon-icon_talk01:before {
  content: "\e601";
}

.icon-icon_glass:before {
  content: "\e602";
}

.icon-icon_talk02:before {
  content: "\e603";
}

.icon-icon_pye:before {
  content: "\e604";
}

.fade {
  transition: 0.2s ease-in-out;
}

.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*  ---------------------------
			背景
---------------------------  */
.stripe1 {
  background-color: #FFF !important;
  background-image: linear-gradient(-45deg, #ffd0de 25%, transparent 25%, transparent 50%, #ffd0de 50%, #ffd0de 75%, transparent 75%, transparent) !important;
  background-size: 5px 5px !important; /*数字を大きくすれば太く、小さくすれば細くなります。*/
  /*text-shadow:1px 1px 2px rgba(0,0,0,.3) !important;*/
  /*border: 3px solid #EE2500;*/
  width: 275px !important;
}

.stripe2 {
  background-color: #FFF !important;
  background-image: linear-gradient(-45deg, #ffd0de 25%, transparent 25%, transparent 50%, #ffd0de 50%, #ffd0de 75%, transparent 75%, transparent) !important;
  background-size: 5px 5px !important; /*数字を大きくすれば太く、小さくすれば細くなります。*/
  /*text-shadow:1px 1px 2px rgba(0,0,0,.3) !important;
  border: 3px solid #EE2500;*/
}

.stripe3 {
  background-color: #fee3eb !important;
  width: 275px !important;
}

/*  ---------------------------
			ムービー
---------------------------  */
ul.list-movie-01 {
  width: 560px;
  margin: 15px auto 0 auto;
}

ul.list-movie-01 li {
  text-align: left;
  color: #fff;
  padding: 5px 5px 10px 0px;
}

ul.list-movie-01 li a:link,
ul.list-movie-01 li a:hover,
ul.list-movie-01 li a:visited {
  color: #333;
  text-decoration: underline;
  padding-left: 30px;
  background: url(/images/bukken/movie_icon_s_stop.png) no-repeat left top;
}

ul.list-movie-01 li.select a:link,
ul.list-movie-01 li.select a:hover,
ul.list-movie-01 li.select a:visited {
  font-weight: bold;
  color: #EE2500;
  text-decoration: none !important;
  font-size: 16px;
  background: url(/images/bukken/movie_icon_s.png) no-repeat left top;
}

ul.list-movie-01 li.select {
  font-weight: bold;
  color: #EE2500;
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 30px;
  background: url(/images/bukken/movie_icon_s.png) no-repeat left 7px;
}

/*OTHER*/
.bodlink:hover {
  box-shadow: inset 0 0 0 7px #EE2500;
  transition: all 0.3s;
}

.bodlink--pink {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.bodlink--pink:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.bodlink--pink:hover:after {
  box-shadow: inset 0 0 0 7px #ff6161;
  transition: all 0.3s;
}

.bodlink_w:hover {
  box-shadow: inset 0 0 0 7px #FFF;
  transition: all 0.3s;
}

h1#newh1 {
  position: absolute;
  top: 9px;
  left: 50%;
  margin: 0 0 0 -490px;
  z-index: 999;
  color: #fff;
  /*
  float:left;
  padding:5px 20px 0 0;
  */
  font-size: 12px;
}

h1#newh1_lower {
  position: absolute;
  top: -21px;
  left: 50%;
  margin: 0 0 0 -490px;
  z-index: 0;
  color: #fff;
  /*
  float:left;
  padding:5px 20px 0 0;
  */
  font-size: 12px;
}

a.hover01:link, a.hover01:visited {
  text-decoration: underline !important;
}

a.hover01:hover {
  text-decoration: none;
  opacity: 0.7;
}

a.hover02:link, a.hover02:visited {
  text-decoration: none;
}

a.hover02:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*add 160328 女性専用icon*/
.ladiesonly {
  background: #ed1b57;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
}

.ladiesonly img {
  width: 25px;
  height: 25px;
}

#house_box .ladiesonly {
  background: #ed1b57;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#house_box .ladiesonly img {
  width: 50px;
  height: 50px;
}

#wp .box .ladiesonly {
  background: #ed1b57;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#wp .box .ladiesonly img {
  width: 35px;
  height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #footbox {
    width: 100%;
    margin: 0 auto;
  }
  #footer #footbox #f_navibox {
    width: 460px;
    float: left;
  }
  #footer #footbox #f_snsbox {
    background: #484848;
    width: 310px;
    float: right;
  }
  #footer #footbox #f_snsbox p {
    text-align: center;
    padding: 15px 0 10px 0;
  }
  #footer #footbox #f_snsbox ul {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 300px;
  }
  #footer #footbox #f_snsbox ul li {
    display: inline;
    border-right: 1px solid #a4a4a4;
  }
  #footer #footbox #f_snsbox ul li.tw {
    /*background: url(/images/footer/icon_tw.gif) no-repeat 0 3px;*/
    padding: 0 10px 0 20px;
    margin: 0 0 0 15px;
  }
  #footer #footbox #f_snsbox ul li.fb {
    /*background: url(/images/footer/icon_fb.gif) no-repeat 0 3px;*/
    padding: 0 10px 0 20px;
    margin: 0 0 0 5px;
  }
  #footer #footbox #f_snsbox ul li.fb span {
    /*background: red;*/
    width: 117px;
    height: 117px;
    display: block;
  }
  #footer #footbox #f_snsbox ul li.ig {
    background: url(/images/footer/icon_ig.gif) no-repeat 10px 3px;
    padding: 0 10px 0 35px;
    border: none;
  }
  #footer #footbox #f_snsbox ul li a:link {
    color: #fff;
  }
  #footer #footbox #f_snsbox ul li a:visited {
    color: #fff;
  }
  #footer #footbox #f_navibox h3#foot_h {
    font-size: 12px;
    margin: 0 0 10px 20px;
    text-indent: 20px;
    font-weight: bold;
  }
  #footer #footbox #f_navibox ul.last {
    padding-bottom: 0px;
    border-right: none;
    width: 130px;
  }
  #footer #footbox #f_navibox ul.last li {
    padding-bottom: 0px;
    border-right: none;
    float: left;
    width: 50px;
  }
}
/*おすすめ*/
.wrapper.osusume_01 {
  background: #FDE5EE !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_02 {
  background: #E5F0FC !important;
  margin: 20px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_03 {
  background: #FEEFEE !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_04 {
  background: #FFF8E4 !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_05 {
  /*background: #a6a6a6 !important;*/
  background: #d2d2d2 !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_06 {
  background: #c6e49c !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_08 {
  background: #eafaf7 !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_09 {
  background: #e8ffff !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_10 {
  background: #f8f1e9 !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_11 {
  background: #fae6e3 !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.wrapper.osusume_12 {
  background: #e4f9eb !important;
  margin: 0px auto 0 auto !important;
  width: 940px;
}

.osusume_box {
  position: relative;
  width: 940px;
  margin: 0px auto 0 auto;
  padding: 0 45px 30px;
  box-sizing: border-box;
}

.osusume_box a:link,
.osusume_box a:hover,
.osusume_box a:visited {
  text-decoration: none;
}

.osusume_box .osusume_icon {
  position: absolute;
  top: -60px;
  width: 160px;
}

.osusume_01_h {
  color: #F82852;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_01_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_02_h {
  color: #006CD8;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_02_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_03_h {
  color: #F86454;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_03_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_04_h {
  color: #EDA300;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_04_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_05_h {
  color: #333333;
  /*color: #FFFFFF;*/
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_05_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_06_h {
  color: #658734;
  /*color: #FFFFFF;*/
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_06_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_08_h {
  color: #06837f;
  /*color: #FFFFFF;*/
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_08_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_09_h {
  color: #00bdc1;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_09_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_10_h {
  color: #be742b;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_10_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_11_h {
  color: #d83315;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_11_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_12_h {
  color: #39be85;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px 210px;
}

.osusume_12_h span {
  font-size: 16px;
  display: block;
  padding: 10px 0 0 0;
}

.osusume_h_child {
  position: relative;
  padding: 6px 6px 6px 0.75em;
  border-left: 6px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  color: #06837f;
  margin: 30px 0 20px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: row;
}

.osusume_h_child::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #06837f;
}

.btn_osusume_child {
  background: #06837f;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 4px 6px;
  font-size: 12px;
}

.btn_osusume_child img {
  vertical-align: middle;
  margin-right: 5px;
}

.btn_osusume_child:hover {
  opacity: 0.7;
}

.btn_osusume_01 {
  background: #F01154;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_02 {
  background: #0069DB;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_03 {
  background: #FA6350;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_04 {
  background: #EDA300;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_05 {
  background: #333333;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_06 {
  background: #7db133;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_08 {
  background: #06837f;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_09 {
  background: #00bdc1;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_10 {
  background: #be742b;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_11 {
  background: #d83315;
  color: #fff;
  display: inline;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 8px 12px;
}

.btn_osusume_01 img,
.btn_osusume_02 img,
.btn_osusume_03 img,
.btn_osusume_04 img,
.btn_osusume_05 img,
.btn_osusume_06 img,
.btn_osusume_08 img,
.btn_osusume_09 img,
.btn_osusume_10 img,
.btn_osusume_11 img {
  margin: 0 5px -4px 0;
}

#wp .osusume_box .box {
  clear: both;
  margin: 0 14px 20px 0 !important;
  margin: 0 10px 20px 0\9  !important;
  padding: 0 0 0 0 !important;
  cursor: pointer;
  width: 200px !important;
  display: inline-block;
  background: #fff;
  vertical-align: top !important;
  position: relative;
}

.osusume_box .box.three {
  margin: 0 0 0 0;
  margin: 0 10px 20px 0\9 ;
}

#wp .osusume_box .box figure {
  position: relative;
  width: 200px !important;
  height: 170px !important;
  padding-bottom: 0;
  margin: auto;
  overflow: hidden;
}

.osusume_box .box figure .img {
  width: 100%;
}

.osusume_box .box figure .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
}

.osusume_box .box figcaption {
  position: absolute;
  padding: 5px;
  bottom: -22px;
  height: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  color: #fff;
  font-size: 12px;
  opacity: 0.9;
}

.osusume_box .box figure:hover {
  opacity: 0.8;
}

.osusume_box .box figure:hover figcaption {
  bottom: 0px;
}

.osusume_box .box figcaption.pink {
  background: #e56b91;
}

.osusume_box .box figcaption.black {
  background: #000;
}

.osusume_box .box figure .cam img.cam_l {
  position: absolute;
  top: -5px;
  left: 0;
}

.osusume_box .box figurey .cam img.cam_r {
  position: absolute;
  top: 5px;
  right: -10px;
}

.osusume_box .box p {
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 18px;
}

.osusume_box .box p.name {
  font-size: 16px;
}

.osusume_box .box .cont {
  width: 100%;
  padding-bottom: 5px;
  margin: 0 0 0 10px;
  margin: auto;
  clear: both;
}

#top .osusume_box .box .cont .house_info {
  box-sizing: border-box;
  width: 100%;
  margin: 0px auto 10px auto;
  background: #f7e6e6;
  padding: 10px;
}

#top .osusume_box .box .cont .house_info::after {
  content: "";
  border-color: #e36e6b #fff #fff #e36e6b;
  border-style: solid;
  border-width: 0 0 14px 14px;
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.osusume_box .box .cont .box_h01 {
  color: #EC1A57;
  font-size: 16px;
  margin: 15px 0 10px 0;
}

/*ここから！！！add 160818 icon*/
.icon_box {
  width: 200px;
  z-index: 2;
  display: block;
}

.ladiesonly2 {
  background: #ed1b57;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
  float: left;
  margin: 0 0 0 4px;
}

.ladiesonly2 img {
  width: 100%;
}

#house_box .ladiesonly2 {
  background: #ed1b57;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#house_box .ladiesonly2 img {
  width: 50px;
  height: 50px;
}

#wp .box .ladiesonly2 {
  background: #ed1b57;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#wp .box .ladiesonly2 img {
  width: 35px;
  height: 35px;
}

.new_icon_s {
  background: #0073DB;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  display: inline;
  line-height: 3.2em;
  margin: 0 0 0 4px;
}

.new_icon_s img {
  width: 100%;
}

#house_box .new_icon_s {
  background: #ed1b57;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#house_box .new_icon_s img {
  width: 50px;
  height: 50px;
}

#wp .box .new_icon_s {
  background: #ed1b57;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#wp .box .new_icon_s img {
  width: 35px;
  height: 35px;
}

.hs_icon_s {
  background: #89C238;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  display: inline;
  line-height: 3.2em;
  margin: 0 0 0 4px;
}

.hs_icon_s img {
  width: 100%;
}

#house_box .hs_icon_s {
  background: #ed1b57;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#house_box .hs_icon_s img {
  width: 50px;
  height: 50px;
}

#wp .box .hs_icon_s {
  background: #ed1b57;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#wp .box .hs_icon_s img {
  width: 35px;
  height: 35px;
}

.bukkeninfo_box01 .icon_box {
  /*background: rgba(0,0,0,0.4);*/
  z-index: 2;
  display: block;
  position: absolute;
  top: 45px;
  left: 5px;
}

.bukkeninfo_box01 .icon_box.box2 {
  /*background: rgba(0,0,0,0.4);*/
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 5px !important;
  left: 5px;
}

/*  =============================

		 CSS SPRITE

=============================  */
.ico_chara_stay, .ico_page_top_on, .ico_chara_live, .ico_icon_phone, .ico_arrow_left, .ico_arrow_right, .ico_icon_shop, .ico_arrow_l_off, .ico_arrow_l_on, .ico_arrow_r_off, .ico_arrow_r_on, .ico_seach_bg, .ico_sorcial_01_off, .ico_sorcial_01_on, .ico_sorcial_02_off, .ico_sorcial_02_on, .ico_sorcial_03_off, .ico_sorcial_03_on, .ico_logo_blue, .ico_h_icon_02, .ico_link_arrow, .ico_h_icon_03, .ico_h_icon_04, .ico_h_icon_01, .ico_link_arrow, .ico_arrow_01, .ico_arrow_02, .ico_arrow_03, .ico_arrow_tr, .ico_icon_fb, .ico_icon_ig, .ico_icon_tw, .ico_icon_time3, .ico_icn-blank, .ico_sub_link, .ico_time_bar, .ico_icon_ft, .ico_link_arrow_rev, .ico_link_arrow_black {
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-repeat: no-repeat;
}

.ico_chara_stay {
  background-position: 0px 0px;
  height: 64px;
  width: 64px;
}

.ico_chara_live {
  background-position: -200px 0px;
  height: 64px;
  width: 64px;
}

.ico_icon_phone {
  background-position: -64px -77px;
  margin: 0 5px -7px 0;
  height: 39px;
  width: 38px;
}

.ico_arrow_left {
  background-position: -102px -77px;
  width: 17px;
  height: 17px;
  padding: 0px 0px 0px 0;
  margin: 0 -10px -5px 0;
  display: inline-block;
}

.ico_arrow_right {
  background-position: -136px -77px;
  width: 17px;
  height: 17px;
  padding: 0px 0px 0px 0;
  margin: 0 -10px -5px 0;
  display: inline-block;
}

.ico_icon_shop {
  background-position: -170px -77px;
  margin: 0 5px -5px 0;
  height: 32px;
  width: 32px;
}

.ico_arrow_l_off {
  background-position: -202px -77px;
  height: 32px;
  width: 16px;
}

.ico_arrow_l_off:hover {
  opacity: 0.6;
}

.ico_arrow_l_on {
  background-position: -218px -77px;
  height: 32px;
  width: 16px;
}

.ico_arrow_r_off {
  background-position: -234px -77px;
  height: 32px;
  width: 16px;
}

.ico_arrow_r_off:hover {
  opacity: 0.6;
}

.ico_arrow_r_on {
  background-position: -64px -116px;
  height: 32px;
  width: 16px;
}

.ico_seach_bg {
  background-position: -80px -116px;
  height: 30px;
  width: 30px;
}

.ico_sorcial_01_off {
  background-position: -110px -116px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_01_off:hover {
  background-position: -139px -116px;
}

.ico_sorcial_01_on {
  background-position: -139px -116px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_02_off {
  background-position: -168px -116px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_02_off:hover {
  background-position: -197px -116px;
}

.ico_sorcial_02_on {
  background-position: -197px -116px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_03_off {
  background-position: -226px -116px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_03_off:hover {
  background-position: -64px -148px;
  height: 29px;
  width: 29px;
}

.ico_sorcial_03_on {
  background-position: -64px -148px;
  height: 29px;
  width: 29px;
}

.ico_logo_blue {
  background-position: -264px 0px;
  height: 23px;
  width: 205px;
}

.ico_h_icon_02 {
  background-position: -264px -23px;
  height: 22px;
  width: 18px;
  margin: 0 5px -3px 0;
}

.ico_link_arrow {
  background-position: -282px -23px;
  height: 20px;
  width: 20px;
}

.ico_link_arrow_rev {
  background-position: -265px -63px;
  height: 20px;
  width: 20px;
}

.ico_h_icon_03 {
  background-position: -302px -23px;
  height: 20px;
  width: 17px;
  margin: 0 5px -3px 0;
}

.ico_h_icon_04 {
  background-position: -319px -23px;
  height: 20px;
  width: 17px;
  margin: 0 5px -3px 0;
}

.ico_h_icon_01 {
  background-position: -336px -23px;
  height: 19px;
  width: 18px;
  margin: 0 5px -3px 0;
}

.ico_link_arrow_black {
  background-position: -354px -23px;
  height: 18px;
  width: 20px;
  margin: 0 5px -3px 0;
}

.ico_arrow_01 {
  display: inline-block;
  background-position: -374px -23px;
  height: 17px;
  width: 17px;
}

.ico_arrow_02 {
  background-position: -391px -23px;
  height: 17px;
  width: 17px;
}

.ico_arrow_03 {
  background-position: -408px -23px;
  height: 17px;
  width: 17px;
}

.ico_arrow_tr {
  background-position: -425px -23px;
  margin: 0 5px -3px 0;
  height: 17px;
  width: 17px;
}

.ico_icon_fb {
  background-position: -442px -23px;
  height: 17px;
  width: 17px;
}

.ico_icon_ig {
  background-position: -264px -45px;
  height: 17px;
  width: 17px;
}

.ico_icon_tw {
  background-position: -281px -45px;
  height: 17px;
  width: 17px;
}

.ico_icon_time3 {
  background-position: -298px -45px;
  margin: 0 5px 0px 0;
  height: 16px;
  width: 16px;
}

.ico_lang_icon {
  background-position: -314px -45px;
  margin: 0 8px -3px 0;
  height: 16px;
  width: 15px;
}

.ico_icn-blank {
  background-position: -459px -23px;
  height: 10px;
  width: 10px;
}

.ico_sub_link {
  background-position: -459px -33px;
  height: 7px;
  width: 9px;
}

.ico_time_bar {
  background-position: -409px -45px;
  height: 5px;
  width: 4px;
}

.ico_icon_ft {
  background-position: -413px -45px;
  height: 5px;
  width: 3px;
}

#top #key .txt_area p {
  padding: 8px 10px 8px 25px;
  width: auto;
  line-height: 20px;
  /*sprite化に伴い削除
  background:url(/images/top/key/link_arrow.png) no-repeat left;
  */
}

#top #key .txt_area p:before {
  content: "";
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-position: -282px -23px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: -5px;
}

#top .map_box h4:before {
  content: "";
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -282px -23px;
  margin: 0 5px -3px 0;
  height: 20px;
  width: 20px;
}

/* WEB-1205 */
.common_caset_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.common_caset_item {
  width: 32%;
  background: #fff;
  margin-bottom: 20px;
  margin-left: 2%;
}

#top .common_caset_item {
  width: 23%;
  max-width: 250px;
  margin-left: 20px;
}

.common_caset_item._pr {
  background-size: 5px 5px;
  background-color: #ffffff;
  background-image: linear-gradient(-45deg, #ffd0de 25%, transparent 25%, transparent 50%, #ffd0de 50%, #ffd0de 75%, transparent 75%, transparent);
}

.common_caset_item:nth-child(3n+1) {
  margin-left: 0;
}

.osusume_box .common_caset_item:nth-child(3n+1) {
  margin-left: 2%;
}

#top .common_caset_item:nth-child(3n+1) {
  margin-left: 20px;
}

.osusume_box .common_caset_item:nth-child(4n+1),
#top .common_caset_item:nth-child(4n+1) {
  margin-left: 0;
}

.common_caset_item:nth-child(-n+3) {
  margin-top: 0;
}

.common_caset_item a:hover {
  opacity: 0.8;
  text-decoration: underline !important;
}

.common_caset_image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.common_caset_figure {
  position: relative;
  overflow: hidden;
}

.common_caset_mark {
  position: absolute;
  background: #ED2500;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  font-size: 12px;
  left: 0;
  top: 0;
}

.common_caset_icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
}

.common_caset_icon._share {
  background: #007FC4;
}

.common_caset_icon._apart {
  background: #00BDC1;
}

.common_caset_icon._social {
  background: #FFBC00;
}

.common_caset_icon._share_apart {
  background: #a482ea;
}

.common_caset_icon._granstay {
  background: #39be85;
}

.common_caset_option {
  margin-top: 10px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.common_caset_option li {
  margin: 0;
  font-size: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0px solid #6e6e6e;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: auto;
}

.common_caset_option .img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.common_caset_option .img img {
  max-width: 20px;
  max-height: 20px;
}

.common_caset_option .label {
  white-space: nowrap;
}

.common_caset_caption {
  position: absolute;
  padding: 5px;
  bottom: -22px;
  height: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  color: #fff;
  background: #000;
  font-size: 12px;
  opacity: 0.9;
  box-sizing: border-box;
}

.common_caset_item:hover .common_caset_caption {
  bottom: 0px;
}

.common_caset_body {
  padding: 15px;
}

.common_caset_title {
  color: #ec1a57;
  font-size: 16px;
}

.common_caset_item._pr .common_caset_title {
  color: #000;
}

.common_caset_access {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

.common_caset_stats {
  margin-top: 10px;
}

.common_caset_stats > span + span {
  margin-left: 10px;
}

.common_caset_feature {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  display: inline-block;
  line-height: 25px;
}

.common_caset_feature._new {
  background: #0073db;
}

.common_caset_feature._ladies {
  background: #ed1b57;
}

.common_caset_feature._ladies img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.common_caset_tenant {
  margin: 10px auto 15px;
}

.common_caset_tenant dt {
  display: flex;
  font-weight: bold;
  align-items: center;
  flex-wrap: wrap;
}

.common_caset_tenant dt strong {
  font-size: 11px;
  margin-right: auto;
}

.common_caset_tenant dt span {
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}

.common_caset_tenant dt span:last-child {
  margin-right: 0;
}

.common_caset_tenant dt span:before {
  content: "■";
}

.common_caset_tenant dt span:nth-child(1):before {
  color: #e36e6b;
}

.common_caset_tenant dt span:nth-child(2):before {
  color: #6bc5e3;
}

.common_caset_tenant dt span:nth-child(3):before {
  color: #ecbb27;
}

.common_caset_tenant dd + dt {
  margin-top: 10px;
}

.common_caset_tenant dd {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}

.common_caset_tenant dd span {
  display: block;
  height: 9px;
  line-height: 1;
  font-size: 1px;
}

.common_caset_tenant dd span:nth-child(1) {
  background-color: #e36e6b;
}

.common_caset_tenant dd span:nth-child(2) {
  background-color: #6bc5e3;
}

.common_caset_tenant dd span:nth-child(3) {
  background-color: #ecbb27;
}

.common_caset_available {
  min-width: 70px;
  box-sizing: border-box;
  padding: 2px 15px;
  clear: both;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}

.common_caset_available._open {
  background: #E31D00;
}

.common_caset_available._close {
  background: #506570;
}

.common_caset_available._plan {
  padding: 2px 5px;
  background: #FF7F00;
}

.common_caset_price {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.common_caset_campaign,
.common_caset_campaign--limited {
  color: #EE2500;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0;
  line-height: 1.2;
}

.common_caset_campaign--limited {
  color: rgb(56, 171, 0);
}

.common_caset_info {
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto 0;
  background: #f7e6e6;
  padding: 10px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}

.common_caset_item._pr .common_caset_info {
  background: #fff;
}

.common_caset_info:after {
  content: "";
  border-color: #e36e6b #fff #fff #e36e6b;
  border-style: solid;
  border-width: 0 0 14px 14px;
  bottom: 0;
  position: absolute;
  right: 0;
}

.common_caset_item._pr .common_caset_info:after {
  border-color: #ccc #efefef #efefef #ccc;
}

.common_caset_conditions {
  font-size: 12px;
  line-height: 18px;
}

.common_caset_conditions > span {
  display: inline-block;
  margin-right: 0.3em;
}

.common_caset_small_title {
  font-weight: bold;
  margin-right: 0;
}

.common_caset_link {
  line-height: 1.4;
  font-size: 9px;
  margin-top: 10px;
  padding-left: 1em;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

.common_caset_link li {
  text-indent: -1em;
}

.common_caset_link li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.common_caset_link li + li {
  margin-top: 4px;
}

.common_caset_link li a {
  text-decoration: underline !important;
}

.common_caset_link li a:hover {
  text-decoration: none !important;
}

/*PAO 追従バナー*/
/*  ---------------------------
		 cashback
---------------------------  */
/*cashback_style_2*/
dl.common_dl_pc_cashback_detail {
  width: 100% !important;
  border: 1px solid #EE2500;
  margin: 10px 0;
}

dl.common_dl_pc_cashback_detail dt {
  float: left;
  clear: left;
  width: 40%;
  background: #EE2500;
  color: #fff;
  padding: 6px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

dl.common_dl_pc_cashback_detail dd {
  float: left;
  width: 60%;
  padding: 15px 0px 0 0;
  text-align: center;
  font-weight: normal;
  color: #EE2500;
  font-size: 14px;
  font-style: italic;
  position: relative;
}

dl.common_dl_pc_cashback_detail dd em {
  font-weight: bold;
  color: #EE2500;
  font-size: 22px;
}

dl.common_dl_pc_cashback_detail dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid #EE2500;
}

/*cashback_style_3*/
dl.common_dl_pc_cashback3 {
  width: 100%;
  border: 1px solid #EB4D32;
  margin: 10px 0;
}

dl.common_dl_pc_cashback3 dt {
  float: left;
  clear: left;
  width: 50%;
  background: #EE2500;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}

dl.common_dl_pc_cashback3 dd {
  float: left;
  width: 50%;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  color: #EE2500;
  font-size: 16px;
  font-style: italic;
  position: relative;
}

dl.common_dl_pc_cashback3 dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid #EE2500;
}

/*cashback_style_4*/
p.common_p_pc_cashback {
  background: #EE2500;
  width: 100%;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

p.common_p_pc_cashback em {
  font-size: 20px;
  padding: 0 10px;
}

.optionsearch_caset_campain_title {
  color: #E35D54;
  font-weight: bold;
  border: 1px solid #E35D54;
  border-top: none;
  padding: 4px;
  text-align: center;
}

/*cashback_style_5*/
p.common_p_pc_cashback_2 {
  background: #EE2500;
  width: 100%;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

p.common_p_pc_cashback_2 em {
  font-size: 26px;
  padding: 0 10px;
}

p.common_p_pc_cashback_2 span.cash_discription {
  font-size: 14px;
  font-weight: normal;
}

.em_cashback {
  font-weight: bold;
  font-size: 14px;
  color: #EE2500;
}

.cash_discription {
  font-size: 10px;
  font-weight: normal;
}

.js-common_tooltip {
  cursor: pointer;
}

.js-common_tooltip:after {
  content: "";
  color: #222;
  background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
  border: 1px solid #222;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.1em;
}

.js-common_tooltip_baloon {
  display: inline-block;
  padding: 5px;
  max-width: 250px;
  margin-right: 15px;
  margin-left: 15px;
  /* -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; */
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: normal;
  transition: opacity 0.4s, transform 0.4s;
  position: absolute;
  transform: translate(-15px, -15px);
  opacity: 0;
  z-index: 1000;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.js-common_tooltip_baloon.is-active {
  opacity: 1;
  transform: none;
}

/*-----------------------------
	PAOプレゼントバナーテキスト化
-----------------------------*/
.p-banner_paoregister {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #88cc39;
  color: #fff;
  min-height: 135px;
  position: relative;
  text-decoration: none !important;
  line-height: 1;
}

.p-banner_paoregister:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(/images/top_v2/bg-banner_paoregister.png) no-repeat center right;
  background-size: auto 100%;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #fff;
  z-index: 0;
}

.p-banner_paoregister__inner {
  display: inline-block;
}

.p-banner_paoregister__lead {
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

.p-banner_paoregister__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
}

.p-banner_paoregister__text span:nth-child(1) {
  font-size: 20px;
  text-align: left;
  margin-right: 20px;
  line-height: 1.4;
}

.p-banner_paoregister__text span:nth-child(2) {
  font-size: 60px;
  text-align: left;
  margin-right: 20px;
  white-space: nowrap;
}

.p-banner_paoregister__text span:nth-child(3) {
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
}

.c-accordion {
  box-sizing: border-box;
  border: 1px solid #f9504c;
}

/*-----------------------------
	汎用アコーディオン
-----------------------------*/
.c-accordion__title {
  padding: 10px 20px 10px 60px;
  position: relative;
  background: #f9504c;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: 0.08em;
}

.c-accordion__title:before {
  content: "CLICK!";
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 2px 8px;
  margin-right: 1em;
}

.c-accordion__title:hover {
  opacity: 0.8;
}

.c-accordion__title:after {
  content: "";
  display: inline-block;
  background: url(/svg/icn-arrow_circle.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  transition: transform 0.4s;
}

.is-active .c-accordion__title:after {
  transform: rotate(-90deg);
}

.c-accordion__body {
  padding: 15px 20px 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, padding 0.2s ease, opacity 0.2s ease;
  opacity: 0.3;
}

.is-active .c-accordion__body {
  max-height: 1500px;
  padding: 15px 20px;
  opacity: 1;
  transition: max-height 0.4s ease, padding 0.2s ease, opacity 0.2s ease;
}

/* =============================================
MemoriesApp Banner Component 
===============================================*/
.c-banner__memapp {
  padding: 0;
  margin: 15px 0;
  padding-top: 12.34%;
  position: relative;
}

.c-banner__memapp__text {
  display: block;
  text-indent: -100000px;
  background: url(/images/oakmember/ban-memories_app.jpg) no-repeat left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.c-banner__memapp__text h4:before {
  display: none;
}

.c-banner__memapp__link {
  display: block;
  margin: 0 !important;
  position: absolute;
  width: 35.4255319149%;
  top: 50%;
  left: 61.48%;
}

.c-banner__memapp__link li:before {
  display: none;
}

.c-banner__memapp__link li {
  display: block;
  padding-top: 15.91%;
  transform: translate(0, -50%);
  position: absolute;
  top: 0;
  margin: 0 !important;
}

.c-banner__memapp__link li a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -100000px;
  outline: none;
}

.c-banner__memapp__appstore {
  left: 0;
  width: 42.9429429429%;
}

.c-banner__memapp__appstore a {
  background: url(/images/oakmember/ban-memories_app_appstore.svg) no-repeat center center;
  background-size: cover;
}

.c-banner__memapp__googleplay {
  right: 0;
  width: 52.5525525526%;
}

.c-banner__memapp__googleplay a {
  background: url(/images/oakmember/ban-memories_app_googleplay.svg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 820px) {
  .c-banner__memapp {
    padding-top: 67.3%;
  }
  .c-banner__memapp__text {
    background: url(/images/oakmember/ban-memories_app_sp.jpg) no-repeat left top;
    background-size: contain;
  }
  .c-banner__memapp__link {
    width: 80.63%;
    max-width: 100%;
    top: auto;
    bottom: 11.79%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .c-banner__memapp__link li {
    transform: none;
    top: auto;
    bottom: 0;
  }
}
/*  ---------------------------
	Common Checkbox
---------------------------  */
.c-checkbox {
  display: none;
}

.c-checkbox + label {
  padding-left: 30px;
  background-image: url(/svg/icn-uncheck.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 15px;
  cursor: pointer;
}

.c-checkbox:checked + label {
  background-image: url(/svg/icn-check.svg);
  background-size: auto 15px;
}

/* =============================================
Fixplan Banner Component 
===============================================*/
.c-banner__fixplan {
  max-width: 1100px;
  margin: 30px auto;
}

#bukken_main .c-banner__fixplan {
  max-width: 920px;
}

.c-banner__fixplan a {
  display: block;
  width: 100%;
  padding-top: 14.0425531915%;
  background: url(/svg/fixplan/ban-fixplan.svg) no-repeat center center;
  background-size: contain;
  text-indent: -100000px;
  font-size: 0;
  line-height: 0;
}

.c-banner__fixplan._eng a {
  padding-top: 14.8936170213%;
  background: url(/svg/fixplan/ban-fixplan_eng.svg) no-repeat center center;
}

.c-banner__fixplan._fra a {
  padding-top: 14.7872340426%;
  background: url(/svg/fixplan/ban-fixplan_fra.svg) no-repeat center center;
}

.c-banner__fixplan._cn a {
  padding-top: 14.2553191489%;
  background: url(/svg/fixplan/ban-fixplan_cn.svg) no-repeat center center;
}

.c-banner__fixplan._kr a {
  padding-top: 14.3617021277%;
  background: url(/svg/fixplan/ban-fixplan_kr.svg) no-repeat center center;
}

@media (max-width: 820px) {
  .c-banner__fixplan a {
    padding-top: 31.7507418398%;
    background: url(/svg/fixplan/ban-fixplan_sp.svg) no-repeat center center;
    background-size: contain;
  }
  .c-banner__fixplan._eng a {
    padding-top: 31.7507418398%;
    background: url(/svg/fixplan/ban-fixplan_sp_eng.svg) no-repeat center center;
  }
  .c-banner__fixplan._fra a {
    padding-top: 31.7507418398%;
    background: url(/svg/fixplan/ban-fixplan_sp_fra.svg) no-repeat center center;
  }
  .c-banner__fixplan._cn a {
    padding-top: 31.7507418398%;
    background: url(/svg/fixplan/ban-fixplan_sp_cn.svg) no-repeat center center;
  }
  .c-banner__fixplan._kr a {
    padding-top: 31.7507418398%;
    background: url(/svg/fixplan/ban-fixplan_sp_kr.svg) no-repeat center center;
  }
}
.icn-online {
  display: inline-block;
  font-size: 14px;
  background: #f9504c;
  color: #fff;
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -6px;
  font-weight: bold;
}

.icn-online:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  background: url(/svg/cart/icn-vr.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

/* Tooltip with button ================================== */
.c-confirmtip {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.c-confirmtip:after {
  content: "";
  text-decoration: none;
  color: #222;
  background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
  border: 1px solid #222;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.3em;
}
.c-confirmtip.ext-question:after {
  content: "";
  background: #ffffff url(/svg/icn-tooltip_question.svg) no-repeat center center/8px 8px;
}
.c-confirmtip__baloon {
  display: block;
  padding: 1em;
  max-width: 600px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s, transform 0.4s;
  position: absolute;
  transform: translate(0, 15px);
  opacity: 0;
  z-index: 9999;
}
.c-confirmtip__baloon.is-active {
  opacity: 1;
  transform: none;
}
.c-confirmtip__baloon p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222;
  /* estimate/result用 キャンペーン詳細ツールチップカスタム */
}
.c-confirmtip__baloon p:last-child {
  text-align: right;
  margin-top: 1em;
}
.c-confirmtip__baloon p a {
  text-decoration: underline;
}
.c-confirmtip__baloon p span em {
  font-weight: bold;
  margin-top: 0.7em;
  margin-right: 0.5em;
  display: inline-block;
}
.c-confirmtip__baloon p span em:first-child {
  margin-top: 0;
}
.c-confirmtip__baloon p span.ext-stats, .c-confirmtip__baloon p span.ext-note {
  display: block;
  margin-top: 2em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .c-confirmtip__baloon p span.ext-stats, .c-confirmtip__baloon p span.ext-note {
    font-size: 12px;
  }
}
.c-confirmtip__baloon p span.ext-stats:first-child, .c-confirmtip__baloon p span.ext-note:first-child {
  margin-top: 0;
}
.c-confirmtip__baloon p span.ext-stats {
  border-left: 2px solid #d1d1d1;
  padding-left: 1em;
}
.c-confirmtip__button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 12px;
  padding: 0.3em 1.2em;
}
@media screen and (min-width: 821px) {
  .c-confirmtip__button {
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) {
  .c-confirmtip__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* Common Modal ================================== */
.c-modal {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -200%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: top 0s 0.4s, opacity 0.4s;
}
.c-modal__box {
  background: #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  box-sizing: border-box;
  position: relative;
  transform: translate(0, 30px);
  transition: transform 0.4s 0s;
  cursor: default;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
  max-height: calc(100% - 60px);
  position: relative;
}
.c-modal__box.ext-tiny {
  max-width: 720px;
}
@media screen and (max-width: 820px) {
  .c-modal__box {
    max-width: calc(100% - 40px);
  }
}
.c-modal.is-active {
  top: 0;
  opacity: 1;
  transition: top 0s, opacity 0.4s;
}
.c-modal.is-active .c-modal__box {
  transform: none;
}
.c-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.c-modal__close a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.c-modal__close a:hover {
  opacity: 0.7;
}
.c-modal__close a img {
  width: 20px;
  height: 20px;
}
.c-modal__content {
  width: calc(100% - 40px);
  height: calc(100% - 70px);
  margin-top: 50px;
  margin-left: 20px;
  border: none;
}
.c-modal__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-modal__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-modal__title {
    font-size: 20px;
  }
}
.c-modal__title + * {
  margin-top: 2em;
}
.c-modal__text {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  .c-modal__text {
    font-size: 14px;
  }
}
.c-modal__note {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .c-modal__note {
    font-size: 12px;
  }
}
.c-modal__image {
  margin-top: 1em;
}
.c-modal__image img {
  max-width: 100%;
  height: auto;
}
.c-modal__column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .c-modal__column {
    display: block;
  }
}
.c-modal__column > * {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .c-modal__column > * {
    width: 100%;
  }
}
.c-modal__list {
  font-size: 16px;
  list-style: disc;
  margin: 1.5em 0 0 20px;
}
@media screen and (max-width: 600px) {
  .c-modal__list {
    font-size: 14px;
  }
}
.c-modal__list li + li {
  margin-top: 0.5em;
}
.c-modal__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .c-modal__action {
    font-size: 14px;
  }
}
.c-modal__action * + * {
  margin-top: 0.7em;
}
.c-modal__action .c-button {
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  padding: 0.5em 1.5em;
}

/* Tooltip ================================== */
@media (min-width: 821px) {
  .c-tooltip {
    cursor: pointer;
    display: inline-block;
    pointer-events: all;
  }
  .c-tooltip:after {
    content: "";
    text-decoration: none;
    color: #222;
    background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
    border: 1px solid #222;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.3em;
  }
  .c-tooltip.ext-question:after {
    content: "";
    background: #ffffff url(/svg/icn-tooltip_question.svg) no-repeat center center/8px 8px;
  }
  .c-tooltip__baloon {
    display: inline-block;
    padding: 5px;
    max-width: 250px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
    background: #3C3C3C;
    color: #fff;
    font-weight: normal;
    transition: opacity 0.4s, transform 0.4s;
    position: absolute;
    transform: translate(-15px, -15px);
    opacity: 0;
    z-index: 10001;
    line-height: 1.5;
    letter-spacing: 0.02em;
    pointer-events: none;
  }
  .c-tooltip__baloon img {
    width: 100%;
    height: auto;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 820px) {
  .c-tooltip {
    cursor: pointer;
    min-width: 14px;
    min-height: 14px;
    display: inline-block;
    text-underline-offset: 0.5ex;
    pointer-events: all;
  }
  .c-tooltip:after {
    content: "";
    color: #222;
    background: #ffffff url(/svg/icn-tooltip_information.svg) no-repeat center center/8px 8px;
    border: 1px solid #222;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: text-top;
  }
  .c-tooltip__baloon {
    display: inline-block;
    padding: 5px;
    max-width: 250px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    background: #3C3C3C;
    color: #fff;
    font-weight: normal;
    transition: opacity 0.4s, transform 0.4s;
    position: fixed;
    transform: translate(0, 15px);
    opacity: 0;
    z-index: 30001;
  }
  .c-tooltip__baloon img {
    width: 100%;
    height: auto;
  }
  .c-tooltip__baloon.is-active {
    opacity: 1;
    transform: none;
  }
}
.c-history {
  padding-bottom: 60px;
  margin: 50px 15px 0;
  max-width: 1080px;
}
@media screen and (min-width: 821px) {
  .c-history {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 821px) and (max-width: 1120px) {
  .c-history {
    margin: 100px 40px 0;
  }
}
#top .c-history {
  margin-top: 0;
}
.c-history__title {
  font-size: 18px;
  text-align: center;
  color: #222;
  line-height: 1.3;
  font-weight: bold;
}
.c-history__title span {
  font-size: 0.7em;
  margin: 0 0.15em;
}
.c-history__title + * {
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  .c-history__title {
    font-size: 20px;
  }
  .c-history__title + * {
    margin-top: 30px;
  }
}
.c-history__list {
  display: flex;
  flex-wrap: wrap;
}
.c-history__item {
  max-width: calc(20% - 20px);
  margin-left: 2%;
}
.c-history__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) and (min-width: 821px) {
  .c-history__item {
    max-width: calc(33.3333333333% - 20px);
    margin-left: 2%;
  }
  .c-history__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-history__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px) {
  .c-history__item {
    max-width: calc(50% - 7.5px);
    margin-left: 15px;
  }
  .c-history__item:first-child {
    margin-left: 0;
  }
  .c-history__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .c-history__item:nth-child(n+5) {
    display: none;
  }
  .c-history__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.c-history__image {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.c-history__image img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-history__image:hover {
  opacity: 0.7;
}
.c-history__category {
  margin: 0.7em 0 0;
  font-size: 11px;
  color: #E35D54;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 821px) {
  .c-history__category {
    font-size: 13px;
  }
}
.c-history__name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .c-history__name {
    font-size: 16px;
  }
}
.c-history__name a {
  text-decoration: underline;
}
.c-history__name a:hover {
  opacity: 0.7;
}
.c-history__price {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-history__price em {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.5em;
}
@media screen and (min-width: 821px) {
  .c-history__price em {
    font-size: 16px;
  }
}
.c-history__price span {
  font-size: 11px;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-style: normal;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  color: #E35D54;
}
@media screen and (min-width: 821px) {
  .c-history__price span {
    font-size: 13px;
  }
}
.c-history__price span.ext-novacancy {
  border: 1px dashed #d1d1d1;
  color: #222;
}
.c-history__description {
  margin: 0.5em 0;
  line-height: 1.5;
  font-size: 11px;
}
@media screen and (min-width: 821px) {
  .c-history__description {
    font-size: 13px;
  }
}

/* Pagelist Footer ================================== */
.c-plist {
  background: #F8F8F8;
  padding: 0;
}
.c-plist:first-child {
  padding-top: 8px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .c-plist:first-child {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
.c-plist:first-child ol {
  border: none;
  max-width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .c-plist:first-child ol {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 821px) {
  .c-plist {
    margin-bottom: 1em;
    background: #F8F8F8;
  }
  .c-plist ol {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .c-plist {
    padding: 10px 0;
  }
}
.p-searchmap__content .c-plist ol {
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .p-searchmap__content .c-plist {
    padding-top: 20px;
  }
}
article > .c-plist {
  padding-top: 4px;
}
#footer_rwd .c-plist {
  color: #222;
}
@media screen and (min-width: 821px) {
  #footer_rwd .c-plist {
    padding-bottom: 10px;
  }
}
.c-plist ol {
  background: #F8F8F8;
  padding: 0;
  font-size: 0;
  border: 2px solid #F8F8F8;
  border-left: 0;
  border-right: 0;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 820px) {
  .c-plist ol {
    padding: 0 10px;
  }
}
.c-plist ol::-webkit-scrollbar {
  height: 4px;
}
.c-plist ol::-webkit-scrollbar-track {
  background: transparent;
}
.c-plist ol::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
}
.c-plist ol::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.c-plist ol + ol {
  margin-top: 4px;
}
.c-plist ol li {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  font-size: 10px;
  vertical-align: bottom;
  border: 2px solid #F8F8F8;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #F8F8F8;
  position: relative;
}
.c-plist ol li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #ffffff;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  border: 2px solid #F8F8F8;
  border-top-color: transparent;
  border-left-color: transparent;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  z-index: 5;
}
.c-plist ol li:last-child {
  font-weight: bold;
}
.c-plist ol li:last-child span {
  background: #efefef;
}
.c-plist ol li:last-child:before {
  display: none;
}
.c-plist ol li a {
  text-decoration: none;
}
.c-plist ol li span {
  display: block;
  background: #ffffff;
  padding: 0.4em 1em;
  border-radius: 7px;
}
@media screen and (max-width: 820px) {
  .c-plist ol li span {
    padding: 0.8em 1em;
  }
}