@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Kuchikomi --------------------------------------------------------------- */

.kuchikomi_container {
}
.kuchikomi_title {
  margin: 3rem 0 1rem !important;
}
.kuchikomi_title + p {
  display: none;
}
.kuchikomi_item {
  background-color: #efefef;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.kuchikomi_item:last-of-type {
  margin-bottom: 60px;
}
.kuchikomi_item h4 {
  margin: 0 !important;
  border: inherit !important;
}
.kuchikomi_satisfaction h4 {
  font-size: 0.9em !important;
  color: #000 !important;
}
.kuchikomi_satisfaction h4,
.kuchikomi_satisfaction p {
  display: inline-block;
  padding: 0 !important;
  background-color: transparent !important;
}

.kuchikomi_info h4 {
  font-size: 0.8em !important;
  border-bottom: none !important;
}
.kuchikomi_info h4,
.kuchikomi_info p {
  display: inline-block;
  padding: 0 !important;
  background-color: transparent !important;
}
.kuchikomi_opinion h4 {
  padding: 4px 8px !important;
  margin-bottom: 8px !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 4px;
}
.kuchikomi_pros h4 {
  background-color: #ff6893 !important;
}
.kuchikomi_cons h4 {
  background-color: #036 !important;
}
.kuchikomi_user {
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem 1.2rem 1.2rem;
  margin-bottom: 1.5rem;
}
.kuchikomi_head,
.kuchikomi_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-align-items: center;
  align-items: center;
}

.kuchikomi_head {
  margin-bottom: 0.8rem;
}
.kuchikomi_name {
  display: inline-block;
  width: 60%;
  margin: 0 !important;

  color: #000 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: left !important;
  background-color: transparent !important;
}
.kuchikomi_name > span {
  font-size: 0.7em;
  font-weight: normal;
}
.kuchikomi_name::before,
.kuchikomi_name::after {
  display: none;
}

.kuchikomi_sex {
}
.kuchikomi_age {
}
.kuchikomi_satisfaction {
  width: 40%;
  vertical-align: middle;
}
.kuchikomi_satisfaction p {
  margin-bottom: 0 !important;
}
.kuchikomi_satisfaction p .fa-star,
.kuchikomi_satisfaction p .fa-star-o {
  color: #ffb400 !important;
  font-size: 24px !important;
  margin-right: 0.1em;
}

.kuchikomi_info p {
  margin-bottom: 0 !important;
}
.kuchikomi_parts {
  width: 52%;
  border-bottom: 1px solid #333;
}
.kuchikomi_price {
  width: 21%;
  border-bottom: 1px solid #333;
}
.kuchikomi_term {
  width: 21%;
  border-bottom: 1px solid #333;
}

.kuchikomi_opinion {
}
.kuchikomi_pros {
}
.kuchikomi_cons {
}
.kuchikomi_cons p {
  margin-bottom: 0 !important;
}

.kuchikomi_item + p,
.kuchikomi_item p:last-child,
.kuchikomi_opinion p:last-child,
.kuchikomi_pros p:last-child,
.kuchikomi_cons p:last-child,
.kuchikomi_satisfaction p:last-child,
.kuchikomi_user p:last-child,
.kuchikomi_info p:last-child {
  display: none;
}

@media only screen and (max-width: 599px) {
  .kuchikomi_head,
  .kuchikomi_info {
    display: block;
  }
  .kuchikomi_name,
  .kuchikomi_satisfaction,
  .kuchikomi_parts,
  .kuchikomi_price,
  .kuchikomi_term {
    width: 100%;
  }
  .kuchikomi_satisfaction {
    text-align: center;
    margin: 0.6rem 0 0.4rem;
  }
  .kuchikomi_parts,
  .kuchikomi_price,
  .kuchikomi_term {
    margin-bottom: 0.4rem;
  }
}

.kuchikomi_frame {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 0 24px;
  padding: 0;
}

.scroll {
  width: 100%;
  height: 100%;
  margin: 0;
  /*padding: 12px 8px;*/
  box-sizing: border-box;

  overflow: hidden;
  overflow-y: scroll;
}

.scroll p:first-child {
  display: none;
}

.scroll::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 99;

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
}

/* Map --------------------------------------------------------------- */

.prefs {
  width: 100%;
  padding-top: 1.5rem;
}
.prefs_wrapper {
  background-image: url('https://nurse-labo.com/wp-content/uploads/2018/07/map_light.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prefs_item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.prefs_item p {
  margin-bottom: 4px;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: bold;
  border-left: 6px solid rgb(38, 177, 249);
  line-height: 1em;
  font-size: 17px;
}
.prefs_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prefs_item ul li {
  display: inline-block;
  padding: 2px 6px 0;
  border-right: 1px solid #666;
  line-height: 1em;

  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.prefs_item ul li:last-of-type {
  border: none;
}
.prefs_item ul li a {
  text-decoration: none;
  color: #036;
}
.prefs_item ul li a:hover {
  color: #b22222;
}