@charset "UTF-8";
/*--commmon----------------------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
html{
	/*--font-family:'Zen Maru Gothic', sans-serif;--*/
	font-family: 'Shippori Mincho B1', serif;
	/*--font-family: 'Shippori Mincho', serif;--*/

	font-size: 14px;
	max-width: 1480px;
	width:  100%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media (min-width:1100px) {
.medi{
	display: none;
}
}

/*--
@media (max-width:767px) {
	.medi{
		display: block;
	}
}--*/

.content-wid{
 margin-left: 150px;
 margin-right:150px;
}
@media (max-width:1100px) {
.content-wid{
 margin-left: 20px;
 margin-right:20px;
}
}
.space1{
	padding-bottom: 90px;
}
.space2{
	padding-bottom: 50px;
}
.line{
	border-bottom: 2px dashed #ccb8a3;
}
/*--header area------------------------------------------------------------------------------------------*/
.square1{
	background-color: #b98d63;
	opacity: 0.8;
	display: block;
	max-width: 550px;
	margin-left: 50px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
	}
@media (max-width:1100px) {
.square1{
 margin-left: 5px;
}
}
header{
	background: url(../images/top2.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: auto;
}
/*--contents area----------------------------------------------------------------------*/
.index{
	font-size: 1.7rem;
	background-color: #e7ded4;
	position: relative;
  padding: 0.6em;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  }
.index:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e7ded4;
  width: 0;
  height: 0;
}

.index2{
background-color: #ccb8a3;
color: #fff;
}
.index2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ccb8a3;
  width: 0;
  height: 0;
}
.line-t{
	text-decoration: line-through; 
}
.red{
	color: red;
	font-size: 1.2rem;
}

/*--images-----------------------------------*/
.insert{
	max-width:260px;
}
.insert.flame{
	max-width: 300px;
	height: 230px;
}
.flame-photo{
	position: relative;
}
.flame{
  position: absolute;
  right: -10px;
  bottom: -30px;
}
@media (max-width:1100px) {
.flame-photo{
 margin-bottom: 50px;
}
}
/*---------------------------------------------*/
.flex_box1{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.box1{
	line-height: 1.8;
	max-width: 600px;
	margin-right: 20px;
	font-size: 1.2rem;
}
.box1 b{
 font-size: 1.4rem;
}
.flex_box2{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	align-items: center;
}
.box2{
	line-height: 1.8;
	width: 50%;
	margin-left: 20px;
}

@media (max-width:1100px) {
  .box2{
  	width:60%;
  	margin-bottom: 50px;
  }
  .flex_box1, .flex_box2{
    flex-direction: column-reverse;
  }
  .box1{
  	width: 90%;
  }
}

footer{
	display: block;
	background-color: #e7ded4;
	height: 120px;
}

