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

/*全体*/

section{
	margin-bottom: 3rem;
}

h2{
	color: #fff;
	background: #5f0b75;
	font-size: 1.7rem;
	padding: 10px 10px;
	margin-bottom: 2rem;
	font-family: "Zen Antique", serif;
	font-weight: 600;
}


/*ヘッダー=============================================*/
header{
	max-width: 1100px;
	margin: 0 auto;
}

h1{
	text-align: center;
	color: #fff;
	background: #5f0b75;
	padding: 20px 5px 10px;
	font-weight: 600;
	font-size: 3rem;
	line-height: 0.9;
	font-family: "Zen Antique", serif;
    font-style: normal;
}

h1 span{
	font-size: 1.3rem;
	font-weight: 600;
}

h1 span br{
	display: none;
}

nav ul{
	display: flex;
	flex-grow: 1;
	color: #fff;
	background: #5f0b75;
	justify-content: space-between;
	width: 100%;
}

nav li{
	display: flex;
	text-align: center;
	width: calc((100% - 5px)/6);
	justify-content: center;
	font-family: "Zen Antique", serif;
	font-weight: 600;
}

nav li + li{
	border-left : 1px solid #fff;
}

nav a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px 3px;
}

nav a:hover{
	background: #8420a5;
}

/*奉納のぼり専門店についての文章============================*/
.about-p{
	margin-bottom: 1rem;
	margin-top: 1rem;
	background: #f8e3ff;
	padding: 10px;
}


/*デザインカテゴリ====================================*/

.design-cate p{
	margin-bottom: 1rem;
}

.design-cate p a{
	text-decoration: underline;
	text-decoration-color:#8420a5;
	color: #8420a5;
}

.design-cate ul{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #5f0b75;
	border-bottom: 1px solid #5f0b75;
	width: 100%;
}

.design-cate li{
	padding: 12px 20px;
	border-left: 1px solid #5f0b75;
	flex-grow: 1;
}

.design-cate li:last-child{
	border-right: 1px solid #5f0b75;
}

.design-cate figure{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	text-align: center;
}

.design-cate img{
	width: 55%;
	margin: 0 auto;
}

.design-cate figcaption{
	color: #fff;
	background: #5f0b75;
	margin-top: 10px;
	padding: 8px;
	font-weight: bold;
}

/*商品一覧=================================*/


.ichiran h2{
	margin-bottom: 0;
}

.ichiran ul{
	display: flex;
	border: 1px solid #5f0b75;
	padding: 30px 15px 20px;
	justify-content: space-around;
	gap: 25px 8px;
}

.ichiran li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ichiran li img{
	max-width: 100%;
	 width: auto;
    height: auto;
}

.ichiran h3 {
	display: flex;
	background: #5f0b75;
	color: #fff;
	width: 150px;
	padding: 8px 5px;
	font-weight: bold;
}

.ichiran h3 span{
	margin: 0 auto;
 }



/*名入れ商品のご注文方法===============================*/

.naire-order-block{
	border: 1px solid #5f0b75;
	padding: 15px 10px;
	margin-bottom: 1rem;
}

.naire-order-block .buy{
	margin: 20px auto;
}

.naire-block{
	
	display: flex;
	justify-content: space-around;
	
	
}

.nb-1{
	width: 58%;
}

.naire-block-inner{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap:15px;
	width: 41%
}


.nb-2 img{
	height: 186px;
	width: 103px;
	margin: 0 auto;
}

.nb-3 img{
	height: 186px;
	margin: 0 auto;
}

.nb-4 img{
	height: 186px;
	width: 66px;
	margin: 0 auto;
}

.nb-4 {
	padding: 0 0 0 3%;
	margin-right: 2%;
}

.naire-block figure{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap:10px;
}


/*名入れ、白地ののぼりブロック====*/
.naire-block2{
	display: flex;
	justify-content: space-around;
	gap:10px;
}

.nb2-1{
	width: 57%;
}

.naire-block2-inner{
	display: flex;
	justify-content: center;
	gap:15px;
	width: 41%;
}

.naire-block2-inner img{
	height: 186px;
	margin: 0 auto;
}

/*主祭神========================================*/
.mongon-ul{
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #5f0b75;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mongon-ul li{
	width: 24%;
	text-align: center;
	padding: 7px;
	flex-grow: 1;
	border: 1px solid #5f0b75; 
	margin: -1px 0 0 -1px;
}

