@charset "utf-8";
/*
 * -------------------------------------------------- */
/* ==================================================
 * desktop
 * ================================================== */
/* 
 * -------------------------------------------------- */
/* reset
 * -------------------------------------------------- */
figure, dl, dt, dd {
  margin: 0;
  padding: 0;
}
figure {
  font-size: 0;
}
figcaption {
  font-size: 14px;
}
em, i {
  font-style: normal;
}
img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #BBB;
}
::-moz-placeholder {
  color: #BBB;
}
:-ms-input-placeholder {
  color: #BBB;
}
:-moz-placeholder {
  color: #BBB;
}
::placeholder {
  color: #BBB;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*
 * -------------------------------------------------- */
/* base
 * -------------------------------------------------- */
body, td, th, input, select, textarea {
  color: #333;
  font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Osaka, Roboto, "Droid Sans", "sans-serif";
  font-size: 14px;
  text-rendering: optimizeLegibility;
}
.mincho {
  font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "serif";
}
body {
  margin: 0;
}
a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
a:link {
  color: #00A199; /* rgb(0, 161, 153) */
  text-decoration: none;
}
a:visited {
  color: #00A199; /* rgb(0, 161, 153) */
  text-decoration: none;
}
a:hover, a:focus {
  color: #C42D31;
  outline: none;
  text-decoration: underline;
}
a:active {
  color: #C42D31;
  text-decoration: none;
}
/*
 * -------------------------------------------------- */
/* typography
 * -------------------------------------------------- */
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/*
 * -------------------------------------------------- */
/* button
 * -------------------------------------------------- */
.navy-button, .button1, .post-button, a.post-button, .search-button, .board-header .disabled, .board-header .disabled:hover {
  background-color: #00405D;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.navy-button:hover, .button1:hover, .post-button:hover, a.post-button:hover, .search-button:hover {
  background-color: #FFCC33;
  color: #FFF;
}
.br-bottom, .board-footer {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.text-shadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.text-shadow-white {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.box-shadow {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
/*
 * -------------------------------------------------- */
/* color
 * -------------------------------------------------- */
.bg-primary, .board-header, .board-footer, .search-header {
  background-color: #D6D2C0; /* rgb(214,210,192) */
}
/*
 * -------------------------------------------------- */
/* form
 * -------------------------------------------------- */
/*
 * -------------------------------------------------- */
/* list
 * -------------------------------------------------- */
ul.kome {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.kome > li:before {
  content: "※";
}
/*
 * -------------------------------------------------- */
/* pagination
 * -------------------------------------------------- */
.pagination {
  display: block;
  padding: 0;
  margin: 0 auto;
  border-radius: 0;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.pagination li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1;
  margin: 0 5px;
}
.pagination li a, .pagination li span {
  background-color: #F4F4F4;
  border: solid 1px #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
  background-color: #00405D;
  border: solid 1px #036;
  color: #FFF;
}
.pagination li a:hover, .pagination li span:hover {
  background-color: #FC3;
}
.pagination li:first-child a:hover, .pagination li:first-child span:hover, .pagination li:last-child a:hover, .pagination li:last-child span:hover {
  background-color: #FC3;
  border: solid 1px #FC3;
  color: #00405D;
}
.pagination li a.active, .pagination li span:active {
  background-color: rgba(0, 0, 0, 0.50);
  border: solid 1px rgba(0, 0, 0, 0.50);
  color: #FFF;
}
/*
 * -------------------------------------------------- */
/* layout
 * -------------------------------------------------- */
.container {
  margin: 0 auto;
  min-height: 180px;
  padding: 100px 0 0;
}
.box {
  margin: 0 auto;
  width: 1080px;
}
.last-content {
  padding-bottom: 40px;
}
/*
 * -------------------------------------------------- */
/* header
 * -------------------------------------------------- */
header, #header {
  background-color: rgba(255, 255, 255, 1.00);
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}
.mobile-header {
  display: none;
}
.desktop-header ul {
  display: table;
  height: 80px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.desktop-header li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.desktop-header li:first-child {
  font-size: 0;
  position: relative;
  text-align: left;
}
.desktop-header li:first-child img {
  width: 200px;
}
.desktop-header li:first-child img.badge {
  height: auto;
  width: auto;
  position: absolute;
  top: 42px;
  right: 0px;
}
.desktop-header li:last-child {
  text-align: right;
}
.desktop-header li a {
  display: inline-block;
}
.desktop-header li a:hover, .desktop-header li a:focus {
  text-decoration: none;
}
.desktop-header li:nth-child(2) a, .desktop-header li.col-menu a {
  border: solid 1px rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  font-size: 15px;
  padding: 10px;
}
.desktop-header li:nth-child(2) a:hover, .desktop-header li.col-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.10);
}
.new-msg-count {
  color: #C42D31;
}
a.header-btn-small {
  background-color: #FFF;
  border: solid 1px rgba(0, 161, 153, 1.00);
  color: rgba(0, 161, 153, 1.00);
  font-size: 15px;
  height: 45px;
  margin: 0 0 0 10px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
a.header-btn-small:hover {
  background-color: rgba(0, 161, 153, 0.75);
  color: #FFF;
}
a.header-btn-large {
  background-color: rgba(0, 161, 153, 1.00);
  color: #FFF;
  font-size: 18px;
  height: 40px;
  margin: 10px 0 0 0;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 240px;
}
a.header-btn-large:hover {
  background-color: rgba(0, 161, 153, 0.75);
}
a.bg-join {
  background-color: rgba(0, 161, 153, 1.00);
  color: #FFF;
}
a.bg-login {
  background-color: rgba(0, 161, 153, 0.1);
}
a.bg-join:hover, a.bg-login:hover {
  background-color: rgba(0, 161, 153, 0.80);
  color: #FFF;
}
/*
 * -------------------------------------------------- */
/* header > drop-menu
 * -------------------------------------------------- */
.drop-menu {
  display: inline-block;
  position: relative;
}
.drop-menu .drop-submenus {
  display: none;
}
.drop-menu:hover .drop-submenus {
  display: block;
}
.drop-submenus {
  background-color: #FFF;
  border: solid 1px #D6D2C0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  width: 260px;
  height: auto;
  -webkit-animation-name: drop; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: drop;
  animation-duration: 0.5s;
  margin: 0 0 0 -32.25px;
  left: -50%;
  top: 44px;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes drop {
  from {
    opacity: 0;
    top: 25px;
  }
  to {
    opacity: 100%;
    top: 44px;
  }
}
/* Standard syntax */
@keyframes drop {
  from {
    opacity: 0;
    top: 25px;
  }
  to {
    opacity: 100%;
    top: 44px;
  }
}
.drop-submenus:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  top: -10px;
  left: 50%;
}
.drop-submenus:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #D6D2C0 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -10px;
  top: -11px;
  left: 50%;
}
.desktop-header li.col-menu a.ds-link {
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.10);
  display: block;
  margin: 0 0 10px;
}
.desktop-header li.col-menu a.ds-link:last-child {
  margin: 0;
}
.desktop-header li.col-menu a.ds-link:hover {
  background-color: rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(0, 0, 0, 0.20);
}
/*
 * -------------------------------------------------- */
/* header > dropdown-menu
 * -------------------------------------------------- */
#dropdown-menu.dropdown {
  display: block;
  position: relative;
  z-index: 2;
}
#dropdown-menu.dropdown::after {
  content: "";
  display: block;
  clear: both;
}
#dropdown-menu .dropbtn {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  width: 260px;
}
#dropdown-menu .dropbtn:hover, #dropdown-menu .dropbtn:focus {
  background-color: rgba(230, 230, 230, 0.25);
  outline: none;
}
#dropdown-menu .dropbtn-content {
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 260px;
  z-index: -1;
}
#dropdown-menu .dc-block-layout {
  display: table;
  line-height: 1.2em;
}
#dropdown-menu .dc-block-layout li {
  display: table-cell;
  vertical-align: middle;
}
#dropdown-menu .dc-block-layout li:nth-child(2) {}
#dropdown-menu .dc-icon {
  padding-right: 15px;
}
#dropdown-menu .dropbtn + .dropbtn-content i.icon-down-open-1 {
  display: inline-block;
}
#dropdown-menu .dropbtn + .dropbtn-content i.icon-up-open-1 {
  display: none;
}
#dropdown-menu .dropbtn:focus + .dropbtn-content i.icon-down-open-1 {
  display: none;
}
#dropdown-menu .dropbtn:focus + .dropbtn-content i.icon-up-open-1 {
  display: inline-block;
}
#dropdown-menu img.profile-thumb {
  border: solid 1px #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
