@charset "UTF-8";

/* --- top --- */

html {
	scroll-behavior: smooth;
  }
.order_bnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #fff;
	background: crimson;
	position: relative;
  z-index: 100;
}

.order_bnr li {
	/* width: 50%; 2カラム用*/
	width: 100%;
	text-align: center;
}

/* .order_bnr li:nth-child(n + 2) {
    color: crimson;
    background: #fff;
} */

/* 休業お知らせ */

.kyugyo {
	background-color: #fff;
	color: crimson;
	width: 100%;
	padding: 15px;
	line-height: 1.6;
	text-align: left;
	transition: 0.7s;
}

.kyugyo p {
	border: 2px solid crimson;
	margin: 0 auto;
	padding: 10px 30px;
	width: 850px;
	max-width: 100%;

}

.kyugyo.pc {
	position: absolute;
}

.kyugyo.sp {
	line-height: 1.8;
	padding: 15px;
}

.kyugyo.sp p {
	width: auto;
	padding: 10px 15px;
}

h1.force-down {
	/* top: 310px!important; */
	top: 140px !important;
}

nav.force-down {
	/* top: 330px!important; */
	top: 150px !important;
}

header .catch.force-down {
	/* margin-top: 450px; */
	margin-top: 260px;
}

.order_bnr li a {
	display: block;
	width: 100%;
	padding: 1.5rem 0;
	line-height: 1;
	/* height: 100%;  2カラム用*/
	height: auto;
	/*1カラム用*/
	font-size: 115%;
}

/* 改行したとき用 */
/* .order_bnr li a:first-of-type {
    padding: 2rem 0 1rem;
}

.order_bnr li a:last-of-type {
    padding: 0 0 2rem;
} */

.pdf {
	position: relative;
}

.pdf::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/pdf.png) center/contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
}

.order_bnr .txt-wrap {
	text-align: center;
}

.order_bnr .ttl-txt {
	font-size: 20px;
}
.order_bnr .sub-txt {
	font-size: 12px;
	text-align: left;
}

.order_bnr .sub-txt p + p {
	margin-top: 5px;
}

#top header::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0);
	background: url("../img/top_bg01.jpg") top center/cover no-repeat;
	background-attachment: fixed;
	animation: zoomout 30s linear 10ms;
	transition: all 0.2s ease-in-out;
	z-index: -9999;
}

#top header {
	position: relative;
	overflow: hidden;
	height: 100vh;
	min-width: 94%;
	overflow: hidden;
	/* margin-top: 280px; */
}

@keyframes zoomout {
	/*微差で拡大/縮小するアニメーション設定*/
	0% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1);
	}
}

#top header #header_contents {
	position: relative;
	width: 94%;
	height: 780px;
	margin: 0 auto;
}

#top header #header_contents .catch_area {
	position: absolute;
	top: 360px;
	left: 0;
	color: #fff;
	padding: 0 20px;
	width: 100%;
}

#top header #header_contents h2 {
	font-size: 4.1rem;
	line-height: 5rem;
	margin: 0 auto 10px;
	text-align: center;
}

#top header #header_contents .catch_area h2 span {
	font-size: 3rem;
	line-height: 6rem;
}

#top header #header_contents .catch_area .text {
	font-size: 2.1rem;
	margin-bottom: 120px;
}

#top header #header_contents .contact_btn {
	background: rgba(255, 255, 255, 0.3);
	font-size: 2.1rem;
	color: #fff;
	width: 240px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	/* for Safari and Chrome 対応*/
	-moz-border-radius: 10px;
	/* for Firefox 対応*/
}

#top header #header_contents .contact_btn a {
	padding: 20px 50px;
	display: block;
}

#top #about {
	min-width: 94%;
	/* padding: 150px 40px 150px; */
    margin-top: -150px; 
	/* お知らせ非表示 */
	padding: 250px 40px 150px;
	margin-top: -250px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: left;
	background: url(../img/img04.jpg) center/cover no-repeat;
	display: flex;
	/*align-items: center;*/
}

#top #about .logoimg {
	width: 160px;
	margin: 0 auto 60px;
}

#top #about .text_contents p {
	margin-bottom: 60px;
}

