@charset "UTF-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Noto Sans Japanese", "YuGothic", "游ゴシック", Meiryo, "メイリオ", Verdana, "MS Pゴシック", sans-serif;
  height: 100%;
  background: #f9f9f9;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #ababab;
}

textarea::-webkit-input-placeholder {
  color: #ababab;
}

#login {
  background: url("../images/backgroundHongkong@2x.png") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000000;
}

#login h1 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}

#login .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 280px;
  /* あとで正確な高さを入れる */
  height: 600px;
  margin: auto;
}

/* button style */

.btnFacebookLogin {
  background: url("../images/iconFacebook@2x.png") no-repeat 25px 50% #43619C;
  /* アイコンサイズを変えるときはここ! */
  background-size: auto 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  min-width: 280px;
  max-width: 400px;
  height: 60px;
  border-style: none;
  border-radius: 30px;
  margin: 20px 0;
}

.btnFacebookLogin a {
  color: #ffffff;
  display: block;
}

.btnTwitterLogin {
  background: url("../images/iconTwitter@2x.png") no-repeat 25px 50% #24A9E6;
  background-size: auto 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  min-width: 280px;
  max-width: 400px;
  height: 60px;
  border-style: none;
  border-radius: 30px;
  margin: 20px 0;
}

.btnTwitterLogin a {
  color: #ffffff;
  display: block;
}

.btnRegister {
  background: #ffffff;
  color: #000000;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  min-width: 280px;
  max-width: 400px;
  height: 60px;
  border-style: none;
  border-radius: 30px;
  margin: 20px 0;
}

.btnRegister a {
  color: #000000;
  display: block;
}

/* hr style */
.hrText {
  color: #ffffff;
  position: relative;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}

.hrText:before {
  content:"";
  display: block;
  width: 108px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 8px;
  left: 0;
}

.hrText:after {
  content:"";
  display: block;
  width: 108px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 8px;
  right: 0;
}

h1.hashHeading1 {
  /*font-family: 'Dosis', sans-serif;*/
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: bold;
  font-size: 36px;
  margin: 30px 20px 20px 20px;
}

h1.hashHeading1 a {
  text-decoration: none;
  color: #000000;
}

/* Tabs Style */
.tab {
  overflow: hidden;
}

.tab li {
  float: left;
}

.tab li a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px 13px 20px;
  display: block;
}

/* header With Tabs & Search */
.searchHeader {
  width: 100%;
  background-image: linear-gradient(-225deg, #09C5E6 0%, #19CDA1 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}

.searchHeader__formBox {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.searchHeader__form {
  width: 100%;
  height: 1;
  line-height: 44px;
  border-radius: 22px;
  background-color: rgba(0,0,0,0.30);
  font-size: 16px;
  padding: 0 15px;
  box-sizing: border-box;
}

.searchHeader__form input {
  width: 100%;
  height: 28px;
  color: #ffffff;
  background: none;
  border-style: none;
}

.searchHeader__form button {
  display: none;
}

.searchHeader__form input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.50);
  line-height: 1.5;
}

.searchHeader__tabLabel a {
  color: rgba(255,255,255,0.80);
}

.searchHeader__tabLabel a:hover {
  color: #ffffff;
}

.searchHeader__tabLabel--selected {
  border-bottom: 2px solid #ffffff;
}

.searchHeader__tabLabel--selected a {
  color: #ffffff;
}

/* header With Tabs */
.tabHeader {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}

.tabHeader__title {
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}

.tabHeader__tabLabel a {
  color: rgba(25, 205, 161, 0.80);
}

.tabHeader__tabLabel a:hover {
  color: #19CDA1;
}

.tabHeader__tabLabel--selected {
  border-bottom: 2px solid #19CDA1;
}

.tabHeader__tabLabel--selected a {
  color: #19CDA1;
}

/* header */
.header {
  width: 100%;
  height: 48px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}

.header__label {
  display: inline-block;
}

.header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: inline;
}

