@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

a:hover {
  text-decoration: none !important;
  filter: brightness(110%);
	transition:0.3s;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
input,
optgroup,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input {
	/* 1 */
	overflow: visible;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/*
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}*/

/**
 * Remove the inner border and padding in Firefox.
 */
/*button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}*/

/**
 * Restore the focus styles unset by the previous rule.
 */
/*button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}*/

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*-----------------
共通パーツ
-----------------*/
:root {
  --brown: #593a2e;
  --baige: #dfdcd6;
  --accent: #188b1e;
}

/*共通フォントカラー*/
.font_navy {color: var(--brown)}
.font_begie{color: var(--blue)}
.font_orange{color: var(--accent)}

@media screen and (max-width: 1024px) {
	.sp_none {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.tab_none {
		display: none;
	}
}

/*
#karte-chat-wrapper {display: none !important;}
*/

main {
	margin-left: 300px;
  font-weight: 500;
	color: var(--brown);
	letter-spacing: 0.02em;
	text-align: left;
	overflow: hidden;
  background: #f8f5ee;
}

@media screen and (max-width: 1024px) {
	main {
		margin-left: 0px;
	}
}
p{color: var(--brown);}

span.underline {
  font-size: 17px;
  border-bottom:2px solid var(--accent);
  padding-bottom: 3px;
}

.flame_container {
  border: 16px solid var(--brown);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.flame_container {
    border: 8px solid var(--brown);
	}
}

.common_link {
	margin: 5% auto;
	width: 50%;
  max-width: 400px;
	position: relative;
	font-size: 15px;
  font-weight: bold;
	padding: 1.25vw 1.95312vw;
  background: var(--brown);
  color: #F3F1E7;
  text-align: center;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
	.common_link {
		width: 85%;
		font-size: 14px;
		padding: 12px 31px;
	}
}

.common_link::after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 1.17188vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
	.common_link::after {
		font-size: 18px;
		right: 15px;
    top:50%;
	}
}

.common_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.common_flame {
	width: 50%;
	margin: 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 1024px) {
	.common_flame {
		width: 95%;
	}
}

.common_flame img.common_image {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .common_flame img.common_image {
    padding: 32px 0;
  }
}

.common_flame .blk-order{
	display: block;
  width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .common_flame .blk-order{
    width: 90%;
  }
}

.img_dtmax{
  max-width: 500px !important;
  margin: 10px auto 10px;
}

/* パソコンで見たときは"dt"のclassがついた画像が表示される */
.dt { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
    .dt { display: none !important; }
    .sp { display: block !important; }
}

.photo_caption {
  font-size: 14px;
  color: #5F5F5F;
  margin: 10px 0 50px 0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .photo_caption {
    font-size: 12px;
    color: #5F5F5F;
    margin: 2% 0 10% 0;
    text-align: center;
    line-height: 1.3;
  }
}

span.back_color{
  background:#DAE8ED;
  color: #474A4D;
	line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding: 2% 3% 2% 3%;
  text-align: center;
}

.morelink {
  font-weight: bold !important;
  color: #4682b4 !important;
  cursor: pointer;
  border-bottom: 1px solid;
}
.morelink:hover {
  font-weight: bold;
  color: #315B7E;
}

/*span.back_color_underline{
  background:#DAE8ED;
  color: #474A4D;
	line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding: 2% 3% 2% 3%;
  text-align: center;
  border-bottom: 3px solid #16912B;
}*/


/*共通タイトル*/
.back_ttl{
  width:100%;
  max-width: 600px;
  position: relative;
  margin:0 auto;
  padding: 48px 0;
}
.back_ttl img{
  width:100%;
  text-align: center;
}
.back_ttl h2,
.back_ttl p{
  width: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:0;
  margin:0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .back_ttl{
    width:100%;
    max-width: 600px;
    position: relative;
    margin:0 auto;
    padding: 24px 0;
  }
}

.back_ttl h2.ttl {
	font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7;
  padding-top: 60px;
  text-align: center;
  color: var(--accent);
  margin: 0 auto 20px;
}

@media screen and (max-width: 1024px) {
	.back_ttl h2.ttl {
		font-size: 28px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

@keyframes bound-anim {
	0% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
	}
}

#fv {
	position: relative;
}

#fv img {
	object-fit: cover;
  object-position: 0 65%;
	height: 100%;
	width: 100%;
	/*filter: brightness(80%);*/
}

@media screen and (max-width: 1024px) {
	#fv img {
    object-position: center;
		height: 100%;
	}
}

