display: flex;display: flex;display: flex;display: flex;@charset "utf-8";
/* CSS Document */

body {
	/* font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal; */
	font-family: fot-tsukuaoldmin-pr6n,sans-serif;
	font-weight: 300;
	font-style: normal;
	height: 100%;
}


/* 調整用 */
a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

main {
	margin-top: 100px;
	min-height: 100vh;
	background-color: #ffe8e8; background-image: url("https://www.transparenttextures.com/patterns/transparent-square-tiles.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.main {	
	align-items: flex-start;
	margin:  0 auto;
	text-align: center;
	font-size: 14px;
	color: #491c03;
	text-shadow: 1px 1px 3px white;
}

.main div {
	justify-content: center;
	flex-flow: column;
}

.main2 {
	background-color: White; background-image: url("https://www.transparenttextures.com/patterns/transparent-square-tiles.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	text-align: center;

}

.footer {
	background-color: #a83a3a;
	height: 100px;
	display: flex;
	flex-flow: column;
}

.footer div {
	margin: auto;
}

.footer p {
	margin: auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}




/* ヘッダー */
.header {
	background-color: white;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom: 2px solid #E3E3E3; /* 下側の1本線 */
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.header__inner {
	padding: 0 33px; /*左右の余白確保*/
	display: flex; /*ロゴとハンバーガーメニューを横に並べる*/
	align-items: center;
	justify-content: space-between;
	height: inherit; /*親要素の高さを継承*/
	position: relative;
}

/* ヘッダーのロゴ部分 */
.header__title {
	width: 100px;

}

@media screen and (min-width: 960px) {
	.header__title {
		width: 140px;
		}
	}

.header__title img {
	display: block;
	width: 100%;
	height: 100%;
}

/* ヘッダーのナビ部分 */
.header__nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(100%);
	background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
	transition: ease .3s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}

@media screen and (min-width: 960px) {
	.header__nav {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: 40%;
		}
	}

/* ハンバーガーメニュー */
.header__hamburger {
	width: 48px;
	height: 100%;
}

.hamburger {
	background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
	border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
	z-index: 9999;
	cursor: pointer;
}

/*ハンバーガーメニューをPCでは非表示にする*/
@media screen and (min-width: 960px) {
	.hamburger {
		display: none;
	}
}


/* ハンバーガーメニューの線 */
.hamburger span {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: relative;
	transition: ease .3s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
	display: block;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 8px 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
	transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	top: -13px;
	transform: rotate(-45deg);
}


/*PC時のナビゲーションメニュー、横並びにする*/
@media screen and (min-width: 960px) {
	.nav__items {
		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: space-between;
	}
}

/* ナビゲーションメニュー */
.nav-items {
	padding-top: 50px;
	padding-bottom: 200px;
}


/* ナビのリンク */
.nav-items__item a {
	color: black;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #E3E3E3; /* 下側の1本線 */
	transition: all  0.3s ease;
}

.nav-items__item a:hover {
	color: #E3E3E3;
}

@media screen and (min-width: 960px) {
	.nav-items {
		padding-top: inherit;
		padding-bottom: inherit;
	}
}

@media screen and (min-width: 960px) {
	.nav-items__item a {
		margin-bottom: 0;
		font-size: 18px;
	}
}


.nav-items__item:last-child a {
	margin-bottom: 0;
}

/* TOPページ Slick */
.slider {
	margin: 0 auto;
	background-color: #E3E3E3; background-image: url("https://www.transparenttextures.com/patterns/tileable-wood-colored.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-bottom: 3px solid White; /* 下側の1本線 */
}

.slider-img{
}

.slider-img img {
	margin: 0 auto;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .5);
}

