@charset "utf-8";

ul{padding-left:0;}
li{list-style:none;}

#CM .sp {display: none;}
#CM .pc {display: block;}

#CM {
	font-family: 'Zen Maru Gothic', sans-serif;
	width: 100%;
	font-size: 62.5%;
	background: #fffefa;
}
#CM .clr_txt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#CM img {width: 100%;}

#CM .wrap {
	/* max-width: 1280px; */
	margin: 0 auto;
	position: relative;
}

#CM .cm_head{
	background: #ffe33e;
	padding: 2.5%;
}

#CM .ttl{
	width: 30%;
	display: flex;
	align-items: center;
}

#CM .ttl p{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}

#CM .cm_sub{
	padding: 5% 2%;
	background: #fffced;
}

#CM .cm_sub ul{
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	font-weight: bold;
	color: #754C24;
}

#CM .cm_sub li{
	font-size: 4rem;
	padding: 1%;
	background: #ffffff;
	margin:0 1% 1% 0%;
	border: solid 3px #803921;
}

#CM .cm_sub li:last-child{
	margin:0 0% 1% 0%;
}

#CM .red{color: red;}


/*--------リストここから--------*/
#CM  #cm_list {
	background: #fffced;
}
#CM #cm_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 13%;
}
#CM #cm_list ul li{
	width: 42%;
	margin-bottom: 6%;
}

#CM #cm_list ul:after {
display: block;
content:"";
width: 38%;
}

#CM .list_ttl{
	color: #9b1a00;
	text-align: center;
	font-size: 3rem;
	margin: 6% 0;
	line-height: 4rem;
	
	
}

#CM .list_txt{
	font-family: 'Noto Sans JP', sans-serif;
	color: #3a0a00;
	font-weight: bold;
	text-align: justify;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 2.8rem;
	
}


#CM #cm_list ol{
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	color: #3a0a00;
	font-weight: bold;
	font-size: 1.8rem;
	flex-direction:column;
	letter-spacing: 0.1rem;
	padding: 0;
	counter-reset:list;
	list-style-type:none;
}

#CM #cm_list ol li{
	width: 100%;
	position:relative;
	padding: 0 0 0 40px;
	margin: 7px 0 7px 0px;
}

#CM #cm_list ol li::before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #9b1a00;
  line-height:30px;
  background: #ffe33e;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*--------リストここまで--------*/


#CM #contact{
	background: #ffe33e;
	padding: 4%;
}

#CM #contact h3{
	font-size: 3.5rem;
	color: #9b1a00;
	text-align: center;
	margin-bottom: 3%;
	letter-spacing: 0.3rem;
}

#CM .cont_inner{
	display: flex;
	justify-content: space-around;
}

#CM .cont_box {
    width: 49%;
    background: #fff;
    padding: 4%;
    border-radius: 10px;
    border: solid 3px #803921;
}

#CM .cont_box p.con_ttl{
	font-size: 2.5rem;
	color: #9b1a00;
	margin-bottom: 5%;
	border-bottom: dotted 3px #9b1a00;
}

#CM .cont_box p.tel{
	color: #333333;
	font-size: 3rem;
	text-align: center;
	padding: 3%;
}

#CM .btm{
	display: block;
	padding: 4%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #F7F7F7;
	background: #803921;
	border-radius: 15px;
	transition:.3s;
}

#CM .btm:hover {
    background-color: #d77251;
    transition:.3s;
}


/*--------動画--------*/

#CM #movie{
	padding: 6% 1%;
	display: flex;
	justify-content: center;
	background: #fff7c7;
}

#CM #movie .txt{
	width: 52%;
	margin-left: 2%;
	padding: 1% 0;
}
#CM #movie img{
	width: 18%;
	margin-bottom: 1%;
	/* background: white; */
	padding: 1%;
	border-radius: 10px;
}

#CM #movie .ttl{
	width: 100%;
	display: flex;
	align-items: center;
}

#CM #movie .txt_box{
	color: #3a0a00;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	background: white;
	padding: 4% 2%;
	border: solid 3px #803921;
	border-radius: 10px;
}

#CM .movie{
    width: 45%;
    /* margin: 0 auto; */
    /* border-radius: 10px; */
}
#CM .movieCon{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;/*動画サイズ16:9の時縦÷横の比率*/
	/*box-shadow: 10px 10px #ff7300;*/
}
#CM .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    /* border-radius: 15px; */
}