.header__left {
  margin-left: 15px;
}

.header__right {
  margin-right: 15px;
}

.header__right .linkPrimary {
  color: #19CDA1;
}

.iconBack:before {
  color: #000000;
  content:"\f104";
  font-size: 1.2em;
  margin-right: 5px;
  font-family: "FontAwesome";
}

.iconEllipsis:before {
  color: #000000;
  content:"\f141";
  font-size: 1.2em;
  margin-right: 5px;
  font-family: "FontAwesome";
}

/* Special Contents Style */
.specialContents img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  filter: brightness(80%);
}

.specialContents {
  position: relative;
}

.specialContents span {
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  font-family: 'yumincho';
  font-weight: bold;
  line-height: 1.3;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}

/* listCountry style */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.listCountry li {
  float: left;
  width: 49.8%;
  margin-bottom: 1px;
}

.listCountry li:nth-child(2n){
  margin-left: 0.4%;
}

.listCountry li img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
  filter: brightness(80%);
}

.blockCountry {
  position: relative;
}

.blockCountry span {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 4px;
}

/* tagSort */
.tagSort {
  margin: 10px;
}

.tagCountry a {
  background: rgba(255,255,255,0.10);
  color: #666666;
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 3px 5px;
  margin: 5px;
  display: block;
  float: left;
}

.selectedTag a {
  color: #19CDA1;
  border: 1px solid #19CDA1;
  background: rgba(25,205,161,0.05);
  font-weight: normal;
  padding: 3px 15px;
}

/* Grid Spot Style */
.gridSpot li {
  float: left;
  width: 33.0%;
  margin-right: 0.4%;
  margin-bottom: 1px;
}

.gridSpot li:nth-child(3n){
  margin-right: 0;
}

.gridSpot li img {
  display: block;
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: top;
}

/* TabBar */
.tabBarFixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  border-top: rgba(178,178,178,0.30) 0.5px solid;
  width: 100%;
}

.tabBar {
  display: flex;
  align-items: center;
}

.tabBar li {
  flex: 0 0 20%;
  width: 20%;
  text-align: center;
}

.tabBar li a {
  display: block;
  color: #000000;
  font-size: 10px;
  height: 30px;
  padding: 10px 0;
}

.tabBar li a::before {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 16px;
  margin: 0 auto;
}

.iconSearch:before {
  color: #000000;
  content:"\f002";
  font-size: 1.2em;
  font-family: "FontAwesome";
}

.iconLike:before {
  color: #000000;
  content:"\f08a";
  font-size: 1.2em;
  font-family: "FontAwesome";
}

.iconAdd:before {
  background: -webkit-linear-gradient(-225deg, #09C5E6 0%, #19CDA1 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  content:"\f0fe";
  font-size: 1.2em;
  font-family: "FontAwesome";
}

li a.iconAdd {
  color: #19CDA1;
}

.iconNotification:before {
  color: #000000;
  content:"\f0a2";
  font-size: 1.2em;
  font-family: "FontAwesome";
}

.iconUser:before {
  color: #000000;
  content:"\f2c0";
  font-size: 1.2em;
  font-family: "FontAwesome";
}

/* Story Card Style */
.card {
  width: 100%;
  height: auto;
  background: #ffffff;
  margin: 10px 0;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  position: relative;
}

.cardInner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
}

.cardInner:before {
  content:"";
  width: 100%;
  height: 150px;
  background-color: rgba(0,0,0,0.30);
  position: absolute;
}

.cardTagCountry {
  background: rgba(255,255,255,0.30);
  color: #ffffff;
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 3px 5px;
  display: block;
  position: absolute;
  top:10px;
  right: 10px;
}

.cardTitleInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 0 15px;
}

.cardTitle  {
  font-family: 'yumincho';
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}

.timeStamp {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}

.cardContent {
  padding: 20px;
}

