@charset "UTF-8";
@import url(font-awesome.min.css);
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

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

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

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

li {
  list-style-type: none;
}

i {
  font-style: normal;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

.clearfix:after, .lower_access_step li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* link
------------------------------------------------------------*/
a {
  color: #21b7ae;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #21b7ae;
}

a:hover .link-image {
  opacity: 0.8;
}

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

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

body > div, input, button, textarea, select {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.in-english {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #747474;
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: bold;
}

/* form
------------------------------------------------------------*/
button {
  border: none;
  outline: none;
}

/* layout */
#header {
  background-color: #FFF;
  position: relative;
  padding-bottom: 8px;
}

#header a {
  text-decoration: none;
}

#header .header_description {
  display: block;
  font-size: 0.7rem;
  padding: 5px 60px 0 0;
}

@media only screen and (min-width: 480px) {
  #header .header_description {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0 0 0;
  }
}

#header .siteTitle {
  margin-top: 5px;
  float: left;
  width: 55%;
}

@media only screen and (min-width: 480px) {
  #header .siteTitle {
    width: 45%;
  }
}

@media only screen and (min-width: 979px) {
  #header .siteTitle {
    width: 340px;
    margin-top: 15px;
  }
}

#header .siteTitle img {
  display: block;
  margin-top: 5px;
  height: auto;
}

#header .siteTitle a:hover img {
  opacity: 0.6;
}

.spHeader {
  width: 100%;
}

.spHeader .icon-bar:before {
  font-family: FontAwesome;
  content: "";
  display: block;
}

.spHeader .icon-close:before {
  font-family: FontAwesome;
  content: "";
  display: block;
}

.spHeader_subMenu {
  float: left;
  font-size: 0.7rem;
  margin: 5px 0 0 8px;
}

@media only screen and (min-width: 480px) {
  .spHeader_subMenu {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 15px;
  }
}

.spHeader_subMenu li {
  display: inline-block;
  text-align: center;
}

.spHeader_subMenu li a {
  display: block;
  width: 100%;
  height: 100%;
}

.spHeader_subMenu .spHeader_subMenu-reservation, .spHeader_subMenu .spHeader_subMenu-contact {
  font-family: FontAwesome;
  line-height: 1;
  color: #333;
}

.spHeader_subMenu .spHeader_subMenu-reservation:before {
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  display: block;
  margin: 1px auto 3px;
  background-color: #21b7ae;
  color: #FFF;
  border-radius: 50%;
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .spHeader_subMenu .spHeader_subMenu-reservation:before {
    width: 50px;
    height: 50px;
    padding-top: 15px;
    font-size: 24px;
  }
}

.spHeader_subMenu .spHeader_subMenu-contact:before {
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  display: block;
  margin: 1px auto 3px;
  background-color: #21b7ae;
  color: #FFF;
  border-radius: 50%;
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .spHeader_subMenu .spHeader_subMenu-contact:before {
    width: 50px;
    height: 50px;
    padding-top: 15px;
    font-size: 24px;
  }
}

.sp_navArea {
  position: relative;
  background-color: #FFF;
}

@media only screen and (min-width: 979px) {
  .sp_navArea {
    display: none;
  }
}

.spGnavi {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10;
  display: none;
}

.spGnavi_list, .footerNavi {
  background-color: #464646;
  font-size: 1.4rem;
}

.spGnavi_list li, .footerNavi li {
  border-bottom: 1px solid #717171;
}

.spGnavi_list li a, .footerNavi li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 20px 10px;
}

.spGnavi_list li a:after, .footerNavi li a:after {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 24px;
}

.spGnavi_list li:last-child, .footerNavi li:last-child {
  border: none;
}

#spNavi_button {
  position: absolute;
  box-sizing: border-box;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 5px;
  background-color: #464646;
  border: none;
  border-radius: 0;
  color: #FFF;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#spNavi_button i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
}

@media only screen and (min-width: 480px) {
  #spNavi_button {
    width: 100px;
    font-size: 1.2rem;
  }
  #spNavi_button i {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.8;
  }
}

.pcHeader .pcHeader_headerNavi {
  float: right;
  margin-top: -1em;
  font-size: 14px;
  font-size: 1.4rem;
}

.pcHeader .pcHeader_headerNavi li {
  display: inline;
  margin-left: 20px;
}

.pcHeader .pcHeader_headerNavi li:before {
  content: "";
  margin-right: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}

.pcHeader .pcHeader_headerNavi a {
  color: #454545;
}

.pcHeader .pcHeader_headerNavi a:hover {
  opacity: 0.6;
}

.pcHeader_subMenu {
  float: left;
  margin-left: 130px;
  margin-top: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}

.pcHeader_subMenu .modBtnCalender, .pcHeader_subMenu .modBtnEmail {
  font-weight: normal;
  line-height: 20px;
}