#fv .msg_wrap {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	width: fit-content;
}

#fv .msg_wrap p {
	color: #ffffff;
	letter-spacing: 0.1em;
	font-size: min(2.0vw,32px);
	text-align: center;
	margin-bottom: 3.125vw;
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap .logo img{
	}
}

#fv .msg_wrap h1 {
	letter-spacing: 0.1em;
	font-size: 3vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
	white-space: nowrap;
	animation-name: fadeUpAnime;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
	opacity: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.21);
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap h1 {
		font-size: 30px;
	}
}

#fv .msg_wrap h1 span {
/*	font-weight: 300;*/
	color: #ffffff;
	display: inline-block;
}

#fv .tittle_logo{
  width: 35%;
  max-width: 600px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#fv .tittle_logo img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
	overflow: hidden;
	position: relative;
  animation-name: fadeUpAnime;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
	opacity: 0;
}

@media screen and (max-width: 1024px) {
  #fv .tittle_logo{
    width: 70%;
    /*max-width: 320px;*/
    top: 20%;
  }
}
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(3px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#fv .line_wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#fv .line_wrap .bar {
	display: block;
	width: 2px;
	height: 7.8125vw;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1024px) {
	#fv .line_wrap .bar {
		height: 100px;
	}
}
/* 線の描写 */
#fv .line_wrap .bar::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1.5px;
	height: 100px;
	background: white;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.8s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:80px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}

#msg_container {
  padding: 140px 0 120px;
  background: #f8f5ee;
}
@media screen and (max-width: 1024px) {
  #msg_container {
    padding: 50px 0 70px 0;
  }
}

#msg_container .msg_wrap .read {
  width: 90%;
  margin: 0 auto 0;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 2.5;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#msg_container .msg_wrap .read {
		font-size: 15px;
    text-align: center;
	}
}

#msg_container .common_link {
	margin-top: 6.25vw;
}

@media screen and (max-width: 1024px) {
	#msg_container .common_link {
		margin-top: 48px;
	}
}


.swiper_common {
	height: fit-content;
	margin-top: 5%;
}

@media screen and (max-width: 1024px) {
	.swiper_common {
/*
		margin-top: 24px;
*/
	}
}

.swiper_common .swiper-slide {
/*
	height: 35.15625vw;
*/
}

@media screen and (max-width: 1024px) {
	.swiper_common .swiper-slide {
/*
		height: 59.74359vw;
*/
	}
}

.swiper_common .swiper-slide img {
/*
	object-fit: cover;
*/
	width: 100%;
	height: 100%;
  border-radius: 10px;
}

.swiper_common .swiper-slide p {
  /* line-height: 1.1 !important; */
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .swiper_common .swiper-slide p {
    /* font-size: 13px; */
  }
}

.swiper_common .navi_wrap {
	padding: 1%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.swiper_common .navi_wrap {
		padding: 0 20px;
	}
}

.swiper_common .navi_wrap .swiper-button-prev, .swiper_common .navi_wrap .swiper-button-next {
	background-image: none !important;
	margin-top: 0;
	display: block;
	position: static;
	color: var(--brown);
	height: auto;
	width: auto;
  font-size: 20px;
}

.swiper_common .navi_wrap .swiper-button-prev::after, .swiper_common .navi_wrap .swiper-button-next::after {
	display: none;
}

.swiper_common .navi_wrap .swiper-button-prev i, .swiper_common .navi_wrap .swiper-button-next i {
	display: block;
}

#detail_container .swiper_common .navi_wrap .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	row-gap: 0.39062vw;
	justify-content: center;
  margin: 20px 0 !important;
}

@media screen and (max-width: 1024px) {
	.swiper_common .navi_wrap .swiper-pagination {
		row-gap: 5px;
	}
}

.swiper_common .navi_wrap .swiper-pagination span {
	display: block;
}

