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

/*全体*/

section{
	margin-bottom: 3rem;
}

h2{
	color: #fff;
	background: #5f0b75;
	font-size: 1.7rem;
	padding: 10px 10px;
	margin-bottom: 2rem;
	margin-top: 1rem;
	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;
}

/*テーブル====================================*/
.table-wrap{
	margin: 0 0 80px;
	padding-bottom: 30px;
	overflow-x: auto;
}

table{
	border: 2px solid #5f0b75;
	width: 100%;
	min-width: 900px;
}

th, td{
	padding: 7px 5px;
	border: 1px solid #5f0b75;
}

th{
	background: #5f0b75;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	text-align: center;
}

td{
	vertical-align: middle;
}

tr td:first-child{
	font-weight: bold;
	width: 15%;
}

tr td:nth-child(2){
	width: 22%;
}

tr td:last-child{
	width: 61%;
}
@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%;
	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: 85%;
}

.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;
}


	
}

@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: 90%;
	color: #fff;
	font-size: 1.7rem;
	padding: 1rem .5rem;
	background-color: #5f0b75;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 2px solid #5f0b75;
	margin: 30px auto 60px;
	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;
	}


}