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

/*全体*/

html{
	scroll-behavior: smooth;
}

main{
	max-width: 1000px;
	padding-top: 0;
	line-height: 1.7;
}

section{
	margin-bottom: 5rem;
}

p{
	line-height: 1.7;
}

a{
	font-family: "Zen Antique", serif;
}



h2{
	color: #fff;
	background: #5f0b75;
	font-size: 1.7rem;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 2rem;
	font-family: "Zen Antique", serif;
	font-weight: 600;
	display: flex;
    align-items: center;
	position: relative;
	border: 1px solid #5f0b75;
}

h2 br{
	display: none;
}

h2 span{
	border-right:10px solid #fff;
	border-left:10px solid #fff;
	width: 100%;
	padding: 10px 0;
}

h2:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 8px;
	background: #fff;
	left: 11px;
	margin: 0 14px;
}

h2:after{
	content: "";
	position: absolute;
	right: 11px;
	height: 100%;
	width: 8px;
	background: #fff;
	margin: 0 14px;
}

h3{
	color: #fff;
	background: #CC5677;
	padding: 5px 0;
	font-size: 1.5rem;
	text-align: center;
	font-family: "Zen Antique", serif;
	font-weight: 600;
	margin-bottom: 2rem;
}

h3 span{
	border-bottom: 3px solid #B3375A;
	border-top: 3px solid #B3375A;
	display: block;
}

h4{
	display: inline-block;
	color: #fff;
	background: #5f0b75;
	padding: 5px 50px;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: "Zen Antique", serif;
}

img{
	max-width: 100%;
	width: auto;
}

.flex{
	display: flex;
	gap:15px;
}


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

.h1-wrapper{
	background: #5f0b75;
	padding: 30px 5px 30px;
	position: relative;
}

h1{
	font-size: 2.8rem;
	color: #fff;
	background: #5f0b75;
	text-align: center;
	font-family: "Zen Antique", serif;
	font-weight: 600;
	line-height: 0.9;
}

h1 span{
	font-size: 1.3rem;
	color: #fff000;
}

.flower-1{
	position: absolute;
	bottom: 0;
	left: 1.5%;
	max-width: 115px;
	z-index: 90;
}

/*花の画像部分*/
.flower{
	position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 120px;
}

.h1br2{
	display: none;
}

/*メニュー部分===============*/
nav{
	margin-bottom: 20px;
}

nav ul{
	display: flex;
	flex-grow: 1;
	color: #fff;
	background: #C43F65;
	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: 15px 3px;
}

nav a:hover{
	background: #C42754;
	opacity: 1;
}

/* メイン画像 */
.jinja-main-img{
	position: relative;
	z-index: 100!important;
}

/*=======================================
　　最初の文章
=========================================*/

