@charset "UTF-8";
/****************************************
	追記
*****************************************/
h2.title {
	margin-left: 0 !important;
}


/****************************************
	html内にあったもの
*****************************************/

a:link,
a:visited {
	color: unset;
}

img {
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	.column {
		font-size: 14px;
	}

}


/* 画像設定 */
.mainimg {
	display: block;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 800px;
}

#undercolumn img {
	width: 100%;
	height: auto;
}

ul {
	list-style-type: none;
}

ul.top_btnarea {
	margin: 0 auto;
	width: 96%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 5em;
	flex-wrap: wrap;
}

ul.top_btnarea li {
	margin: 0.5em auto;
	width: 49%;
}

ul.top_btnarea li a {
	width: 100%;
	text-align: center;
	padding: 1em;
	display: block;
	background-color: #a30000;
	border: #a30000 2px solid;
	font-weight: bolder;
	font-size: 1.5rem;
	color: #FFF;
	border-radius: 1em;
}

ul.top_btnarea li a i {
	margin-right: 0.5em;
}

ul.top_btnarea li a:hover {
	opacity: 1;
	background-color: #FFF;
	color: #a30000;
}


@media screen and (max-width: 600px) {
	ul.top_btnarea {
		width: 100%;
	}

	ul.top_btnarea li {
		width: 49%;
	}

	ul.top_btnarea li a {
		font-size: 0.9rem;
		padding: 1em 0.5em;
		line-height: 1.25em;
	}

	ul.top_btnarea li a i {
		margin-right: 0;
		margin-bottom: 0.25em;
		font-size: 1.8rem;
	}
}

h3.oneoff {
	background-color: #a30000;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 3rem;
}

h3.oneoff span {
	display: block;
	width: 100%;
	padding: 0.5em;
	background-color: #000;
	font-weight: bolder;
	font-size: 3.8rem;
}

@media screen and (max-width: 600px) {
	h3.oneoff {
		font-size: 1rem;
		padding: 0.5em 0;
	}

	h3.oneoff span {
		padding: 0.5em;
		font-size: 2.25rem;
		padding: 0.5em 0;
		margin: 0.25rem 0;
	}
}

/* ポイント部分 */
h4.ptitle {
	background-color: #fff !important;
	text-align: center;
	font-size: 1.5em;
	color: green !important;
	font-weight: bolder;
	border-bottom: green 5px solid;
}

ul.forpoint {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 7rem;
	width: 100%;
}

ul.forpoint li {
	width: 49%;
	padding: 0.5em;
	text-align: center;
	margin: 1rem auto;
}

ul.forpoint li i {
	font-size: 6rem;
	margin: 1.5rem auto;
	color: green;
}

ul.forpoint li h5 {
	background-color: green !important;
color:#FFF;
}

ul.forpoint li p {
	text-align: left;
}

@media screen and (max-width: 600px) {
	ul.forpoint li {
		width: 100%;
	}
}

h3.sample {
	font-size: 2.6em;
	text-align: center;
	position: relative;
	display: block;
	padding: 0 55px;
	width: fit-content;
	margin: 1em auto 0.5em auto;
}

h3.sample:before,
h3.sample:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 2px #666;
	border-bottom: solid 2px #666;
}

h3.sample:before {
	left: 0;
}

h3.sample:after {
	right: 0;
}

@media screen and (max-width: 600px) {
	h3.sample {
		padding: 0 35px;
	}

	h3.sample:before,
	h3.sample:after {
		width: 30px;
	}
}

h4.sekou_title {
	background: #FFF !important;
	color: rgb(0, 21, 74) !important;
	border-bottom: rgb(0, 21, 74) 3px solid;
	font-size: 1.8rem;
	font-weight: bolder;
	text-align: center;
}

@media screen and (max-width: 600px) {
	h4.sekou_title {
		font-size: 1.5rem;
	}
}

.sample_photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em auto;
}

.sample_photo li {
	width: 49.5%;
	margin-bottom: 10px;
}


.sample_photo li:nth-of-type(n+3) {
	width: 25%;
}

.sample_photo li a {
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 600px) {
	h3.sample {
		font-size: 1.6em;
	}

	.sample_photo li {
		width: 50%;
		margin: 0 auto 1em auto;
	}

	.sample_photo li:nth-of-type(n+3) {
		width: 50%;
	}
}

ul.tiisame {
	margin-bottom: 5rem;
}

.tiisame li {
	width: 25% !important;
	margin-bottom: 10px;
}

p.sekoubun {
	margin-bottom: 5rem;
	line-height: 1.25em;
	font-size: 1rem;
}

ul.yajirushi li:nth-of-type(odd) {
	position: relative;
}