.userIconS {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  object-fit: cover;
}

.card .userIconS {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cardContent {
  text-align: center;
  font-size: 10px;
  color: #9b9b9b;
}

.cardUserName {
  margin: 5px 0 20px 0;
  color: #000000;
}

.cardLike, .cardComment {
 margin-right: 20px;
}

/* grid Story style */
.gridStory .card {
  width: 50%;
  height: auto;
  background: #ffffff;
  margin: 0;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  position: relative;
}

.gridStory .card {
  float: left;
  width: 49.8%;
  margin-right: 0.4%;
  margin-bottom: 2px;
}

.gridStory .card:nth-child(2n){
  margin-right: 0;
}

.gridStory .cardLocation {
  display: none;
}

/* List Style */
.listUser:first-child {
  border-top: 1px solid #f3f3f3;
}

.listUser {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}

.listUser a {
  padding: 15px;
  display: block;
}

.listUserIconS {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.noReadBorder {
  border : 3px solid #19CDA1;
  border-radius: 23px;
}

.noRead a {
  padding: 13px;
  background: #fffded;
  display: block;
}

.listUserName {
  font-size: 14px;
  margin: 0 10px ;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

/* List Notification */
.listNotification {
  margin: 2px 0 15px 0;
}

.notificationText {
  width: 75%;
  font-size: 14px;
  margin: 0 10px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.boldText {
  font-weight: bold;
}

.timeStampGrey {
  font-size: 10px;
  color: #ababab;
}

/* Profile style */
.Cover {
  background: #ffffff;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  position: relative;
}

.imgCover {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  filter: brightness(80%);
}

.profileSetting {
  position: absolute;
  top: 15px;
  right: 15px;
  float: right;
}

.btnWhiteBorder a {
  background: rgba(0,0,0,0.30);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px  rgba(255,255,255,0.80) solid;
  border-radius: 15px;
  margin-left: 10px;
  color: rgba(255,255,255,0.80);
  display: block;
}

.btnWhiteBorder {
  float: left;
}

.iconSetting:before {
  color: rgba(255,255,255,0.80);
  content:"\f013";
  font-size: 14px;
  margin-right: 3px;
  font-family: "FontAwesome";
}

.iconEditPhoto:before {
  color: rgba(255,255,255,0.80);
  content:"\f030";
  font-size: 14px;
  margin-right: 3px;
  font-family: "FontAwesome";
}

.btnUserLike a {
  background: #ffffff;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 16px;
  margin-left: 10px;
  display: block;
  position: absolute;
  top: 284px;
  right: 15px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  color: #000000;
  display: block;
}

.userIconM {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  object-fit: cover;
  display: block;
}

.profileUserIcon {
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.profileUserIcon--edit {
  filter: brightness(80%);
}

.iconEditUserIcon:before {
  color: rgba(255,255,255,0.80);
  content:"\f030";
  font-size: 10px;
  margin-right: 3px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.editCover {
  background: #ffffff;
  position: relative;
}

.editPhoto {
  text-align: center;
  margin-top: 50px;
}

.editPhoto__link a {
  color: #19CDA1;
}

.formEdit {
  margin: 15px;
}

.formEdit__label {
  font-size: 12px;
  color: #ababab;
  margin-bottom: 10px;
}

.formEdit__text {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px #ababab solid;
  margin-bottom: 40px;
}

.formEdit__select {
  width: 100%;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px #ababab solid;
  margin-bottom: 40px;
}

.formEdit__discription {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'yumincho';
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px #ababab solid;
  margin-bottom: 40px;
}

.formEdit__caption {
  width: 70%;
  font-family: 'yumincho';
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px #ababab solid;
}

.userName {
  font-size: 12px;
  margin-top: 0;
  color: #000000;
  display: block;
}

#profile .userName {
  text-align: center;
}

.userProfileSet {
  margin-top: 45px;
}

.userReviewPoint {
  text-align: center;
  font-size: 24px;
  margin: 10px;
}

.userFavCount {
  display: flex;
}

.userReviewCount {
  width: 50%;
  text-align: center;
}

.userReviewCount a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
  display: block;
}

.userLikeCount {
  width: 50%;
  text-align: center;
}

.userLikeCount a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
  display: block;
}

.sublabel {
  font-size: 10px;
  color: #ababab;
  display: block;
}

.btnPrimary {
  background-image: linear-gradient(-225deg, #09C5E6 0%, #19CDA1 100%);
  text-align: center;
  line-height: 44px;
  font-size: 15px;
  width: 280px;
  height: 44px;
  border-style: none;
  border-radius: 22px;
  margin: 15px auto;

}

.btnPrimary a {
  color: #ffffff;
  display: block;
}

.userText{
  font-family: 'yumincho';
  font-size: 14px;
  line-height: 1.8;
}

.userTextBox {
  margin: 10px 15px;
}

/* 2Tab */
.twoTabBar {
  display: flex;
  align-items: center;
}

.twoTab {
  width: 50%;
  text-align: center;
}

.twoTab a {
  font-size: 14px;
  font-weight: bold;
  color: rgba(25, 205, 161, 0.80);
  display: block;
  padding: 15px 0;
}

.twoTab a:hover {
  color: #19CDA1;
}

.twoTab.selected {
  border-bottom: 2px solid #19CDA1;
}

.twoTab.selected a {
  color: #19CDA1;
}

/* Story Style */
.story {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
  position: relative;
}

.storyInner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
}

.storyInner:before {
  content:"";
  width: 100%;
  height: 240px;
  background-color: rgba(0,0,0,0.30);
  position: absolute;
}

.storyTitleInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 0 15px;
}

.storyTitle  {
  font-family: 'yumincho';
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}

.story .userIconS {
  position: absolute;
  top: 195px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.storyUserName {
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 225px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.storySubinformation {
  margin: 10px 15px;
}

.subinformationLabel {
  font-size: 10px;
  color: #ababab;
  margin-right: 5px;
}

/* Contents FeedBack Set */
.contentsFeedBack {
  display: flex;
}

.contentsLike {
  width: 50%;
  text-align: center;
}

.contentsLike a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
  display: block;
}

.contentsComment {
  width: 50%;
  text-align: center;
}

.contentsComment a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
  display: block;
}

.sublabel {
  font-size: 8px;
  color: #ababab;
  display: block;
}

/* Story Card Style */
.storySpot {
  margin-top: 20px;
}

.storyCard {
  margin: 10px;
  height: auto;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}

.photoCard {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30);
}

.spotImg {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Comments Style */
.comments {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}

.commentsTitle {
  font-size: 12px;
  color: #ababab;
  margin-bottom: 15px;
}

.userBox {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.thumbnailRight {
  margin: 0 10px;
  line-height: 1.5;
  align-items: center;
}

.commentBox {
  margin-bottom: 30px;
}

.commentReplyBox {
  margin-left: 45px;
}

.commentFeedBack {
  display: flex;
  margin: 10px 10px 10px 0;
}

.commentFeedBack a:first-child {
  margin-right: auto;
}

.commentFeedBack a {
  margin-right: 10px;
}

.commentFeedBack a:last-child {
  margin-right: 0;
}

.replyName {
  /*font-family: 'Hiragino Sans';*/
  font-family: 'Helvetica Neue', sans-serif;
  color: #1E88E5;
  background: #FFF9C4;
  padding: 2px;
}

.userBoxPhoto {
  margin: 10px 15px;
  display: flex;
  align-items: center;
}

/* CommentFormBar */
.commentFormBarFixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  border-top: rgba(178,178,178,0.30) 0.5px solid;
  width: 100%;
}

.commentFormBar {
  display: flex;
  width: 100%;
  height: 49px;
  align-items: center;
}

.commentFormBar input {
  width: 100%;
  line-height: 28px;
  background: none;
  outline: 0;
  border: none;
}

.commentFormBar input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.50);
  line-height: 1.6;
}

