@charset "UTF-8";
/*
Theme Name: E-Living Vancouevr 2025 
Description: WordPress Theme for E-Living Vancouver | 2025 Oct modified 
Version: 3.0
*/

.chatcamp-area {
padding: 40px 0;
background: #f4f4f4;
text-align: center;
}

.chatcamp-area img {
  max-width: 480px;
width: 90%;
}

.chatcamp-area-footer {
padding: 20px 0 20px;
text-align:center;
background: #424242;
}

.chatcamp-area-footer img {
  max-width: 450px;
width: 90%;
}

.blog-sec_home {
   padding: 40px 0;
background: #eee;
text-align: center;
}

.home-blog-area {

}

.blog-item {
    text-align: left;
    display: table;
}

.blog-item .t1,
.blog-item .t2 {
  display: table-cell;
  padding: 10px;
}

figure{
	object-fit: cover;
	width: 100px;
	height:100px;
}

.footer-blog-area {
  font-size: 12px;
}

.footer-blog-area a {
  color: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*@import "partials/test.scss";*/
html {
  margin: 0;
  padding: 0;
}

/* SVG
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.defs {
  display: none;
}

svg {
  width: 100%;
  height: auto;
}

.icon-warning {
  display: inline-block;
  height: 20px;
  width: 21px;
  vertical-align: text-bottom;
}

/* Font
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Helvetica, sans-serif;
  color: #2b3f43;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
    font-weight: normal;
  }

  h2 {
    font-size: 1.8rem;
    font-weight: normal;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: normal;
  }

  h4 {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
a {
  color: #12a5f4;
}

/*a:visited{ color: #1192cc; }*/
.section-header {
  text-align: center;
  margin-bottom: 30px;
}

p {
  margin-bottom: 25px;
}

.writing-contents {
  max-width: 700px;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.u-cf,
.clear {
  content: "";
  display: table;
  clear: both;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  /*position: relative;*/
  width: 100%;
  max-width: 1000px;
  /*コンテンツ最大幅*/
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* Timeline CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media (min-width: 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    width: 130px;
    float: left;
    margin-top: 20px;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #12a5f4;
    position: absolute;
    left: 126px;
    top: 24px;
    border-radius: 100%;
  }
}
/*
 * Boxer v3.3.0 - 2015-04-04
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://classic.formstone.it/boxer/
 *
 * Copyright 2015 Ben Plum; MIT Licensed
 */
.boxer-lock {
  overflow: hidden !important;
}

#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.boxer-open #boxer-overlay {
  opacity: 0.75;
}

#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}

#boxer * {
  transition: none;
}

#boxer,
#boxer * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  box-sizing: border-box;
}

#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

#boxer.inline {
  padding: 30px;
}

#boxer.animating {
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

#boxer.animating .boxer-container {
  transition: opacity 0.25s linear 0.25s;
}

.boxer-open #boxer {
  opacity: 1;
}

#boxer.loading .boxer-container {
  opacity: 0;
  transition: opacity 0.25s linear;
}

#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  transition: color 0.15s linear;
}

.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}

#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  transition: opacity 0.25s linear;
}

#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
  animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}

#boxer.loading .boxer-loading {
  opacity: 1;
}

@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}

#boxer .boxer-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}

#boxer .boxer-image {
  float: left;
}

#boxer .boxer-video {
  width: 100%;
  height: 100%;
}

#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

#boxer .boxer-meta {
  clear: both;
}

#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}

#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

#boxer .boxer-control.previous {
  left: 20px;
}

#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}

#boxer .boxer-control.next {
  right: 20px;
}

#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}

#boxer .boxer-control.disabled {
  opacity: 0;
}

.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}

.no-touch #boxer .boxer-control {
  opacity: 0;
}

.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer .boxer-meta {
  padding: 10px 0 0 0;
}

#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}

#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}

#boxer .boxer-caption.gallery p {
  padding-top: 0;
}

#boxer .boxer-error {
  width: 250px;
}

