@charset "UTF-8";

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/secMain_tsukematsuri.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#secTop > .topTitle h1{
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

#secTop > #startborder h1{
/*	background-color: rgba(255,255,255,0.7);*/
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #fff;
}

.container {
	padding-top: 6vw;
}

h2 {
	text-align: center;
	margin-bottom: 2vw;
 }

/* 22px @ 390px increasing to 40px @ 1080px */
h2 {
  font-size: min(max(22px, calc(1.375rem + ((1vw - 3.9px) * 2.6087))), 40px);
  /* Note: The calc base value (1.375rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.6087 = 100 * font-size_difference / viewport_width_difference */

  /* Safari resize fix */
  min-height: 0vw;
  /*border-bottom: 1px solid #808080;
  padding: 10px 16px;
  min-width: 240px;
  max-width: 95vw;
  text-align: center;
  margin: 0px auto 4vw;*/
}



h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1vw;
	color: #e60012;
}

/* 18px @ 390px increasing to 20px @ 1080px */
h3 {
  font-size: min(max(18px, calc(1.125rem + ((1vw - 3.9px) * 0.2899))), 20px);
  min-height: 0vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝ここからスタート*/


.leadTxt{
	text-align: left;
    margin-bottom: 40px;
}

.itemBox{
	width: 80%;
    margin: 0px auto 30px;
    padding: 20px;
    background-color: rgba(240,240,240,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s;
}

.rootTxtLink{
	padding: 20px 0 0;
}

.inner{
	padding: 0 2.5vw 6vw;
}


.redTitle {
    text-align: center;
    font-weight: normal;
    color: #e60012;
    font-size: 1.2em;
    line-height: 2.25;
    padding-bottom: 1.5em;
    border-bottom: 1px solid black;
    margin: 0px auto 1.5em;
}

.dashiWap {
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.dashiBox {
    max-width: 24%;
    margin-bottom: 20px;
}

.dImg {
    width: 100%;
}

.dName {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

.dlead {
    text-align: center;
    color: #e6002b;
    margin-bottom: 5px;
}

.dTime {
    font-size: 14px;
    margin-bottom: 10px;
}

.dTxt {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
}

.dashiWap::after {
    content: "";
    display: block;
    width: 33%;
}


.about_tsukematsuri {

}

.about_tsuke_maoi,
.about_tsukematsuri_how{

}

.about_tsuke_flex{
	width: 100%;
    max-width: 980px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.about_tsuke_maoi .about_tsuke_flex p {
    max-width: 65%;
    margin-bottom: 20px;
}

.about_tsuke_maoi .about_tsuke_flex .about_tsuke_img {
    max-width: 30%;
    margin-bottom: 20px;
}

.about_tsuke_maoi .about_tsuke_flex .about_tsuke_img img{
    width: 100%;
}

.about_tsukematsuri_how .about_tsuke_flex p {
    max-width: calc(100% / 2);
    margin-bottom: 20px;
}

.about_tsukematsuri_how .about_tsuke_flex .about_tsuke_img {
    max-width: calc(100% / 2);
    margin-bottom: 20px;
}

.tsukematsuri_map{
	width: 100%;
    max-width: 980px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.mapImg,
.dantai {
    max-width: calc(100% / 2);
    margin-bottom: 20px;
}

.mapImg img{
	width: 100%;
}

.mapImg p{
	font-size: 12px;
}

.dantai {
	padding-left: 20px;
}

/*.dantai .dantaiTitl{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}*/
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/


@media handheld, only screen and (max-width: 767px) {
	#secTop {
		background: url(../img/main/secMain_tsukematsuri_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.topCau {
		padding: 1vw 1vw;
		text-align: left;
	}

	.shintoRitual{
		flex-wrap: wrap;
	}

	.shintoRitual dl {
		margin: 0 auto 30px ;
	    text-align: center;
	    width: auto;
	}

	.shintoRitual img{
	    width: auto;
	}

	.shintoRitual dt{
	    height: auto;
	    max-height: auto;
	}

	.shintoRitual_txt{
	    height: auto;
	    max-height: auto;
	}

/*＝＝＝＝＝写真ひだり　SP*/

	.dashiBox {
	    max-width: 48%;
	    margin-bottom: 20px;
	}


	.about_tsuke_maoi .about_tsuke_flex p {
	    max-width: 100%;
	}

	.about_tsuke_maoi .about_tsuke_flex .about_tsuke_img {
		max-width: 100%;
	    width: 100%;
	    text-align: center;
	}

	.about_tsuke_maoi .about_tsuke_flex .about_tsuke_img img{
	    width: auto;
	}

	.about_tsukematsuri_how .about_tsuke_flex p {
	    max-width: 100%;
	}

	.about_tsukematsuri_how .about_tsuke_flex .about_tsuke_img {
		max-width: 100%;
	    width: 100%;
	    text-align: center;
	}

	.about_tsukematsuri_how .about_tsuke_flex .about_tsuke_img img {
		max-width: 100%;
	    width: auto;
	}


	.mapImg,
	.dantai {
	    max-width: 100%;
	    width: 100%;
	}

	.mapImg img{
		width: 100%;
	}

	.mapImg p{
		font-size: 12px;
	}

	.dantai {
		padding-left: 0;
	}


}


@media handheld, only screen and (max-width: 480px) {



}
