@charset "UTF-8";

/* 基本色 */
:root{
	--main-color: #efece1;
	--accent-color:rgb(145, 76, 112);
	--accent-color: rgb(240, 211, 188);
	--accent-color: #4d2a52;
	--accent-color: #4d4c61;
	--accent-color: #b32425;
	--accent-color: rgb(198, 174, 74);
}

/* 共通設定 */

html{
	font-size: 100%;
}
body{
	text-align: center;
	font-family: 'Zen Antique','Shippori Mincho';
	/* font-family: "しっぽりアンチック Regular"; */
    color: #4d4c61;
}
a{
	text-decoration: none;
}
img{
	width:100%;
}

h1{
	width: 15%;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 4;
	float: left;
	opacity: 1;
    transition: .3s ease-in-out;
}
h1 a:hover{
    opacity: 0.5;
}
h1 img{
	width:130px;
}

/* ナビ設定 */
#top nav ul{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 4px;
	margin-right: 10px;
}
#top nav ul li{
	list-style-type: none;
}
#top nav ul li a{
	text-decoration: 5px 3px 3px #fff;;
	margin: 19px 5px 5px 5px;
	padding-top: 10px;
	width: 100px;
	height: 45px;
	text-align: center;
	font-size: 0.7rem;
	border-bottom: solid 2px #914C70;
	background-color: rgba(239, 236, 225,0.8);
	text-decoration: 5px 3px 3px #fff;
	color: #2a2a30;
	display: block;
	border-radius: 2px;
}
#top nav ul li a:hover{
	color: #914C70;
	background-image: linear-gradient(to top, #f0d3bc 0%, #fff 50%, #efece1 100%);
	background-size: 100%;
	background-position: center;
	display: block;
	border-bottom-color: #F0D3BC; 
	transition-duration: 0.8s;
	border-radius: 5px;
}
/* ナビ設定ここまで */


/* フッター */
footer{
	color: #4d2a52;
	background-color: #EFECE1;
}
footer .con5{
	padding: 40px 20px;
	display: flex;
	flex-wrap: wrap;
}
/* A：サイト情報 */
.footA{
	margin-bottom: 30px;
	flex: 0 0 40%;
	text-align: left;
}

.footA h2{
	color: #914C70;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'New Tegomin';
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6N"; */
	font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.footA p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}
.footA a{
	color: inherit;
	text-decoration: none;
}

/* B：フッターメニュー */
.footB{
	display: flex;
	flex: 0 0 60%;
	text-align: left;
}
.footB div{
	margin: 0 15px 20px 10px;
	flex: 1;

}
/* .footB div:not(:first-child){

} */
.footB h3{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
}
.footB ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footB a{
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.footB a:hover{
	background-color: rgba(77,42,82, 0.3);
}

.footC{
	display: block;
	padding-top: 10px;
	flex: 0 0 100%;
}

.footD{
	width: 33%;
	margin: 10px 0;
}
.footD ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footD a{
	display: block;
	margin-right: 9px;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px #4d2a52;
	background-color: #4d2a52;
	width: 30px;
	line-height: 27px;
	border-radius: 15px;
	text-align: center;
}
.footD a:hover{
	background-color: rgba(77,42,82, 0.3);
	border: none;
}
#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pagetop a{
	border-radius: 35px;
	color: rgba(255, 255, 255,.9);
	width: 70px;
	height: 70px;
	display: block;
	text-decoration: none;
	padding: 15px;
	margin: 10px;
	background-color: rgba(77,42,82,0.5);
	/* box-shadow: 1px 1px 10px 1px #4d2a52; */
}
#pagetop a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-color: rgba(240, 211, 188,0.5);
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: transform ease 0.4s;
}
#pagetop a:hover::after{
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

/* スマホ設定 */
@media  screen and (max-width:640px){

	body{
	font-family: 'Zen Antique';
	font-family: "しっぽりアンチック Regular";
	}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(145, 76, 112,0.9);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}


/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
	margin: auto;
}

#top nav ul li a{
	width: 350px;
	color: #F0D3BC;;
	text-decoration: none;
	padding:10px;
	display: block;	
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	background:rgba(145, 76, 112,0.9);
}
#top nav ul li a:hover{
	color: #4d4c61;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #fff;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
	background-color: rgb(0, 0, 0);
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:16px;	
}

.openbtn span:nth-of-type(2) {
	top:24px;
}

.openbtn span:nth-of-type(3) {
	top:32px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


	/* フッター */
	footer .con5{
		display: flex;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.footA{
		margin-bottom: 30px;
		margin-left: 10px;
		flex: 0 0 40%;
	}
	.footA h2{
		width: 300px;
		font-family: 'New Tegomin';
		font-family: "FOT-筑紫Aオールド明朝 Pr6N";
	}
	.footA p, a{
		padding-right: 7px;
		font-size: 14px;
	}
	.footB{
		display: block;
		margin-left: 10px;
	}
	.footB div{
		width: 130%;
	}
	.footB a{
		width: 65%;
	}
	.footC{
		display: block;
		width: 100%;
		margin: auto;
		text-align: center;
		padding-top: 10px;
	}
	.footD{
		width: 54%;
		margin: 10px auto 10px 0;
	}
	#pagetop a{
		text-align: center;
		padding-top: 17px;
	}
}

/* *{border: 1px solid #000;} */