/* テキストエリア入力料で拡がるjs実験 photo.html */
.commentFormBar textarea {
  width: 100%;
  height: auto;
  line-height: 28px;
  background: none;
  outline: 0;
  border: none;
}

.commentFormBar textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.50);
  line-height: 1.6;
}
/* 実験おわり */

.btnFormPost {
  height: 34px;
  border-style: none;
  color: #ffffff;
  background-image: linear-gradient(-225deg, #09C5E6 0%, #19CDA1 100%);
  border-radius: 17px;
  padding: 0 10px;
  margin: 0 15px;
}

.iconAddOption {
  float: left;
  margin: 0 15px;
}

.iconAddOption:before {
  color: #666666;
  content:"\f196";
  font-size: 34px;
  font-family: "FontAwesome";
}

/* List Search Spot */
.googleMaps {
position: relative;
  padding-bottom: 0;
  height: 180px;
  overflow: hidden;
}

.googleMaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}

/* Reviewer Style */
.reviewerCover {
  position: relative;
}

.reviewerCover img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
  filter: brightness(60%);
}

.coverTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ffffff;
}

.listReviewer {
  background: #ffffff;
  text-align: center;
  padding: 20px 15px;
  border-bottom: 1px solid #f3f3f3;
}

.listReviewer .userIconS {
  margin-bottom: 5px;
}