#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}

#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}

#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}

#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}

#boxer.mobile .boxer-container {
  background: #111111;
}

#boxer.mobile .boxer-content {
  background-color: #111111;
}

#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

#boxer.mobile .boxer-control.previous {
  left: 0;
}

#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}

#boxer.mobile .boxer-control.next {
  right: 0;
}

#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}

.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}

#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#boxer.mobile .boxer-image {
  transition: none !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#boxer.mobile.animated .boxer-image {
  transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}

#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*@media ( min-width : 768px ){}*/
/* Flexbox Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card{ width: 100%; }
/*IE11でflexの子要素の幅が認識されないため。max-widthで大きさは制御できる。
*/
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .flexbox {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-col-1 {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
            flex-grow: 1;
  }

  .flex-col-2 {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
            flex-grow: 2;
  }

  .flex-col-3 {
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
            flex-grow: 3;
  }

  .flex-col-4 {
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
            flex-grow: 4;
  }
}
.flex-nav {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_card {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.price .flex_card,
.unusual-price .flex-card {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.price .flex_card .card-content,
.unusual-price .flex_card .card-content {
  margin: 0 auto;
}

/* Header Area
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo img {
  margin-top: 15px;
  width: 100px;
  height: auto;
}

.contact-top {
  position: absolute;
  top:  12px;
  right: 85px;
}

#nav-button {
  position: absolute;
  top: 12px;
  right: 5px;
}

nav {
  background: rgba(240, 240, 240, 0.5);
}

nav > ul {
  text-align: center;
}

#nav {
  display: none;
}

.nav-item {
  padding: 10px 0;
  margin: 5px 0;
  font-weight: 600;
}

.nav-item a {
  text-decoration: none;
  color: #2b3f43;
}

.nav-item svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    fill: #888;
    vertical-align: sub;
  }

.topview img{
  width: 100%;
  height: auto;
}

.breadcrumbs{ font-size: 0.7rem; }

@media (min-width: 768px) {
  .logo img {
    width: 180px;
  }

  .contact-top {
    top: 30px;
    right: 10%;
  }

  #nav {
    display: block;
  }

  #nav-button {
    display: none;
  }

  nav {
    background: rgba(255, 255, 255, 0);
  }

  .nav-item {
    font-weight: 400;
  }

  .nav-item a:hover {
    color: #42bad1;
    transition: 0.2s;
  }

  .nav-item svg {
    display: block;
    margin: 0 auto;
  }

  .nav-item a:hover svg {
    fill: #42bad1;
    position: relative;
    top: -5px;
    transition: 0.2s;
  }

}
/* Footer Area
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-footer {
  text-align: center;
  color: #fff;
  padding: 70px 0;
}

.contact-footer .small-heading {
  font-size: 1.3rem;
}

.contact-footer .writing-contents {
  margin: 0 auto;
}

.contact-footer .button {
  margin-top: 20px;
}

.contact-footer {
  background: #555 url("images/contact_BG.jpg") no-repeat center center;
  background-size: cover;
}

footer {
  background: #323232;
  color: gainsboro;
  padding-top: 50px;
}

.footer-sitemap {
  text-align: left;
}

.sitemap {
  margin-top: 10px;
}

.sitemap-item {
  margin-top: 5px;
}

.sitemap a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.8em;
}

.sitemap a:hover {
  text-decoration: underline;
}

.copy {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

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

.footer-about p {
  text-align: left;
}

.footer-icons{
  margin: 10px;
  text-align: center;
}
.footer-icon svg{
  width: 30px;
  height: 30px;
  margin: 0 10px;
  fill: #ddd;
}
@media (min-width: 768px) {
  .footer-logo img {
    width: 150px;
  }

  .footer-about {
    margin-right: 20px;
  }

  .footer-blog {
    margin-left: 20px;
  }

  .footer-sitemap {
    margin-top: 10px;
  }

  .sitemap-item {
    margin-top: 0;
  }

  .footer-icon a:hover svg{
    fill: #42bad1;
  }
}
/* Section & Title Space
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.writing-contents {
  max-width: 700px;
}

.title .writing-contents {
  margin: 0 auto;
}

/* Button Design
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination .next-post　a,
.pagination .previous-post　a,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 38px;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #42bad1;
  /*#1192cc;*/
  border-radius: 4px;
  border: 1px solid #42bad1;
  /*#1192cc;*/
  cursor: pointer;
  box-sizing: border-box;
}

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

@media (min-width: 768px) {
  .pagination .next-post　a,
  .pagination .previous-post　a,
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    padding: 0 30px;
    color: #42bad1;
    /*#1192cc;*/
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #42bad1;
    /*#1192cc;*/
  }

  .active-button {
    color: #fff;
    background-color: #42bad1;
    border: 1px solid #42bad1;
  }

  .pagination .next-post　a:hover,
  .pagination .previous-post　a:hover,
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .pagination .next-post　a:focus,
  .pagination .previous-post　a:focus,
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #fff;
    background-color: #42bad1;
    /*#1192cc;*/
    outline: 0;
  }
}
/* Card Design
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
  margin: 30px auto;
  /*max-width: 350px;*/
  max-width: 290px;
  background: #eee;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}