.mongon-ul:after{
	content: "";
    display: block;
    width: 75%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

/*購入はこちらからボタン*/
.buy{
	margin:50px 0 60px;
}

.buy a{
	display: block;
	width: 90%;
	color: #fff;
	font-size: 2rem;
	padding: 1rem .5rem;
	background-color: #5f0b75;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 2px solid #5f0b75;
	margin: 2rem auto 30px;
	border-radius: 10px;
	font-weight: bold;
}

.buy a:hover{
	background: #f8e3ff;
	color: #5f0b75;
}

.buy a span{
	position: relative;
	padding-left: 36px;
}

.buy a span:before{
	content: "";
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	border: 1px solid #fff;
}

.buy a span:after{
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-top: 3px solid #5f0b75;
	border-right: 3px solid #5f0b75;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -5px;
}

.buy a:hover span:before{
	border: 1px solid #5f0b75;
}


.buy a:hover span:after{
	border-top: 3px solid #5f0b75;
	border-right: 3px solid #5f0b75;
}


/*行事===========================================*/

.gyoji-block{
	border: 1px solid #5f0b75;
}

.gyoji ul{
	display: flex;
	width: 100%;
	border-bottom: 1px solid #5f0b75;
}

.gyoji-block ul:last-child{
	border-bottom: 0;
}

.gyoji li{
	padding: 7px;
}

/*.purpleとクラス名つけたliは背景紫*/
.purple{
	background: #f8e3ff;
}

/*〇月部分*/
.month{
	background: #5f0b75;
	color: #fff;
	font-weight: bold;
	width: 5rem;
	text-align: center;
	border-bottom: 1px solid #fff;
}

/*12月だけ下ボーダーなし*/
.month12{
	border-bottom: 0;
}

.gyoji .purple-ul li:not(.month){
	background:#f8e3ff;
}

.gyoji ul li:last-child{
	flex-grow: 1;
}

/*ご祈祷===========================================*/
.gokito:after{
	content: "";
    display: block;
    width: 50%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

/*カンタンご注文方法===========================*/

.ht-order h3, .semi-order h3{
	background: #5f0b75;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	height: 3rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.ht-order h3 span, .semi-order h3 span{
	font-size: 0.9rem;
}

.ht-order-block{
	display: flex;
	gap:5px;
	justify-content: space-between;
	align-items: center;
}

/*座っている巫女のブロック*/
.ht-order-div1{
	width: 18%; 
	display: flex;
	flex-direction: column;
	gap:10px;
}

/*注文方法6個ブロック*/
.ht-order-div2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px 3px;
	width: 80%;
	align-items: center;
}

.ht-order-div3{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid gray;
	height: 280px;
}

.ht-order-div3 div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: auto 0;
	gap:20px;
}

/*「デザインを選ぶ」の部分*/
.design-choice img{
	width: 93%;
}


.shitaji img{
	width: 90%;
	margin: 0 auto;
}


/*やじるし*/

.yajirushi{
	width: 10px;
}

.yajirushi2{
	display: none!important;
}

.ojigi{
	width: 25%;
}

/*セミオーダーについて==============================*/
.semi-order-div1{
	display: flex;
	flex-wrap: wrap;
	gap:10px 5px;
	align-items: center;
	justify-content: space-between;
}


.semi-order-div2{
	width: 23%;
	height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.semi-order-div2:not(.uketsuke){
	border: 1px solid gray;
}

.semi-order-div2 div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: auto 0;
	gap:20px;
	vertical-align: middle;
}

.semi-size img{
	width: 90%;
}


/*「受付」と書いている画像*/
.uketsuke img{
	width: 68%;
	margin: auto;
}

.uketsuke {
	text-align: center;
}

/*やじるし*/
.yajirushi3{
	display: none;
}