.swiper_common .navi_wrap .swiper-pagination .swiper-pagination-bullet {
	background-color: #E7A483;
}

.swiper_common .navi_wrap .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--brown);
}

/*----------
 LINEUP
----------*/
/* #lineup_container {
  padding: 0 0% 5% 0%;
  background: white;
}

@media screen and (max-width: 1024px) {
	#lineup_container {
    padding-bottom: 10%;
	}
}
#lineup_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#lineup_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

#lineup_container p {
	font-size: 14px;
	line-height: 1.8;
  letter-spacing: 1px;
  margin: 10px auto 10px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
	#lineup_container p {
		font-size: 13px;
    margin: 10px auto 10px;
    padding: 0;
	}
}

#lineup_container .lineup_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#lineup_container .item {
  padding: 0px;
  margin: 2% 0;
  width: 28%;
  background-color: #F3F1E7;
  border-radius: 5px;
}
#lineup_container .item img {
  border-radius: 5px 5px 0 0;
}

#lineup_container .item a p{
	font-size: 15px;
  letter-spacing: 0.5px;
  margin: 8px auto 8px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: var(--brown);
}
#lineup_container .item p {
	font-size: 15px;
  letter-spacing: 0.5px;
  margin: 8px auto 8px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #lineup_container .item {
    width: 46%;
  }

  #lineup_container .item:not(:last-child) {
    margin-bottom: 30px;
  }
  #lineup_container .item p {
  font-size: 13px;
  margin: 5px auto 5px;
  padding: 0;
  }
} */
/*----------
 開催日程
----------*/
#scedule_container {
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	#scedule_container {
    padding-bottom: 10px;
	}
}

#scedule_container .scedule_wrap {
  width: 100%;
  margin: 5% auto 15%;
  padding: 5%;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  #scedule_container .scedule_wrap {
    width: 90%;
    padding: 3% 2%;
    margin: 5% auto 15%;
  }
}

#scedule_container .scedule_wrap .place{
  font-size: 25px;
  margin: 3% auto 3%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #scedule_container .scedule_wrap .place{
    font-size: 20px;
    margin: 3% auto 5%;
  }
}
#scedule_container .scedule_wrap .sub_sche{
  font-size: 20px;
  margin: 3% auto 3%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #scedule_container .scedule_wrap .sub_sche{
    font-size: 15px;
    margin: 3% auto 5%;
  }
}
#scedule_container .scedule_wrap .date {
  font-family: outfit, sans-serif;
	font-size: 25px;
	line-height: 1.7;
  margin: 3% auto 3%;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
	#scedule_container .scedule_wrap .date {
		font-size: 20px;
    margin: 3% auto 3%;
    padding: 0 4%;
	}
}

/*----------
  ABOUT
----------*/
#detail_container {
  background: white;
  padding: 30px 0 50px 0;
}
#detail_container .detaile_wrap {
  max-width: 750px;
  margin: 0 auto;
  padding:0;
  border: none;
}

.how_ttl_wrapper {
  display: flex;
  margin-top: 10px;
}
.how_ttl_cnumber {
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  background-color: var(--brown);
  color: white;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
h3.how_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

p.how_naiyo {
  font-size: 14px;
  line-height: 1.4;
}

#detail_container .about_now_conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  margin: 20px auto 0;
}
#detail_container .about_now_conts div {
  width: 100%;
}
#detail_container .about_now_conts .txt {
  margin-top: 10px;
}
#detail_container .about_now_conts .txt p {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
}
#detail_container .about_now_conts .txt p.now_title {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  #detail_container .about_now_conts {
    width: 90%;
    max-width: 600px;
    margin: 10px auto;
    padding: 0;
  }
  #detail_container .detaile_wrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width:440px) {
  #detail_container .about_now_conts {
    width: 90%;
    margin: 10px auto;
  }
  #detail_container .about_now_conts .txt p {
    font-size: 13px;
  }
  #detail_container .about_now_conts .txt p.now_title {
    font-size: 15px;
  }
}
#detail_container .address {
  width: 100%;
  max-width: 530px;
  margin: 20px auto 20px;