.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.card .post-meta{
  text-align: center;
}

.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

.card-link {
  text-align: center;
  border-top: 1px solid #bbb;
  padding: 20px;
}

.card-link a {
  text-decoration: none;
  margin: 0 10px;
}

/*
?????????????????*/
.price .card-content,
.unusual-price .card-content {
  text-align: center;
}

/*ブログ用カードレイアウト*/
.blog-card {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  max-width: 300px;
}

.blog-card .card-title {
  font-size: 1rem;
  margin-bottom: 0;
}

.blog-card .card-content {
  /*padding-bottom: 0;*/
}

.card-content .room-condition-list {
  text-align: left;
}

/*newラベル*/
.ribbon_box {    
    display: block;
    position: relative;
/*     margin: 15px auto; */
/*     padding: 10px 0;  */
    width: 300px;
    background: #f1f1f1;
    box-sizing: border-box;
  }

.new-txt {    
    display: inline-block;
    position: absolute;
    top: 0;
    right: 14px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 10px;
	font-weight:bold;
    color: white;
    background: #ff785b;
}

.new-txt:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #ff785b;
    border-right: 20px solid #ff785b;
    border-bottom: 10px solid transparent;
}

/*フッターのブログレイアウト*/
.footer-blog .card {
  box-shadow: 0 0;
}



@media (min-width: 768px) {
  #livedoorBlog_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-blog .card{
    max-width: 130px;
  }

  .footer-blog .card .card-content{
    padding: 10px;
    margin: 10px;
  }
  .footer-blog .card .card-title-footer{
  font-size: 0.8rem; }

}
/* Index page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.package-space{ margin-top: 30px; }

.package-ad{
  text-align: center;
}
.package-ad img{
  width: 100%;
  max-width: 768px;
  border-radius: 15px;
  border: 1px solid #ebd272;
  box-sizing: border-box;
}

a:hover .package-ad img{
  border: 3px dotted #ebd272;
  box-sizing: border-box; }

.about-sec_home,
.room-sec_home,
.school-sec_home,
.support-sec_home {
  text-align: center;
}

/*.about-sec_home .writing-contents,*/
.room-sec_home .writing-contents,
.school-sec_home .writing-contents,
.support-sec_home .writing-contents {
  margin: 0 auto;
  text-align: left;
}

/*pだけ左揃えに戻す*/
.about-sec_home .button,
.room-sec_home .button,
.school-sec_home .button,
.support-sec_home .button {
  margin-top: 8px;
}

.room-sec_home .writing_warning,
.school-sec_home .writing_warning {
  margin-top: 20px;
  color: #D00083;
}