.imagephoto02 {
	width: 100%;
	line-height: 0.1;
	background: #000 url(../img/img03.jpg) no-repeat fixed center 130px;
	background-size: contain;
	width: 100%;
	height: 100vh;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.imagephoto03 {
	width: 100%;
	line-height: 0.1;
	background: #000 url(../img/img14.png) no-repeat fixed center top;
	background-size: contain;
	width: 100%;
	height: 100vh;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.imagephoto04 {
	width: 100%;
	line-height: 0.1;
	background: #000 url(../img/img15.png) no-repeat fixed center top;
	background-size: cover;
	width: 100%;
	height: 50vh;
	margin-bottom: 120px;
}

.imagephoto05 {
	width: 100%;
	line-height: 0.1;
	background: #000 url(../img/img16.jpg) no-repeat fixed center top;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.imagephoto01 img {
	width: 800px;
}

.text_contents h1 {
	letter-spacing: 1rem;
	font-size: 4rem;
	margin-bottom: 20px;
}

.text_contents h2 {
	font-size: 3.6rem;
	margin-bottom: 10px;
}

.text_contents p {
	margin-bottom: 40px;
}

#top .contents_area {
	width: 94%;
	margin: 0 auto 120px;
	text-align: center;
}

#top .contents_area h1 {
	font-size: 4.2rem;
	text-align: center;
	margin-bottom: 20px;
}

#top .contents_area h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 40px;
}

.contents_area .text {
	margin-bottom: 80px;
}

#top #menu {
	margin-top: -150px;
	padding-top: 150px;
}

#top .top_menu {
	width: 100%;
	background: url(../img/top_bg03.jpg) repeat;
}

#top .top_menu h1 {
	margin-bottom: 80px;
	font-size: 3.4rem;
	background: url(../img/title_bg01.png) no-repeat;
	background-position: center bottom;
	padding: 0 0 10px 20px;
	background-size: 240px auto;
}

#top .top_menu h2 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

#top .top_menu .menu_main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#top .top_menu .menu_main P {
	width: 25%;
}

#top .top_menu .menu_main p {
	line-height: 0.1rem;
}

#top .top_menu .text_menu {
	width: 80%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}

#top .top_menu .bento {
	margin: 0 auto 80px;
}

#top .top_menu .bento .text_menu {
	margin: 0 auto 20px;
}

#top .top_menu .text_menu .contents_box:first-of-type {
	margin-right: 60px;
}

#top .top_menu .text_menu dl {
	width: 43%;
	display: flex;
}

#top .top_menu .text_menu dl dt {
	text-align: left;
}

#top .top_menu .text_menu dl dt {
	width: 70%;
}

#top .top_menu .text_menu dl dd {
	width: 30%;
}

#top .top_menu .text_menu dl dd {
	text-align: right;
}

#top .top_menu .text_menu h3 {
	text-align: left;
	font-weight: bold;
	width: 100%;
}

#top .top_menu .text_menu dl dt .inner {
	margin: -0.5rem 0 1rem;
	padding-left: 1rem;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: left;
}

#top .top_menu .text_menu .menu_price,
#top .text_menu .enkai_attention,
#top .text_menu .menu_attention,
#top .text_menu p {
	font-size: 1.4rem;
}

#top .text_menu .enkai_attention {
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-align: left;
	margin: 3rem auto 0;
	padding-left: 1em;
	text-indent: -1em;
}

#top .text_menu .menu_attention {
	width: 35%;
	margin: 3rem auto 0;
	text-align: left;
	max-width: 345px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2.6rem;
}

#top .text_menu p {
	width: 100%;
	margin-top: 3rem;
	text-align: center;
}

#top .text_menu.bento p {
	margin-top: 0;
	text-align: left;
}

.menu_attention {
	text-align: left;
	width: 95%;
	max-width: 400px;
	margin: auto;
	padding-left: 1em;
	text-indent: -1em;
}

#top #access {
	margin-top: -170px;
	padding-top: 170px;
}

#top .top_info {
	width: 100%;
}

#top .top_info h1 {
	margin-bottom: 60px;
}

#top .top_info .contents_box {
	display: flex;
}

#top .top_info .contents_box dl {
	width: 30%;
	margin-right: 5%;
	text-align: center;
}

#top .top_info .contents_box dl:last-of-type {
	margin-right: 0;
}

#top .top_info dt {
	width: 58px;
	margin: 0 auto 20px;
}

#top .top_info dd {
	margin-bottom: 15px;
	line-height: 2rem;
}

#top .top_info .btn a {
	display: block;
	background: #000;
	padding: 5px;
	width: 200px;
	color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	cursor: pointer;
}

#top .top_info .contents_box h3 {
	text-align: left;
}

#top .top_menu .mb1 {
	margin-bottom: 1rem;
}

#top .top_menu .mb1 {
	display: block;
}

#top .top_menu .text_menu.ouchi {
	margin-bottom: 20px;
}