@media screen and (max-width: 849px){
/*ご注文方法*/
	.ht-order-div3{
	height: 240px;
}
	
/*セミオーダーについて==============================*/

.semi-order-div2{
	width: 23%;
	height: 270px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
	
.semi-order-div2 div{
		gap:10px;
	}
}

@media screen and (max-width: 827px){
	
/*カンタンご注文方法===========================*/

.ht-order-block{
	display: flex;
	flex-direction: column;
	gap:20px 5px;
	justify-content: space-between;
	align-items: center;
}

/*座っている巫女のブロック*/
.ht-order-div1{
	width: 95%; 
	display: flex;
	flex-direction: column;
	gap:10px;
	align-items: center;
}
	
.ht-order-div1 img{
	width: 30%;
	margin: 0 auto;
}

/*注文方法6個ブロック*/
.ht-order-div2{
	width: 100%;
}
	
/*セミオーダーについて==============================*/
.semi-order-div1{
	display: flex;
	flex-wrap: wrap;
	gap:10px 3px;
	align-items: center;
	justify-content: space-between;
}
	
.semi-order-div1:after{
	content: "";
    display: block;
    width: 33.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.semi-order-div2{
	width: 31%;
	gap:5px;
	height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
	
.semi-order-div2:not(.uketsuke){
	border: 1px solid gray;
}

.semi-order-div2 div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: auto 0;
	gap:8px;
	vertical-align: middle;
}


/*「受付」と書いている画像*/
.uketsuke img{
	width: 75%;
}

.uketsuke {
	text-align: center;
}

	.yajirushi3{
		display: block;
		width: 10px;
	}
	
	.yajirushi4{
		display: none;
	}
	
}

@media screen and (max-width: 814px){
	nav ul{
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
	
	nav li{
	width: calc(100%/3);
	align-items: center;
}
	nav li:nth-child(1), nav li:nth-child(2),nav li:nth-child(3){
		border-bottom: 1px solid #fff;
	}
	
	nav li:nth-child(4){
		border-left: 0;
	}
	
	nav a{
	height: 3.5rem;
}
	

	
/*商品一覧=================================*/

.ichiran ul{
	flex-direction: column;
	border: 1px solid #5f0b75;
	padding: 30px 15px 20px;
	justify-content: space-between;
}

.ichiran li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 0;
}
	
.ichiran li:last-child img{
		width: 28%;
	}


.ichiran h3{
	margin-bottom: 1.5rem;
}
	
/*名入れ商品のご注文方法===============================*/

.naire-block{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 15px 10px;
	margin-bottom: 1rem;
	gap:20px;
}

.nb-1{
	width: 100%;
}

.naire-block-inner{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap:15px;
	width: 100%
}


.nb-2 img{
	height: 200px;
	width: auto;
	margin: 0 auto;
}

.nb-3 img{
	height: 200px;
	width: auto;
	margin: 0 auto;
}

.nb-4 img{
	height: 200px;
	width: auto;
	margin: 0 auto;
}

.nb-4 {
	padding: 0 0 0 3%;
	margin-right: 2%;
}



/*名入れ、白地ののぼりブロック====*/
.naire-block2{
	flex-direction: column;
	justify-content: space-around;
	gap:20px;
	align-items: center;
}

.nb2-1{
	width: 100%;
}

.naire-block2-inner{
	justify-content: center;
	gap:15px;
	width: 100%;
}

.naire-block2-inner img{
	height: 200px;
	margin: 0 auto;
}
	

/*主祭神とかご祈祷とか========================================*/

.mongon-ul li{
	width: 49%;
	text-align: center;
	padding: 7px;
	flex-grow: 1;
	border: 1px solid #5f0b75; 
	margin: -1px 0 0 -1px;
}
/*２列になったときに白から紫になる行*/
	.purple-2{
		background: #f8e3ff;
	}
	
/*2列になった時に紫から白になる行*/
	.white{
		background: #fff;
	}
	
/*2列になった時に最後の行たちを非表示*/
	.none{
		display: none;
	}
	

}


@media screen and (max-width: 768px){
/*カンタンご注文方法===========================*/
	
.ht-order-div3{
	width: 48%;
	flex-direction: column;
	align-items: center;
	height: 350px;
}
	
/*セミオーダーについて==============================*/
	
.semi-order-div1:after{
	content: "";
    display: block;
    width: 33.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.semi-order-div2{
	width: 48%;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*「受付」と書いている画像*/
.uketsuke img{
	width: 30%;
	margin: 0 auto 10px;
}

.uketsuke {
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
	
/*やじるし*/
	
	.yajirushi5{
		display: none;
	}
	
	.yajirushi6{
		display: block!important;
		width: 10px;
	}
	
	
}

@media screen and (max-width: 619px){
	h1{
		font-size: 2.3rem;
	}
	
	h1 span{
		font-size: 1rem;
	}
	
	h2{
	    font-size: 1.5rem;
	}
	
/*カンタンご注文方法===========================*/
	
.ht-order-div3{
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid gray;
	height: 310px;
	}
	
/*セミオーダー=========================*/

.semi-order-div2{
	width: 48%;
	height: 310px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
	
/*「受付」と書いている画像*/
.uketsuke img{
	width: 30%;
	margin: 0 auto 10px;
}

.uketsuke {
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
	
/*購入はこちらからボタン====================*/
.buy a{
	font-size: 1.5rem;
}


	
}

@media screen and (max-width: 480px){
	h1 span br{
		display: block;
	}
	
/*デザインカテゴリ====================================*/

.design-cate ul{
	flex-wrap: wrap;
	border-top: 1px solid #5f0b75;
	border-bottom: 1px solid #5f0b75;
	border-right: 1px solid #5f0b75;
}

.design-cate li{
	width: 50%;
	border-left: 1px solid #5f0b75;
}
	
.design-cate li:nth-child(3){
	border-top: 1px solid #5f0b75;
}

.design-cate li:last-child{
	border-right: 0;
	border-top: 1px solid #5f0b75;
}
	
/*購入はこちらからボタン====================*/
.buy a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	padding: 1rem .5rem;
	background-color: #5f0b75;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 2px solid #5f0b75;
	margin: 20px auto;
	border-radius: 10px;
	font-weight: bold;
}
	
	
/*カンタンご注文方法===========================*/
	
.ht-order-div3{
	width: 100%;
	flex-direction: column;
	align-items: center;
	height: 350px;
}
	
/*セミオーダーについて==============================*/
	
.semi-order-div1:after{
	content: "";
    display: block;
    width: 33.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.semi-order-div2{
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*「受付」と書いている画像*/
.uketsuke img{
	width: 30%;
	margin: 0 auto 10px;
}

.uketsuke {
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
	
	.semi-order-div2 div{
		gap:15px;
	}
	
	.order img{
		width: 110%;
	}
	
	.namoji img{
		width: 105%;
	}
	
/*やじるし*/
	
	.yajirushi5{
		display: none;
	}
	
	.yajirushi6{
		display: block!important;
		width: 10px;
	}
	
	.yajirushi-all{
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}


}