.listReviewer .userName {
  margin-bottom: 5px;
}

.listReviewer .timeStampGrey {
  margin-bottom: 15px;
}

/* Chat Style */
.chatStart {
  background: rgba(0,0,0,0.20);
  color: #ffffff;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 3px 10px;
  margin: 10px 20%;
}

.chatL {
  margin: 15px;
  display: flex;
  align-items: center;
}

.chatL .userIconS {
  margin-right: 10px;
}

.chatMessageL {
  background: #fff7cc;
  border-radius: 0 12px 12px 12px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 60%;
}

.chatL .timeStampGrey {
  margin-left: 10px;
}

.chatR {
  margin: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.chatR .userIconS {
  margin-left: 10px;
}

.chatMessageR {
  background: #ACEFA6;
  color: #000000;
  border-radius: 12px 0 12px 12px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 60%;
}

.chatR .timeStampGrey {
  margin-right: 10px;
}

/* Compose */
.addPhoto {
  display: flex;
  align-items: center;
  justify-content: center;
}

.addPhoto__form {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px #ababab dashed;
  background: #ffffff;
  color: #ababab;
  margin-right: 15px;
}

.addPhoto__input {
  display: none;
}

/* List style */
.list:first-child {
  border-top: 1px #ababab solid;
}

.list {
  width: 100%;
  border-bottom: 1px #ababab solid;
  display: flex;
}

.list__text {
  width: 100%;
  margin: 15px;
  text-align: left;
}

.list__icon {
  width: 100%;
  text-align: right;
  margin: auto 15px;
}

.iconLocation:before {
  color: #ababab;
  content:"\f041";
  font-size: 1.2em;
  margin-right: 10px;
  font-family: "FontAwesome";
}

.iconClock:before {
  color: #ababab;
  content:"\f017";
  font-size: 1.2em;
  margin-right: 10px;
  font-family: "FontAwesome";
}

.iconChevron:before {
  color: #ababab;
  content:"\f105";
  font-size: 1.2em;
  font-family: "FontAwesome";
}


/* TabBar分高さ確保 */
#wrap {
  margin-bottom: 64px;
}

#story #wrap {
  margin-bottom: 50px;
}

#photo #wrap {
  margin-bottom: 50px;
}

/* 背景白塗り */
#editProfile {
  background: #ffffff;
}

@media screen and (max-width:600px) {
  /* 画面サイズが600px以下の場合に適用 */
}