#top .top_menu .new {
	position: relative;
}
#top .top_menu .new::after {
	position: absolute;
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	right: -40px;
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0em;
	background: crimson;
	border-radius: 50%;
}

#googlemap {
	position: relative;
	width: 100%;
	/* 左右に余白が必要なら値を変更してもOK */
	height: 0;
	padding-bottom: 30.25%;
	/* padding-topでもOK */
	overflow: hidden;
	margin-bottom: 120px;
	min-width: 94%;
}

#googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	pointer-events: none;
}

#top #news h1 {
	margin-bottom: 60px;
}

#news dl {
	width: 70%;
	padding: 0 20px 20px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0 auto 20px;
}

#news dl:first-of-type {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

#news dl dt {
	width: 20%;
	margin-right: 30px;
	font-weight: bold;
}

#news dl dd {
	width: 80%;
}

#news .furusato {
	width: 70%;
	margin: 50px auto 0;
	padding: 0;
}

#news .furusato p {
	line-height: 2;
}

#news .furusato ul {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#news .furusato ul li {
	flex: 0 1 32.5%;
}

#news .furusato ul li:last-of-type img {
	border: solid 1px #d4d2d2;
}

#news .furusato ul li img {
	display: block;
	width: 100%;
}

.ig {
	margin: 0 auto 120px;
	width: 80%;
}

.ig .insta_area {
	display: flex;
	justify-content: center;
}

.ig h1 img {
	width: 271px;
}

.followbtn a {
	display: block;
	background: #000;
	padding: 10px;
	color: #fff;
	border-radius: 50px;
	width: 200px;
	margin: 20px auto 0;
}

.fb {
	margin: 0 auto 120px;
	width: 500px;
}

#privacy,
#infopage {
	width: 1100px;
	margin: 0 auto;
	padding-top: 200px;
}

#privacy .text_contents,
#infopage .text_contents {
	margin-bottom: 5rem;
}

#privacy .text_contents p,
#infopage .text_contents p {
	margin-bottom: 4rem;
}

#privacy .text_contents p a,
#infopage .text_contents p a {
	color: #2e3092;
	text-decoration: underline;
}

#privacy .text_contents h1,
#infopage .text_contents h1 {
	font-size: 4rem;
}

#privacy .text_contents h2,
#infopage .text_contents h2 {
	font-size: 3rem;
	margin-bottom: 4rem;
}

#privacy .text_contents h3 #infopage .text_contents h3 {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}

#privacy .text_contents h4 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

#privacy ul {
	padding-left: 5rem;
}

#privacy ul li {
	list-style: disc;
}

#infopage .text_contents h3 {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}

#infopage .text_contents .menu p {
	margin-bottom: 2rem;
}

#infopage .text_contents .menu p:last-of-type {
	margin-bottom: 4rem;
}

@media (max-width: 1022px) and (min-width: 770px) {
	.order_bnr .txt-wrap {
		display: block;
	}
	.order_bnr .sub-txt {
		width: 350px;
		margin: 8px auto 0;
	}
	.pdf::after {
		right: -30px;
	}
}

/*== sp ==*/

/*==================================================================================*/

