@charset "UTF-8";
body, html {
  font-family: system-ui, sans-serif;
  width: 100%;
  height: 100vh;
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 600px;
  background-color: white;
  z-index: 1000;
  left:0;
  right: 0;
  margin: auto;
}
.logo-image-container {
  text-align: center;
  padding: 12px 0;
}

.main-container {
  width: 600px;
  margin: 0 auto;
  background-color:#F5F5F5;
  border: solid 2px #595959;
  position: absolute;
  left: 0;
  right: 0;
}
.contents-container {
  margin-top: 55px;
}


.top-header {
  background-color: #ED7483;
  color: white;
  text-align: center;
  padding: 30px 12px;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.second-header {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px #bcbcbc solid;
  background-color: white;
}

.third-header {
  font-size: 1rem;
  font-weight: 500;
  border-left: 3px #ED7483 solid;
  padding: 5px 12px;
  margin: 20px 12px 12px;
}

.bg-gray {
  overflow: hidden;
}

.tags-box:first-child {
  margin-top: 0;
}
.tags-box {
  box-sizing: content-box;
  padding: 0 0 20px;
  background-color: white;
  margin: 20px 0 0;
  overflow: hidden;
}
.tags {
  padding: 12px 12px 0 12px;
}
.tags > .tag {
  display: inline-block;
  border: solid 1px #999;
  border-radius: 25px;
  padding: 8px 16px;
  margin: 0 12px 12px 0;
  color: #999;
  font-size: 0.8rem;
  text-decoration: none;
}



/* brands --------------- */
.brands-show-header {
  background-color: white;
  padding: 0 0 20px;
}
.brands-show-header .brand-name {
  padding: 12px;
  font-size: 1.6rem;
}
.brands-show-header .brand-description {
  padding: 0 12px;
  font-size: 1rem;
}
.brands-show-header .brand-site-link-container {
  padding: 12px;
}
.brands-show-header .brand-site-link-container a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #000;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.brand-show-nav {
  background-color: white;
  display: flex;
  margin: 12px 0;
  padding: 12px 0;
}
.brand-show-nav > div:first-child {
  border: none;
  text-align: center;
  flex: 1;
}
.brand-show-nav > div {
  border-left: solid 1px #ccc;
  text-align: center;
  flex: 1;
}
.brand-show-nav > div > a:after {
  content: "\f078";
  font-family: FontAwesome;
  position: relative;
  left: 3px;
  top: -1px;
}
.brand-show-nav > div > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  padding: 12px 0;
}



/* reviews --------------- */