/*  border-left: 5px solid #F3F1E7;*/
  padding: 0;
}
#detail_container .address p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#detail_container .address span {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1;
}
#detail_container .address .adress_title {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  color: var(--brown);
  margin-bottom: 5px;
  border-bottom: 1.5px solid var(--brown);
}
@media screen and (max-width:768px) {
  #detail_container .address {
    max-width: 450px;
    margin: 0px auto;
  }
  #detail_container .address p {
    font-size: 14px;
  }
  #detail_container .address span {
  font-size: 12px;
}
  #detail_container .address .adress_title {
    font-size: 15px;
  }
}
@media screen and (max-width:440px) {
  #detail_container .address {
    padding: 0;
    margin-bottom: 10px;
  }
  #detail_container .address p {
    margin-bottom: 20px;
  }
  #detail_container .address span {
  font-size: 12px;
  }
}

/*----------
  SPECIAL GIFT
----------*/
#present_container {
  padding: 5% 0;
}
@media screen and (max-width:768px) {
    #present_container {
      padding-bottom: 100px;
    }
}

#present_container .title {
  color: #F6F6F0;
}
#present_container .giftbox {
  width: 100%;
  /* background: #F6F6F0;
  border-radius: 10px;
  padding: 20px 50px; */
  margin: 0px auto 0;
}
/* #present_container .giftbox h3.gtitle {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: var(--brown);
  margin: 20px 0 0 0;
}
#present_container .giftbox .sub_gtitle {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  color: #F3F1E7;
  margin: 30px auto;
  padding: 10px 20px;
  background: #D66329;
  width: 200px;
} */
#present_container .giftbox p {
  max-width: 600px;
  margin: 10px auto 20px;
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}
#present_container .giftbox p.p_att {
  margin: 10px auto 20px;
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
}
#present_container .giftbox picture, #present_container .giftbox img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
#present_container .about_now_conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
#present_container .about_now_conts div {
  width: 100%;
}
#present_container .about_now_conts .txt {
  margin-top: 20px;
}
#present_container .about_now_conts .txt p {
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}
#present_container .about_now_conts .txt p.now_title {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  #present_container .giftbox {
    width: 90%;
    /* border-radius: 10px;
    padding: 20px 15px;
    margin: 30px auto 0; */
  }
  #present_container .giftbox h3.gtitle {
    font-size: 24px;
  }
  #present_container .giftbox p {
    font-size: 14px;
  }
  #present_container .giftbox .sub_gtitle {
    margin: 20px auto;
    font-size: 18px;
  }
  #present_container .giftbox p.p_att {
    margin: 10px auto 20px;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.7;
  }
}

/*----------
 注意事項
----------*/
#attention_container {
  background: white;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	#attention_container {
    padding-bottom: 24px;
	}
}

#attention_container .attention_wrap {
	margin-bottom: 3.5vw;
}
@media screen and (max-width: 1024px) {
	#attention_container .attention_wrap {
    width: 94%;
    margin: 10% auto 15%;
	}
}

#attention_container p {
	font-size: 16px;
	line-height: 1.7;
  margin: 20px auto 20px;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
	#attention_container p {
		font-size: 14px;
    margin: 10% auto 10%;
    padding: 0 4%;
	}
}

#attention_container .att_heading {
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--accent);
  border: 1.5px var(--accent) solid;
  border-radius: 3px;
  margin: 0 auto;
  padding: 5px;
}

#attention_container ul.att_list {
  list-style-type: none;
  width: 100%;
  margin: 5% auto 10%;
}
@media screen and (max-width: 1024px) {
  #attention_container ul.att_list {
    width: 96%;
    margin: 5% auto 10%;
  }
}
#attention_container ul.att_list li{
  width: 92%;
  font-size: 14px;
  color: var(--brown);
  font-weight: normal;
  margin: 5% auto 5%;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-left: 1em;
}
#attention_container ul.att_list li:before{
  content: "・";
  margin-left: calc( -1em - 5px );
  margin-right: 5px;
  font-weight: bold;
}

/*----------
 ご予約
----------*/
#reserve_container {
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	#reserve_container {
    padding-bottom: 24px;
	}
}