ul.yajirushi li:nth-of-type(odd)::after {
	content: "\f0da";
	font: var(--fa-font-solid);
	color: #F00;
	font-size: 4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 95%;
	margin: auto;
	width: fit-content;
	height: fit-content;
	z-index: 50;
}

ul.koe li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.koe li img {
	display: block;
	width: 120px !important;
	padding-right: 1rem;
}

ul.koe li p {
	width: calc(100% - 8rem);
}

@media screen and (max-width: 600px) {
	ul.koe li {
		width: 100%;
	}

	ul.koe li:nth-child(odd) {
		flex-direction: row-reverse;
	}

}

a.itiran {
	display: block;
	width: 90%;
	text-align: center;
	padding: 1em;
	display: block;
	background-color: #a30000;
	border: #a30000 2px solid;
	font-weight: bolder;
	font-size: 1.5rem;
	color: #FFF;
	border-radius: 1em;
	margin: 1rem auto;
}

a.itiran:hover {
	opacity: 1;
	background-color: #FFF;
	color: #a30000;
}

a.itiran i {
	padding: 0 0.25em;
}

@media screen and (max-width: 600px) {
	a.itiran i {
		padding: 0 0.25em 0.5em 0.25em;
	}
}


p.motikomi {
	text-align: center;
}


.shopinfo {
	background: #000;
	padding: 10px;
}

.shopinfo img {
	width: 100%;
	height: auto;
}

.shopinfo dl {
	width: 80%;
	margin: 1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	color: #FFF;
}

.shopinfo dt {
	width: 13%;
	margin-bottom: 0.5em;
}

.shopinfo dd {
	width: 87%;
	margin-bottom: 2em;
}

@media screen and (max-width: 600px) {
	.shopinfo dl {
		width: 96%;
		flex-direction: column;
		font-size: 14px;
	}

	.shopinfo dt {
		width: 30%;
	}

	.shopinfo dd {
		width: 100%;
	}

	.telsp {
		padding-left: 5.5em;
	}
}

.sticker {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1em auto 5em auto;
	align-items: center;
}

.sticker div {
	width: 45%;
}

.sticker p:nth-child(3) {
	width: 50%;
	color: #F00;
	font-size: 170%;
	line-height: 1.1em;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.sticker div {
		width: 90%;
	}

	.sticker p:nth-child(3) {
		width: 80%;
		text-align: center;
		margin-bottom: 0.5em;
	}

}

#shop_map {
	width: 100%;
	max-width: 800px;
	height: 500px;
}


@media screen and (max-width: 880px) {
	#shop_map {
		height: 300px;
	}
}

.view_timer {
	display: none;
}

.mb1 {
	margin-bottom: 1em;
}

.auto {
	width: 100%;
	height: auto;
}


/*増額キャンペーン用CSSーー期間限定ーー*/

h3.title {
	font-size: 2.5rem;
	position: relative;
	padding: 1rem .5rem;
	margin-bottom: 1em;
}

h3.title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	content: '';
	background-image: linear-gradient(to right, #a98400 0%, #d2b240 100%);
}


.hako {
	position: relative;
	width: 100%;
	padding: 1em 1em 1em 2em;
	font-size: 18px;
	line-height: 2em;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1rem solid;
	border-image: linear-gradient(to right, #a98400 0%, #d2b240 100%);
	margin-bottom: 3rem;
}

.hako:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	content: '';
	background-image: linear-gradient(to left, #a98400  0%, #d2b240 100%);
}

dl.nakami {
	width: fit-content;
	margin: 1rem auto;
}

dl.nakami dt {
	margin-left: 1em;
}

dl.nakami dt:before {
	content: '\f219';
	display: inline-block;
	font-size: 2em;
	margin-right: 1em;
	font: var(--fa-font-solid);
	color: #a98400;
}

dl.nakami dd{
	padding-left: 4em;
	text-indent: -1em;
	margin-bottom: 2em;
	font-size: 1rem;
}
.mb0{
	margin-bottom: 0 !important;
}


.omoji {
	font-size: 3rem;
	margin-left: 0.5em;
}

.red {
	color: #F00;
}
.kikan {
	margin-bottom: 1em;
	font-size: 1.5em;
	color: #a30000;
}

.ssp {
	display: none;
}

@media screen and (max-width: 880px) {
	.hako {
		padding: 1em;
		margin: 20px auto;
		font-size: 16px;
		line-height: 2em;
		color: #000;
		font-weight: bold;
		text-align: left;
	}
	dl.nakami dt {
	text-align: center;
	margin-left: 0;
	line-height: 3em;
}
dl.nakami dd{
	padding-left: 0;
	text-align: center;
}
	.ssp {
		display: block;
	}
}


p {
	margin: 0.5em 0;
}
