@charset "UTF-8";
/* CSS Document */
img {
	width: auto;
}
.p5-main-img img {
	width: 100%;
}
.p5-left-img img {
	width: 100%;
}
.p5-right-img img {
	width: 100%;
}
.p5-sub-title {
	width: 100%;
margin-left:auto;
margin-right: auto;
    text-align: center;
    font-size: 2em;
	margin: 50px auto;
	line-height: 2.3em;
}
.p5-sub-title_in {
	width: 80%;
float: left;
    text-align: center;
	margin: 50px auto;
}
.title_img01 {
	width: 10%;
	float: left;
	margin-top: 2%;
}
.title_img02 {
	width: 10%;
	float: right;
	margin-top: 2%;
}
.p5-all-text {
	width: 100%;
	margin-bottom: 50px;
}
.p5-all {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p5-all a {
    text-decoration: underline;
}
.p5-left-img {
	width:  45%;
	float: left;
	margin-right: 2%;
}
.p5-left-img_in_text {
	margin-top: 10px;
	text-align: center;
}
.p5-right-img_in_text {
	margin-top: 10px;
	text-align: center;
}

.p5-right-text {
	width:  50%;
	float: left;
	margin-left: 2%;
}
.p5-right-img {
	width:  45%;
	float: right;
	margin-left: 2%;
}
.p5-left-text {
	width:  50%;
	float: left;

}
.p5-img3 {
	width: 30%;
	float: left;
	padding-right: 3%;
}
.p5-youtube-text {
	margin-top: 100px;
}
/*! 埋め込み動画をレスポンシブ対応させる */
.youtube-responsive{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 2% 0;
}

.youtube-responsive iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px){

/*.mon_title {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    min-height: 70px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
	margin-bottom: 50px;
}
 
.mon_title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#866251;
  border-radius: 5px;

} */
	.mon_title-in {
    width: 100%;
    font-size: 1.5em;
    color: #42210B;
    letter-spacing: 2px;
    font-weight: bold;
	text-align: center;
}	

	.p5-sub-title {
width: 100%;
		margin-left:auto;
margin-right: auto;
    font-size: 1.5em;
	margin: 10px auto;
}
	.p5-sub-title_in {
	width: 80%;
float: left;
    text-align: center;
	margin: 10px auto;
}
.p5-left-img {
	width:  90%;
	float: none;
margin-left:auto;
margin-right: auto;
}

.p5-right-text {
	width:  96%;
	float: none;
margin-left:auto;
margin-right: auto;
}
.p5-right-img {
	width:  96%;
	float: none;
margin-left:auto;
margin-right: auto;
}
.p5-left-text {
	width:  90%;
	float: none;
margin-left:auto;
margin-right: auto;

}	
}