
@charset "UTF-8";

/*--header area------------------------------------*/
h1{
	font-family: 'Kaisei Decol', serif;
	font-size: 2.5rem;
	line-height: 0.8;
	color: #fff;
	padding: 20px;
}
.small{
	font-size: 1rem;
	line-height: 0.6;
}
.square2{
	background-color: #4b5451;
	opacity: 0.8;
	display: block;
	max-width: 550px;
	margin-left: 50px;
	margin-top: 50px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}
@media (max-width:1100px) {
.square2{
 margin-left: 5px;
}
h1{
	font-size: 2rem;
	line-height: 1;
}
.small{
	font-size: 0.8rem;
	line-height: 0.6;
}
}
header p{
	line-height: 1.7;
	padding: 14px;
}


/*--menu-------------------------------------------*/
.bk{
	color: #000;
	font-size: 2rem;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccb8a3;
	line-height: 1.2;
}
h2{
	font-family: 'Kaisei Decol', serif;
	font-size: 2rem;
	position: relative;
  padding: 0.15em 0;
}
h2:after{
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #997357, transparent);
  background: linear-gradient(to right, #997357, transparent);
}


.insert00{
	max-width:340px;
}
.flame00{
	max-width: 460px;
	height: 300px;
	position: absolute;
	right: -10px;
  	bottom: -35px;
}
.price{
	font-size: 1.4rem;
}
.button01{
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	background-color: #ccb8a3;
  padding: 8px;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 1.2rem;
}
.button02{
	display: block;
	width: 360px;
	text-align: center;
	color: #fff;
	background-color: #ccb8a3;
  padding: 8px;
  border-radius: 20px;
  margin: 50px auto;
  font-size: 1.4rem;
}
.profile{
	background: url(../images/profile.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: auto;
}
.index3{
  margin-top: 0px;
  }

h3{
	font-family: 'Kaisei Decol', serif;
	font-size: 1.8rem;
	padding:5px;
  margin-bottom: 10px;
  background-color: #ccb8a3;
  text-align: center;
}
.flex_box3{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	align-items: center;
}
.box3{
	line-height: 1.8;
	width: 60%;
	margin-left: 20px;
	text-align: left;
}
.square3{
	background-color: #f6efe8;
	opacity: 0.9;
	display: block;
	max-width: 70%;
	padding: 20px;
	margin: 0 auto;
}
.name{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 10px;
}
.photo{
  max-width:200px;
  line-height: 1.5;
}
.flex_box4{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:20px;
	align-items: center;
}
.SNS{
	width: 50px;
}
@media (max-width:767px) {
.flex_box3{
 flex-direction: column;
}
.square3{
	width:80%;
}
.box3{
	width: 100%;
	margin-left: 0px;
}
.medi-s{
	font-size: 1.6rem;
}
.price{
	font-size: 1.2rem;
}
}
/*--voice-----------------------------------------------------------------------------*/
.box1 b{
	font-size: 1.2rem;
}
.pict{
	max-width:80px;
	margin-right: 10px;
}
.content-wid2{
  margin-left: 50px;
 margin-right:50px;
}
.flex_box5{
	display: flex;
	flex-direction: row;
	align-items: center;
	positon: relative;
	margin-bottom: 20px;
}
.box5{
	padding: 20px;
	line-height: 1.3;
	background: #fff4e3;
	position: relative;
	border-radius: 10px;
	margin-left: 50px;
	border: 3px solid #c4ac92;
}

.box5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff4e3;
  z-index: 2;
}

.box5:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #c4ac92;
  z-index: 1;
}

.box5 p {
  margin: 0;
  padding: 0;
}

@media (max-width:767px) {
 .flex_box5:nth-of-type(n+3){
  display: none;
}
.resp2{
  display:none;
}
.content-wid2{
    margin-left: 0px;
    margin-right: 0px;
}
}

@media (min-width:767px) {
.resp1{
    display:none;
  }
}
.button03{
  display: block;
  width: 150px;
  text-align: center;
  color: #fff;
  background-color: #ccb8a3;
  padding: 8px;
  border-radius: 20px;
  margin: 15px auto;
}

/*--fixed-button------------------------------------------------------------------------*/
@media (min-width:767px) {
.bg{
	position: relative;
	display: inline-block;
	width: 60%;
	max-width: 180px;
	height: 120px;
	border-radius: 150px;
	background-color: #ccb8a3;
	padding: 25px 0;
}
.button span{
	position: absolute;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	width: 180px;
	padding:5px 10px;
}
.button .bg{
	position: fixed;
	bottom: 40px;
	right: 20px;
}
}

@media (max-width:766px) {
.bg{
	position: relative;
	display: inline-block;
	width: 60%;
	max-width: 120px;
	height: 80px;
	border-radius: 100px;
	background-color: #ccb8a3;
	padding: 16px 0;
}
.button span{
	position: absolute;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	width: 120px;
	padding:5px 10px;
}
.button .bg{
	position: fixed;
	bottom: 40px;
	right: 20px;
}
}