.p-first {
	margin-bottom: 20px;
	padding: 15px;
	background: #f0eeff;
	filter: drop-shadow(4px 4px 0px #ccc);
}

.p-first strong{
	font-family: "Zen Antique", serif;
	font-weight: 600;
	font-size: 1.1rem;
}


/*=======================================
「デザインカテゴリ」
=========================================*/
.category p{
	margin-bottom: 10px;
}

.category ul p{
	font-family: "Zen Antique", serif;
	font-size: 1.1rem;
	padding: 3px 5px;
	background: #5f0b75;
	color: #fff;
}

.category ul{
	border: 2px solid #5f0b75;
	
}

.category li +  li{
	border-left: 2px solid #5f0b75;
}

.category li{
	width: 16.6%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}

.category li img{
	margin-bottom: 15px;
}

.category li a{
	display: block;
	padding: 15px;
}


.category li a:hover{
	background: #ECE9FB;
	transition: .3s;
	opacity: 1;
}

/*=========================================
「商品仕様」
====================================*/

.shiyo .flex-around{
	gap: 15px;
}

.shiyo-block-2 div:not(.size-list):not(.kiwaku-div){
	display: flex;
	flex-direction: column;
}

.tatekan-size{
	width: 40%;
}

.kiwaku-futosa{
	width: 58%;
}

.shiyo-block-2 h3{
	margin-bottom: 20px;
	position: relative;
}

.shiyo-block-2 h3:before{
	content: "";
	background: #fff;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 5px;
}

.size-list{
	height: 4.5rem;
	font-weight: bold;
}

.size-list p{
	display: flex;
	align-items: center;
}

.size-list p:before{
	content: "";
	width: 18px;
	height: 18px;
	background: #B3375A;
	margin-right: 7px;
}

.shiyo-block-2 img{
	display: flex;
	flex-direction: column;
	margin: auto;
}

.kiwaku-div{
	display: flex;
	text-align: center;
	gap:15px;
}

.kiwaku-div img{
	margin: 0 auto;
}

.kiwaku-p-bottom{
	background: rgb(250, 239, 242);
	padding: 3px 5px;
}

/*「看板面の素材について」より下=====*/
.shiyo-block-bottom h3{
	background: none;
    text-align: left;
    padding: 4px 3px 4px 10px;
    color: initial;
    border-left: 8px solid #B3375A;
	border-bottom: 1px solid #B3375A;
    margin-bottom: 15px;
}


/*「看板面の素材について」*/
.sozai-inner{
	gap:15px;
}

.sozai-inner p{
	width: 60%;
}

.sozai-inner div{
	width: 39%;
	text-align: center;
}


/*詳しくはこちらボタン*/

.products-nobori .btn-contact a:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #B3375A;
    margin-left: 20px;
}


/*==============================================
「既製品一覧」 .kisei
================================================*/
.kisei .wrap{
	gap:15px;
	flex-wrap: wrap;
}

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

.kisei-content{
	display: flex;
	justify-content: center;
	gap:12px;
	border: 1px solid #ccc;
	padding: 12px;
	width: 23%;
}

.kisei-content div{
	text-align: center;
}

.kisei-content div:first-child{
	width: 35%;
}

.kisei-content div:last-child{
	width: 64%;
}

.kisei-content p{
	font-weight: bold;
	font-size: 1.15rem;
	font-family: "Zen Antique", serif;
}

.kisei-content div:last-child{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.kisei-content a{
	font-weight: bold;
	color: #fff;
	padding: 12px 5px;
	background: #B3375A;
	
	line-height: 1.3;
	filter: drop-shadow(4px 4px 0px #ed7c9f);
	transition: 0.1s;
}

.kisei-content a:hover{
	filter: unset;
	transform: translate(3px,3px);
	opacity: 1;
}

/*=============================================
「別注品」
===============================================*/

.becchu li{
	text-align: center;
}

/*ご注文の流れ*/

.flow-block{
	flex-direction: column;
	align-items: center;
	gap:15px;
	margin-bottom: 30px;
}

.flow-content{
	color: #5f0b75;
	padding: 15px;
	background: #ECE9FB;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	border: 2px solid #5f0b75;
}

.flow-content:first-child p{
	border-bottom: 1px solid #5f0b75;
}

.flow-content a{
	display: flex;
	color: #fff;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border: 1px solid #5f0b75;
	max-width: 500px;
	margin: 10px auto 0;
	background: #5f0b75;
	border-radius: 7px;
}

.flow-content a .icon-mail4{
	font-size: 1.6rem;
	margin-left: 10px;
}

.flow-number{
	font-family: "Zen Antique", serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-right: 3px;
}

.flow-yajirushi{
	width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #5f0b75;
}

/*ご注文の流れの下部*/
.flow-bottom{
	padding: 15px;
	background: #D6CFF6;
	border-radius: 7px;
	margin-bottom: 50px;
}

.flow-bottom p{
	text-indent:-1em;
	padding-left: 1em;
}

/*=============================================
各神社ページへのボタン
==============================================*/
.btn-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
    gap: 15px;
	padding: 0 0.5rem;
}

.btn-jinjapage{
	background: #ECE9FB;
	padding: 7px;
	border: 3px solid #5f0b75;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
}

.btn-jinjapage a{
	border: 1px solid #5f0b75;
	display: block;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #5f0b75;
	padding: 5px;
	height: 100%;
}

.btn-jinjapage span{
	line-height: 1.3;
}

.kochira{
	margin-bottom: 7px;
}

.page-title{
	background: #5f0b75;
	padding: 4px 3px;
	color: #fff;
	width: 92%;
	margin: 0 auto 5px;
	border-radius: 7px;
}

.btn-jinjapage img{
	margin: auto;
	width: 95%;
}

.becchu-btn-img{
	width: 80%!important;
	margin: auto!important;
}

.btn-jinjapage:hover{
	filter: unset;
	transform: translateY(2px);
}



/*===============================================
「既製品例一覧」.kisei-samples 
=================================================*/
.kisei-samples ul{
	flex-wrap: wrap;
	gap:20px;
	margin-bottom: 30px;
}

.kisei-samples li{
	width: 8%;
}

.kisei-samples p{
	margin-bottom: 10px;
}

/*===============================
「道案内」
==================================*/



/*お問い合わせはこちらから*/

.btn-contact{
	border: 3px solid #B3375A;
	background: #FAEFF2;
	padding: 5px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
	transition: .1s;
	margin-bottom: 60px;
}

.btn-contact a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #B3375A;
	border: 1px solid #B3375A;
	padding: 12px 5px;
	height: 100%;
	font-family: "Zen Antique", serif;
	font-weight: 700;
}

