﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* index
------------------------------------*/

body{
background: url(/images/common/bg_body_sub.jpg) center top repeat-x;
}

#main_image{
width: 971px;
height: 228px;
margin: 0 auto;
z-index: 1;
}

#dl_topics{
margin: 0;
padding: 0;
}
.topics_box{
width: 360px;
float:left;
margin: 2px;
font-size: 12px;
}
.topics_box img{
float:left;
margin-right: 10px;
}

#dl_topics dt{
font-weight: bold;
font-size: 18px;
color:#4095ef;
margin: 0;
padding: 0;
}
#dl_topics dd{
margin: 0;
padding: 0;
}

dl.qa_dl dt {
    background: url("/images/scenery/qa_q.gif") no-repeat scroll left top transparent;
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding: 0px 0px 3px 28px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 16px;
	width: 95%;
}
dl.qa_dl dd {
    background: url("/images/scenery/qa_a.gif") no-repeat scroll left top transparent;
    padding: 0px 0px 3px 28px;
    margin-bottom: 28px;
    margin-left: 16px;
	width: 95%;
}

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 100%;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #fff;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -40px;
  width: 60px;
}

.balloon6 .faceicon.right {
  float: right;
  margin-left: 0px;
  width: 60px;
  margin-right: 0;
}


.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 20px;
  max-width: 423px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0 40px;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 20px;
  max-width: 423px;
  border-radius: 12px;
  background: #FFAE00;
  font-size: 15px;
  text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #FFAE00;
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


.price_description{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.price_description span{
    font-size: 24px;
    color: #f49;
}

#button_charge1,#button_charge2{
    padding: 30px;
    font-size: 20px;
    background: #FFAE00;
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    width: 350px;
    line-height: 30px;
    text-align: center;
}
#button_charge2{
    background: #eee;
    color: #FFAE00;
}


img.photo {
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #eee, 1px 2px 4px #999;
    rgba(40,40,40,0.3): ;
}

  .gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    margin-bottom: 12px;
  }
  .gallery img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #eee, 1px 2px 5px #999;
    rgba(40,40,40,0.3): ;
   }