#dropdown-menu .profile-name {
  display: block;
  font-size: 15px;
  margin-right: 10px;
  overflow: hidden;
  text-align: left;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 130px;
}
#dropdown-menu .profile-stars {
  display: block;
  margin: 5px 0 0;
  text-align: left;
}
#dropdown-menu .profile-stars i {
  color: rgba(228, 189, 34, 1.00);
}
#dropdown-menu .profile-stars i.disabled {
  color: rgba(228, 189, 34, 0.25);
}
#dropdown-menu .dropdown-content {
  background-color: #FFF;
  border: solid 1px #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: auto;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 80px;
  /* width: 320px; */
  width: 260px;
  z-index: 1;
}
#dropdown-menu .dropdown-content::after {
  content: "";
  display: block;
  clear: both;
}
#dropdown-menu .dropdown-content .dc-block-id {
  margin: 0;
  padding: 0;
  position: relative;
}
#dropdown-menu .dropdown-content .profile-photo {
  color: #FFF;
  font-size: 0;
  position: relative;
}
#dropdown-menu .dropdown-content .profile-photo:hover {
  color: #FF0;
}
#dropdown-menu .dropdown-content .change-photo {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
#dropdown-menu .dropdown-content .profile-photo img {
  border: solid 1px #CCC;
  height: 90px;
  width: auto;
}
#dropdown-menu .dropdown-content .dc-block-tag {
  position: absolute;
  top: 15px;
  left: 110px;
  right: 10px;
}
#dropdown-menu .dropdown-content .dc-block-tag dt, #dropdown-menu .dropdown-content .dc-block-tag dd {
  vertical-align: top;
}
#dropdown-menu .dropdown-content .dc-text-name {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  max-width: 155px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dropdown-menu .dropdown-content .dc-text-age {
  display: inline-block;
  float: right;
  font-weight: 600;
}
#dropdown-menu .dropdown-content .dc-block-item {
  margin: 0 0 10px;
}
#dropdown-menu .dropdown-content .dc-block-item:last-child {
  margin: 0;
}
#dropdown-menu .dropdown-content .dc-btn {
  background-color: #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
}
#dropdown-menu .dropdown-content .dc-bg-premium {
  background-color: rgba(186, 153, 72, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-premium:hover {
  background-color: rgba(186, 153, 72, 0.75);
}
#dropdown-menu .dropdown-content .dc-bg-standard {
  background-color: rgba(153, 153, 153, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-standard:hover {
  background-color: rgba(153, 153, 153, 0.75);
}
#dropdown-menu .dropdown-content .dc-bg-casual {
  background-color: rgba(254, 127, 111, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-casual:hover {
  background-color: rgba(254, 127, 111, 0.75);
}
#dropdown-menu .dropdown-content .dc-bg-regular {
  background-color: rgba(122, 184, 43, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-regular:hover {
  background-color: rgba(122, 184, 43, 0.75);
}
#dropdown-menu .dropdown-content .dc-bg-regular {
  background-color: rgba(122, 184, 43, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-regular:hover {
  background-color: rgba(122, 184, 43, 0.75);
}
#dropdown-menu .dropdown-content .dc-bg-ex {
  background-color: rgba(96, 178, 214, 1.00);
  color: #FFF;
}
#dropdown-menu .dropdown-content .dc-bg-ex:hover {
  background-color: rgba(96, 178, 214, 0.75);
}
#dropdown-menu .dropdown-content .no-photo a {
  color: #D9534F;
  display: block;
}
#dropdown-menu .show {
  display: block;
}
#dropdown-menu .star-ratings {
  background-color: #FFFFDD;
  border: solid 1px rgba(186, 153, 72, 0.5);
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: 10px auto;
  text-align: center;
}
#dropdown-menu .star-ratings i {
  color: rgba(228, 189, 34, 1.00);
  font-size: 28px;
  margin: 0 10px;
}
#dropdown-menu .star-ratings i::before {
  margin: 0;
  padding: 0;
}
#dropdown-menu .star-ratings i.disabled {
  color: rgba(228, 189, 34, 0.50);
}
#dropdown-menu .star-ratings .star-ratings-desc {
  display: none;
  background-color: transparent;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #777;
  font-size: 12px;
  margin: 0;
  padding: 0 10px 10px;
  text-align: justify;
}
#dropdown-menu .star-ratings:hover .star-ratings-desc {
  display: block;
}
#dropdown-menu .star-ratings .star-ratings-desc i {
  font-size: 14px;
  margin: 0;
}
#dropdown-menu .dc-block-btn {
  margin: 0;
  padding: 0;
}
#dropdown-menu .dc-block-btn dt, #dropdown-menu .dc-block-btn dd {
  margin: 10px 0;
}
#dropdown-menu .dc-btn2 {
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.10);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
#dropdown-menu .dc-btn2:hover {
  background-color: rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(0, 0, 0, 0.20);
}
#dropdown-menu .dc-block-btn dd:last-child {
  border-top: solid 1px rgba(0, 0, 0, 0.10);
  margin: 10px 0 0;
  padding: 10px 0 0;
}
#dropdown-menu .dc-block-btn dd:last-child .dc-btn2, #dropdown-menu .dc-block-item:last-child .dc-btn2 {
  background-color: rgba(0, 0, 0, 0.20);
  border: solid 1px rgba(0, 0, 0, 0.10);
  color: #FFF;
}
#dropdown-menu .dc-block-btn dd:last-child .dc-btn2:hover, #dropdown-menu .dc-block-item:last-child .dc-btn2:hover {
  background-color: rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(0, 0, 0, 0.10);
  color: #333;
}
#dropdown-menu .show-tooltip {
  position: relative;
}
#dropdown-menu .tooltip-notice {
  display: none;
  background-color: rgba(255, 51, 51, 1.00);
  border: solid 1px rgba(255, 51, 51, 1.00);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 13.6px;
  margin: 10px 0 0;
  padding: 10px;
  position: relative;
  height: auto;
  width: auto;
  text-align: justify;
}
#dropdown-menu .tooltip-notice:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: rgba(255, 51, 51, 1.00) transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  top: -10px;
  left: 50%;
}
#dropdown-menu .tooltip-notice:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: rgba(255, 51, 51, 1.00) transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -10px;
  top: -11px;
  left: 50%;
}
#dropdown-menu .show-tooltip:hover + .tooltip-notice {
  display: block;
}
/*
 * -------------------------------------------------- */