@media (max-width: 769px) {
	.order_bnr.sp {
		text-align: left;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.order_bnr.sp li a {
		padding: 1rem 0;
		font-size: 80%;
		letter-spacing: 1px;
	}
	/* .order_bnr li:last-child a {
        padding-left: 10%;
    } */
	.pdf::after {
		width: 6vw;
		height: 6vw;
	}

	.order_bnr.sp .ttl-txt {
		/* padding-left: 6vw; */
		font-size: 16px;
		text-align: center;
	}

	.pdf::after {
		right: -20px;
	}

	.order_bnr.sp .sub-txt {
		text-align: center;
		margin: 8px auto 0;
	}

	.order_bnr.sp .sub-txt p + p {
		margin-top: 3px;
	}

	/* 1カラム改行用
    .order_bnr.sp li a:first-of-type {
        padding: 1rem 0 .5rem;
    }
    .order_bnr.sp li a:last-of-type {
        padding: .5rem 0 1rem;
    } */
	#top header::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/top_bg01.jpg") top center no-repeat;
		background-size: cover;
	}
	#top header {
		height: 350px;
		 /* margin-top: 7vw; */
		 /*チラシバナー表示時 */
		margin-top: 0; 
		/*チラシバナー非表示時 */
	}
	#top header #header_contents {
		width: 90%;
		color: #fff;
		/* 　チラシ表示時 */
		padding-top: 5%;
		height: 300px;
		/* margin-top: 20px; */
	}
	#top header #header_contents .catch_area {
		padding: 22% 0 5%;
	}
	#top header #header_contents h1 {
		width: 60%;
	}
	#top header #header_contents .catch_area h2 {
		font-size: 2.6rem;
		line-height: 3rem;
		margin-bottom: 3%;
	}
	#top header #header_contents .catch_area h2 span {
		font-size: 1.4rem;
		line-height: 3rem;
	}
	#top header #header_contents .catch_area .text {
		margin-bottom: 10%;
	}
	#top header #header_contents .contact_btn {
		background: rgba(255, 255, 255, 0.3);
		font-size: 2.1rem;
		color: #fff;
		width: 60%;
		margin: 0 auto;
		text-align: center;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		/* for Safari and Chrome 対応*/
		-moz-border-radius: 10px;
		/* for Firefox 対応*/
	}
	#top header #header_contents .contact_btn a {
		display: block;
		padding: 10%;
	}
	#top #intro {
		width: 90%;
		margin: 0 auto 30%;
		padding: 0;
	}
	#top #intro .logoimg {
		width: 30%;
		margin: 0 auto 10%;
	}
	#top .text_contents h1 {
		font-size: 2.6rem;
		line-height: 3rem;
		margin-bottom: 5%;
	}
	#top .text_contents h2 {
		font-size: 2rem;
		margin-bottom: 10%;
	}
	#top .text_contents p {
		margin-bottom: 5%;
	}
	#top .contents_area {
		width: 90%;
		margin: 0 auto 20%;
		padding: 0;
	}
	#top .contents_area h1 {
		font-size: 3.6rem;
		margin-bottom: 5%;
	}
	#top .contents_area h2 {
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 10%;
	}
	#top .contents_area .text {
		margin-bottom: 10%;
	}
	#top .contents_area .contents_box {
		display: block;
	}
	#top .contents_area .contents_box dl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
		text-align: center;
	}
	#top .contents_area .contents_box dl:last-of-type {
		margin-right: 0;
	}
	#top #about {
		margin-top: 0;
		padding: 18% 5%;
		background-size: cover;
		background: #000 url(../img/img04_sp.jpg) no-repeat;
		background-position: center;
	}
	#top #about .text_contents p {
		margin-bottom: 10%;
	}
	#top #about .text_contents h2 {
		margin-bottom: 3%;
	}
	.imagephoto02 {
		width: 100%;
		line-height: 0.1;
		background: url(../img/img03.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
		height: 300px;
	}
	.imagephoto03 {
		width: 100%;
		line-height: 0.1;
		background: #000 url(../img/img14.png) left center no-repeat;
		background-size: cover;
		width: 100%;
		height: 50vh;
	}
	.imagephoto04 {
		width: 100%;
		line-height: 0.1;
		background: #000 url(../img/img15.png) no-repeat center top;
		background-size: cover;
		width: 100%;
		height: 20vh;
		margin-bottom: 20%;
	}
	.imagephoto05 {
		width: 100%;
		line-height: 0.1;
		background: #000 url(../img/img16.jpg) no-repeat left top;
		background-size: cover;
		width: 100%;
		height: 50vh;
	}
	#top #menu {
		margin-top: -25%;
		padding: 18% 5%;
	}
	#top .top_menu {
		width: 100%;
		padding: 0;
		background: url(../img/top_bg03.jpg) repeat;
	}
	#top .top_menu h1 {
		margin-bottom: 10%;
		font-size: 3rem;
		padding: 0 0 10px 20px;
		background-size: 240px auto;
	}
	#top .top_menu h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	#top .top_menu .text_menu {
		display: block;
		width: auto;
		margin: 0 auto 20%;
	}
	#top .top_menu .text_menu .contents_box:first-of-type {
		margin-right: 0;
	}
	#top .top_menu .text_menu .contents_box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#top .top_menu .ouchi .contents_box {
		margin-bottom: 10px;
	}
	#top .top_menu .text_menu dl {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 3%;
	}
	#top .top_menu .text_menu dl dt {
		width: 65%;
		text-align: left;
	}
	#top .top_menu .text_menu dl dd {
		width: 35%;
		text-align: right;
	}
	#top .top_menu .text_menu .menu_price {
		font-size: 1.2rem;
	}
	#top .top_menu .text_menu h3 {
		width: 100%;
		margin-bottom: 1rem;
	}
	#top .top_menu .menu_attention {
		width: 100%;
	}
	#top .top_menu .menu_main p {
		width: 50%;
	}
	#top .top_menu .menu_main p {
		line-height: 0.1rem;
	}
	#top .top_menu .text_menu dl dt .inner {
		margin: 10px 0;
	}
	#top .text_menu .menu_attention {
		min-width: auto;
	}
	.top_menu dt {
		width: 70%;
	}
	.top_menu dt a img {
		width: 70%;
	}
	#top .top_menu .new::after {
		width: 28px;
		height: 28px;
		font-size: 10px;
	}

	#top .top_info {
		width: 100%;
	}
	.top_info dt {
		width: 40%;
	}
	#googlemap {
		min-width: 100%;
		height: 30vh;
	}
	#top #news h1 {
		margin-bottom: 60px;
	}
	#news dl {
		width: 100%;
		padding: 0 5% 5%;
		border-bottom: 1px dotted #ccc;
		display: block;
		text-align: left;
		margin: 0 auto 10%;
	}
	#news dl:first-of-type {
		padding-top: 5%;
	}
	#news dl dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	#news dl dd {
		width: 100%;
	}
	#news .furusato {
		width: 100%;
		margin: 50px auto 0;
		padding: 0 0 30px;
		text-align: left;
	}
	#news .furusato ul {
		flex-flow: column wrap;
	}
	#news .furusato ul li {
		flex: 1 0 100%;
	}
	#news .furusato ul li + li {
		margin-top: 15px;
	}
	.ig h1 img {
		width: 50%;
	}
	.fb {
		width: 90%;
		margin: 0 auto 20%;
	}
	#secound header #header_contents {
		width: 90%;
		color: #fff;
		padding: 5%;
		height: 50px;
	}
	#secound #header_contents h1 {
		width: 40%;
	}
	#privacy,
	#infopage {
		width: 90%;
		margin: 0 auto;
		padding-top: 80px;
	}
	#privacy .text_contents,
	#infopage .text_contents {
		margin-bottom: 5rem;
	}
	#privacy .text_contents p,
	#infopage .text_contents p {
		margin-bottom: 4rem;
	}
	#privacy .text_contents h1,
	#infopage .text_contents h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	#privacy .text_contents h2,
	#infopage .text_contents h2 {
		font-size: 2.6rem;
		line-height: 3rem;
		margin-bottom: 4rem;
	}
	#privacy .text_contents h3,
	#infopage .text_contents h3 {
		font-size: 2.4rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	#privacy .text_contents h4 {
		font-size: 2.2rem;
		margin-bottom: 1rem;
		line-height: 3rem;
	}
	#privacy .text_contents ul {
		padding-left: 2rem;
	}
	#privacy .text_contents ul li {
		list-style: disc;
	}

	.nenmatsu_chosei
	{
		display: block;
		margin-top: 7vw !important;
	}
}