/*.about-sec_home{
	background: #fff url('../images/home_ok.jpg') no-repeat left top;
}*/
.room-sec_home {
  background: #ccc url("images/room_BG.png") repeat;
}

.support-sec_home {
  background: #42bad1;
  color: #eee;
}

.support-sec_home a {
  color: #EFEFEF;
}

.blog-sec_home {
/*   display: none; */
}


.top-writing{ display: none; }

.room-card-toppage:nth-child(4),
.room-card-toppage:nth-child(5),
.room-card-toppage:nth-child(6),
.school-card-toppage:nth-child(4),
.school-card-toppage:nth-child(5),
.school-card-toppage:nth-child(6) {
	display:none;
}

@media (min-width: 768px) {
	.room-card-toppage:nth-child(4),
	.room-card-toppage:nth-child(5),
	.room-card-toppage:nth-child(6),
	.school-card-toppage:nth-child(4),
	.school-card-toppage:nth-child(5),
	.school-card-toppage:nth-child(6) {
		display:block;
	}
	
}


@media (min-width: 768px) {
  /*デスクトップ用ホームデザイン*/
  .top{ text-align: left; }/*ロゴを左に*/
  .topview, .wave {
    display: block;
  }

  /*.top-writing{ display: block; }*/

  /*about buttonを右寄りにする*/
/*  .about-sec_home {
    text-align: right;
  }*/

  .about-sec_home .button {
    margin: 10px 30px;
  }

  .blog-sec_home {
    display: block;
  }

/*  .blog-sec_home {
    margin-top: 50px;
  }*/

  .blog-sec_home .sub-section-header {
    text-align: left;
    font-size: 1.3rem;
  }
}
/* About (reasons)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-header_about {
  font-size: 1.8rem;
  color: #42bad1;
}

.testimonial_about {
  background: #ccc url("images/room_BG.png") repeat;
}

.testimonial {
  margin: 30px 0;
}

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

.testimonial-photo {
  border-radius: 50%;
  width: 50%;
}

.testimonial-name {
  font-size: 1.2rem;
}

.testimonial .comment {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 15px;
}

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

.mobile-img_about{
  width: 100%;
  height: 100%;
  display: block;
}
/*
.money_about {
  padding-top: 180px;
  background: #fff url("images/money_mBG2.jpg") no-repeat center top;
  background-size: contain;
}

.time_about {
  padding-top: 180px;
  background: #fff url("images/time_mBG.jpg") no-repeat center top;
  background-size: contain;
}

.trouble_about {
  padding-top: 180px;
  background: #fff url("images/trouble_mBG2.jpg") no-repeat center top;
  background-size: contain;
}
*/

@media (min-width: 768px) {
  .money_about .section-header_about,
  .money_about .writing-contents_about,
  .trouble_about .section-header_about,
  .trouble_about .writing-contents_about {
    margin-left: 50%;
  }

  .writing-contents_about {
    max-width: 500px;
  }

  .mobile-img_about{
    display: none;
  }
  .money_about {
    padding-top: 50px;
    background: #fff url("images/money_BG.jpg") no-repeat left center;
    background-size: auto;
  }

  .time_about {
    padding-top: 50px;
    background: #fff url("images/time_BG.jpg") no-repeat right center;
    background-size: auto;
  }

  .trouble_about {
    padding-top: 50px;
    background: #fff url("images/trouble_BG.jpg") no-repeat left center;
    background-size: auto;
  }

  .testimonial-photo {
    width: 80%;
  }
}
/* Schools & Rooms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.school-list .writing-contents,
.room-list .writing-contents {
  margin: 0 auto;
}

/*School*/
#school-logo {
  text-align: center;
}

#school-logo img {
  height: auto;
  width: 200px;
}

@media (min-width: 768px) {
  #school-logo img {
    width: 300px;
  }

  .room-content .flex-col-3,
  .school-content .flex-col-3 {
    margin-right: 50px;
  }
}
.article-header {
  color: #42bad1;
}

.pagination{
  text-align: center;
  margin: 20px 0;
}
.pagination .archive{
  margin: 0 10px;
}