/* 本文等 */
.main p {
	color: #6f2f22;
	font-size: 14px;
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.main img {
	text-align: center;
	position: relative;
	border: 2px solid white; /*線の太さ・色*/
	border-radius: 30px;
}

.calendar {
	text-align: center;
}

.calendar img{
	width: 430px;
	height: 435px;
	border: 0px solid white; /*線の太さ・色*/
	border-radius: 0px;

}

.profilemessage {
	margin: 1em auto; 
	padding: 1em 1.5em;
	width: 70%; /*幅の調節*/
	color: #777777; /* 文字色 */
	background-color: #fff; /* 背景色 */
	border: 4px solid #f6bfbc; /*線の太さ・色*/
	border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}

/* 見出し */
.main h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px calc(50% - 50vw) 20px;
	padding: 20px;
	border-bottom: dotted 4px #969815;
	width: 80%;
	margin-left: auto; /* センターにする */
	margin-right: auto; /* センターにする */
	
	color: #491c03;
	font-size: 21px;
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* 緊急等のおしらせ */
.attentionbox {
	margin: 1em 0 1.5em 0;
	background: #fff9c4; /* 背景色 */
	padding: 1em;
	width: 85%;
	
	margin-left: auto; /* センターにする */
	margin-right: auto; /* センターにする */
}

@media screen and (min-width: 960px) {
	.attentionbox {
		width: 800px;
	}
}

.attentionbox-title {
	color: #fca607; /* タイトル文字色 */
	font-size: 16px;
	font-weight: bold;
}

.attentionbox-title:before {
	font-family: "Font Awesome 5 Free";
	content: "\f071";
	font-size: 16px;
	margin: 0 3px 0 0;
}

.attentionbox p {
	margin: 0;
	padding: 0;
	
	text-align: start;
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	color:#000000;
}

/* 気になるお値段 */
.shopmenu {
	max-width: 90%;
	margin: 0 auto;
	font-size: 1,125rem;
	padding: 40px 0;
}

.shopmenu dl {
	display: table;
	width: 100%;
	border-bottom: dashed #969815;
	border-width: 1px 0;
}

.shopmenu dt {
	display: table-cell;
	width: 70%;
	padding:0.3rem;
	font-family: fot-matisse-pron, sans-serif;
}

.shopmenu dd {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	padding:0.4rem;
}

.shopmenu dd:after {
	display: inline-block;
	content: "";
	width: 1em;
	font-size: 0.7em;
}

.shopmenu dd.form:after {
	content: "〜";
}

.shopmenu span.exp {
	display: inline-block;
	font-size: 0.7rem;
}

.shopmenunotes {
	font-size: 0.7rem;
}

/* アクセス情報 */
.access {
	max-width: 600px;
	margin: 0 auto;
	font-size: 1,125rem;
	font-family: fot-matisse-pron, sans-serif;
	padding: 20px 0;
}

.access dl {
	display: table;
	width: 100%;
	border-bottom: dashed #969815;
	border-width: 1px 0;
}

.access dt {
	display: table-cell;
	width: 25%;
	padding:0.4rem;
}

.access dd {
	display: table-cell;
	padding:0.4rem;
}

.access dd:after {
	display: inline-block;
	content: "";
	width: 1em;
	font-size: 0.7em;
}


/* ボタン */
.btn1 {
	color: #a83a3a;
	text-decoration: none;
	background: linear-gradient(to bottom, White 0%, #f1f1f1 100%);
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: solid 2px #a83a3a;
	border-radius: 40%;
	display: block;
	
	margin-left: auto; /* センターにする */
	margin-right: auto; /* センターにする */
	
	font-family: fot-matisse-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.btn1:hover {
	color: #f0a8a8;
	border: solid 2px #f0a8a8;
	transition: .3s ease;
}

/* タブ分け */
.tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
	font-family: fot-matisse-pron, sans-serif;
	color : #a83a3a;
}

.tab-list li {
	width: calc(100% / 4);
	text-align: center;
	background: white;
	border: 1px solid #a83a3a;
	border-radius: 20em;
	padding: 10px;
	margin: 7px;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (min-width: 960px) {
	.tab-list li {
		width: calc(100% / 8);
	}
}
.tab-list li.is-active {
	background: #a83a3a;
	color: white;
}

.tab-item .tab-set {
	padding: 20px;
}