.reviews .review {
}
.reviews .review-inner {
  border-top: solid 1px #ccc;
  padding: 20px 12px 0 12px;
  position: relative;
}
.reviews .review-inner:last-of-type {
  border-bottom: solid 1px #ccc;
}
.reviews .review-inner-cta {
  position: absolute;
  right: 20px;
  /* top: 42px; */
  color:#ED7483;
  border: solid 2px #ED7483;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 4px;
  font-size: 14px;
  text-decoration: none;
}
.reviews .review-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgb(236, 236, 236);
}
.reviews .review-header .review-brand-name {
  margin: 8px 0;
  font-size: 14px;
  color: #999;
}
.reviews .review-title {
  font-weight: 600;
  margin: 0;
  font-size: 1.1rem;
}
.reviews .more {
  font-size: 14px;
  color:#ED7483;
  padding-bottom: 10px;
  cursor: pointer;
}
.rate {
  color: rgb(241, 182, 46);
  padding: 5px 0;
}
.rate span {
  color: #000;
  font-size: 0.7rem;
  font-weight: bold;
}
.reviews .review-text {
  font-size: 0.8rem;
  margin: 12px 0;
}
.reviews .review-info {
  font-size: 0.7rem;
  color: #8b8b8b;
  padding: 30px 0;
}
.reviews img, .reviews span {
	vertical-align: middle;
}
.reviews .review-date {
  vertical-align: middle;
  float: right;
  padding-top: 12px;
}
.reviews .review-readmore {
  padding: 20px 12px 0;
}
.reviews .review-readmore a {
  padding: 20px 0;
  border: solid 2px #ED7483;
  color: #ED7483;
  border-radius: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.reviews {
  position: relative;
}
.reviews .more-reviews:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.reviews .more-reviews:after {
  content: '残りの口コミを表示する';
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
  width: 200px;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 101;
  cursor: pointer;
}

.brands-review-header {
  background-color: white;
}
.brands-review-header .brand-name {
  padding: 10px 12px;
  font-size: 1.3rem;
  margin: 0;
  line-height:1.7rem;
}
.brands-review-header .brand-description {
  font-size: .9rem;
  margin: 0;
  color: #666;
  padding: 0 12px;
}
.brands-review-header .brand-date {
  font-size: .7rem;
  margin: 0;
  padding: 20px 12px;
  text-align: right;
  color: #999;
}

/* operations --------------- */
.operations {
  padding: 0 12px;
  overflow-x: auto;
  display: none;
}
.operations-more a {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ED7483;
}
.operations .operation-table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}
.operations .operation-table tbody {
}
.operations .operation-table tbody tr th {
  background-color: rgb(241, 241, 241);
  color: rgb(164, 164, 164);
  text-align: left;
  width: 100px;
  font-weight: 100;
}
.operations .operation-table tbody tr td {
  width: 180px;
  white-space: normal;
}
.operations .operation-table tbody tr th, .operations .operation-table tbody tr td {
  border: solid 1px #ccc;
  padding: 12px;
  font-size: .8rem;
  vertical-align: top;
}
.operations .operation-name {
  font-weight: bold;
}
.operations .operation-feature {
  white-space:normal;
}


/* clinics --------------- */

.clinic {
  padding: 12px;
}
.clinic-name {
  font-weight: bold;
  font-size: 1.2rem;
}
.clinic-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: .8rem;
}
.clinic-info dt, 
.clinic-info dd {
  padding: 12px 12px 12px 0;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 1px #e0e0e0 solid;
}
.clinic-info dt {
  width: 20%;
}
.clinic-info dd {
  width: 80%;
}
.clinic-info-details {
  margin-top: 0;
}
.clinic-readmore {
  padding: 12px 0 0;
}
.clinic-readmore a {
  font-weight: bold;
  text-decoration: none;
  color: #ED7483
}

.brand-review-nav {
  padding: 10px 12px 0;
}

.brand-review-tags {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 15px;
}
.brand-review-nav .tag {
  padding: 8px 16px;
  display: inline-block;
  border-radius: 25px;
  background-color: white;
  color:#666;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.04);
  font-size: 0.7rem;
}
.brand-review-nav .tag.active {
  background-color:#ED7483;
  color:white;
}
.brand-review-nav .tag:hover {
  background-color:#ED7483;
  color:white;
  opacity: 0.5;
}

.brand-description ul {
  margin: 0;
  padding: 0 20px 20px;
  padding-right: 10px;
}
.brand-description ul > li {
  padding: 5px 0;
  color: #6bb6ff;
  font-weight: bold;

}


.operatiion-menu {
  background-color: white;
  margin-top: 20px;
}
.operatiion-menu:first-child {
  margin-top: 0;
}
.operatiion-menu .category-name {
  background-color: #999;
  color: white;
  padding: 4px 6px;
  font-size: .8rem;
  display: inline-block;
  border-radius: 5px;
}
.operatiion-menu .brand-name {
  color: #999;
  text-decoration: none;
  font-size: .8rem;
}
.operatiion-menu .brand-name-bold {
  padding: 12px 0 0;
  font-weight: bold;
}
.operatiion-menu .brand-info {
  margin-top: 10px;
  position: relative;
}
.operatiion-menu .menu-name {
  padding: 12px;
  margin: 0;
  font-size:1.3rem;
}
.operatiion-menu .menu-description {
  padding: 0px 12px 12px;
  font-size:0.8rem;
  line-height: 1.3em;
}
.operatiion-menu .menu-info {
  font-size: 0.8rem;
  color: #999;
}
.operatiion-menu .menu-info > div {
  padding-bottom: 5px;
}
.operatiion-menu .menu-info a {
  color: #999;
}
.operatiion-menu .clinic-site-link {
  padding: 12px;
    text-align: center;
}
.operatiion-menu .clinic-site-link a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #F77374;
  border-bottom: 3px solid #cc6633;
  color: white;
  font-size: 1.2rem;
  border-radius: 12px;
  text-decoration: none;
  margin-top:5px;
  font-weight: bold;
}
.operatiion-menu .related-menus {
  margin: 0;
  padding: 0 12px;
  list-style-type: none;
}
.operatiion-menu .related-menus > li {
  padding: 12px 0;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.operatiion-menu .related-menus > li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  color: #ccc;
}