.room-content {
  margin: 30px 0;
}

.article-header {
  text-align: left;
}

#room-photo img {
  width: 100%;
  border-radius: 5px;
}

.school-condition,
.room-condition {
  padding: 30px;
  background: #eee;
  border-radius: 5px;
}

.school-condition-list {
  list-style: disc;
}

.room-condition-list {
  margin: 30px 0;
}

.school-condition-item,
.room-condition-item {
  margin: 7px 0 7px 20px;
}

.school-photo-list,
.room-photo-list {
  margin: 0 1%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.school-photo-list .school-photo-item img,
.room-photo-list .room-photo-item img{
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .school-photo-list .school-photo-item,
  .room-photo-list .room-photo-item{
    width: 100px;
    height: 100px;
    margin: 0;
  }

  .school-photo-list .school-photo-item img,
  .room-photo-list .room-photo-item img{
    width: 100px;
    height: 100px;
  }
}

.room-condition-detail {
  margin: 30px 0;
}

.room-condition-detail .room-condition-list {
  background: #eee;
  border-radius: 5px;
  padding: 30px;
}

.article-header {
  font-size: 1.5em;
  /*color: #00D060;*/
}

.form-warning{ margin-top: 20px; }

@media (min-width: 768px) {
  .school-testimonial .testimonial-info{
    float: left;
    max-width: 200px;
    width: 30%; }
  .school-testimonial .testimonial-comment{
    width: 60%;
    float: right;
  }
}

/* Services & Price
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.plan-table {
  margin: 0 auto;
  border-radius: 15px;
}

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

/*TABLE*/
table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
}

th, td {
  padding: 15px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr:nth-child(even) > td,
tr:nth-child(even) > th {
  background-color: #efefef;
}

.package,
.package-price {
  color: #12a5f4;
}

.plan-price {
  font-size: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
}

.plan-price span {
  font-size: 1rem;
}

.price_service th {
  width: 60%;
}

.price_service td {
  width: 40%;
}

.service_service_desktop {
  display: none;
}

.service_service_mobile {
  display: block;
}

#detail-room,
#detail-school,
#detail-doukou,
#detail-kuukou {
  display: none;
}

@media (min-width: 767px) {
  /*モバイルレイアウト非表示*/
  .service_service_mobile {
    display: none;
  }

  .service_service_desktop {
    display: block;
  }

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

  .service-img {
    width: 80%;
    border-radius: 50%;
  }

  .service-description {
    margin-left: 20px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.6);
  }
}
/* Reservation　Payment
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.writing-contents {
  text-align: center;
  margin: 20px auto 0;
}

.important {
  padding-top: 30px;
  background: rgba(208, 0, 131, 0.22);
}

.important .section-header {
  margin: 30px 0;
}

.important ul {
  list-style: disc;
}

.room-booking {
  background: #eee;
}

.timeline-header {
  color: #12a5f4;
}

.writing_warning {
  color: #D00083;
}

/* Q&A
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.question-list {
  font-size: 0.9em;
  list-style: disc;
  margin: 40px;
}

.qna {
  width: 90%;
  margin: 20px auto 50px;
  border-radius: 5px;
  padding: 20px 10px;
}

.icon-question {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: sub;
  fill: #1192cc;
}

.q-content {
  max-width: 700px;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #eee;
}

.a-content {
  max-width: 700px;
  padding: 5px;
  border-radius: 5px;
  float: right;
  background: rgba(51, 195, 240, 0.27);
}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="submit"] {/*iPhone用ボタンデザインリセット*/
  -webkit-appearance: none;
}

.contact-form .flex-col-1,
.contact-form-textarea {
  padding: 20px;
}