#reserve_container .reserve_wrap {
	margin-bottom: 3.5vw;
}
@media screen and (max-width: 1024px) {
	#reserve_container .reserve_wrap {
    width: 94%;
    margin: 10% auto 15%;
	}
}
#reserve_container p {
	font-size: 16px;
	line-height: 1.7;
  margin: 20px auto 20px;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
	#reserve_container p {
		font-size: 14px;
    margin: 10% auto 10%;
    padding: 0 4%;
	}
}

/*----------
 注文方法
----------*/
#purchase_container {
  padding-bottom: 40px;
  background: #F5F3F0;
}

@media screen and (max-width: 1024px) {
	#purchase_container {
    padding-bottom: 10px;
	}
}

#purchase_container .purchase_wrap {
  width: 100%;
  max-width: 500px;
  margin: 10% auto 15%;
}

@media screen and (max-width: 1024px) {
  #purchase_container .purchase_wrap {
    width: 94%;
    margin: 15% auto 15%;
  }
}

#purchase_container .purchase_wrap i.p_icon{
  font-size: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #D66329;
}
#purchase_container .purchase_wrap h3.p_ttl{
  font-size: 18px;
  margin: 3% auto 3%;
  text-align: center;
  color: var(--brown);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #purchase_container .purchase_wrap h3.p_ttl{
    margin: 3% auto 5%;
  }
}
#purchase_container .purchase_wrap p {
	font-size: 14px;
	line-height: 1.7;
  margin: 3% auto 3%;
  padding: 0 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
	#purchase_container .purchase_wrap p {
		font-size: 14px;
    margin: 3% auto 3%;
    padding: 0 4%;
	}
}

ol.online {
  position: relative;
  margin: 3% auto 3%;
  padding: 0 10px 0 30px;
  list-style: none;
  counter-reset: li;
}
ol.online li {
  position: relative;
  margin: 12px 0px 0 10px;
  padding: 0;
  line-height: 1.7;
  font-size: 14px;
}

ol.online > li:before {
  position: absolute;
  color: #16912B;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) " .";
  left: -26px;
  top: 0;
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
  ol.online {
    padding: 0 4%;
    font-size: 14px;
  }
  ol.online li {
    margin: 3% 0% 0 6%;
    padding: 0;
  }
  ol.online > li:before {
    left: -16px;
  }
}

/*----------
  よくあるご質問
----------*/

#qa_container {
  padding-top:20px;
  padding-bottom: 40px;
  background: #F5F3F0;
}

@media screen and (max-width: 1024px) {
	#qa_container {
    padding-bottom: 48px;
	}
}
#qa_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#qa_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

.qa_list {
  width: 100%;
  padding: 0 5%;
  margin: 10% auto 20%;
}

.accordion-hidden{
  display: none;
}

.waku{
  background: white;
  border-radius: 2px;
  margin: 20px 0;
}

.accordion-open {
  display: block;
  padding: 10px 40px 8px 40px;
  cursor: pointer;
  margin: 5px 0;
  font-weight: normal;
  position: relative;/* 変更部分 */
  font-size: 16px;
  font-weight: bold;
}

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: var(--brown);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-open span,
.accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #D66329;
/*
  font-weight: 700;
*/
}

.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-close {
  font-size: 15px;
  display: block;
  height: 0;/* 要素の高さは0 */
  overflow: hidden;/* 非表示 */
  padding: 0 0 0 80px;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  position: relative;
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 20px 20px 20px 20px;
  font-weight: normal
}

@media screen and (max-width: 1024px) {
  .accordion-open {
    font-size: 15px;
  }
  .accordion-close {
    font-size: 14px;
  }
  .accordion-hidden:checked + .accordion-open + .accordion-close {
    padding: 12px 12px 12px 12px;
  }
}

