@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:768px) {

/*　画面サイズが768pxからはここを読み込む　*/
/*--common---------------------------------------------------------*/
.web{
  display: none;
}

.sp{
  display: inline-block;
}

h2{
  letter-spacing: 1px;
}

p{
  font-size: 13px;
}



/*--article---------------------------------------------------------*/
article{
  	width: 100%;
    min-width: 320px;
  	height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  	top: 55px;
}

/*----------------------------------------
    メインビジュアル
-----------------------------------------*/
#section_main{
  display: none;
}

#section_main2{
	width: 100%;
  min-width: 320px;
	height: 278px;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background: url('../img/mainvisual_sp.jpg') no-repeat center 0;
  background-size:auto 278px;
  overflow:hidden;
}

/*----------------------------------------
    コンバージョンエリア
-----------------------------------------*/
.conversion_area{
	width: 100%;
	height: 192px;
	background: url('../img/background.jpg') repeat center 0;
  background-size: contain;
	border-top: solid 1px  #c98518;
  text-align: center;
}

.conversion_area_inner{
	width: 310px;
	height: 170px;
	border-radius:2px;
	background:white;
	margin: 10px auto;
	box-shadow: 0 0 8px #666666;
}

.conversion_area_inner h2{
	padding: 13px 0 0px 0;
  font-size: 19px;
}

.conversion_area_inner p{
	padding: 0 0 0px 0px;
}


.conversion_area_inner p img{
  width: 37px;
  height: 24px;
	padding: 0 9px 12px 9px;
}

.conversion_area_button{
	width: 100%;
	height: 38px;
  margin: 9px 0 0 0;
}

.conversion_area_button img{
	width: 137px;
	height: 40px;
}

.conversion_area_button img:hover{
	opacity: 0.5;
	transition: 0.5s;
}

.siryou2_img{
	padding: 0px;
}

.kengaku2_img{
	padding:0px;
}

/*----------------------------------------
    説明文
-----------------------------------------*/

#setumei_area{
	width: 100%;
	height: 210px;
	border-top: solid 1px  #c98518;
	text-align: center;
  background: url('../img/background_nichiryoku_sp.jpg') no-repeat center 0;
  background-size: cover;
}

#conversion_area_inner{
	min-width: 310px;
	height: 170px;
	margin: 10px auto;
}

#setumei_area_inner h2{
	color: #9e641e;
	line-height: 25px;
	padding: 17px 0 12px 0;
  font-size: 17px;
}

#setumei_area_inner h2 span{
	letter-spacing: 8px;
	color: #9e641e;
}

#setumei_area_inner p{
	line-height: 30px;
	letter-spacing: 1px;
  font-size: 14px;
}

/*----------------------------------------
    堂内陵墓とは？
-----------------------------------------*/

#content1_area{
	width: 100%;
	height: 104px;
	border-top: solid 1px  #c98518;
  border-bottom: solid 2px  #c98518;
	text-align: center;
}

#content1_area_inner{
	min-width: 310px;
	margin: 0px auto;
}

#content1_area h2{
	color: #9e641e;
	padding: 50px 0 17px 0;
  font-size: 23px;
}

#content1_area h2 span{
	letter-spacing: 8px;
	color: #9e641e;
}



/*コンテンツ1*/

#content1_container{
	width: 100%;
	height: auto;
	margin: 2px auto 0 auto;
}

.content1_left{
	width: 100%;
  min-width: 310px;
	max-height: 160px;
  background: url('../img/content1_01sp.jpg') no-repeat center 0;
  background-size: cover;
  overflow:hidden;
}

.content1_right{
	width: 100%;
  min-width: 310px;
	height: 160px;
	background: url('../img/background2.jpg') repeat center 0;
  background-size: cover;
}

.content1_right h3{
  width: 310px;
  min-width: 310px;
  margin: 0 auto;
  color: #9e641e;
	padding: 10px 0 0px 0;
  font-size: 20px;
}

.content1_right p{
    width: 310px;
		min-width: 310px;
		margin: 0 auto;
		line-height: 25px;
		letter-spacing: 2px !important;
		font-size: 15px !important;
		padding: 0 !important;
		color: #191919 !important;
}

/*コンテンツ2*/

#content2_container{
	width: 100%;
	height: auto;
	margin: 2px auto 0 auto;
}

.content2_left{
	width: 100%;
  min-width: 310px;
	max-height: 160px;
  background: url('../img/content1_02sp.jpg') no-repeat center 0;
  background-size: cover;
  overflow:hidden;
}

.content2_right{
	width: 100%;
  min-width: 310px;
	height: 160px;
	background: url('../img/background2.jpg') repeat center 0;
  background-size: cover;
  margin: 0 auto;
}