.btn-contact:hover{
	filter: unset;
	transform: translateY(2px);
}


/*ウェブアイコン：メール*/
.icon-mail4{
	margin-left: 15px;
	font-size: 2.2rem;
}

/*「ご注文はこちらから」*/
.btn-order{
	border: 3px solid #5f0b75;
	background: #ECE9FB;
	padding: 4px;
	width: 95%;
	margin: 50px auto 60px;
	text-align: center;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
	transition: .1s;
}

.btn-order a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #5f0b75;
	border: 1px solid #5f0b75;
	padding: 10px 5px;
	height: 100%;
	font-family: "Zen Antique", serif;
	font-weight: 700;
	position: relative;
	line-height: 1.4;
}


.yajirushi-right:before{
	content: "";
	width: 0;
   height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #5f0b75;
	position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto 7px;
}

.site-span{
	display: block;
	font-size: 1rem;
}

.btn-order:hover{
	filter: unset;
	transform: translateY(2px);
}

@media screen and (max-width: 840px){
	h1 span{
		font-size: 1rem;
	}
	
	.flower-1{
		max-width: 100px;
		left: 1%;
	}
}


@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;
}
	
	/*h2*/
	
	h2 br{
		display: block;
	}
	
	.h2br{
	line-height: 1.2;
}

}


@media screen and (max-width: 768px){
	
	
	/*====================================
	「デザインカテゴリ」
	==================================*/
	.category ul{
		flex-wrap:wrap;
	}
	
	.category li{
		width: 33.3%;
	}
	
	.category li:nth-child(4){
		border-left: none;
		border-top: 2px solid #5f0b75;
	}
	
	.category li:nth-child(5), .category li:nth-child(6){
		border-top: 2px solid #5f0b75;
	}
	
	.category li a{
		padding: 15px 10px;
	}
	
	/*======================================
	「商品仕様」
	========================================*/
	.sozai-inner{
		align-items: center;
	}
	
	.sozai-inner p{
		width: 49%;
	}
	
	.sozai-inner div{
		width: 49%;
	}
	
	.kanban-sozai{
		align-items: center;
	}
	
	/*========================================
	「既製品一覧」
	====================================*/
	.kisei-content{
		width: 31%;
	}
	
	.kisei-content p{
		font-size: 1rem;
	}
	
	/*=======================================
	「別注品」
	========================================*/
	.becchu ul{
		gap:15px;
		flex-wrap: wrap;
	}
	
	/* 最後のコンテンツを左寄せにする指定 */
  .becchu ul:after {
    content: "";
    display: block;
    width: 65.6%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

	
	.becchu li{
		width: 14%;
	}
	
	/*各神社ページへのボタン*/
	.btn-wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	
	.btn-jinjapage:last-child{
		grid-column: 1/2;
	}
	/*==========================================
	既製品一覧！！
	============================================*/
	
	.kisei-samples ul{
		flex-wrap: wrap;
	}
	
	.kisei-samples li{
		width: 13%;
	}
	
	/*「ひな祭り」*/
	.hina:after{
		content: "";
        display: block;
        width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
	}
	
	/*「駐車場」*/
	#parking ul:after{
		content: "";
        display: block;
        width: 52%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
	}

}

