@charset "utf-8";

#CM .sp {
	display: block;
}
#CM .pc {
	display: none;
}

#CM {
	font-family: 'Zen Maru Gothic', sans-serif;
	width: 100%;
	font-size: 62.5%;
	background: #fffced;
}
#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: 3%;
}

#CM .ttl{
	width: 90%;
	/* display: flex; */
	/* align-items: center; */
	/* margin: 5% 0; */
}

#CM .cm_sub{
	padding: 5% 2%;
	background: #fffced;
}

#CM .cm_sub ul{
	font-weight: bold;
	color: #754C24;
}

#CM .cm_sub li{
	font-size: 2.1rem;
	padding: 1%;
	background: #ffffff;
	margin: 0 0 3% 0%;
	border: solid 3px #803921;
	text-align: center;
}

#CM .cm_sub li:last-child{
	margin:0 0% 1% 0%;
}

#CM .red{color: red;}


#CM  #cm_list {
	background: #fffced;
}
#CM #cm_list ul{
	padding: 0 5%;
}
#CM #cm_list ul li{
	margin-bottom: 13%;
}

#CM #cm_list ul:after {
display: block;
content:"";
width: 38%;
}

#CM .list_ttl{
	color: #9b1a00;
	text-align: center;
	font-size: 2.5rem;
	margin: 3% 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;
	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 30px;
	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: 6% 3%;
}

#CM #contact h3{
	font-size: 2.5rem;
	color: #9b1a00;
	text-align: center;
	margin-bottom: 5%;
	letter-spacing: 0.3rem;
}


#CM .cont_box {
    background: #fff;
    padding: 4% 3%;
    border-radius: 10px;
    border: solid 3px #803921;
    margin-bottom: 2%;
}

#CM .cont_box p.con_ttl{
	font-size: 2rem;
	color: #9b1a00;
	margin-bottom: 5%;
	border-bottom: dotted 3px #9b1a00;
}

#CM .cont_box p.tel{
	color: #333333;
	font-size: 2.5rem;
	text-align: center;
	padding: 0%;
}

#CM .btm{
	display: block;
	padding: 5%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #F7F7F7;
	background: #803921;
	border-radius: 15px;
	transition:.3s;
}

/*--------動画--------*/

#CM #movie{
	padding: 5% 4%;
	background: #fff7c7;
}

#CM #movie .txt{
	/* width: 52%; */
	margin-top: 2%;
	/* padding: 1% 0; */
}

#CM #movie .ttl{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5% 0;
}

#CM #movie .ttl p{
	width: 80%;
	font-size: 1.7rem;
	margin-left: 2%;
	/* margin-bottom: 1%; */
	/* background: white; */
	/* border-radius: 7px; */
	/* padding: 2%; */
}
#CM #movie .ttl img{
	width: 22%;
	/* margin-bottom: 1%; */
	/* background: white; */
	/* border-radius: 7px; */
	/* padding: 2%; */
}

#CM #movie .txt_box{
	color: #3a0a00;
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	padding: 0;
	text-align: justify;
	background: white;
	padding: 6%;
	border: solid 3px #803921;
	border-radius: 10px;
}

#CM .movie{
    /* width: 94%; */
    margin: 0 auto;
}
#CM .movieCon{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;/*動画サイズ16:9の時縦÷横の比率*/
	/* box-shadow: 7px 5px #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; */
}