.u-full-width,
.contact-form-item {
  width: 100%;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea{ height: 118px; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}



/*service page*/

 .service-nav > ul{
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: flex;
	text-align: center;
	margin: 0 auto;
}
.service-nav > ul > li{
	border-radius: 5px;
	font-size: 0.6rem;
	margin: 2px auto;
	padding: 5px 0;
	width: 45%;
	height: 65px;
	max-width: 150px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-nav > ul > li > a{
  color: inherit;
  text-decoration: none;
}

.service-nav > ul > li > a:hover{
  color: #42bad1;
}

.service-icon{
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  fill: #ccc;
}

.service-nav > ul > li:hover{
  border: 1px solid #42bad1;
  transition: 0.2s;
}
.service-nav > ul > li:hover .service-icon{
  fill: #42bad1;
  transition: 0.2s;
}

.service-div{
  border-radius: 10px;
  border: 1px solid #42bad1;
  margin: 20px auto;
  padding: 5px 5px;
}
.service-top{
  display: block;
  margin-bottom: 20px; }

.service-heading{
  border-bottom: 1px solid #bbb;
  /*margin: 20px 20px 0 10px;*/
}
.service-price{
  margin: 0px 0px;
}

.service-plans{
  margin-left: 5px;
}
.service-plan{
  margin: 20px 0;
}
.plan-name{
  font-size: 1.2rem;
  color: #42bad1;
  border-left: 5px solid #42bad1;
  padding-left: 10px;
  margin-bottom: 5px;
}
.service-caution, .package-link{
  color: #D00083;
}

.service_photo{
  width: 100%;
  height: auto;
  max-width: 100%;
  /*margin-left: 40px;*/
  border-radius: 5px;
  margin-top: 10px;
}

#service-nav-room svg{
  fill: #42bad1;
}
#service-nav-room{
  /* border: 1px solid #42bad1; */
}
/*  #service-school,
 #service-doukou,
 #service-airport{
  display: none;
 } */

.smaller{
  font-size: 0.8rem;
}

.plan-desc{
    list-style: circle;
    margin-left: 35px;
}

.package-three-reasons{ margin-bottom: 15px; }

@media (min-width: 768px) {
	.service-nav > ul{
		display: flex;
		max-width: 680px;
		justify-content: space-between; }

	.service-nav > ul > li{
		text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 0.8rem;
    cursor: pointer;
    margin: 0px 10px;
    padding: 5px 20px;
    width: 140px;
    height: auto;
    max-width: 140px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.service-icon{
	  width: 50px;
	  height: 50px;
	  display: block;
	  margin: 0 auto;
	  margin-bottom: 10px;
	  fill: #ccc;
	}

	.service-nav > ul > li:hover{
	  border: 1px solid #42bad1;
	  transition: 0.2s;
	}
	.service-nav > ul > li:hover .service-icon{
	  fill: #42bad1;
	  transition: 0.2s;
	}

	.service-div{
	  border-radius: 10px;
	  border: 1px solid #42bad1;
	  margin: 20px auto;
	  padding: 20px 50px;
	}
	.service-top{
	  display: flex;
	  margin-bottom: 20px; }

	.service-heading{
	  border-bottom: 1px solid #bbb;
	  margin: 20px 20px 0 10px;
	}
	.service-price{
	  margin: 0px 12px;
	}

	.service-plans{
	  margin-left: 40px;
	}
	.service-plan{
	  margin: 20px 0;
	}
	.plan-name{
	  font-size: 1.2rem;
	  color: #42bad1;
	  border-left: 5px solid #42bad1;
	  padding-left: 10px;
	  margin-bottom: 5px;
	}
	.service-caution, .package-link{
	  color: #D00083;
	}

	.service_photo{
	  width: 100%;
	  height: auto;
	  max-width: 400px;
	  margin-left: 40px;
	  border-radius: 5px;
	  margin-top: 0;
	}

	#service-nav-room svg{
	  fill: #42bad1;
	}
	#service-nav-room{
	  /* border: 1px solid #42bad1; */
	}
}

/*etc*/
.text-centering{
  text-align: center;
}

.school-testimonial .testimonial-name{
margin-top: 5px;
margin-bottom: 3px;
}