@media screen and (max-width: 665px){
	.h1-wrapper{
		padding: 20px 5px;
	}
	
	h1 {
		line-height: 0.7;
	}
	
	.h1br2{
		display: block;
	}
	
	/*==================================
	「商品仕様」
	====================================*/
	
	.shiyo-block-2{
		display: block;
	}
	
	.tatekan-size{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.kiwaku-futosa{
		width: 100%;
	}
}

@media screen and (max-width: 619px){
	h1{
		font-size: 2rem;
		line-height: 0.9;
	}
	
	.flower-1{
		max-width:80px; 
	}
	
	
	h2{
	    font-size: 1.3rem;
	}
	
	h3 {
		font-size: 1.2rem;
	}
	
	
	/*======================================
	商品仕様
	===========================================*/
	.shiyo .flex-around{
		flex-wrap: wrap;
	}
	
	.shiyo .flex-around li{
		width: 47%;
	}
	
	
	.shiyo-block-2 h3{
		font-size: 1.2rem;
	}
	
	.shiyo-block-bottom h3{
		font-size: 1.2rem;
	}
	
	
	/*=======================================
	「旗色の例」
	====================================*/
	
	

/*購入はこちらからボタン====================*/
.buy a{
	font-size: 1.5rem;
}
}
	@media screen and (max-width: 555px){
		
		h2{
			font-size: 1.2rem;
		}
		
	/*=========================================
	「商品仕様」
	========================================*/
		.kiwaku-div{
			flex-direction: column;
			margin-bottom: 10px;
		}
		
		
	/*後半部分*/ 
	.sozai-inner{
		flex-direction: column;
	}
	
	.sozai-inner p{
		width: 100%;
	}
	
	.sozai-inner div{
		width: 100%;
	}
	
	.kanban-sozai{
		align-items: center;
	}
		
	/*========================================
	「既製品一覧」
	====================================*/
	.kisei-content{
		width: 47.5%;
	}
	
	
		
    /*=====================================
		「デザイン例」 .samples
	===========================================*/
		.samples ul{
			flex-wrap: wrap;
			gap:15px;
		}
		
		.samples li{
			width: 48%;
		}
		
	/*=======================================
	「別注品」
	==========================================*/
	/* 最後のコンテンツを左寄せにする指定 */
  .becchu ul:after {
    content: "";
    display: block;
    width: 65%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

	
	.becchu li{
		width: 21%;
	}
		
		/*お問い合わせはこちらボタン*/
		.btn-contact{
			width: 100%;
		}
		
	   .btn-contact a{
	       font-size: 1rem;
		   padding: 12px 2px;
		}
		
		.btn-contact .icon-mail4{
			font-size: 1.8rem;
			margin-left: 10px;
		}
		
	/*========================================
		各神社ページへのボタン
	========================================*/
	
	.btn-wrapper{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	
		
  /*==========================================
	既製品一覧！！
	============================================*/
	
	.kisei-samples li{
		width: 20%;
	}
		
	}

@media screen and (max-width: 480px){
	/*h1内*/
	.flower-1{
		max-width:70px; 
	}
	
	/*======================================
	取り扱い商品
	===========================================*/
	.w-ul{
		width: 100%;
		display: block;
	}
	
	.w-ul li:first-child{
		display: none;
	}
	
	.w-ul li:last-child{
		width:100%;
	}
	
	
	.size-dl dd{
		width: 98%;
	}
	
	
	/* 紅白幕 */
	.products-kohaku > div{
	gap:4%;
   }
	
	.kohaku-btn2 a:after{
		bottom: 12%;
	}
	

}