.content2_right h3{
  position: absolute;
  left: 0;
  right: 0;
  width: 310px;
  min-width: 310px;
  margin: 0 auto ;
  color: #9e641e;
	padding: 18px 0 12px 0;
  font-size: 20px;
  clear: right;
}

.content2_right p{
  position: absolute;
  left: 0;
  right: 0;
    width: 310px;
		min-width: 310px;
		margin: 55px auto 0 auto;
		line-height: 25px;
		letter-spacing: 1px !important;
		font-size: 15px !important;
		padding: 0 !important;
		color: #191919 !important;
    clear: right;
}

/*コンテンツ3*/

#content3_container{
	width: 100%;
	height: auto;
	margin: 2px auto 0 auto;
}

.content3_left{
	width: 100%;
  min-width: 310px;
	max-height: 160px;
  background: url('../img/allinone_sp.jpg') no-repeat center 0;
  background-size: cover;d
  overflow:hidden;
}

.content3_right{
	width: 100%;
  min-width: 310px;
	height: 220px;
	background: url('../img/background2.jpg') repeat center 0;
  background-size: cover;
}

.content3_right h3{
  width: 310px;
  min-width: 310px;
  margin: 0 auto;
  color: #9e641e;
	padding: 15px 0 5px 0;
  font-size: 20px;
}

.content3_right p{
    width: 310px;
		min-width: 310px;
		margin: 0 auto;
		line-height: 25px;
		letter-spacing: 2px !important;
		font-size: 15px !important;
		padding: 0 !important;
		color: #191919 !important;
}

/*----------------------------------------
    赤坂一ツ木陵苑の魅力
-----------------------------------------*/

#content2_area{
	width: 100%;
	height: auto;
	border-top: solid 1px  #c98518;
	padding:0;
	text-align: center;
	clear: both;
}



#content2_area h2{
	color: #9e641e;
	padding: 50px 0 25px 0;
	border-bottom: solid 2px  #c98518;
  font-size: 27px;
}


/*コンテンツエリア*/
#content2_container{
	width: 100%;
	height: 1050px;
	background: url('../img/background3.jpg') repeat center 0;
	padding: 0;
	margin: 0;
}

#content2_container_inner{
	width: 300px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content2_container h3{
	color: #9e641e;
	padding: 25px 0 25px 0;
  line-height: 25px;
	font-size: 20px;
	color: #a0651f;
}

#content2_leftbox{
	width:300px;
	height: 415px;
	float: left;
	background: url('../img/nedan_sp.jpg') no-repeat center 0;
}

#content2_rightbox{
	width:100%;
	height: auto;
	margin: 0 auto;
	clear: both;
}

#content2_rightbox h4{
  text-align: center;
  color: #9e641e;
	padding: 25px 0 25px 0;
	font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
	color: #a0651f;
}

#content2_rightbox_text{
	width: 100%;
	height: auto;
	background: white;
	border: solid 2px  #eaa221;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  padding: 0 0 25px 0;
}

#content2_rightbox_text h5{
  color: #9e641e;
	padding: 10px 0 5px 10px;
	font-size: 20px;
	color: #a0651f;
}

#content2_rightbox_text p{
	font-size: 15px;
	padding: 25px;
	text-align: left;
	margin: 0;
	padding: 0px 10px 0 10px;
	line-height: 25px;
	letter-spacing: 1px;
}


/*----------------------------------------
    赤坂一ツ木陵苑の魅力
-----------------------------------------*/
#content3_area{
	width: 100%;
	height: auto;
	border-bottom: solid 1px  #c98518;
}

#content3_area_inner{
	width: 100%;
	height: 170px;
	background: url('../img/img_02.jpg') no-repeat center 0;
}

#content3_area_box{
	width: 100%;
	height: auto;
	background: #000;
	text-align: center;
	border-top: solid 1px  #c98518;
}

#content3_area_box_text{
	width: 300px;
	height: auto;
  margin: 0 auto;
}

#content3_area_box_text h5{
  color: #9e641e;
	padding: 20px 0 20px 0;
  line-height: 25px;
	font-size: 20px;
	color: #a0651f;
}

#content3_area_box_text p{
	font-size: 15px;
	padding: 25px;
	text-align: left;
	margin: 0 0 25px 0;
	padding: 0px 5px 0 5px;
	line-height: 22px;
	letter-spacing: 1px;
  color: white;
}

/*----------------------------------------
    戒名の授与
-----------------------------------------*/

#content4_area{
	width: 100%;
	height: auto;
	border-bottom: solid 1px  #c98518;
  background: url('../img/background4.jpg') repeat center 0;
}

#content4_area_inner{
	width: 300px;
	height: 660px;
	text-align: center;
	margin: 0 auto;
}