.operatiion-menu .related-menus > li a{
  color: #999;
  text-decoration: none;
}
.operatiion-menu .related-menus .menu-price {
  font-size: 0.9rem;
  margin-top: 5px;
}

.operatiion-menu .other-menus {
  padding: 25px 12px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-bottom: 5px solid #333;
}


.base {
  padding: 0 12px;
}


.search-header {
  border-left: solid 2px #ED7483;
  padding: 5px 12px;
  margin-bottom: 5px;
  font-size: 0.8em;
}

.btn-container {
  padding: 12px;
  background-color: white;
}
.pink-btn {
  padding: 20px 0;
  border: solid 2px #ED7483;
  color: #ED7483;
  border-radius: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.pink-readmore {
  padding: 12px 0 0;
}
.pink-readmore a {
  font-weight: 600;
  text-decoration: none;
  color: #ED7483
}

.brands-list {
  list-style-type: none;
  background-color: white;
  margin: 20px 0 0;
  padding: 0;
}
.brands-list > li {
  border-top: solid 1px #ccc;
}
.brands-list > li a{
  color: #666;
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.simple-list {
  list-style-type: none;
  background-color: white;
  margin: 0 0 0;
  padding: 0;
}
.simple-list > li {
  border-bottom: solid 1px #ccc;
}
.simple-list > li a{
  color: #666;
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}



.pc-side {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px;
}
.gnav {
  /* display: none; */
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 20%;
  font-size: .8rem;
  color: #595959;
}
.gnav .copy {
  text-align: center;
}

.gnav i {
  margin-right: 10px;
}
.gnav .h {
  font-weight: bold;
}
.gnav a {
  text-decoration: none;
  color: #595959;
}
.gnav hr {
  width: 20%;
  border: solid 1px #000;
  margin: 0;
}
.gnav ul {
  list-style-type: none;
  height: 400px;
  overflow-y: auto;
  background-color: white;
}
.gnav ul > li {
  padding: 10px 0;
}

.pagination {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.pagination .right {
  padding: 0px 20px;
  position: absolute;
  right: 12px;
  color: #595959;
}
.pagination .left {
  padding: 0px 20px;
  position: absolute;
  left: 12px;
  color: #595959;
}

.pager-display {
  font-size: 0.6rem;
  color: rgb(144, 144, 144);
  padding: 20px 12px;
}

.breadcrumb {
  padding: 12px 12px;
  color: #666;
  font-size: 0.7rem;
}

footer {
  text-align: center;
  font-size: 0.8rem;
  padding: 12px 0;
  background-color: white;
  /* margin-top: 20px; */
}

footer .link a {
  display: inline-block;
  color: #595959;
  padding: 5px 0;
}

.favorite {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: solid 3px #ccc;
  border-radius: 50px;
  color: #ccc;
  font-weight: bold;
  font-size: 25px;
  line-height: 52px;
  position: absolute;
  right: 20px;
  top: -40px;
  background-color: white;
  cursor: pointer;
}

#favorites_count {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: red;
  color: white;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.favorite .fas {
  display: none;
}
.favorite.active {
  border: solid 3px #ed7483;
}
.favorite.active .fas {
  color: #ed7483;
  display: inline;
}
.favorite.active .far {
  display: none;
}
.favorite:hover {
  opacity: 0.5;
}

.favorite_button {
  background-color: #ed7483;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 0 10px gray;
  cursor: pointer;
}
.favorite_button:hover {
  opacity: 0.5;
}
.favorites_modal {
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background-color: #F5F5F5;
  z-index: 1000;
  height: 100%;
  display: none;
}
.favorites_header {
  text-align: center;
  padding: 20px 0;
  color: rgb(140, 140, 140);
}
#favorites_list {
  padding-top: 10px;
  background-color: white;
}

.favorites_close {
  padding: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.favorites_close i {
  font-size: 20px;
}
@media (max-width: 1040px) {
  .pc-side {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-container {
    width: 100%;
    position: static;
    border: none;
    right: 0;
  }
}


.desc_red_keiko_yellow{
  color: #ee7b7b;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
  font-weight: bold;
}

.under_li_description{
line-height: 1.5em;
}

.anshin {
  background-color: #75cb59;
  color: white;
  padding: 4px 6px;
  font-size: .8rem;
  display: inline-block;
  border-radius: 5px;
}

.cost-performance {

  background-color: #2c6dff;
  color: white;
  padding: 4px 6px;
  font-size: .8rem;
  display: inline-block;
  border-radius: 5px;
}

.popular {

  background-color: #ED7483;
  color: white;
  padding: 4px 6px;
  font-size: .8rem;
  display: inline-block;
  border-radius: 5px;
}

.price-bold{
  color: #ff3347;
  font-weight: bold;
  font-size: 1.2em;
} 
  
.cta-text{
  font-weight: bold;
  background-color: #f7ffc9;
  font-size: 0.8rem;
}

.openbtn{
	position: absolute;
  right: 10px;
  top: 3px;
	cursor: pointer;
  width: 50px;
  height:50px;
	border-radius: 5px;
  display: none;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: rgb(96, 96, 96);
  width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.cases {
  background-color: #ecf9ff;
  padding: 20px 12px 0 12px;
}
.case-images {
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.case-images > div {
  display: inline-block;
}
.case-title {
  font-weight: 600;
  margin: 0;
  font-size: 1.1rem;
}
.cases .dialog-btn {
  text-align: right;
}
.cases .dialog-btn span {
  font-size: 12px;
  text-decoration: underline;
}
.description {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: white;
  width: 90%;
  padding: 20px;
  max-width: calc(600px - 20px);
  box-sizing: border-box;
  color: #595959;
  border-radius: 5px;
  z-index: 10000;  
  box-shadow: 2px 2px 10px #ccc;
  display: none;
  white-space: normal;
}
.dialog-close {
  text-align: right;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .pc-side {
    display: none;
    width: 100%;
    padding: 0;
    top: 42px;
    background-color: white;
  }
  .pc-side > div:first-child {
    display: none;
  }
  .openbtn {
    display: block;
  }
  .gnav {
    z-index: 1000;
    width: 100%;
    position: static;
  }
}

@media (max-width: 600px) {
  .main-container {
    width: 100%;
    position: static;
    border: none;
    right: 0;
  }
}

.doctor-comment {
  display: flex;
  padding: 10px;
}

.doctor-comment .icon {
  font-size: 10px;
  color: #595959;
  text-align: center;
  margin-right: 20px;
}
.doctor-comment img {
  border-radius: 25px;
}
.doctor-comment .comment {
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
  position: relative;
}
.doctor-comment .comment .title {
  color: #000;
  font-weight: bold;
}
.doctor-comment .comment span.pink{
  color: #F77374;
  font-weight: bold;
}

.doctor-comment .comment:before {
  content: "";
  position: absolute;
  top: 25%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.doctor-comment .comment:after {
  content: "";
  position: absolute;
  top: 25%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ccc;
  z-index: 1;
}



.gnav .second-header {
  padding: 5px 0;
}
.gnav .simple-list {
  height: auto;
}
.gnav .simple-list > li a {
  padding: 5px 0;
}
.gnav > ul {
  margin-right: 40px;
  height: calc(100vh - 100px);
  max-height: 500px;
}