/* footer
 * -------------------------------------------------- */
footer, #footer {
  background-color: #EEEEEF;
  margin: 0;
  padding: 0;
}
footer .sisters {
  background-color: #333;
  font-size: 0;
  padding: 10px;
  text-align: center;
}
footer .sisters ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
footer .sisters li:first-child {
  margin: 0 0 10px;
}
footer .assurance {
  margin: 0 auto;
  padding: 20px 0;
}
footer .assurance ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .assurance li {
  display: table-cell;
}
footer .assurance dl {
  margin: 0;
  padding: 0;
}
footer .assurance dt {
  color: #00A199;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 10px;
}
footer .assurance dt a.payment {
  text-decoration: none;
}
footer .assurance dd {
  text-align: justify;
}
footer .assurance .creditcard {
  font-size: 0;
  padding: 10px 0 0 0;
}
footer .assurance .creditcard img {
  margin: 0 5px 0 0;
}
.footer-menu {
  background-color: rgba(178, 129, 70, 1.00);
  color: #FFF;
  text-align: center;
}
.footer-menu a {
  color: #FFF;
  text-decoration: none;
}
.footer-menu .service {
  background-color: #CCC;
  padding: 20px 0;
}
.footer-menu .service a {
  color: #333;
  position: relative;
}
.footer-menu .service a::after {
  content: "|";
  margin: 0 10px;
}
.footer-menu .service a:last-child::after {
  content: "";
  margin: 0;
}
.footer-menu .service a .holiday-notice {
  display: none;
  background-color: #FFF;
  border: solid 1px #D6D2C0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  width: 215px;
  height: auto;
  -webkit-animation-name: holiday;
  -webkit-animation-duration: 0.5s;
  animation-name: holiday;
  animation-duration: 0.5s;
  margin: 0 0 0 -10px;
  left: -50%;
  top: 30px;
}
.footer-menu .service a:hover .holiday-notice {
  display: inline-block;
}
@-webkit-keyframes holiday {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes holiday {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
.footer-menu .service a:hover .holiday-notice:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  top: -10px;
  left: 50%;
}
.footer-menu .service a:hover .holiday-notice:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #D6D2C0 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -10px;
  top: -11px;
  left: 50%;
}
.footer-menu .service a:hover {
  text-decoration: underline;
}
.footer-menu .about {
  padding: 20px 0;
}
.footer-menu .about a {
  color: #FFF;
}
.footer-menu .about a::after {
  content: "|";
  margin: 0 10px;
}
.footer-menu .about a:last-child::after {
  content: "";
  margin: 0;
}
.footer-menu .social {
  font-size: 0;
}
.footer-menu .social a {
  display: inline-block;
  margin: 0 20px;
}
.copyright {
  color: #FFF;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 0.96em;
  padding: 20px 0 40px;
  text-align: center;
}
.copyright a {
  color: #FFF;
  text-decoration: none;
}
.copyright .rights {
  margin: 0 0 0 10px;
}
/*
 * -------------------------------------------------- */
