/* map用 */
html, body { height: 100%; margin: 0; padding: 0; }
#map { height: 100%; }



/* iPhoneX 対応 */
body {
	background-color: black;
	padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}



/* segment bar */
.navigation-bar {
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: nowrap;
  overflow: hidden;
  word-spacing: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  line-height: normal;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  display: block;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  color: #1f1f21;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  width: 100%;
  white-space: nowrap;
  border-bottom: none;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: -webkit-linear-gradient(90deg, #bbb, #bbb 100%);
  background-image: -moz-linear-gradient(90deg, #bbb, #bbb 100%);
  background-image: -o-linear-gradient(90deg, #bbb, #bbb 100%);
  background-image: linear-gradient(0deg, #bbb, #bbb 100%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navigation-bar {
    background-image: -webkit-linear-gradient(90deg, #bbb, #bbb 50%, transparent 50%);
    background-image: -moz-linear-gradient(90deg, #bbb, #bbb 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, #bbb, #bbb 50%, transparent 50%);
    background-image: linear-gradient(0deg, #bbb, #bbb 50%, transparent 50%);
  }
}
.navigation-bar__bg {
  background: #fff;
}
.navigation-bar__item,
.navigation-bar__left,
.navigation-bar__right,
.navigation-bar__center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  line-height: normal;
  height: 44px;
  overflow: visible;
  display: block;
  float: left;
}
.navigation-bar__left {
  max-width: 50%;
  width: 27%;
  text-align: left;
  line-height: 44px;
}
.navigation-bar__right {
  max-width: 50%;
  width: 27%;
  text-align: right;
  line-height: 44px;
}
.navigation-bar__center {
  width: 46%;
  text-align: center;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  color: #1f1f21;
}
.navigation-bar__title {
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  color: #1f1f21;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.navigation-bar__center:first-child:last-child {
  width: 100%;
}

.button-bar {
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0;
  border: none;
}
.button-bar__item {
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  display: table-cell;
  width: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  position: relative;
  overflow: hidden;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.button-bar__item > input {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0;
  border: 0;
  opacity: 0.001;
  z-index: 1;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
}
.button-bar__item:first-child > .button-bar__button {
  border-left: 1px solid rgba(255, 136, 0, 0.87);
  border-right: 1px solid rgba(255, 136, 0, 0.87);
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button-bar__item:last-child > .button-bar__button {
  border-right: 1px solid rgba(255, 136, 0, 0.87);
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button-bar__button {
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: transparent;
  color: rgba(255, 136, 0, 0.87);
  border: 0px solid rgba(255, 136, 0, 0.87);
  border-top: 1px solid rgba(255, 136, 0, 0.87);
  border-bottom: 1px solid rgba(255, 136, 0, 0.87);
  border-right: 1px solid rgba(255, 136, 0, 0.87);
  font-weight: 400;
  padding: 0 8px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  width: 100%;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-bar__button:active,
:active + .button-bar__button {
  background-color: rgba(255, 136, 0, 0.87);
  border: 0px solid rgba(255, 136, 0, 0.87);
  border-top: 1px solid rgba(255, 136, 0, 0.87);
  border-bottom: 1px solid rgba(255, 136, 0, 0.87);
  border-right: 1px solid rgba(255, 136, 0, 0.87);
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.button-bar__item.active > .button-bar__button,
:checked + .button-bar__button {
  background-color: rgba(255, 136, 0, 0.87);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.button-bar__button:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.button-bar__button:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.button-bar__button:focus {
  outline: 0;
}



/* Tabbar */







/* HOME List */
.item {
      padding: 10px;
      line-height: 1;
    }
    .list-thum {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .item-thum {
      background-color: #ccc;
      width: 50px;
      height: 50px;
      border-radius: 4px;
  		background-repeat: no-repeat;
  		background-size: cover;
  	}
    .item-title {
      font-size: 15px;
      font-weight: bold;
    }
    .item-sexarea {
      font-size: 14px;
      color: #666;
      line-height: 0;
      margin: 12px 0 0 0;
      padding: 0 0 0 0;
    }
    .item-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.3;
      margin: 4px 0 0 0;
      padding: 5px 5px 5px 5px;
    }
    .item-desc2 {
      font-size: 15px;
      font-weight: bold;
      color: #333;
      line-height: 1.3;
      margin: 4px 0 0 0;
      padding: 10px 5px 5px 5px;
    }
    .item-label {
      font-size: 12px;
      color: #999;
			float: right;
}




/* detail card */
.card {
  background-color: white;
  color: white;
  height: 350px;
}

.card-toolbar ons-back-button span {
  color: white;
}

.card-name {
  font-weight: 600;
  font-size: 20px;
  padding: 66px 0 8px 0;
  text-align: center;
}

.card-desc {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
  text-align: center;
  line-height: 1.4;
}

.profile-card {
  width: 100%;
  text-align: center;
  color: white;
  height: 200px;
  padding-top: 140px;
  line-height: 1.4;
  background-image: url("../img/noimage.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

.profile-image {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 80px;
  display: block;
  text-align: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: white;
  border: 0px solid white;
  box-shadow:rgba(0, 0, 0.5, 0.5) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(0, 0, 0.5, 0.5) 0px 0px 2px 0px;
}

.profile-image2 {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 60px;
  display: block;
  text-align: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: white;
  border: 0px solid white;
  box-shadow:rgba(0, 0, 0.5, 0.5) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(0, 0, 0.5, 0.5) 0px 0px 2px 0px;
}

.profile-name {
    text-align: left;
  margin: 55px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
}

.profile-id {
  margin: 0 0 5px 0;
  font-size: 14px;
  opacity: 1;
}

.profile-desc {
 background-color: #666666;
  font-size: 15px;
  opacity: 0.8;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#messagefooter {
    background-color: #ffffff;
    color: #999999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
}

#messagefooter2 {
    background-color: #000000a0;
    color: #999999;
    position: fixed;
    padding: 4px;
    bottom: 0;
    width: 100%;
    height: 70px;
}

/* 吹き出し用 */
            * {
                box-sizing: border-box;
            }
 
            .wrapper {
                padding: 0px;
                position: relative;
            } 
 
            .box {
                position: relative;
                background: #ffffff;
                color: #333333;
                margin-left: 0px;
                border-radius: 8px;
            }
 
            .box:after {
                content: '';
                position: absolute;
                border-top: 10px solid #ffffff;
                border-right: 5px solid transparent;
                border-left: 10px solid transparent;
                bottom: 60%;
                left: -8px;
            }

            .box2 {
                position: relative;
                background: #dddddd;
                color: #333333;
                margin-left: 0px;
                border-radius: 8px;
            }
 
            .box2:after {
                content: '';
                position: absolute;
                border-top: 10px solid #dddddd;
                border-right: 15px solid transparent;
                border-left: 2px solid transparent;
                bottom: 60%;
                left: 98%;
            }


            .box3 {
                position: relative;
                background: #ffffff;
                color: #333333;
                border-radius: 8px;
            }
 
            .box3:after {
                content: '';
                position: absolute;
                border-top: 10px solid #ffffff;
                border-right: 5px solid transparent;
                border-left: 10px solid transparent;
                bottom: 60%;
                left: -8px;
            }

            .box4 {
                position: relative;
                background: #dddddd;
                color: #333333;
                border-radius: 8px;
            }
 
            .box4:after {
                content: '';
                position: absolute;
                border-top: 10px solid #dddddd;
                border-right: 15px solid transparent;
                border-left: 2px solid transparent;
                bottom: 60%;
                left: 98%;
            }

            .box5 {
                position: relative;
                background: #dddddd;
                color: #333333;
                margin-left: 0px;
                border-radius: 8px;
            }
 
            .box5:after {
                content: '';
                position: absolute;
                border-top: 10px solid #dddddd;
                border-right: 5px solid transparent;
                border-left: 10px solid transparent;
                bottom: 60%;
                left: -8px;
            }

/* 改行するやつ */
.pre-wrap {
    white-space: pre-wrap;
}


/* ポップオーバー内 */
.action-col {
  text-align: center;
  opacity: 0.4;
  padding: 10px 0 8px;
}

.action-col:active {
  opacity: 0.7;
  text-align:center;
}

.action-col ons-button {
  padding: 0;
  line-height: 1;
  text-align:center;
}

.action-icon {
  padding: 0 0 4px 0;
  text-align:center;
}

.action-icon ons-icon {
  font-size: 28px;
  text-align:center;
}

.action-label {
  font-size: 12px;
  text-align:center;
}







/* select form */
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 8px 8px 8px;
	color: #666666;
}



@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 1)
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(255, 255, 255, 0)
  }
}
.inner {
  display: flex;
  justify-content: center;
}
.point {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  cursor: pointer;
}
.point.-active {
  background-color: #ffffff;
}
.point.:focus {
  outline: none;
}
.point:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: '';
}
.point.-active:after {
  animation: pulseMotion 1.4s linear infinite;
}