#content4_area_inner h2{
	color: #9e641e;
	padding: 25px 0 25px 0;
	font-size: 20px;
	color: #a0651f;
}

#content4_area_inner p{
	width: 300px;
	height: auto;
	display: block;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 30px 0 30px 0;
  margin: 0;
}

#content4_area_inner img{
  width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}

/*----------------------------------------
    大理石
-----------------------------------------*/

#content5_area{
	width: 100%;
	height: auto.
  background: url('../img/background3.jpg') repeat center 0;
}

#content5_area_inner{
	width: 300px;
	height: 590px;
	text-align: center;
	margin: 0 auto;
}

#content5_area_inner h2{
	color: #9e641e;
	padding: 25px 0 25px 0;
	font-size: 20px;
	color: #a0651f;
}

#content5_area_inner p{
	width: 300px;
	height: auto;
	display: block;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 30px 0 30px 0;
  margin: 0;
}

#content5_area_inner img{
  width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}

/*----------------------------------------
    動画
-----------------------------------------*/

#content6_area{
	width: 100%;
	height: auto;
  background: url('../img/background4.jpg') repeat center 0;
}

#content6_area_inner{
	width: 300px;
	height: 270px;
	text-align: center;
	margin: 0 auto;
}

#content6_area_inner h2{
	color: #9e641e;
	padding: 25px 0 25px 0;
	font-size: 20px;
	color: #a0651f;
}



/*----------------------------------------
    住職
-----------------------------------------*/

#content7_area{
	width: 100%;
	height: auto.
  background: url('../img/background3.jpg') repeat center 0;
}

#content7_area_inner{
	width: 300px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
}

#content7_area_inner h2{
	color: #9e641e;
	padding: 25px 0 0 0;
	font-size: 20px;
	color: #a0651f;
}

#content7_area_inner p{
	width: 300px;
	height: auto;
	display: block;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 25px 0px 30px 0px;
  margin: 0;
}

/*----------------------------------------
    お客様の声
-----------------------------------------*/

#content8_area{
	width: 100%;
	height: auto.
  background: url('../img/background4.jpg') repeat center 0;
}

#content8_area_inner{
	width: 300px;
	height: 560px;
	text-align: center;
	margin: 0 auto;
}

#content8_area_inner h2{
	color: #9e641e;
	padding: 25px 0 0 0;
	font-size: 20px;
	color: #a0651f;
}

#content8_area_inner iframe{
  padding: 25px 0 0 0;
}

/*----------------------------------------
    アクセス
-----------------------------------------*/

#content9_area{
	width: 100%;
	height: auto.
  background: url('../img/background4.jpg') repeat center 0;
}

#content9_area_inner{
	width: 300px;
	height: 420px;
	text-align: center;
	margin: 0 auto;
}

#content9_area_inner h2{
	color: #9e641e;
	padding: 25px 0 0 0;
	font-size: 20px;
	color: #a0651f;
}

#content9_area_inner p{
	width: 300px;
	height: auto;
	display: block;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 20px;
	padding: 25px 0 30px 0;
  margin: 0;
}

#content9_area_inner img{
  width: 300px;
}


/*----------------------------------------
    よくある質問
-----------------------------------------*/

#content10_area{
	width: 100%;
	height: auto.
  background: url('../img/background4.jpg') repeat center 0;
}

#content10_area_inner{
	width: 300px;
	height: 1100px;
	text-align: center;
	margin: 0 auto;
}

#content10_area_inner h2{
	color: #9e641e;
	padding: 25px 0 25px 0;
	font-size: 20px;
	color: #a0651f;
}


#content10_area_inner p{
	width: 300px;
	height: auto;
	display: block;
	text-align: left;
	float: left;
  font-size: 15px;
	line-height: 20px;
  letter-spacing: 1px;
	margin: 10px 0 30px 0;
	display: block;
}

#content10_area_inner img{
	width: 12px;
	height: auto;
	float: left;
	padding: 4px 8px 20px 0;
	display: block;
}

.text_box1{
	width: 100%;
	height: 150px;
	margin: 0 0 50px 0;
}

.text_box2{
	width: 100%;
	height: 200px;
	margin: 0 0 35px 0;
}

.text_box3{
	width: 100%;
	height: 200px;
	margin: 0 0 50px 0;
}

.text_box4{
	width: 100%;
	height: 250px;
	margin: 0 0 5px 0;
}

.fontbold{
	font-weight:500;
	color: #000066;
}

.width870px{
	width: 280px !important;
	margin:0 !important;
  padding:0 0 10px 0; !important;
}

footer p{
	width: 300px;
	font-size: 10px;
	padding: 10px 0 0 0;
	color: white;
	margin: 0 auto;
}