.pcHeader_subMenu .modBtnCalender:before, .pcHeader_subMenu .modBtnEmail:before {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.pcHeader_subMenu li {
  display: inline;
}

.pcHeader_subMenu li a {
  padding-left: 18px;
  padding-right: 18px;
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .pcHeader_subMenu {
    margin-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pcHeader_subMenu .modBtnCalender, .pcHeader_subMenu .modBtnEmail {
    font-weight: bold;
  }
}

.pcHeader_call {
  float: right;
  text-align: right;
  letter-spacing: -0.04em;
  margin: 25px 0 35px;
}

.pcHeader_call .modTelNumber {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.pcHeader_call .modTelNumber:before {
  font-weight: normal;
}

.pcHeader_call small {
  display: block;
  color: #21b7ae;
  font-size: 18px;
  font-size: 1.8rem;
}

.pcGnavi {
  clear: both;
}

.pcGnavi ul {
  width: 100%;
  margin-bottom: 35px;
}

.pcGnavi ul li {
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  border-right: 1px solid #c0c0c0;
}

.pcGnavi ul li:first-child {
  border-left: 1px solid #c0c0c0;
}

.pcGnavi ul li a {
  display: block;
  width: 100%;
  height: 42px;
  color: #333;
  font-weight: bold;
  position: relative;
}

.pcGnavi ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.4em;
}

.pcGnavi ul li a:hover, .pcGnavi ul li a:active, .pcGnavi ul li a.active {
  background-color: #f1faf9;
  color: #21b7ae;
}

@media only screen and (min-width: 979px) {
  #footer {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
  }
}

.footer_pageup {
  background-color: #5dcac4;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
}

.footer_pageup:before {
  content: "";
  margin-right: 6px;
}

.footer_pageup:hover, .footer_pageup:active {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (min-width: 979px) {
  .footer_pageup {
    background-color: #FFF;
    width: 1100px;
    margin: 0 auto 15px;
    padding: 0;
    text-align: right;
    color: #464646;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer_pageup:before {
    color: #21b7ae;
    margin-right: 10px;
  }
  .footer_pageup:hover {
    color: #464646;
    opacity: 0.6;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .footer_pageup {
    width: 100%;
  }
}

.footer_info {
  padding-top: 20px;
  padding-bottom: 100px;
  background: url(/assets/img/common/bg_sp-footer.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}

@media only screen and (min-width: 979px) {
  .footer_info {
    background-image: none;
  }
}

.footer_info_sp {
  padding-top: 10px;
}

.footer_info_sp .modTelNumber {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 10px;
}

.footer_info_sp address {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.footer_info_sp address .modBntXsmall {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
}

.footer_info_sp small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #21b7ae;
  margin-left: 1.5em;
}

.footer_info_sp_logo {
  width: 70%;
}

.footer_info_pc {
  padding-top: 15px;
  float: left;
}

.footer_info_pc_logo {
  width: 325px;
  float: left;
  margin-right: 50px;
}

.footer_info_pc_logo address {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer_info_pc_logo address .modBtnMap02:before {
  margin-right: 5px;
}

.footer_info_pc_call {
  padding-top: 10px;
  float: left;
}

.footer_info_pc_call .modTelNumber {
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .footer_info_pc_call .modTelNumber {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.footer_info_pc_call p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .footer_info_pc_call p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer_info_pc_call small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #21b7ae;
}

.footer_info_buttons {
  margin-top: 20px;
}

.footer_info_buttons .footerButton {
  width: 48%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.footer_info_buttons .modBtn02 {
  margin-right: 2%;
}

@media only screen and (min-width: 979px) {
  .footer_info_buttons {
    float: right;
    width: 400px;
    padding-top: 15px;
  }
  .footer_info_buttons .footerButton {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 979px) and (min-width: 480px) and (max-width: 1100px) {
  .footer_info_buttons {
    width: 340px;
  }
  .footer_info_buttons .footerButton {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 979px) and (min-width: 979px) {
  .footer_info_buttons .footerButton {
    width: 48%;
  }
  .footer_info_buttons .footerButton.modBtnCalender {
    float: right;
  }
}

.footer_info_buttons .modBtnMap02:before, .footer_info_buttons .modBtnCalender:before {
  margin-right: 5px;
}

@media only screen and (min-width: 979px) {
  .footerNavi {
    margin-top: 30px;
  }
  .footerNavi ul {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footerNavi li {
    display: inline;
    border-bottom: none;
    border-right: 1px solid #8b8b8b;
  }
  .footerNavi li a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footerNavi li a:after {
    content: none;
  }
  .footerNavi li:last-child {
    border-right: none;
  }
}

@media only screen and (min-width: 979px) and (min-width: 480px) and (max-width: 1100px) {
  .footerNavi ul {
    width: 100%;
  }
}

.copyright {
  background-color: #21b7ae;
  text-align: center;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 18px 0;
}

@media only screen and (min-width: 979px) {
  .copyright {
    padding: 22px 0;
  }
}

#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 979px) {
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}

.grey-solid-line {
  border: solid #ccc;
  border-width: 1px 0 0;
  display: block;
  height: 1px;
}

/* Home */
.home_slider {
  position: relative;
}

.home_slider .home_slider_fix {
  width: 70%;
  position: absolute;
  z-index: 5;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 979px) {
  .home_slider .home_slider_fix {
    width: 480px;
  }
}

@media only screen and (min-width: 979px) {
  .home_slider {
    margin-bottom: 60px;
  }
}

.home_banners {
  background: url(/assets/img/common/bg_checker2x2.png) repeat 0 0;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .home_banners {
    margin-top: 60px;
    padding: 40px 0 30px;
  }
}

@media only screen and (min-width: 480px) {
  .home_banners {
    padding: 40px 8px 30px;
  }
}

.home_banners_list li {
  width: 48.5%;
  margin-right: 2.5%;
  margin-bottom: 3%;
  float: left;
}

.home_banners_list li:nth-child(2n) {
  margin-right: 0;
}

.home_banners_list li img {
  width: 100%;
}

.home_banners_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.home_banners_list li a:hover {
  opacity: 0.8;
}

.home_banners_list li .link-text {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 8px;
  color: #FFF;
  font-size: 1.4rem;
}

.home_banners_list li .link-text:after {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
}

@media only screen and (min-width: 979px) {
  .home_banners_list li .link-text {
    padding: 8px 10px 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .home_banners_list li .link-text:after {
    top: 13px;
  }
}

@media only screen and (min-width: 480px) {
  .home_banners_list li .link-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 979px) {
  .home_banners_list li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
  }
  .home_banners_list li:nth-child(2n) {
    margin-right: 1.3%;
  }
  .home_banners_list li:nth-child(4n) {
    margin-right: 0;
    float: right;
  }
}

.home_section h2 {
  margin-bottom: 15px;
  box-sizing: border-box;
}

.home_section h2 .in-english {
  font-size: 0.8rem;
  display: block;
  margin-top: 8px;
}

@media only screen and (min-width: 979px) {
  .home_section h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto 45px;
    width: 1100px;
  }
  .home_section h2 .in-english {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .home_section h2 {
    width: 100%;
  }
}

.home_section h3 {
  margin: 10px 0;
}

@media only screen and (min-width: 480px) {
  .home_section h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
}

@media only screen and (min-width: 979px) {
  .home_section h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0;
  }
}

.home_section p, .home_section ul {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .home_section p, .home_section ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.home_section img {
  display: block;
  width: 100%;
}

.home_about {
  padding-top: 30px;
}

@media only screen and (min-width: 979px) {
  .home_about {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 979px) {
  .home_about ul li {
    margin-bottom: 8px;
  }
}

.home_about_buttons {
  margin-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  .home_about_buttons {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 979px) {
  .home_rooms .upperBox {
    margin-bottom: 60px;
  }
}

.home_rooms .home_rooms_text {
  margin-top: 20px;
}

.home_rooms .modBtn01, .home_rooms .modBtn02 {
  margin-top: 20px;
}

.home_rooms .modBtn01.modSpOnly, .home_rooms .modBtn02.modSpOnly {
  margin-bottom: 40px;
}

@media only screen and (min-width: 979px) {
  .home_rooms {
    padding-top: 80px;
  }
  .home_rooms .modBtnLarge {
    width: 80%;
  }
  .home_rooms .modBtnMidium {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home_rooms .modTitle03, .home_rooms .faq_list dt, .faq_list .home_rooms dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
}

@media only screen and (min-width: 979px) {
  p.home_rooms_text {
    margin-bottom: 15px;
  }
}

.home_rooms_reserveButton {
  margin: 60px auto 120px;
}

/* Lower Common */
.lower_pageTitle {
  width: 100%;
  height: 100px;
  position: relative;
}

.lower_pageTitle h2 {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline;
  height: 3.5em;
  padding: 15px 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 979px) {
  .lower_pageTitle {
    height: 230px;
  }
  .lower_pageTitle h2 {
    font-size: 26px;
    font-size: 2.6rem;
    height: 3em;
    padding: 20px 35px;
  }
}

.breadcrumb {
  margin: 15px auto 40px;
}

@media only screen and (min-width: 979px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}

.breadcrumb li {
  display: inline;
  margin-right: 6px;
}

.breadcrumb li:after {
  content: ">";
  color: #a7a7a7;
  margin-left: 10px;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li.home:before {
  content: "";
  margin-right: 2px;
  color: #21b7ae;
}

.lower_contents {
  padding-bottom: 25px;
}

@media only screen and (min-width: 979px) {
  .lower_contents {
    padding-bottom: 100px;
  }
}

.lower_section .modtitle01 {
  margin-bottom: 15px;
  box-sizing: border-box;
}

.lower_section .modtitle01 .in-english {
  font-size: 0.8rem;
  display: block;
  margin-top: 8px;
}

@media only screen and (min-width: 979px) {
  .lower_section .modtitle01 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto 45px;
    width: 1100px;
  }
  .lower_section .modtitle01 .in-english {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .lower_section .modtitle01 {
    width: 100%;
  }
}

.lower_section p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 979px) {
  .lower_section p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lower_form_confirm_data dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.lower_form_confirm_data dd {
  margin-bottom: 15px;
}

.lower_form_done {
  padding-bottom: 50px;
}

@media only screen and (min-width: 979px) {
  .lower_form_done {
    padding-bottom: 140px;
  }
}

.lower_form_done_text {
  margin: 10px auto 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .lower_form_done_text {
    margin: 30px auto 0;
    padding-bottom: 100px;
  }
}

/* Lower Contact */
.lower_contact .lower_pageTitle {
  background: url(/assets/img/lower/contact/bg_header.jpg) no-repeat 50% 0 #f4f4f4;
}

.lower_contact .lower_contact_call {
  margin-bottom: 50px;
}

.lower_contact .lower_contact_call .modTelNumber {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 5px;
  display: block;
}

@media only screen and (min-width: 979px) {
  .lower_contact .lower_contact_call .modTelNumber {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 15px;
  }
}

.lower_contact p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .lower_contact p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 979px) {
  .lower_contact .modTable01 {
    margin-bottom: 80px;
  }
}

/* Lower Reservation */
.lower_reservation .lower_pageTitle {
  background: url(/assets/img/lower/reservation/bg_header.jpg) no-repeat 80% 0;
  background-size: auto 100%;
}

@media only screen and (min-width: 979px) {
  .lower_reservation .lower_pageTitle {
    background: url(/assets/img/lower/reservation/bg_header.jpg), linear-gradient(to right, #eef8fd, #b6d9e1);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto;
  }
}

.lower_reservation .lower_section p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .lower_reservation .lower_section p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 979px) {
  .lower_reservation .modFormChoose li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 979px) {
  .lower_reservation .modTable01 {
    margin-bottom: 90px;
  }
}

.reservation_type {
  letter-spacing: normal;
}

.reservation_type span {
  width: 10em;
  display: inline-block;
}

@media only screen and (min-width: 979px) {
  .reservation_type span {
    width: auto;
    display: inline;
  }
}

.reservation_type .reservation_type_link {
  font-size: 13px;
  font-size: 1.3rem;
  width: auto;
  display: inline;
}

.reservation_type .reservation_type_link:before {
  content: "";
  margin-right: 8px;
  font-size: 10px;
  font-size: 1rem;
  color: #21b7ae;
}

@media only screen and (min-width: 979px) {
  .reservation_type .reservation_type_link {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 2px;
  }
}

.reservation_payType li {
  margin-bottom: 10px;
}

.reservation_payType li .input_attention {
  display: block;
  margin: 5px 0 10px 45px;
  text-indent: -1em;
}

.reservation_payType li img {
  margin-left: 45px;
}

@media only screen and (min-width: 979px) {
  .reservation_payType li {
    margin-bottom: 15px;
  }
  .reservation_payType li .input_attention {
    margin: 15px 0 10px 0;
    text-indent: 0;
  }
  .reservation_payType li img {
    margin-left: 0;
  }
  .reservation_payType .reservation_payType01, .reservation_payType .reservation_payType02 {
    display: inline-block;
  }
  .reservation_payType .reservation_payType01 {
    margin-right: 80px;
  }
}

/* Lower FAQ */
.lower_faq .lower_pageTitle {
  background: url(/assets/img/lower/faq/bg_header.jpg) no-repeat 50% 0 #f4f4f4;
  background-size: auto 100%;
}

.faq_list {
  margin-bottom: 50px;
}

.faq_list dt {
  margin-bottom: 5px;
  padding-left: 1.8em;
}

.faq_list dt:before {
  content: "Q.";
  color: #21b7ae;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (min-width: 979px) {
  .faq_list dt {
    margin-bottom: 20px;
  }
  .faq_list dt:before {
    margin-right: 10px;
  }
}

.faq_list dd {
  margin-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  .faq_list dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 979px) {
  .faq_list {
    margin-bottom: 70px;
  }
}

/* Lower Flow */
.lower_flow .lower_pageTitle {
  background: url(/assets/img/lower/flow/bg_header.jpg) no-repeat 50% 100%;
  background-size: 115% auto;
}

@media only screen and (min-width: 979px) {
  .lower_flow .lower_pageTitle {
    background: url(/assets/img/lower/flow/bg_header.jpg) no-repeat 50% 100% #f0ebdd;
    background-size: auto;
  }
}

.lower_flow p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .lower_flow p {
    margin-bottom: 40px;
  }
}

.lower_flow .modTitle03, .lower_flow .faq_list dt, .faq_list .lower_flow dt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 979px) {
  .lower_flow .modTitle03, .lower_flow .faq_list dt, .faq_list .lower_flow dt {
    margin-bottom: 20px;
  }
}

.flow_steps_icon {
  background: #21b7ae;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: normal;
  padding: 2px 0;
  width: 7em;
  display: block;
  text-align: center;
  margin-bottom: 3px;
  border-radius: 2px;
}

@media only screen and (min-width: 979px) {
  .flow_steps_icon {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    border-radius: 4px;
  }
}

.flow_section {
  background: url(/assets/img/lower/flow/ico_arrow.png) no-repeat 50% 100%;
  background-size: 40px auto;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 979px) {
  .flow_section {
    background-size: 70px auto;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}

.flow_section_attention {
  color: #787878;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 8px;
  margin-left: 1em;
  display: block;
  text-indent: -1em;
}

@media only screen and (min-width: 979px) {
  .flow_section_attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 979px) {
  .flow_payments .flow_section_attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 979px) {
  .flow_payments .span6 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.flow_payments_cards {
  display: block;
  width: 185px;
  margin: 0 auto;
}

@media only screen and (min-width: 979px) {
  .flow_payments_cards {
    width: 320px;
  }
}

.modList01.flow_payments_other li {
  margin-bottom: 5px;
}

@media only screen and (min-width: 979px) {
  .modList01.flow_payments_other {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.flow_payments_other_ic {
  padding-left: 0;
  display: block;
}

@media only screen and (min-width: 979px) {
  .flow_payments_other_ic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.flow_section_checkin .modList01 {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 979px) {
  .flow_section_checkin p {
    margin-bottom: 20px;
  }
  .flow_section_checkin .modList01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 979px) {
  .flow_section_checkin_buttons {
    margin-top: 45px;
  }
}

.flow_section_checkin_thumbnail {
  width: 46%;
  margin-right: 1%;
  margin-left: 1%;
}

.flow_section_checkin__attention {
  margin-top: -10px;
}

@media only screen and (min-width: 979px) {
  .flow_section_checkin__attention {
    margin-top: 0;
  }
}

.flow_section_checkout p {
  margin-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  .flow_section_checkout p {
    margin-bottom: 60px;
  }
}

.flow_section_cancel {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .flow_section_cancel {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 979px) {
  .flow_section_cancel_types p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .flow_section_cancel_types .flow_section_attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.flow_notice {
  padding: 20px 10px;
  margin-top: 10px;
  border: solid #ccc;
  border-width: 1px 0;
}

.flow_notice_title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #21b7ae;
  margin-bottom: 15px;
}

.flow_notice_title:before {
  content: "";
  margin-right: 8px;
  font-size: 120%;
}

@media only screen and (min-width: 979px) {
  .flow_notice {
    padding: 30px;
    margin-top: 50px;
  }
  .flow_notice p {
    margin-bottom: 15px;
  }
  .flow_notice_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flow_notice_btn.modBtn02 {
    width: 300px;
  }
  .flow_notice .modBtnLeftArrow:after {
    right: 30px;
  }
}

/* Lower Room */
.lower_rooms .lower_pageTitle {
  background: url(/assets/img/lower/rooms/bg_header-sp.jpg) no-repeat 50% 0;
  background-size: 100%;
}

@media only screen and (min-width: 979px) {
  .lower_rooms .lower_pageTitle {
    background: url(/assets/img/lower/rooms/bg_header.jpg) no-repeat 50% 100%;
  }
}

.lower_rooms .modtitle01 small {
  font-size: 70%;
  display: block;
  margin-top: 8px;
}

@media only screen and (min-width: 979px) {
  .lower_rooms .modtitle01 small {
    margin-left: 30px;
    margin-top: 0;
    display: inline;
  }
}

.lower_rooms h4.modTitle03 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .lower_rooms h4.modTitle03 {
    margin-bottom: 30px;
  }
}

.lower_rooms .modTable02 {
  margin-top: 0;
}

@media only screen and (min-width: 979px) {
  .lower_rooms .modTable02 {
    margin-top: 25px;
  }
}

.lower_rooms .modTable03.rooms_facility {
  margin-top: 20px;
  min-width: 600px;
  margin-bottom: 40px;
}

.lower_rooms .modTable03.rooms_facility tbody td {
  width: 40%;
}

@media only screen and (min-width: 979px) {
  .lower_rooms .modTable03.rooms_facility tbody td {
    width: 42%;
  }
}

.lower_rooms .responsiveTableWrapper {
  padding-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  .lower_rooms .responsiveTableWrapper {
    padding-bottom: 60px;
  }
}

.rooms_type {
  margin-bottom: 40px;
  text-align: center;
}

.rooms_type_item {
  width: 31.2%;
  display: inline-block;
  margin-right: 1%;
  font-weight: bold;
}

.rooms_type_item:last-child, .rooms_type_item:nth-child(2) {
  margin-right: 0;
}

.rooms_type_item:first-child, .rooms_type_item:nth-child(2) {
  width: 48.3%;
  margin-bottom: 10px;
}

.rooms_type_item a {
  display: block;
}

@media only screen and (min-width: 979px) {
  .rooms_type_item a {
    font-size: 20px;
    font-size: 2rem;
  }
  .rooms_type_item a:hover {
    background-color: #21b7ae;
    color: #FFF;
  }
}

.rooms_type_item .modBtn02 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
}

.rooms_type_item .modBtnDown:before {
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .rooms_type_item {
    width: 32.2%;
  }
  .rooms_type_item:first-child, .rooms_type_item:nth-child(2) {
    width: 49%;
    margin-bottom: 15px;
  }
}

.rooms_section {
  margin-bottom: 50px;
}

.rooms_section .slider_image {
  margin-bottom: 10px;
}

.rooms_section .slider_image .slick-list {
  width: 85%;
  padding-left: 8%;
}

@media only screen and (min-width: 979px) {
  .rooms_section .slider_image .slick-list {
    width: 60%;
    padding-left: 0;
  }
}

.rooms_section .slider_image .slick-slide {
  height: auto;
  margin: 0 5px 0 0;
}

.rooms_section .slider_image .slick-slide img {
  width: 100%;
}

@media only screen and (min-width: 979px) {
  .rooms_section .slider_image .slick-slide {
    margin-right: 15px;
  }
}

.rooms_section .slider_nav {
  margin-bottom: 20px;
}

.rooms_section .slider_nav .slick-list {
  width: 100%;
  padding: 0 !important;
  margin-left: -25%;
  text-align: center;
}

@media only screen and (min-width: 979px) {
  .rooms_section .slider_nav .slick-list {
    width: 57%;
    margin-right: auto;
    margin-left: 7%;
  }
}

.rooms_section .slider_nav .slick-list:hover {
  cursor: pointer;
}

.rooms_section .slider_nav .slick-slide {
  width: 24% !important;
  margin-right: 1%;
  border: 2px solid transparent;
  box-sizing: border-box;
  float: none;
  display: inline-block;
}

.rooms_section .slider_nav .slick-slide:after {
  content: none;
}

.rooms_section .slider_nav .slick-slide:last-child {
  margin-right: 0;
}

.rooms_section .slider_nav .slick-slide.slick-current, .rooms_section .slider_nav .slick-slide:active {
  border: 2px solid #21b7ae;
  outline: none;
}

@media only screen and (min-width: 979px) {
  .rooms_section .slider_nav .slick-slide {
    margin-right: -0.2%;
    border: 4px solid transparent;
  }
  .rooms_section .slider_nav .slick-slide.slick-current, .rooms_section .slider_nav .slick-slide:active {
    border: 4px solid #21b7ae;
  }
  .rooms_section .slider_nav .slick-slide:first-child {
    margin-left: -1px;
  }
}

.rooms_section .slider_nav .slick-track {
  width: 100% !important;
}

@media only screen and (min-width: 979px) {
  .rooms_section .slider_nav {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 979px) {
  .rooms_section {
    margin-bottom: 90px;
  }
}

.rooms_section_information dt, .rooms_section_information dd {
  float: left;
}

.rooms_section_information dt {
  background-color: #21b7ae;
  color: #FFF;
  padding: 2px 15px;
  margin-right: 15px;
}

.rooms_section_information dd {
  margin-right: 40px;
}

@media only screen and (min-width: 979px) {
  .rooms_section_information {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.rooms_section_information .rooms_section_information_note {
  display: block;
  margin-top: 5px;
}

@media only screen and (min-width: 979px) {
  .rooms_section_information .rooms_section_information_note {
    display: inline;
    margin-top: 0;
    margin-left: -10px;
  }
}

.rooms_price_list dt {
  font-weight: bold;
  color: #21b7ae;
  padding-top: 3px;
}

.rooms_price_list dd {
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.rooms_price_list dd:last-child {
  border: none;
}

.rooms_price, .rooms_parking, .rooms_other {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .rooms_price, .rooms_parking, .rooms_other {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 979px) {
  .rooms_parking td, .rooms_other td {
    width: 365px;
  }
}

table.rooms_other ul {
  margin-left: 1em;
}

table.rooms_other ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

@media only screen and (min-width: 979px) {
  table.rooms_other {
    margin-bottom: 95px;
  }
}

ul.rooms_other_attention {
  font-size: 11px;
  font-size: 1.1rem;
  color: #787878;
  margin-top: 15px;
  margin-left: 0;
}

ul.rooms_other_attention li {
  text-indent: -1em;
  margin-left: 0;
  list-style: none !important;
}

@media only screen and (min-width: 979px) {
  ul.rooms_other_attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.rooms_facility {
  margin-bottom: 30px;
}

.rooms_facility .economy {
  background-color: #f9f9f9;
}

@media only screen and (min-width: 979px) {
  .rooms_facility {
    margin-bottom: 50px;
  }
  .rooms_facility th[scope="col"] {
    width: 42%;
  }
}

@media only screen and (min-width: 979px) {
  .rooms_other, .rooms_parking {
    margin-bottom: 50px;
  }
  .rooms_other th, .rooms_parking th {
    width: 140px;
  }
}

.rooms_price .rooms_other_attention {
  margin-left: 15px;
}

@media only screen and (min-width: 979px) {
  .rooms_price_upper {
    margin-bottom: 20px;
  }
  .rooms_price_upper th {
    width: 160px;
  }
  .rooms_price_upper td {
    width: 390px;
  }
  .rooms_price_upper .rooms_price_list {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 979px) {
  .rooms_price_lower th {
    width: 125px;
  }
  .rooms_price_lower td {
    width: 240px;
  }
}

.rooms_price_note {
  font-size: 11px;
  font-size: 1.1rem;
  color: #787878;
  display: block;
  font-weight: normal;
  margin: 5px 0 0 1em;
  text-indent: -1em;
}

/* Lower Information */
.lower_neighbor .lower_pageTitle {
  background: url(/assets/img/lower/information/bg_header-sp.jpg) no-repeat 50% 0;
  background-size: 100%;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor .lower_pageTitle {
    background: url(/assets/img/lower/information/bg_header.jpg) no-repeat 50% 100%;
  }
}

.lower_neighbor .modTitle03, .lower_neighbor .faq_list dt, .faq_list .lower_neighbor dt {
  margin-bottom: 20px;
}

#lower_neighbor_map {
  display: block;
  margin: 30px auto;
}

@media only screen and (min-width: 979px) {
  #lower_neighbor_map {
    margin: 60px auto;
  }
}

.lower_neighbor_description {
  text-align: left;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor_description {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}

.lower_neighbor_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.lower_neighbor_item:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.lower_neighbor_item_title {
  color: #21b7ae;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.lower_neighbor_item_title small {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor_item_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lower_neighbor_item_title small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.lower_neighbor_item_title_number {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  width: 24px;
  height: 22px;
  text-align: center;
  margin-right: 3px;
  padding-top: 2px;
  border-radius: 50%;
  border: 2px solid #21b7ae;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor_item_title_number {
    font-size: 20px;
    font-size: 2rem;
    width: 35px;
    height: 31px;
    padding-top: 4px;
  }
}

.lower_neighbor_item__list li {
  margin-bottom: 3px;
}

@media only screen and (min-width: 979px) {
  .lower_neighbor_item__list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.lower_neighbor_item__list .modBtnMap02 {
  margin-left: 10px;
}

.lower_neighbor_item__list .modBtnMap02:before {
  margin-right: 5px;
}

/* Lower Vacant */
.lower_vacant .lower_pageTitle {
  background: url(/assets/img/lower/vacant/bg_header-sp.jpg) no-repeat 50% 0;
  background-size: 100%;
}

@media only screen and (min-width: 979px) {
  .lower_vacant .lower_pageTitle {
    background: url(/assets/img/lower/vacant/bg_header-pc.jpg) no-repeat 50% 100% #f7f7f7;
  }
}

@media only screen and (min-width: 979px) {
  .lower_vacant .lower_contents {
    padding-bottom: 50px;
  }
}

.lower_vacant__description {
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  .lower_vacant__description {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.vacant_section {
  margin-bottom: 70px;
}

@media only screen and (min-width: 979px) {
  .vacant_section {
    margin-bottom: 100px;
  }
}

.vacant_section_calender {
  width: 100%;
  min-width: 300px;
}

@media only screen and (min-width: 979px) {
  .vacant_section_calender {
    width: 480px;
  }
}

.vacant_section_calender__inner {
  height: 480px;
}

.vacant_section_calender__inner iframe,
.vacant_section_calender__inner object,
.vacant_section_calender__inner embed {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.vacant_section_calender__mark {
  padding-top: 15px;
  display: block;
}

@media screen and (max-width: 980px) and (min-width: 480px) {
  .vacant_section_calender__mark {
    text-align: center;
  }
}

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

.vacant_thumbnails .slider_image {
  margin-bottom: 10px;
}

@media only screen and (min-width: 979px) {
  .vacant_thumbnails .slider_image .slick-list {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
}

.vacant_thumbnails .slider_image .slick-slide {
  height: auto;
  margin: 0;
}

.vacant_thumbnails .slider_image .slick-slide img {
  width: 100%;
}

@media only screen and (min-width: 979px) {
  .vacant_thumbnails .slider_image .slick-slide {
    margin-right: 10px;
  }
}

.vacant_thumbnails .slider_image .slick-slide:after {
  content: none;
}

.vacant_thumbnails .slider_nav {
  margin-bottom: 20px;
}

.vacant_thumbnails .slider_nav .slick-list {
  width: 100% !important;
  padding: 0 !important;
  margin-left: -25.5%;
  text-align: center;
}

@media only screen and (min-width: 979px) {
  .vacant_thumbnails .slider_nav .slick-list {
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.vacant_thumbnails .slider_nav .slick-slide {
  width: 24% !important;
  margin-right: 1%;
  border: 2px solid transparent;
  box-sizing: border-box;
  float: none;
  display: inline-block;
}

.vacant_thumbnails .slider_nav .slick-slide:after {
  content: none;
}

.vacant_thumbnails .slider_nav .slick-slide:last-child {
  margin-right: 0;
}

.vacant_thumbnails .slider_nav .slick-slide.slick-current, .vacant_thumbnails .slider_nav .slick-slide:active {
  border: 2px solid #21b7ae;
  outline: none;
}

@media only screen and (min-width: 979px) {
  .vacant_thumbnails .slider_nav .slick-slide {
    margin-right: -0.2%;
    border: 4px solid transparent;
  }
  .vacant_thumbnails .slider_nav .slick-slide.slick-current, .vacant_thumbnails .slider_nav .slick-slide:active {
    border: 4px solid #21b7ae;
  }
  .vacant_thumbnails .slider_nav .slick-slide:first-child {
    margin-left: -1px;
  }
}

.vacant_thumbnails .slider_nav .slick-slide:hover {
  cursor: pointer;
}

.vacant_thumbnails .slider_nav .slick-track {
  width: 100% !important;
}

@media only screen and (min-width: 979px) {
  .vacant_thumbnails .slider_nav {
    margin-bottom: 40px;
  }
}

/* Lower Access */
.lower_access .lower_pageTitle {
  background: url(/assets/img/lower/access/bg_header.jpg) no-repeat 100% 100% #d9e7f1;
  background-size: auto 100%;
}

@media only screen and (min-width: 979px) {
  .lower_access .lower_pageTitle {
    background-position: 70% 0;
  }
}

.lower_access .lower_section {
  margin-bottom: 30px;
}

.lower_access .lower_section .modTitle03, .lower_access .lower_section .faq_list dt, .faq_list .lower_access .lower_section dt {
  margin-bottom: 15px;
}

@media only screen and (min-width: 979px) {
  .lower_access .lower_section {
    margin-bottom: 60px;
  }
  .lower_access .lower_section .modTitle03, .lower_access .lower_section .faq_list dt, .faq_list .lower_access .lower_section dt {
    margin-bottom: 30px;
  }
}

.lower_access .modList01 {
  margin: 25px auto;
}

@media only screen and (min-width: 979px) {
  .lower_access .modList01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 35px auto;
  }
  .lower_access .modList01 li {
    margin-bottom: 10px;
  }
}

.lower_access_map {
  display: block;
  margin: 30px auto;
}

@media only screen and (min-width: 979px) {
  .lower_access_map {
    margin: 55px auto 60px;
  }
}

@media only screen and (min-width: 979px) {
  .lower_access_map_wrap .modBtnLarge {
    width: 390px;
  }
}

.lower_access_step li {
  position: relative;
  margin-top: 15px;
  background: url(/assets/img/lower/flow/ico_arrow.png) no-repeat 50% 100%;
  background-size: 40px auto;
  padding-bottom: 35px;
}

.lower_access_step li:last-child {
  background-image: none;
}

.lower_access_step li p {
  padding-left: 40px;
  margin-bottom: 20px;
}

.lower_access_step li img {
  width: 100%;
}

@media only screen and (min-width: 979px) {
  .lower_access_step {
    margin: 45px 0 70px;
  }
  .lower_access_step li {
    height: 320px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 55px;
    padding-bottom: 0;
    float: left;
    background-image: none;
  }
  .lower_access_step li:nth-child(2n) {
    float: right;
  }
  .lower_access_step li p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 0;
    margin-bottom: 0;
  }
  .lower_access_step li img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 979px) {
  .lower_access_step {
    width: 995px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 979px) {
  .lower_access_car .lower_access_car_step3 {
    height: 380px;
  }
}

.lower_access_step_number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #21b7ae;
  color: #FFF;
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  border-radius: 50%;
  padding-top: 2px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

@media only screen and (min-width: 979px) {
  .lower_access_step_number {
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.lower_access_thumbnails {
  margin-bottom: 15px;
}

.lower_access_thumbnails li {
  width: 49%;
  margin-right: 1%;
  float: left;
  margin-bottom: 2%;
}

.lower_access_thumbnails li:nth-child(2n) {
  margin-right: 0;
  float: right;
}

.lower_access_thumbnails li img {
  width: 100%;
}

@media only screen and (min-width: 979px) {
  .lower_access_thumbnails {
    margin-bottom: 30px;
  }
  .lower_access_thumbnails li {
    width: 24.2%;
  }
  .lower_access_thumbnails li:nth-child(2n) {
    margin-right: 1%;
    float: left;
  }
  .lower_access_thumbnails li:last-child {
    margin-right: 0;
    float: right;
  }
}

@media only screen and (min-width: 979px) {
  .lower_access_shops {
    padding-bottom: 55px;
  }
}

/* Lower Privacy */
.lower_privacy .lower_pageTitle {
  background: url(/assets/img/lower/privacy/bg_header.jpg) no-repeat 100% 0 #f5f5f5;
  background-size: auto 100%;
}

@media only screen and (min-width: 979px) {
  .lower_privacy .lower_pageTitle {
    background-position: 50% 0;
  }
}

.lower_privacy .modTitle03, .lower_privacy .faq_list dt, .faq_list .lower_privacy dt {
  margin: 30px 0 10px;
}

.lower_privacy .modList01 {
  margin-top: 10px;
}

.lower_privacy .modList01 li {
  margin-bottom: 8px;
}

@media only screen and (min-width: 979px) {
  .lower_privacy .modTitle03, .lower_privacy .faq_list dt, .faq_list .lower_privacy dt {
    margin: 60px 0 20px;
  }
  .lower_privacy .modList01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.lower_privacy_access {
  margin-top: 10px;
}

@media only screen and (min-width: 979px) {
  .lower_privacy_access {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

/* Lower Terms */
.lower_terms .lower_pageTitle {
  background: url(/assets/img/lower/terms/bg_header.jpg) no-repeat 100% 100% #d9e7f1;
  background-size: auto 100%;
}

@media only screen and (min-width: 979px) {
  .lower_terms .lower_pageTitle {
    background-position: 70% 0;
  }
}

.lower_terms .modtitle01:before {
  content: "";
  color: #21b7ae;
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .lower_terms .modtitle01:before {
    margin-right: 15px;
  }
}

.lower_terms .modtitle01 span {
  font-size: 80%;
  display: block;
  margin: 5px 0 0 1.5em;
}

@media only screen and (min-width: 979px) {
  .lower_terms .modtitle01 span {
    display: inline;
    margin: 0;
  }
}

.lower_terms .terms_jump {
  margin: 0 0 40px 0;
  padding: 0 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 979px) {
  .lower_terms .terms_jump {
    margin: 0 auto 70px;
    padding: 0;
  }
}

.lower_terms .terms_jump a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
}

.lower_terms .terms_jump a span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 979px) {
  .lower_terms .terms_jump a {
    font-size: 20px;
    font-size: 2rem;
  }
  .lower_terms .terms_jump a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lower_terms .terms_jump .modBtn02 {
  position: relative;
  border-radius: 8px;
  padding: 10px 0;
}

.lower_terms .terms_jump .modBtn02:hover {
  background-color: #21b7ae;
  color: #FFF;
}

@media only screen and (min-width: 979px) {
  .lower_terms .terms_jump .modBtn02 {
    padding: 20px 0;
  }
}

.lower_terms .terms_jump .modBtnDown:before {
  position: absolute;
  left: 40px;
  top: 34%;
  display: block;
}

@media only screen and (min-width: 979px) {
  .lower_terms .terms_jump .modBtnDown:before {
    left: 100px;
  }
}

.lower_terms .responsiveTableWrapper {
  padding-bottom: 60px;
}

@media only screen and (min-width: 979px) {
  .lower_terms .responsiveTableWrapper {
    padding-bottom: 0;
  }
}

.terms_list {
  margin: 0 12px 0 30px;
}

.terms_list li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

@media only screen and (min-width: 979px) {
  .terms_list {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 45px;
  }
  .terms_list li {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 979px) {
  .terms_list p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.terms_list_child {
  margin: 10px 12px 10px 0;
}

.terms_list_child li {
  list-style-type: none;
  margin-bottom: 5px;
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.terms_list_child + p {
  margin-top: 0;
}

@media only screen and (min-width: 979px) {
  .terms_list_child + p {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 979px) {
  .terms_list_child {
    margin: 20px 12px 20px 0;
  }
}

.terms_list.unmark {
  margin: 0 12px 0 0.5em;
}

.terms_list.unmark > li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
}

.terms_table {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .terms_table {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 979px) {
  #termsWeekly .terms_table {
    margin-bottom: 160px;
  }
}

#termsEconomy .modTitle05 {
  margin-top: 25px;
}

#termsEconomy .modTitle06 {
  margin-bottom: 0;
}

@media only screen and (min-width: 979px) {
  #termsEconomy .modTitle06 {
    margin-bottom: -20px;
  }
}

#termsEconomy p {
  margin-bottom: 15px;
}

@media only screen and (min-width: 979px) {
  #termsEconomy p {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 979px) {
  #termsEconomy {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #termsEconomy li {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 979px) {
  #termsEconomy .terms_list {
    margin-bottom: 35px;
  }
}

#termsEconomy .responsiveTableWrapper {
  padding-bottom: 30px;
}

@media only screen and (min-width: 979px) {
  #termsEconomy .responsiveTableWrapper {
    padding-bottom: 0;
  }
}

.terms_table {
  margin: 20px 0;
}

.terms_table.responsiveTable {
  min-width: 480px;
}

.terms_table .terms_table_vtitle {
  width: 1em;
  vertical-align: middle;
}

.terms_table th small {
  display: block;
}

.terms_table tbody td {
  text-align: center;
}

.terms_table tbody td.bgGray {
  background-color: #F9F9F9;
}

@media only screen and (min-width: 979px) {
  .terms_table {
    width: 1000px;
    margin: 40px auto;
  }
  .terms_table tbody td {
    width: 125px;
  }
}

.terms_table.terms_table_price tbody th {
  padding-left: 20px;
  padding-right: 20px;
}

.terms_table.terms_table_price tbody td {
  width: auto;
  text-align: left;
}

@media only screen and (min-width: 979px) {
  .terms_table.terms_table_price tbody th {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* CSS Document */
.container {
  width: auto;
  max-width: 1100px;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 979px) {
  .container {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 979px) {
  .container {
    max-width: 768px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.modPcOnly {
  display: none !important;
}

@media only screen and (min-width: 979px) {
  .modPcOnly {
    display: block !important;
  }
}

.modSpOnly {
  display: block !important;
}

@media only screen and (min-width: 979px) {
  .modSpOnly {
    display: none !important;
  }
}

/* modTitle
------------------------------------------------------------*/
.modtitle01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #21b7ae;
  padding: 0 0 10px 10px;
}

.modtitle01 .title-text {
  display: block;
  margin-top: 5px;
}

.modTitle02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #21b7ae;
  font-weight: bold;
}

.modTitle03, .faq_list dt {
  background: url(/assets/img/common/bg_checker2x2.png) repeat 0 0;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

@media only screen and (min-width: 979px) {
  .modTitle03, .faq_list dt {
    background: url(/assets/img/common/bg_checker4x4.png) repeat 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}

.modtitle04 {
  background-color: #d8f5f3;
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media only screen and (min-width: 979px) {
  .modtitle04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modTitle05 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (min-width: 979px) {
  .modTitle05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modTitle06 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 979px) {
  .modTitle06 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modIcon {
  font-family: FontAwesome;
  line-height: 1;
}

.modTitleIconBuilding:before, .modTitleIconStar:before, .modTitleIconBed:before, .modTitleIconCall:before, .modTitleIconMail:before,
.modTitleIconCheck:before, .modTitleIconEdit:before, .modTitleIconYen:before, .modTitleIconHome:before, .modTitleIconCar:before,
.modTitleIconFile:before, .modTitleIconBag:before, .modTitleIconCart:before, .modTitleIconCutlery:before, .modTitleIconBank:before,
.modTitleIconMedical:before, .modTitleIconUser:before, .modTitleIconMap01:before, .modTitleIconMap02:before {
  color: #21b7ae;
  font-weight: normal;
}

.modTitleIconBuilding:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconStar:before {
  content: "";
  font-size: 110%;
  margin-right: 8px;
}

.modTitleIconBed:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconCall:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconMail:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconCheck:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconEdit:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconYen:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconHome:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconCar:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconFile:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconBag:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconCart:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconCutlery:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconBank:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconMedical:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconUser:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconMap01:before {
  content: "";
  margin-right: 10px;
}

.modTitleIconMap02:before {
  content: "";
  margin-right: 10px;
}

/* modTxt
------------------------------------------------------------*/
/* modBtn
------------------------------------------------------------*/
.modBtn01, .modBtn02 {
  box-sizing: border-box;
}

.modBtn01:before, .modBtn02:before {
  font-weight: normal !important;
}

.modBtn01 {
  background-color: #21b7ae;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  display: inline-block;
}

.modBtn01:hover {
  opacity: 0.8;
  color: #FFF;
  text-decoration: none;
}

.modBtn02 {
  background-color: #FFF;
  border: 1px solid #21b7ae;
  color: #21b7ae;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  display: inline-block;
}

.modBtn02:hover {
  background-color: #f1faf9;
  text-decoration: none;
}

.modBtn03 {
  background-color: #e8e8e8;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  display: inline-block;
}

.modBtn03:hover {
  opacity: 0.8;
  text-decoration: none;
}

.modBtnLarge, .modBtnMidium {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 979px) {
  .modBtnLarge {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
  }
}

.modBntXsmall {
  padding: 2px 10px;
  font-weight: normal;
}

.modBtnRound {
  border-radius: 30px;
}

.modBtnMap01:before {
  content: "";
  margin-right: 10px;
  font-weight: normal;
}

@media only screen and (min-width: 979px) {
  .modBtnMap01:before {
    margin-right: 20px;
  }
}

.modBtnMap02:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnMap02:before {
    margin-right: 20px;
  }
}

.modBtnCalender:before {
  content: "";
  margin-right: 10px;
  font-weight: normal;
}

@media only screen and (min-width: 979px) {
  .modBtnCalender:before {
    margin-right: 20px;
  }
}

.modBtnYen:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnYen:before {
    margin-right: 20px;
  }
}

.modBtnLeftArrow {
  position: relative;
}

.modBtnLeftArrow:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 35%;
  font-weight: normal;
}

.modBtnEmail:before {
  content: "";
  margin-right: 10px;
  font-weight: normal;
}

@media only screen and (min-width: 979px) {
  .modBtnEmail:before {
    margin-right: 20px;
  }
}

.modBtnChecked:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnChecked:before {
    margin-right: 20px;
  }
}

.modBtnEdit:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnEdit:before {
    margin-right: 20px;
  }
}

.modBtnSend:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnSend:before {
    margin-right: 20px;
  }
}

.modBtnHome:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnHome:before {
    margin-right: 20px;
  }
}

.modBtnBed:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnBed:before {
    margin-right: 20px;
  }
}

.modBtnDown:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modBtnDown:before {
    margin-right: 20px;
  }
}

/* modBlock
------------------------------------------------------------*/
/* modTable
------------------------------------------------------------*/
.modTable01 {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

.modTable01 th, .modTable01 td {
  display: block;
  padding: 10px 0;
}

.modTable01 th {
  background: url(/assets/img/common/bg_checker2x2.png) repeat 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  vertical-align: top;
  text-indent: 10px;
}

.modTable01 td {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .modTable01 {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modTable01 tr {
    width: 100%;
    border-bottom: 30px solid #FFF;
  }
  .modTable01 th, .modTable01 td {
    display: table-cell;
  }
  .modTable01 th {
    background: url(/assets/img/common/bg_checker4x4.png) repeat 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
    width: 240px;
    text-indent: 0;
  }
  .modTable01 td {
    padding-left: 30px;
    padding-top: 20px;
  }
}

.modTable02 {
  width: 100%;
}

.modTable02 th, .modTable02 td {
  display: block;
  padding: 10px;
}

.modTable02 th {
  font-weight: bold;
  background-color: #EEE;
}

@media only screen and (min-width: 979px) {
  .modTable02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modTable02 th, .modTable02 td {
    display: table-cell;
    border-bottom: 2px solid #FFF;
    padding: 20px 15px;
  }
}

.modTable03 {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modTable03 th {
  font-weight: bold;
}

.modTable03 th[scope="col"] {
  text-align: center;
  background-color: #D8F5F3;
  width: auto;
  padding: 10px;
}

.modTable03 th[scope="row"] {
  background-color: #EEE;
  font-weight: bold;
}

.modTable03 tbody td {
  border-bottom: 1px solid #ccc;
}

.modTable03 tbody th, .modTable03 tbody td {
  padding: 10px;
}

@media only screen and (min-width: 979px) {
  .modTable03 {
    border-spacing: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modTable03 th[scope="col"] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 15px;
  }
  .modTable03 tbody th, .modTable03 tbody td {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .responsiveTableWrapper table {
    min-width: 980px;
  }
}

/* modList
------------------------------------------------------------*/
.modListNormal {
  margin: 0 0 0 2em;
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 2em;
  text-align: center;
}

ol.modListNormal li {
  list-style: decimal;
}

/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em;
}

.modList01 li {
  background: url(/assets/img/common/ico_list.png) no-repeat 0 8px;
  background-size: 4px 4px;
  padding-left: 2em;
  text-indent: -1em;
  margin: 0 0 0 0.5em;
}

@media only screen and (min-width: 979px) {
  .modList01 li {
    background-size: 6px 6px;
  }
}

/* other
------------------------------------------------------------*/
.modIcon {
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.modIcon:before, .modIcon:after {
  font-family: FontAwesome;
  line-height: 1;
}

.modSp_nl {
  display: block;
}

@media only screen and (min-width: 979px) {
  .modSp_nl {
    display: inline;
  }
}

.modTelNumber {
  font-weight: bold;
  color: #21b7ae;
  font-family: "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.modTelNumber:before {
  content: "";
  margin-right: 5px;
}

.modForm01 input[type="text"], .modForm01 input[type="email"], .modForm01 input[type="tel"], .modForm01 textarea, .modForm01 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modForm01 input[type="text"], .modForm01 input[type="email"], .modForm01 input[type="tel"], .modForm01 textarea, .modForm01 select {
  background-color: #F9F9F9;
  border: 1px solid #d6d6d6;
  box-shadow: none;
  border-radius: 6px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}

@media only screen and (min-width: 979px) {
  .modForm01 input[type="text"], .modForm01 input[type="email"], .modForm01 input[type="tel"], .modForm01 textarea, .modForm01 select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modForm01 select {
  width: auto;
}

.modForm01 input[type="text"], .modForm01 input[type="email"], .modForm01 input[type="tel"], .modForm01 select {
  margin-bottom: 20px;
}

@media only screen and (min-width: 979px) {
  .modForm01 input[type="text"], .modForm01 input[type="email"], .modForm01 input[type="tel"], .modForm01 select {
    margin-bottom: 35px;
  }
}

.modForm01 input[type="checkbox"] + label, .modForm01 input[type="radio"] + label {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 979px) {
  .modForm01 input[type="checkbox"] + label, .modForm01 input[type="radio"] + label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .modForm01 input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 2px solid #464646;
    border-radius: 2px;
    vertical-align: middle;
  }
  .modForm01 input[type="radio"] {
    width: 25px;
    height: 25px;
    border: 2px solid #464646;
    vertical-align: middle;
    border-radius: 50%;
  }
}

.modForm01 .input_text_label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.modForm01 .input_attention {
  font-size: 11px;
  font-size: 1.1rem;
  color: #787878;
  display: block;
  margin: -5px auto 10px;
}

@media only screen and (min-width: 979px) {
  .modForm01 .input_attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modForm01 input.input_error {
  background-color: #FFF4F4 !important;
  border: 2px solid #f07272 !important;
}

.modForm01 .input_error_text {
  display: block;
  color: #E73F3F;
  font-weight: bold;
  margin: -8px auto 20px;
}

.modForm01 .input_error_text:before {
  content: "";
  margin-right: 10px;
}

@media only screen and (min-width: 979px) {
  .modForm01 .input_error_text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: -20px auto 35px;
  }
}

.modForm01 .input_text {
  display: block;
  margin-bottom: 20px;
}

.modForm01 #input_agree + label {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 979px) {
  .modForm01 #input_agree + label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modFormChoose li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 979px) {
  .modFormChoose li {
    display: inline-block;
    margin-right: 40px;
  }
}

/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

/*↑消さないこと*/
/* width
------------------------------------------------------------*/
.cosW5, .cosW10, .cosW15, .cosW20, .cosW25, .cosW30, .cosW35, .cosW40, .cosW45, .cosW50, .cosW55, .cosW60, .cosW65, .cosW70, .cosW75, .cosW80, .cosW85, .cosW90, .cosW95, .cosW100, .cosW105, .cosW110, .cosW115, .cosW120, .cosW125, .cosW130, .cosW135, .cosW140, .cosW145, .cosW150, .cosW155, .cosW160, .cosW165, .cosW170, .cosW175, .cosW180, .cosW185, .cosW190, .cosW195, .cosW200, .cosW205, .cosW210, .cosW215, .cosW220, .cosW225, .cosW230, .cosW235, .cosW240, .cosW245, .cosW250, .cosW255, .cosW260, .cosW265, .cosW270, .cosW275, .cosW280, .cosW285, .cosW290, .cosW295, .cosW300, .cosW305, .cosW310, .cosW315, .cosW320, .cosW325, .cosW330, .cosW335, .cosW340, .cosW345, .cosW350, .cosW355, .cosW360, .cosW365, .cosW370, .cosW375, .cosW380, .cosW385, .cosW390, .cosW395, .cosW400, .cosW405, .cosW410, .cosW415, .cosW420, .cosW425, .cosW430, .cosW435, .cosW440, .cosW445, .cosW450, .cosW455, .cosW460, .cosW465, .cosW470, .cosW475, .cosW480, .cosW485, .cosW490, .cosW495, .cosW500, .cosW505, .cosW510, .cosW515, .cosW520, .cosW525, .cosW530, .cosW535, .cosW540, .cosW545, .cosW550, .cosW555, .cosW560, .cosW565, .cosW570, .cosW575, .cosW580, .cosW585, .cosW590, .cosW595, .cosW600, .cosW605, .cosW610, .cosW615, .cosW620, .cosW625, .cosW630, .cosW635, .cosW640, .cosW645, .cosW650, .cosW655, .cosW660, .cosW665, .cosW670, .cosW675, .cosW680, .cosW685, .cosW690, .cosW695, .cosW700, .cosW705, .cosW710, .cosW715, .cosW720, .cosW725, .cosW730, .cosW735, .cosW740, .cosW745, .cosW750, .cosW755, .cosW760, .cosW765, .cosW770, .cosW775, .cosW780, .cosW785, .cosW790, .cosW795, .cosW800, .cosW805, .cosW810, .cosW815, .cosW820, .cosW825, .cosW830, .cosW835, .cosW840, .cosW845, .cosW850, .cosW855, .cosW860, .cosW865, .cosW870, .cosW875, .cosW880, .cosW885, .cosW890, .cosW895 {
  max-width: 100%;
}

.cosW100per {
  width: 100% !important;
}

.cosW5 {
  width: 5px !important;
}

.cosW10 {
  width: 10px !important;
}

.cosW15 {
  width: 15px !important;
}

.cosW20 {
  width: 20px !important;
}

.cosW25 {
  width: 25px !important;
}

.cosW30 {
  width: 30px !important;
}

.cosW35 {
  width: 35px !important;
}

.cosW40 {
  width: 40px !important;
}

.cosW45 {
  width: 45px !important;
}

.cosW50 {
  width: 50px !important;
}

.cosW55 {
  width: 55px !important;
}

.cosW60 {
  width: 60px !important;
}

.cosW65 {
  width: 65px !important;
}

.cosW70 {
  width: 70px !important;
}

.cosW75 {
  width: 75px !important;
}

.cosW80 {
  width: 80px !important;
}

.cosW85 {
  width: 85px !important;
}

.cosW90 {
  width: 90px !important;
}

.cosW95 {
  width: 95px !important;
}

.cosW100 {
  width: 100px !important;
}

.cosW105 {
  width: 105px !important;
}

.cosW110 {
  width: 110px !important;
}

.cosW115 {
  width: 115px !important;
}

.cosW120 {
  width: 120px !important;
}

.cosW125 {
  width: 125px !important;
}

.cosW130 {
  width: 130px !important;
}

.cosW135 {
  width: 135px !important;
}

.cosW140 {
  width: 140px !important;
}

.cosW145 {
  width: 145px !important;
}

.cosW150 {
  width: 150px !important;
}

.cosW155 {
  width: 155px !important;
}

.cosW160 {
  width: 160px !important;
}

.cosW165 {
  width: 165px !important;
}

.cosW170 {
  width: 170px !important;
}

.cosW175 {
  width: 175px !important;
}

.cosW180 {
  width: 180px !important;
}

.cosW185 {
  width: 185px !important;
}

.cosW190 {
  width: 190px !important;
}

.cosW195 {
  width: 195px !important;
}

.cosW200 {
  width: 200px !important;
}

.cosW205 {
  width: 205px !important;
}

.cosW210 {
  width: 210px !important;
}

.cosW215 {
  width: 215px !important;
}

.cosW220 {
  width: 220px !important;
}

.cosW225 {
  width: 225px !important;
}

.cosW230 {
  width: 230px !important;
}

.cosW235 {
  width: 235px !important;
}

.cosW240 {
  width: 240px !important;
}

.cosW245 {
  width: 245px !important;
}

.cosW250 {
  width: 250px !important;
}

.cosW255 {
  width: 255px !important;
}

.cosW260 {
  width: 260px !important;
}

.cosW265 {
  width: 265px !important;
}

.cosW270 {
  width: 270px !important;
}

.cosW275 {
  width: 275px !important;
}

.cosW280 {
  width: 280px !important;
}

.cosW285 {
  width: 285px !important;
}

.cosW290 {
  width: 290px !important;
}

.cosW295 {
  width: 295px !important;
}

.cosW300 {
  width: 300px !important;
}

.cosW305 {
  width: 305px !important;
}

.cosW310 {
  width: 310px !important;
}

.cosW315 {
  width: 315px !important;
}

.cosW320 {
  width: 320px !important;
}

.cosW325 {
  width: 325px !important;
}

.cosW330 {
  width: 330px !important;
}

.cosW335 {
  width: 335px !important;
}

.cosW340 {
  width: 340px !important;
}

.cosW345 {
  width: 345px !important;
}

.cosW350 {
  width: 350px !important;
}

.cosW355 {
  width: 355px !important;
}

.cosW360 {
  width: 360px !important;
}

.cosW365 {
  width: 365px !important;
}

.cosW370 {
  width: 370px !important;
}

.cosW375 {
  width: 375px !important;
}

.cosW380 {
  width: 380px !important;
}

.cosW385 {
  width: 385px !important;
}

.cosW390 {
  width: 390px !important;
}

.cosW395 {
  width: 395px !important;
}

.cosW400 {
  width: 400px !important;
}

.cosW405 {
  width: 405px !important;
}

.cosW410 {
  width: 410px !important;
}

.cosW415 {
  width: 415px !important;
}

.cosW420 {
  width: 420px !important;
}

.cosW425 {
  width: 425px !important;
}

.cosW430 {
  width: 430px !important;
}

.cosW435 {
  width: 435px !important;
}

.cosW440 {
  width: 440px !important;
}

.cosW445 {
  width: 445px !important;
}

.cosW450 {
  width: 450px !important;
}

.cosW455 {
  width: 455px !important;
}

.cosW460 {
  width: 460px !important;
}

.cosW465 {
  width: 465px !important;
}

.cosW470 {
  width: 470px !important;
}

.cosW475 {
  width: 475px !important;
}

.cosW480 {
  width: 480px !important;
}

.cosW485 {
  width: 485px !important;
}

.cosW490 {
  width: 490px !important;
}

.cosW495 {
  width: 495px !important;
}

.cosW500 {
  width: 500px !important;
}

.cosW505 {
  width: 505px !important;
}

.cosW510 {
  width: 510px !important;
}

.cosW515 {
  width: 515px !important;
}

.cosW520 {
  width: 520px !important;
}

.cosW525 {
  width: 525px !important;
}

.cosW530 {
  width: 530px !important;
}

.cosW535 {
  width: 535px !important;
}

.cosW540 {
  width: 540px !important;
}

.cosW545 {
  width: 545px !important;
}

.cosW550 {
  width: 550px !important;
}

.cosW555 {
  width: 555px !important;
}

.cosW560 {
  width: 560px !important;
}

.cosW565 {
  width: 565px !important;
}

.cosW570 {
  width: 570px !important;
}

.cosW575 {
  width: 575px !important;
}

.cosW580 {
  width: 580px !important;
}

.cosW585 {
  width: 585px !important;
}

.cosW590 {
  width: 590px !important;
}

.cosW595 {
  width: 595px !important;
}

.cosW600 {
  width: 600px !important;
}

.cosW605 {
  width: 605px !important;
}

.cosW610 {
  width: 610px !important;
}

.cosW615 {
  width: 615px !important;
}

.cosW620 {
  width: 620px !important;
}

.cosW625 {
  width: 625px !important;
}

.cosW630 {
  width: 630px !important;
}

.cosW635 {
  width: 635px !important;
}

.cosW640 {
  width: 640px !important;
}

.cosW645 {
  width: 645px !important;
}

.cosW650 {
  width: 650px !important;
}

.cosW655 {
  width: 655px !important;
}

.cosW660 {
  width: 660px !important;
}

.cosW665 {
  width: 665px !important;
}

.cosW670 {
  width: 670px !important;
}

.cosW675 {
  width: 675px !important;
}

.cosW680 {
  width: 680px !important;
}

.cosW685 {
  width: 685px !important;
}

.cosW690 {
  width: 690px !important;
}

.cosW695 {
  width: 695px !important;
}

.cosW700 {
  width: 700px !important;
}

.cosW705 {
  width: 705px !important;
}

.cosW710 {
  width: 710px !important;
}

.cosW715 {
  width: 715px !important;
}

.cosW720 {
  width: 720px !important;
}

.cosW725 {
  width: 725px !important;
}

.cosW730 {
  width: 730px !important;
}

.cosW735 {
  width: 735px !important;
}

.cosW740 {
  width: 740px !important;
}

.cosW745 {
  width: 745px !important;
}

.cosW750 {
  width: 750px !important;
}

.cosW755 {
  width: 755px !important;
}

.cosW760 {
  width: 760px !important;
}

.cosW765 {
  width: 765px !important;
}

.cosW770 {
  width: 770px !important;
}

.cosW775 {
  width: 775px !important;
}

.cosW780 {
  width: 780px !important;
}

.cosW785 {
  width: 785px !important;
}

.cosW790 {
  width: 790px !important;
}

.cosW795 {
  width: 795px !important;
}

.cosW800 {
  width: 800px !important;
}

.cosW805 {
  width: 805px !important;
}

.cosW810 {
  width: 810px !important;
}

.cosW815 {
  width: 815px !important;
}

.cosW820 {
  width: 820px !important;
}

.cosW825 {
  width: 825px !important;
}

.cosW830 {
  width: 830px !important;
}

.cosW835 {
  width: 835px !important;
}

.cosW840 {
  width: 840px !important;
}

.cosW845 {
  width: 845px !important;
}

.cosW850 {
  width: 850px !important;
}

.cosW855 {
  width: 855px !important;
}

.cosW860 {
  width: 860px !important;
}

.cosW865 {
  width: 865px !important;
}

.cosW870 {
  width: 870px !important;
}

.cosW875 {
  width: 875px !important;
}

.cosW880 {
  width: 880px !important;
}

.cosW885 {
  width: 885px !important;
}

.cosW890 {
  width: 890px !important;
}

.cosW895 {
  width: 895px !important;
}

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-left: auto;
  margin-right: auto;
}

.cosMl0 {
  margin-left: 0px !important;
}

.cosMl5 {
  margin-left: 5px !important;
}

.cosMl10 {
  margin-left: 10px !important;
}

.cosMl20 {
  margin-left: 20px !important;
}

.cosMl30 {
  margin-left: 30px !important;
}

.cosMl40 {
  margin-left: 40px !important;
}

.cosMl50 {
  margin-left: 50px !important;
}

.cosMl60 {
  margin-left: 60px !important;
}

.cosMl70 {
  margin-left: 70px !important;
}

.cosMl80 {
  margin-left: 80px !important;
}

.cosMl90 {
  margin-left: 90px !important;
}

.cosMl100 {
  margin-left: 100px !important;
}

.cosMl110 {
  margin-left: 110px !important;
}

.cosMl120 {
  margin-left: 120px !important;
}

.cosMl130 {
  margin-left: 130px !important;
}

.cosMl140 {
  margin-left: 140px !important;
}

.cosMl150 {
  margin-left: 150px !important;
}

.cosMl160 {
  margin-left: 160px !important;
}

.cosMl170 {
  margin-left: 170px !important;
}

.cosMl180 {
  margin-left: 180px !important;
}

.cosMl190 {
  margin-left: 190px !important;
}

.cosMl200 {
  margin-left: 200px !important;
}

.cosMl210 {
  margin-left: 210px !important;
}

.cosMl220 {
  margin-left: 220px !important;
}

.cosMl230 {
  margin-left: 230px !important;
}

.cosMl240 {
  margin-left: 240px !important;
}

.cosMl250 {
  margin-left: 250px !important;
}

.cosMl260 {
  margin-left: 260px !important;
}

.cosMl270 {
  margin-left: 270px !important;
}

.cosMl280 {
  margin-left: 280px !important;
}

.cosMl290 {
  margin-left: 290px !important;
}

.cosMl300 {
  margin-left: 300px !important;
}

.cosMt0 {
  margin-top: 0px !important;
}

.cosMt5 {
  margin-top: 5px !important;
}

.cosMt10 {
  margin-top: 10px !important;
}

.cosMt15 {
  margin-top: 15px !important;
}

.cosMt20 {
  margin-top: 20px !important;
}

.cosMt30 {
  margin-top: 30px !important;
}

.cosMt40 {
  margin-top: 40px !important;
}

.cosMt50 {
  margin-top: 50px !important;
}

.cosMt60 {
  margin-top: 60px !important;
}

.cosMt70 {
  margin-top: 70px !important;
}

.cosMt80 {
  margin-top: 80px !important;
}

.cosMt90 {
  margin-top: 90px !important;
}

.cosMt100 {
  margin-top: 100px !important;
}

.cosMt110 {
  margin-top: 110px !important;
}

.cosMt120 {
  margin-top: 120px !important;
}

.cosMt130 {
  margin-top: 130px !important;
}

.cosMt140 {
  margin-top: 140px !important;
}

.cosMt150 {
  margin-top: 150px !important;
}

.cosMt160 {
  margin-top: 160px !important;
}

.cosMt170 {
  margin-top: 170px !important;
}

.cosMt180 {
  margin-top: 180px !important;
}

.cosMt190 {
  margin-top: 190px !important;
}

.cosMt200 {
  margin-top: 200px !important;
}

.cosMt210 {
  margin-top: 210px !important;
}

.cosMt220 {
  margin-top: 220px !important;
}

.cosMt230 {
  margin-top: 230px !important;
}

.cosMt240 {
  margin-top: 240px !important;
}

.cosMt250 {
  margin-top: 250px !important;
}

.cosMt260 {
  margin-top: 260px !important;
}

.cosMt270 {
  margin-top: 270px !important;
}

.cosMt280 {
  margin-top: 280px !important;
}

.cosMt290 {
  margin-top: 290px !important;
}

.cosMt300 {
  margin-top: 300px !important;
}

.cosMr0 {
  margin-right: 0px !important;
}

.cosMr5 {
  margin-right: 5px !important;
}

.cosMr10 {
  margin-right: 10px !important;
}

.cosMr20 {
  margin-right: 20px !important;
}

.cosMr30 {
  margin-right: 30px !important;
}

.cosMr40 {
  margin-right: 40px !important;
}

.cosMr50 {
  margin-right: 50px !important;
}

.cosMr60 {
  margin-right: 60px !important;
}

.cosMr70 {
  margin-right: 70px !important;
}

.cosMr80 {
  margin-right: 80px !important;
}

.cosMr90 {
  margin-right: 90px !important;
}

.cosMr100 {
  margin-right: 100px !important;
}

.cosMr110 {
  margin-right: 110px !important;
}

.cosMr120 {
  margin-right: 120px !important;
}

.cosMr130 {
  margin-right: 130px !important;
}

.cosMr140 {
  margin-right: 140px !important;
}

.cosMr150 {
  margin-right: 150px !important;
}

.cosMr160 {
  margin-right: 160px !important;
}

.cosMr170 {
  margin-right: 170px !important;
}

.cosMr180 {
  margin-right: 180px !important;
}

.cosMr190 {
  margin-right: 190px !important;
}

.cosMr200 {
  margin-right: 200px !important;
}

.cosMr210 {
  margin-right: 210px !important;
}

.cosMr220 {
  margin-right: 220px !important;
}

.cosMr230 {
  margin-right: 230px !important;
}

.cosMr240 {
  margin-right: 240px !important;
}

.cosMr250 {
  margin-right: 250px !important;
}

.cosMr260 {
  margin-right: 260px !important;
}

.cosMr270 {
  margin-right: 270px !important;
}

.cosMr280 {
  margin-right: 280px !important;
}

.cosMr290 {
  margin-right: 290px !important;
}

.cosMr300 {
  margin-right: 300px !important;
}

.cosMb0 {
  margin-bottom: 0px !important;
}

.cosMb5 {
  margin-bottom: 5px !important;
}

.cosMb10 {
  margin-bottom: 10px !important;
}

.cosMb15 {
  margin-bottom: 15px !important;
}

.cosMb20 {
  margin-bottom: 20px !important;
}

.cosMb30 {
  margin-bottom: 30px !important;
}

.cosMb40 {
  margin-bottom: 40px !important;
}

.cosMb50 {
  margin-bottom: 50px !important;
}

.cosMb60 {
  margin-bottom: 60px !important;
}

.cosMb70 {
  margin-bottom: 70px !important;
}

.cosMb80 {
  margin-bottom: 80px !important;
}

.cosMb90 {
  margin-bottom: 90px !important;
}

.cosMb100 {
  margin-bottom: 100px !important;
}

.cosMb110 {
  margin-bottom: 110px !important;
}

.cosMb120 {
  margin-bottom: 120px !important;
}

.cosMb130 {
  margin-bottom: 130px !important;
}

.cosMb140 {
  margin-bottom: 140px !important;
}

.cosMb150 {
  margin-bottom: 150px !important;
}

.cosMb160 {
  margin-bottom: 160px !important;
}

.cosMb170 {
  margin-bottom: 170px !important;
}

.cosMb180 {
  margin-bottom: 180px !important;
}

.cosMb190 {
  margin-bottom: 190px !important;
}

.cosMb200 {
  margin-bottom: 200px !important;
}

.cosMb210 {
  margin-bottom: 210px !important;
}

.cosMb220 {
  margin-bottom: 220px !important;
}

.cosMb230 {
  margin-bottom: 230px !important;
}

.cosMb240 {
  margin-bottom: 240px !important;
}

.cosMb250 {
  margin-bottom: 250px !important;
}

.cosMb260 {
  margin-bottom: 260px !important;
}

.cosMb270 {
  margin-bottom: 270px !important;
}

.cosMb280 {
  margin-bottom: 280px !important;
}

.cosMb290 {
  margin-bottom: 290px !important;
}

.cosMb300 {
  margin-bottom: 300px !important;
}

.cosPl0 {
  padding-left: 0px !important;
}

.cosPl5 {
  padding-left: 5px !important;
}

.cosPl10 {
  padding-left: 10px !important;
}

.cosPl20 {
  padding-left: 20px !important;
}

.cosPl30 {
  padding-left: 30px !important;
}

.cosPl40 {
  padding-left: 40px !important;
}

.cosPl50 {
  padding-left: 50px !important;
}

.cosPl60 {
  padding-left: 60px !important;
}

.cosPl70 {
  padding-left: 70px !important;
}

.cosPl80 {
  padding-left: 80px !important;
}

.cosPl90 {
  padding-left: 90px !important;
}

.cosPl100 {
  padding-left: 100px !important;
}

.cosPl110 {
  padding-left: 110px !important;
}

.cosPl120 {
  padding-left: 120px !important;
}

.cosPl130 {
  padding-left: 130px !important;
}

.cosPl140 {
  padding-left: 140px !important;
}

.cosPl150 {
  padding-left: 150px !important;
}

.cosPl160 {
  padding-left: 160px !important;
}

.cosPl170 {
  padding-left: 170px !important;
}

.cosPl180 {
  padding-left: 180px !important;
}

.cosPl190 {
  padding-left: 190px !important;
}

.cosPl200 {
  padding-left: 200px !important;
}

.cosPl210 {
  padding-left: 210px !important;
}

.cosPl220 {
  padding-left: 220px !important;
}

.cosPl230 {
  padding-left: 230px !important;
}

.cosPl240 {
  padding-left: 240px !important;
}

.cosPl250 {
  padding-left: 250px !important;
}

.cosPl260 {
  padding-left: 260px !important;
}

.cosPl270 {
  padding-left: 270px !important;
}

.cosPl280 {
  padding-left: 280px !important;
}

.cosPl290 {
  padding-left: 290px !important;
}

.cosPl300 {
  padding-left: 300px !important;
}

.cosPt0 {
  padding-top: 0px !important;
}

.cosPt5 {
  padding-top: 5px !important;
}

.cosPt10 {
  padding-top: 10px !important;
}

.cosPt20 {
  padding-top: 20px !important;
}

.cosPt30 {
  padding-top: 30px !important;
}

.cosPt40 {
  padding-top: 40px !important;
}

.cosPt50 {
  padding-top: 50px !important;
}

.cosPt60 {
  padding-top: 60px !important;
}

.cosPt70 {
  padding-top: 70px !important;
}

.cosPt80 {
  padding-top: 80px !important;
}

.cosPt90 {
  padding-top: 90px !important;
}

.cosPt100 {
  padding-top: 100px !important;
}

.cosPt110 {
  padding-top: 110px !important;
}

.cosPt120 {
  padding-top: 120px !important;
}

.cosPt130 {
  padding-top: 130px !important;
}

.cosPt140 {
  padding-top: 140px !important;
}

.cosPt150 {
  padding-top: 150px !important;
}

.cosPt160 {
  padding-top: 160px !important;
}

.cosPt170 {
  padding-top: 170px !important;
}

.cosPt180 {
  padding-top: 180px !important;
}

.cosPt190 {
  padding-top: 190px !important;
}

.cosPt200 {
  padding-top: 200px !important;
}

.cosPt210 {
  padding-top: 210px !important;
}

.cosPt220 {
  padding-top: 220px !important;
}

.cosPt230 {
  padding-top: 230px !important;
}

.cosPt240 {
  padding-top: 240px !important;
}

.cosPt250 {
  padding-top: 250px !important;
}

.cosPt260 {
  padding-top: 260px !important;
}

.cosPt270 {
  padding-top: 270px !important;
}

.cosPt280 {
  padding-top: 280px !important;
}

.cosPt290 {
  padding-top: 290px !important;
}

.cosPt300 {
  padding-top: 300px !important;
}

.cosPr0 {
  padding-right: 0px !important;
}

.cosPr5 {
  padding-right: 5px !important;
}

.cosPr10 {
  padding-right: 10px !important;
}

.cosPr20 {
  padding-right: 20px !important;
}

.cosPr30 {
  padding-right: 30px !important;
}

.cosPr40 {
  padding-right: 40px !important;
}

.cosPr50 {
  padding-right: 50px !important;
}

.cosPr60 {
  padding-right: 60px !important;
}

.cosPr70 {
  padding-right: 70px !important;
}

.cosPr80 {
  padding-right: 80px !important;
}

.cosPr90 {
  padding-right: 90px !important;
}

.cosPr100 {
  padding-right: 100px !important;
}

.cosPr110 {
  padding-right: 110px !important;
}

.cosPr120 {
  padding-right: 120px !important;
}

.cosPr130 {
  padding-right: 130px !important;
}

.cosPr140 {
  padding-right: 140px !important;
}

.cosPr150 {
  padding-right: 150px !important;
}

.cosPr160 {
  padding-right: 160px !important;
}

.cosPr170 {
  padding-right: 170px !important;
}

.cosPr180 {
  padding-right: 180px !important;
}

.cosPr190 {
  padding-right: 190px !important;
}

.cosPr200 {
  padding-right: 200px !important;
}

.cosPr210 {
  padding-right: 210px !important;
}

.cosPr220 {
  padding-right: 220px !important;
}

.cosPr230 {
  padding-right: 230px !important;
}

.cosPr240 {
  padding-right: 240px !important;
}

.cosPr250 {
  padding-right: 250px !important;
}

.cosPr260 {
  padding-right: 260px !important;
}

.cosPr270 {
  padding-right: 270px !important;
}

.cosPr280 {
  padding-right: 280px !important;
}

.cosPr290 {
  padding-right: 290px !important;
}

.cosPr300 {
  padding-right: 300px !important;
}

.cosPb0 {
  padding-bottom: 0px !important;
}

.cosPb5 {
  padding-bottom: 5px !important;
}

.cosPb10 {
  padding-bottom: 10px !important;
}

.cosPb20 {
  padding-bottom: 20px !important;
}

.cosPb30 {
  padding-bottom: 30px !important;
}

.cosPb40 {
  padding-bottom: 40px !important;
}

.cosPb50 {
  padding-bottom: 50px !important;
}

.cosPb60 {
  padding-bottom: 60px !important;
}

.cosPb70 {
  padding-bottom: 70px !important;
}

.cosPb80 {
  padding-bottom: 80px !important;
}

.cosPb90 {
  padding-bottom: 90px !important;
}

.cosPb100 {
  padding-bottom: 100px !important;
}

.cosPb110 {
  padding-bottom: 110px !important;
}

.cosPb120 {
  padding-bottom: 120px !important;
}

.cosPb130 {
  padding-bottom: 130px !important;
}

.cosPb140 {
  padding-bottom: 140px !important;
}

.cosPb150 {
  padding-bottom: 150px !important;
}

.cosPb160 {
  padding-bottom: 160px !important;
}

.cosPb170 {
  padding-bottom: 170px !important;
}

.cosPb180 {
  padding-bottom: 180px !important;
}

.cosPb190 {
  padding-bottom: 190px !important;
}

.cosPb200 {
  padding-bottom: 200px !important;
}

.cosPb210 {
  padding-bottom: 210px !important;
}

.cosPb220 {
  padding-bottom: 220px !important;
}

.cosPb230 {
  padding-bottom: 230px !important;
}

.cosPb240 {
  padding-bottom: 240px !important;
}

.cosPb250 {
  padding-bottom: 250px !important;
}

.cosPb260 {
  padding-bottom: 260px !important;
}

.cosPb270 {
  padding-bottom: 270px !important;
}

.cosPb280 {
  padding-bottom: 280px !important;
}

.cosPb290 {
  padding-bottom: 290px !important;
}

.cosPb300 {
  padding-bottom: 300px !important;
}

@media only screen and (max-width: 768px) {
  .cosRMl0 {
    margin-left: 0px !important;
  }
  .cosRMl5 {
    margin-left: 5px !important;
  }
  .cosRMl10 {
    margin-left: 10px !important;
  }
  .cosRMl20 {
    margin-left: 20px !important;
  }
  .cosRMl30 {
    margin-left: 30px !important;
  }
  .cosRMl40 {
    margin-left: 40px !important;
  }
  .cosRMl50 {
    margin-left: 50px !important;
  }
  .cosRMl60 {
    margin-left: 60px !important;
  }
  .cosRMl70 {
    margin-left: 70px !important;
  }
  .cosRMl80 {
    margin-left: 80px !important;
  }
  .cosRMl90 {
    margin-left: 90px !important;
  }
  .cosRMl100 {
    margin-left: 100px !important;
  }
  .cosRMl110 {
    margin-left: 110px !important;
  }
  .cosRMl120 {
    margin-left: 120px !important;
  }
  .cosRMl130 {
    margin-left: 130px !important;
  }
  .cosRMl140 {
    margin-left: 140px !important;
  }
  .cosRMl150 {
    margin-left: 150px !important;
  }
  .cosRMl160 {
    margin-left: 160px !important;
  }
  .cosRMl170 {
    margin-left: 170px !important;
  }
  .cosRMl180 {
    margin-left: 180px !important;
  }
  .cosRMl190 {
    margin-left: 190px !important;
  }
  .cosRMl200 {
    margin-left: 200px !important;
  }
  .cosRMl210 {
    margin-left: 210px !important;
  }
  .cosRMl220 {
    margin-left: 220px !important;
  }
  .cosRMl230 {
    margin-left: 230px !important;
  }
  .cosRMl240 {
    margin-left: 240px !important;
  }
  .cosRMl250 {
    margin-left: 250px !important;
  }
  .cosRMl260 {
    margin-left: 260px !important;
  }
  .cosRMl270 {
    margin-left: 270px !important;
  }
  .cosRMl280 {
    margin-left: 280px !important;
  }
  .cosRMl290 {
    margin-left: 290px !important;
  }
  .cosRMl300 {
    margin-left: 300px !important;
  }
  .cosRMt0 {
    margin-top: 0px !important;
  }
  .cosRMt5 {
    margin-top: 5px !important;
  }
  .cosRMt10 {
    margin-top: 10px !important;
  }
  .cosRMt15 {
    margin-top: 15px !important;
  }
  .cosRMt20 {
    margin-top: 20px !important;
  }
  .cosRMt30 {
    margin-top: 30px !important;
  }
  .cosRMt40 {
    margin-top: 40px !important;
  }
  .cosRMt50 {
    margin-top: 50px !important;
  }
  .cosRMt60 {
    margin-top: 60px !important;
  }
  .cosRMt70 {
    margin-top: 70px !important;
  }
  .cosRMt80 {
    margin-top: 80px !important;
  }
  .cosRMt90 {
    margin-top: 90px !important;
  }
  .cosRMt100 {
    margin-top: 100px !important;
  }
  .cosRMt110 {
    margin-top: 110px !important;
  }
  .cosRMt120 {
    margin-top: 120px !important;
  }
  .cosRMt130 {
    margin-top: 130px !important;
  }
  .cosRMt140 {
    margin-top: 140px !important;
  }
  .cosRMt150 {
    margin-top: 150px !important;
  }
  .cosRMt160 {
    margin-top: 160px !important;
  }
  .cosRMt170 {
    margin-top: 170px !important;
  }
  .cosRMt180 {
    margin-top: 180px !important;
  }
  .cosRMt190 {
    margin-top: 190px !important;
  }
  .cosRMt200 {
    margin-top: 200px !important;
  }
  .cosRMt210 {
    margin-top: 210px !important;
  }
  .cosRMt220 {
    margin-top: 220px !important;
  }
  .cosRMt230 {
    margin-top: 230px !important;
  }
  .cosRMt240 {
    margin-top: 240px !important;
  }
  .cosRMt250 {
    margin-top: 250px !important;
  }
  .cosRMt260 {
    margin-top: 260px !important;
  }
  .cosRMt270 {
    margin-top: 270px !important;
  }
  .cosRMt280 {
    margin-top: 280px !important;
  }
  .cosRMt290 {
    margin-top: 290px !important;
  }
  .cosRMt300 {
    margin-top: 300px !important;
  }
  .cosRMr0 {
    margin-right: 0px !important;
  }
  .cosRMr5 {
    margin-right: 5px !important;
  }
  .cosRMr10 {
    margin-right: 10px !important;
  }
  .cosRMr20 {
    margin-right: 20px !important;
  }
  .cosRMr30 {
    margin-right: 30px !important;
  }
  .cosRMr40 {
    margin-right: 40px !important;
  }
  .cosRMr50 {
    margin-right: 50px !important;
  }
  .cosRMr60 {
    margin-right: 60px !important;
  }
  .cosRMr70 {
    margin-right: 70px !important;
  }
  .cosRMr80 {
    margin-right: 80px !important;
  }
  .cosRMr90 {
    margin-right: 90px !important;
  }
  .cosRMr100 {
    margin-right: 100px !important;
  }
  .cosRMr110 {
    margin-right: 110px !important;
  }
  .cosRMr120 {
    margin-right: 120px !important;
  }
  .cosRMr130 {
    margin-right: 130px !important;
  }
  .cosRMr140 {
    margin-right: 140px !important;
  }
  .cosRMr150 {
    margin-right: 150px !important;
  }
  .cosRMr160 {
    margin-right: 160px !important;
  }
  .cosRMr170 {
    margin-right: 170px !important;
  }
  .cosRMr180 {
    margin-right: 180px !important;
  }
  .cosRMr190 {
    margin-right: 190px !important;
  }
  .cosRMr200 {
    margin-right: 200px !important;
  }
  .cosRMr210 {
    margin-right: 210px !important;
  }
  .cosRMr220 {
    margin-right: 220px !important;
  }
  .cosRMr230 {
    margin-right: 230px !important;
  }
  .cosRMr240 {
    margin-right: 240px !important;
  }
  .cosRMr250 {
    margin-right: 250px !important;
  }
  .cosRMr260 {
    margin-right: 260px !important;
  }
  .cosRMr270 {
    margin-right: 270px !important;
  }
  .cosRMr280 {
    margin-right: 280px !important;
  }
  .cosRMr290 {
    margin-right: 290px !important;
  }
  .cosRMr300 {
    margin-right: 300px !important;
  }
  .cosRMb0 {
    margin-bottom: 0px !important;
  }
  .cosRMb5 {
    margin-bottom: 5px !important;
  }
  .cosRMb10 {
    margin-bottom: 10px !important;
  }
  .cosRMb15 {
    margin-bottom: 15px !important;
  }
  .cosRMb20 {
    margin-bottom: 20px !important;
  }
  .cosRMb30 {
    margin-bottom: 30px !important;
  }
  .cosRMb40 {
    margin-bottom: 40px !important;
  }
  .cosRMb50 {
    margin-bottom: 50px !important;
  }
  .cosRMb60 {
    margin-bottom: 60px !important;
  }
  .cosRMb70 {
    margin-bottom: 70px !important;
  }
  .cosRMb80 {
    margin-bottom: 80px !important;
  }
  .cosRMb90 {
    margin-bottom: 90px !important;
  }
  .cosRMb100 {
    margin-bottom: 100px !important;
  }
  .cosRMb110 {
    margin-bottom: 110px !important;
  }
  .cosRMb120 {
    margin-bottom: 120px !important;
  }
  .cosRMb130 {
    margin-bottom: 130px !important;
  }
  .cosRMb140 {
    margin-bottom: 140px !important;
  }
  .cosRMb150 {
    margin-bottom: 150px !important;
  }
  .cosRMb160 {
    margin-bottom: 160px !important;
  }
  .cosRMb170 {
    margin-bottom: 170px !important;
  }
  .cosRMb180 {
    margin-bottom: 180px !important;
  }
  .cosRMb190 {
    margin-bottom: 190px !important;
  }
  .cosRMb200 {
    margin-bottom: 200px !important;
  }
  .cosRMb210 {
    margin-bottom: 210px !important;
  }
  .cosRMb220 {
    margin-bottom: 220px !important;
  }
  .cosRMb230 {
    margin-bottom: 230px !important;
  }
  .cosRMb240 {
    margin-bottom: 240px !important;
  }
  .cosRMb250 {
    margin-bottom: 250px !important;
  }
  .cosRMb260 {
    margin-bottom: 260px !important;
  }
  .cosRMb270 {
    margin-bottom: 270px !important;
  }
  .cosRMb280 {
    margin-bottom: 280px !important;
  }
  .cosRMb290 {
    margin-bottom: 290px !important;
  }
  .cosRMb300 {
    margin-bottom: 300px !important;
  }
  .cosRPl0 {
    padding-left: 0px !important;
  }
  .cosRPl5 {
    padding-left: 5px !important;
  }
  .cosRPl10 {
    padding-left: 10px !important;
  }
  .cosRPl20 {
    padding-left: 20px !important;
  }
  .cosRPl30 {
    padding-left: 30px !important;
  }
  .cosRPl40 {
    padding-left: 40px !important;
  }
  .cosRPl50 {
    padding-left: 50px !important;
  }
  .cosRPl60 {
    padding-left: 60px !important;
  }
  .cosRPl70 {
    padding-left: 70px !important;
  }
  .cosRPl80 {
    padding-left: 80px !important;
  }
  .cosRPl90 {
    padding-left: 90px !important;
  }
  .cosRPl100 {
    padding-left: 100px !important;
  }
  .cosRPl110 {
    padding-left: 110px !important;
  }
  .cosRPl120 {
    padding-left: 120px !important;
  }
  .cosRPl130 {
    padding-left: 130px !important;
  }
  .cosRPl140 {
    padding-left: 140px !important;
  }
  .cosRPl150 {
    padding-left: 150px !important;
  }
  .cosRPl160 {
    padding-left: 160px !important;
  }
  .cosRPl170 {
    padding-left: 170px !important;
  }
  .cosRPl180 {
    padding-left: 180px !important;
  }
  .cosRPl190 {
    padding-left: 190px !important;
  }
  .cosRPl200 {
    padding-left: 200px !important;
  }
  .cosRPl210 {
    padding-left: 210px !important;
  }
  .cosRPl220 {
    padding-left: 220px !important;
  }
  .cosRPl230 {
    padding-left: 230px !important;
  }
  .cosRPl240 {
    padding-left: 240px !important;
  }
  .cosRPl250 {
    padding-left: 250px !important;
  }
  .cosRPl260 {
    padding-left: 260px !important;
  }
  .cosRPl270 {
    padding-left: 270px !important;
  }
  .cosRPl280 {
    padding-left: 280px !important;
  }
  .cosRPl290 {
    padding-left: 290px !important;
  }
  .cosRPl300 {
    padding-left: 300px !important;
  }
  .cosRPt0 {
    padding-top: 0px !important;
  }
  .cosRPt5 {
    padding-top: 5px !important;
  }
  .cosRPt10 {
    padding-top: 10px !important;
  }
  .cosRPt20 {
    padding-top: 20px !important;
  }
  .cosRPt30 {
    padding-top: 30px !important;
  }
  .cosRPt40 {
    padding-top: 40px !important;
  }
  .cosRPt50 {
    padding-top: 50px !important;
  }
  .cosRPt60 {
    padding-top: 60px !important;
  }
  .cosRPt70 {
    padding-top: 70px !important;
  }
  .cosRPt80 {
    padding-top: 80px !important;
  }
  .cosRPt90 {
    padding-top: 90px !important;
  }
  .cosRPt100 {
    padding-top: 100px !important;
  }
  .cosRPt110 {
    padding-top: 110px !important;
  }
  .cosRPt120 {
    padding-top: 120px !important;
  }
  .cosRPt130 {
    padding-top: 130px !important;
  }
  .cosRPt140 {
    padding-top: 140px !important;
  }
  .cosRPt150 {
    padding-top: 150px !important;
  }
  .cosRPt160 {
    padding-top: 160px !important;
  }
  .cosRPt170 {
    padding-top: 170px !important;
  }
  .cosRPt180 {
    padding-top: 180px !important;
  }
  .cosRPt190 {
    padding-top: 190px !important;
  }
  .cosRPt200 {
    padding-top: 200px !important;
  }
  .cosRPt210 {
    padding-top: 210px !important;
  }
  .cosRPt220 {
    padding-top: 220px !important;
  }
  .cosRPt230 {
    padding-top: 230px !important;
  }
  .cosRPt240 {
    padding-top: 240px !important;
  }
  .cosRPt250 {
    padding-top: 250px !important;
  }
  .cosRPt260 {
    padding-top: 260px !important;
  }
  .cosRPt270 {
    padding-top: 270px !important;
  }
  .cosRPt280 {
    padding-top: 280px !important;
  }
  .cosRPt290 {
    padding-top: 290px !important;
  }
  .cosRPt300 {
    padding-top: 300px !important;
  }
  .cosRPr0 {
    padding-right: 0px !important;
  }
  .cosRPr5 {
    padding-right: 5px !important;
  }
  .cosRPr10 {
    padding-right: 10px !important;
  }
  .cosRPr20 {
    padding-right: 20px !important;
  }
  .cosRPr30 {
    padding-right: 30px !important;
  }
  .cosRPr40 {
    padding-right: 40px !important;
  }
  .cosRPr50 {
    padding-right: 50px !important;
  }
  .cosRPr60 {
    padding-right: 60px !important;
  }
  .cosRPr70 {
    padding-right: 70px !important;
  }
  .cosRPr80 {
    padding-right: 80px !important;
  }
  .cosRPr90 {
    padding-right: 90px !important;
  }
  .cosRPr100 {
    padding-right: 100px !important;
  }
  .cosRPr110 {
    padding-right: 110px !important;
  }
  .cosRPr120 {
    padding-right: 120px !important;
  }
  .cosRPr130 {
    padding-right: 130px !important;
  }
  .cosRPr140 {
    padding-right: 140px !important;
  }
  .cosRPr150 {
    padding-right: 150px !important;
  }
  .cosRPr160 {
    padding-right: 160px !important;
  }
  .cosRPr170 {
    padding-right: 170px !important;
  }
  .cosRPr180 {
    padding-right: 180px !important;
  }
  .cosRPr190 {
    padding-right: 190px !important;
  }
  .cosRPr200 {
    padding-right: 200px !important;
  }
  .cosRPr210 {
    padding-right: 210px !important;
  }
  .cosRPr220 {
    padding-right: 220px !important;
  }
  .cosRPr230 {
    padding-right: 230px !important;
  }
  .cosRPr240 {
    padding-right: 240px !important;
  }
  .cosRPr250 {
    padding-right: 250px !important;
  }
  .cosRPr260 {
    padding-right: 260px !important;
  }
  .cosRPr270 {
    padding-right: 270px !important;
  }
  .cosRPr280 {
    padding-right: 280px !important;
  }
  .cosRPr290 {
    padding-right: 290px !important;
  }
  .cosRPr300 {
    padding-right: 300px !important;
  }
  .cosRPb0 {
    padding-bottom: 0px !important;
  }
  .cosRPb5 {
    padding-bottom: 5px !important;
  }
  .cosRPb10 {
    padding-bottom: 10px !important;
  }
  .cosRPb20 {
    padding-bottom: 20px !important;
  }
  .cosRPb30 {
    padding-bottom: 30px !important;
  }
  .cosRPb40 {
    padding-bottom: 40px !important;
  }
  .cosRPb50 {
    padding-bottom: 50px !important;
  }
  .cosRPb60 {
    padding-bottom: 60px !important;
  }
  .cosRPb70 {
    padding-bottom: 70px !important;
  }
  .cosRPb80 {
    padding-bottom: 80px !important;
  }
  .cosRPb90 {
    padding-bottom: 90px !important;
  }
  .cosRPb100 {
    padding-bottom: 100px !important;
  }
  .cosRPb110 {
    padding-bottom: 110px !important;
  }
  .cosRPb120 {
    padding-bottom: 120px !important;
  }
  .cosRPb130 {
    padding-bottom: 130px !important;
  }
  .cosRPb140 {
    padding-bottom: 140px !important;
  }
  .cosRPb150 {
    padding-bottom: 150px !important;
  }
  .cosRPb160 {
    padding-bottom: 160px !important;
  }
  .cosRPb170 {
    padding-bottom: 170px !important;
  }
  .cosRPb180 {
    padding-bottom: 180px !important;
  }
  .cosRPb190 {
    padding-bottom: 190px !important;
  }
  .cosRPb200 {
    padding-bottom: 200px !important;
  }
  .cosRPb210 {
    padding-bottom: 210px !important;
  }
  .cosRPb220 {
    padding-bottom: 220px !important;
  }
  .cosRPb230 {
    padding-bottom: 230px !important;
  }
  .cosRPb240 {
    padding-bottom: 240px !important;
  }
  .cosRPb250 {
    padding-bottom: 250px !important;
  }
  .cosRPb260 {
    padding-bottom: 260px !important;
  }
  .cosRPb270 {
    padding-bottom: 270px !important;
  }
  .cosRPb280 {
    padding-bottom: 280px !important;
  }
  .cosRPb290 {
    padding-bottom: 290px !important;
  }
  .cosRPb300 {
    padding-bottom: 300px !important;
  }
}

/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important;
}

.cosTxtRight {
  text-align: right !important;
}

.cosTxtCenter {
  text-align: center !important;
}

.cosTxtLeft {
  text-align: left !important;
}

.cosTxt10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.cosTxt11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.cosTxt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.cosTxt13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.cosTxt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.cosTxt16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.cosTxt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.cosTxt20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1;
}

.cosGrid:before,
.cosGrid:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGrid:after {
  clear: both;
}

.cosGrid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box;
}

.cosGrid [class*="span"]:first-child {
  margin-left: 0;
}

.cosGrid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGrid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.cosGrid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGrid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGrid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGrid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGrid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGrid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGrid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGrid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGrid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGrid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGrid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGrid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGrid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGrid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGrid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGrid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGrid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGrid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGrid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGrid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGrid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGrid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGrid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGrid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGrid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGrid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGrid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGrid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGrid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGrid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGrid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGrid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGrid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGrid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*="offset"]:first-child {
    margin-left: 0;
  }
}

.cosGridXs {
  width: 100%;
  *zoom: 1;
}

.cosGridXs:before,
.cosGridXs:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGridXs:after {
  clear: both;
}

.cosGridXs [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box;
}

.cosGridXs [class*="span"]:first-child {
  margin-left: 0;
}

.cosGridXs .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGridXs .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.cosGridXs .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGridXs .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGridXs .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGridXs .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGridXs .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGridXs .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGridXs .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGridXs .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGridXs .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGridXs .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGridXs .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGridXs .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGridXs .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGridXs .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGridXs .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGridXs .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGridXs .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGridXs .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGridXs .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGridXs .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGridXs .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGridXs .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGridXs .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGridXs .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGridXs .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGridXs .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGridXs .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGridXs .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGridXs .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGridXs .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGridXs .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGridXs .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGridXs .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGridXs .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGridXs .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* etc
------------------------------------------------------------*/
.cosHide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  margin: 0;
}

.slick-list {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

@media only screen and (min-width: 979px) {
  .slick-list {
    width: 950px;
    margin: 0 auto;
    padding-left: 5px;
    padding-rigt: 5px;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

@media only screen and (min-width: 979px) {
  .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
  }
  .slick-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.slick-slide.slick-active:after {
  content: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/home/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15%;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -15%;
}

.slick-prev:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: 10%;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 15%;
  }
  .slick-prev:before {
    font-size: 6rem;
  }
}

.slick-next {
  right: -15%;
}

[dir="rtl"] .slick-next {
  left: -15%;
  right: auto;
}

.slick-next:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

@media only screen and (min-width: 1025px) {
  .slick-next {
    right: 10%;
  }
  [dir="rtl"] .slick-next {
    left: 15%;
    right: auto;
  }
  .slick-next:before {
    font-size: 6rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 14px;
  height: 14px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 979px) {
  .slick-dots li button {
    height: 25px;
    width: 25px;
  }
  .slick-dots li button:before {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

.slick-dots li.slick-active button:before {
  color: #21b7ae;
}

/*# sourceMappingURL=maps/common.css.map */