/*----------
  モーダルウィンドウ
----------*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    max-width: 600px;
    padding: 10px;
    background-color:#FDFCFA;
    z-index: 4000000000;
    height: 80%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}
@media screen and (min-width:1441px){
	#js-popup_option .popup-inner{
    width: 80%;
		height: 75%;
	}
}
@media screen and (max-width:1025px){
    .popup-inner {
        width: 90%;
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (max-width:440px){
    .popup-inner {
        width: 90%;
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (min-width:1025px){
    .popup-inner {
        padding: 30px;
    }
}
.popup-inner::-webkit-scrollbar{
    display:none;
}
.popup-inner .popup-main{
    margin-top: 50px;
}
.popup-inner .popup-main img{
    margin: 10px auto;
}

.popup-inner .popup-main .title{
  display: block;
  text-align: center;
	margin-bottom:30px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #474A4D;
}
.popup-inner .popup-main .title p{
	text-align:center;
	font-size:22px;
	font-weight: 500;
  color: #474A4D;
  font-weight: bold;
}
@media screen and (max-width:440px){
.popup-inner .popup-main{
    margin-top: 30px;
}
	.popup-inner .popup-main .title{
		margin-bottom: 20px;
	}
	.popup-inner .popup-main .title p{
		font-size: 18px;
		padding:0;
	}
}
.popup-inner .popup-main p.description{
  text-align: left;
	font-size: 15px;
	margin:30px auto;
	line-height:1.5;
	width:90%;
  color: #474A4D;
}
/*.popup-inner .popup-main p .blue{
  color: rgb(0, 51, 153);
  font-weight: bold;
}
.popup-inner .popup-main p .black{
  color: #000;
  font-weight: bold;
}*/
.popup-inner .popup-main .more_details{
	background:#f3f3f2;
	padding:15px;
	margin:15px;
}
.popup-inner .popup-main .more_details p{
	text-align:center;
}
.popup-inner .popup-main .more_details .term{
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main p.description{
		font-size:14px;
		padding:0 10px;
		width:100%;
	}
	.popup-inner .popup-main .more_details{
		padding:10px;
		margin:0 10px;
	}
	.popup-inner .popup-main .more_details p{
		padding:0;
	}
	.popup-inner .popup-main .more_details .term{
		font-size:14px;
		margin:0;
	}
}
.popup-inner .popup-main .img_conts{
	text-align:center;
	margin:30px auto;
	width:90%;
}
.popup-inner .popup-main .img_conts img{
	width:100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .img_conts{
		margin:15px auto 30px;
		width:95%;
	}
}

/*価格表用アコーディオン*/
.p_accordion {
  margin: 1% auto;
  width: 100%;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.size_ttl,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.size_ttl {
  font-size: 15px;
  border: solid 1px #474A4D;
  padding: 1em;
  display: block;
  color: #474A4D;
}
@media screen and (max-width: 1024px) {
  .size_ttl {
    font-size: 14px;
  }
}
.size_ttl::after,
.size_ttl::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 15px;
  background-color: #474A4D;
  transition: all 0.3s;
}
.size_ttl::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .size_ttl + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .size_ttl::before {
  transform: rotate(90deg) !important;
}

/*価格表テーブル*/
.popup-inner .popup-main table{
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin: 10px auto 30px;
}
.popup-inner .popup-main table th{
  background: #474A4D;
  color:white;
}

.popup-inner .popup-main table td{
  background: #F1F0E9;
  color:#474A4D;
  vertical-align: middle; 
}

.popup-inner .popup-main table td *:nth-child(2){
  background: #F1F0E9;
  color:#474A4D;
}

.popup-inner .popup-main table td *:nth-child(3){
  background: #F1F0E9;
  color:#474A4D;
}
.popup-inner .popup-main table td s{
  background: none;
  color:#474A4D;
}

.popup-inner .popup-main table th,table td{
  border:solid 1px white;
  text-align: center;
  padding: 10px 0;
}


.pop_btn {
	width: 90%;
	max-width: 400px;
	border: 1px solid #0F0F0F;
	text-align: center;
	font-size:16px;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
	transition:border color 0.8s;
}
.pop_btn:hover{
	border: 1px solid #443F6C;
	color: #443F6C;
}

@media screen and (max-width:768px){
  .pop_btn {
    width: 90%;
    margin: 10px auto;
  }
}

.close-btn {
  position: sticky;
  z-index:10000;
  left: 90%;
  top: 1%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i{
  font-size: 20px;
  color: white;
  background: #494949;
  padding: 7px 10px;
  border-radius: 50px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/*パンクズ修正用*/
.pankuzu_foot {display: flex;}
@media screen and (max-width: 1024px) {
  .pankuzu_foot {margin-left: 0;}
}

/*アンカーリンク調整用*/
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*# sourceMappingURL=index.css.map */