.pc_none,.bnr_sp
	{
		display: none;
	}

	.fixBtn {
		position: fixed;
		bottom: 100px;
		right: 20px;
		z-index: 10;
		width: 45vw;
		max-width: 200px;
		background: #fff;
	}
	
	#fixCloseBtn {
		position: absolute;
		top: -15px;
		right: -15px;
		text-transform: none;
		padding: 0;
		z-index: 99999999;
		cursor: pointer;
	}
	
	.fixBtn img {
		display: block;
		max-width: 100%;
	}
	
	.btn-batu
	{  
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		border: 2px solid #333; /* 枠の調整 */
		border-radius: 50%;  /* 丸みの度合い */
		background: #fff; /* ボタンの背景色 */
	}

	.btn-batu::before, .btn-batu::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px; /* 棒の幅（太さ） */
		height: 15px; /* 棒の高さ */
		background: #333; /* バツ印の色 */
	  }
	  
	  .btn-batu::before {
		transform: translate(-50%,-50%) rotate(45deg);
	  }
	  
	  .btn-batu::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	  }
@media screen and (max-width: 1020px) {

	.th_attempt-box {
		width: 48.666667%;
	}

	.th_attempt-box p {
		height: auto;
		font-size: 16px;
	}

	.th_attempt-box-s
	{
		letter-spacing: normal;
	}
	.pc_none
	{
		display: block;
	}
}


@media (max-width: 768px)
{
	.bnr_sp
	{
		display: block;
	}
	.bnr_pc
	{
		display: none;
	}
	.fixBtn {
		bottom: 80px;
		right: 20px;
	}

	.fixBtn img {
		max-width: 100%;
	}

}

/* 230427追加 */
/* チラシ表示時 */
/* #top header #header_nav.fix {
	height: 175px;
}

#top .hamburger {
	top: 2rem;
} */

.info-h1 {
	line-height: 1.5;
}