/* overlay-modal-window
 * -------------------------------------------------- */
.overlay-modal-window {
  position: relative;
}
.modal-window {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
}
.modal-animation {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-window * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-bg-guests {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-bg-none {
  background-color: rgba(0, 0, 0, 0);
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #FFF;
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99991;
}
.close-modal-button {
  background-color: transparent;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 24px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 1.0rem;
  right: 1.0rem;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  z-index: 99992;
}
.close-modal-button:hover, .close-modal-button:focus {
  color: rgba(196, 45, 49, 1.00);
  text-decoration: none;
}
.close-modal-button:disabled {
  display: none;
}
.modal-content--modifier {}
.modal-content__element {
  font-size: 26px;
  padding: 40px;
}
.modal-content__element .c-btn {
  background-color: rgba(9, 91, 128, 1.0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 2.0rem;
  text-align: center;
  vertical-align: middle;
}
.modal-content__element .u-link-underline {
  text-decoration: underline !important;
}
.modal-content__element .u-text-small {
  font-size: 14px;
}
.modal-content__element .u-text-white {
  color: #FFF !important;
}
.modal-content__element .mt-0 {
  margin-top: 0 !important;
}
.modal-content__element .mb-0 {
  margin-bottom: 0 !important;
}
.modal-content__element a:hover {
  color: #FFFF00 !important;
  text-decoration: none;
}
.modal-content__element__header {
  font-size: 30px;
  text-align: center;
}
.modal-content__element__divider {
  font-size: 0;
  border-bottom: 1px solid #FFF;
  margin: 0.75rem 0 1.25rem;
}
.modal-content__element__block, .modal-content__element__button, .modal-content__element__paragraph {
  display: block;
  line-height: 1.0em;
  margin: 1.25rem 0;
  text-align: center;
}
.modal-content__element__text {
  display: block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.modal-content__element__image {
  font-size: 0;
  margin: 0.25rem 0 0;
  text-align: center;
}
.modal-content__element__image img {
  max-width: none;
}
.modal-content__element__image .d-desktop {
  display: block;
}
.modal-content__element__image .d-mobile {
  display: none;
}
/*
 * -------------------------------------------------- */
/* ==================================================
 * end of desktop
 * ================================================== */
/* ==================================================
 * mobile
 * ================================================== */
/*
 * -------------------------------------------------- */
/* tablets (landscape-ipad-pro10.5=1112x834px)
 * -------------------------------------------------- */
@media only screen and (max-width: 1112px) {
  /*
 * -------------------------------------------------- */
  iframe {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (landscape-ipad=1024px)
 * -------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  /*
 *  * -------------------------------------------------- */
  .box {
    margin: 0;
    width: 100%;
  }
  .desktop-header li:first-child {
    padding: 0 0 0 10px;
  }
  .desktop-header li:last-child {
    padding: 0 10px 0 0;
  }
  #user-sub-menu {
    padding: 0 10px;
  }
  footer .assurance dl {
    padding: 0 10px;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (landscape-android=960px)
 * -------------------------------------------------- */
@media only screen and (max-width: 960px) {
  /*
 * -------------------------------------------------- */
  .desktop-header, #user-sub-menu {
    display: none;
  }
  .mobile-header {
    display: block;
    height: 70px;
  }
  .mobile-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile-header div {
    margin: 15px 0 0;
  }
  .container {
    padding: 80px 0 40px !important;
  }
  .box {
    width: 100%;
  }
  footer .assurance ul, footer .assurance li {
    display: block;
  }
  footer .assurance li:first-child {
    margin-bottom: 20px;
  }
  .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    overflow: hidden;
    overflow-y: auto;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (portrait-ipad-pro10.5=834px)
 * -------------------------------------------------- */
@media only screen and (max-width: 834px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (landscape-iphone-x=812px)
 * -------------------------------------------------- */
@media only screen and (max-width: 812px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 *  * -------------------------------------------------- */
/* tablets (android=800px)
 *  * -------------------------------------------------- */
@media only screen and (max-width: 800px) {
  /*
 *  * -------------------------------------------------- */
  /*
 *  * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* tablets (portrait-ipad=768px)
 * -------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (landscape-iphone6plus=736px)
 * -------------------------------------------------- */
@media only screen and (max-width: 736px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (landscape-iphone6=667px)
 * -------------------------------------------------- */
@media only screen and (max-width: 667px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (landscape-iphone5=568px)
 * -------------------------------------------------- */
@media only screen and (max-width: 568px) {
  /*
 * -------------------------------------------------- */
  .footer-menu .service, .footer-menu .about {
    padding: 0;
  }
  .footer-menu .service a, .footer-menu .about a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.50);
    display: block;
    line-height: 40px;
  }
  .footer-menu .service a::after, .footer-menu .about a::after {
    content: "";
    margin: 0;
  }
  .footer-menu .service a:hover, .footer-menu .service a:focus, .footer-menu .about a:hover, .footer-menu .about a:focus {
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
  }
  .footer-menu .service a .holiday-notice {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #FFF;
    color: #FFF;
    display: block;
    line-height: normal;
    margin: 0 10px 10px;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
  .footer-menu .social {
    padding: 20px 0 0;
  }
  .copyright .rights {
    display: block;
    margin: 5px;
  }
  .modal-content__element {
    font-size: 24px;
    padding: 3.0rem 1.0rem;
  }
  .modal-content__element__paragraph {
    text-align: justify;
  }
  .modal-content__element__text {
    display: inline;
    text-align: justify;
    white-space: normal;
  }
  .modal-content__element__image img {
    max-width: 100%;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (landscape-iphone4=480px)
 * -------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-huawei-mediapad=432x768px=css-pixel-ratio:2.5)
 * -------------------------------------------------- */
@media only screen and (max-width: 432px) {
  /*
 * -------------------------------------------------- */
  .modal-content__element__image .d-desktop {
    display: none;
  }
  .modal-content__element__image .d-mobile {
    display: block;
  }
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone6plus=414px)
 * -------------------------------------------------- */
@media only screen and (max-width: 414px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone6=375px)
 * -------------------------------------------------- */
@media only screen and (max-width: 375px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-android=360x640px)
 * -------------------------------------------------- */
@media only screen and (max-width: 360px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* smartphones (portrait-iphone4/5=320px)
 * -------------------------------------------------- */
@media only screen and (max-width: 320px) {
  /*
 * -------------------------------------------------- */
  /*
 * -------------------------------------------------- */
}
/*
 * -------------------------------------------------- */
/* ==================================================
 * end of mobile
 * ================================================== */