@charset "utf-8";
h1 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #08B4CE;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
h5 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
h6 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
}
.text_box01 {
    padding: 0.5em 1em;
    margin: 2em auto;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
	text-align: justify;
	width: 80%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.price {
font-size: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #fff;
}
.price2 {
font-size: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #08B4CE;
	text-align: center;
}
.st01 {
  color: #416586;
	font-weight: 700;
}
.st02 {
  color: #CB0407;
	font-weight: 700;
}.st03 {
  color: #156A99;
	font-weight: 700;
}
.promise {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
	background: #685D58;
	color: #fff;
	border-radius: 11px 11px 0 0;
}
.text_step {
  margin: 0;
  padding: 10px 0;
  text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	  font-family: "Anton", sans-serif;
}
.text_kakomi {
  margin: 0;
  padding: 5px;
  text-align: center;
background: #fff;
	color: #666;
	font-size: 20px;
	font-weight: 600;
}
.text_cen {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
	width: 86%;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
}
.text02 {
  margin: 0;
  padding: 10px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
}
.text03 {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 24px;
	color: #fff;
	background: #416586;
	font-weight: 700;
}
/*　バルーン
------------------------------------------------------------*/
.balloon {
  width: 100%;
  margin: 30px 0;
  padding: 0;
}
.balloon .faceicon_l {
  float: left;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  width: 20%;
}
.balloon .faceicon_l img {
  width: 100%;
  height: auto;
}
.balloon .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 60px 0 0 10px;
  padding: 10px;
  max-width: 70%;
  border-radius: 12px;
  background: #CFF7F3;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #CFF7F3;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-align: justify;
	color: #333;
}
.mycomment {
  display: inline-block;
  position: relative;
  margin: 90px 0 0 0;
  padding: 10px;
  max-width: 70%;
  border-radius: 12px;
  background: #F1DBF2;
}
.mycomment:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #F1DBF2;
  -webkit-transform: rotate(325deg);
  transform: rotate(325deg);
}
.mycomment p {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-align: justify;
	color: #333;
}
.mycomment p:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #666;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.balloon .faceicon_r {
  float: right;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  width: 20%;
}
.balloon .faceicon_r img {
  width: 100%;
  height: auto;
}
.content1 {
  width: 800px;
  margin: 0 auto;
  padding: 10px;
	text-align: right;
	background: #fff;
}
.content2 {
  width: 100%;
  margin: 50px auto;
  padding: 10px 0;
  text-align: center;
	background: #5D779C;
}
.btm_01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  transition: .4s;
  margin: 10px auto;
  background-color: #A40508;
  border: 1px solid #A40508;
  line-height: 1.5em;
	font-weight: bold;
}
.btm_01:hover {
  color: #fff;
	 background-color: #000;
}
/* 画像 */
.flex {
  display: flex;
}
img.full {
  width: 100%;
}
img.eighty {
  width: 80%;
}
img.penis {
  width: 80%;
}
img.ball {
  width: 250px;
}
/*　挨拶
------------------------------------------------------------*/
#treatment {
  padding: 0;
  margin: 0;
	background: #FAF7E9;
}

/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .content1 {
    width: 90%;
  }
	img.mens01 {
  width: 100%;
}
	img.ball {
  width: 90%;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	h1 {
	font-size: 32px;
}
	h2, h3, h4, h5, h6 {
	font-size: 22px;
}
	.text_box01 {
	width: 90%;
}
/*　バルーン
------------------------------------------------------------*/
.balloon .faceicon_l {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 30%;
  }
  .says {
    display: inline-block;
    position: relative;
    margin: 40px 0 0 0;
    padding: 10px;
    max-width: 60%;
    border-radius: 12px;
  }
  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #CFF7F3;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  .says p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  .balloon .faceicon_r {
    float: right;
    margin-left: 0;
    margin-top: 0;
    width: 30%;
  }
  .mycomment {
    display: inline-block;
    position: relative;
    margin: 40px 0 20px 0;
    padding: 10px;
    max-width: 60%;
    border-radius: 12px;
  }
  .mycomment:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #F1DBF2;
    -webkit-transform: rotate(325deg);
    transform: rotate(325deg);
  }
  .mycomment p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
  }
  .mycomment p:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #666;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
 
}