/*
Theme Name: habakiri-child
Template: habakiri
*/
body {
	/* ゴシック体の場合 */
	//    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	//    line-height: 1.8;
	//    /* 明朝体の場合 */
	//    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	//    line-height: 1.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

#main {
	margin: unset;
}

.sub-page-contents {
	padding-top: unset;
}

.pc_haikei {
	background-image: url("img/haikei.jpg");
}
.res_haikei {
	background-image: url("img/haikei.jpg");
}
.container {
	width: 100%;
}

path {
  stroke-dasharray: 800;   /* 線の長さに合わせる */
  stroke-dashoffset: 800;  /* 初期状態は非表示 */
  animation: draw 6s linear forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; } /* 徐々に線が描かれる */
}



a,
a:visited,
a:hover,
a:active {
  color: #000 !important;
  text-decoration: none;
  background-color: transparent;
}

a {
  outline: none;
}

a:focus {
  outline: none;
  background-color: transparent;
}

a:active {
  outline: none;
}
a {
  background-color: transparent;
}

a:active,
a:focus {
  background-color: transparent;
  outline: none; /* 必要ならフォーカス枠も消せる */
}

.global-nav .nav_pc .img1 {
	width: 50%;
}


.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
  background-color: transparent;
}

.off-canvas-nav--dark {
	background-color: #f5bcb7 !important;
}


.nav_sp a.button {
  display: inline-block;
  padding: 10px 20px;
  background: #f5bcb7;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 0 #d9a29e;
  transition: transform 0.05s, box-shadow 0.05s, background 0.1s;
}

.nav_sp a.button:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #d9a29e;
  background: #e3a9a4; /* 少し濃い色で押し込み感 */
}

.nav_pc li {
	width: 150px;
	text-align: center;
	
}

.nav_pc li .m_title {
	margin: unset;
}

.nav_sp ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2列 */
	gap: 10px; /* 隙間はお好みで */
}

.nav_sp ul li:last-child {
	grid-column: span 2; /* 最後の TOP を2列分にする */
	text-align: center;  /* 中央寄せ（任意） */
}

.nav_sp ul li {
	text-align: center;
}

.nav_sp ul li a {
	display: block;
	padding: 12px 10px;
}

.nav_sp ul li a {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: unset;
	border: 1px solid;
}

.nav_sp ul li img {
	width: 40%;
	padding-bottom: 10px;
}

.off-canvas-nav--dark li {
	border-top: unset;
	border-bottom: unset;
}

.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
	border-bottom: unset;
}

.top_logo_img {
	width: 30%;
}

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

/*** レスポンシブ対応 ***/
.none {
	display: none !important;
}

.m_none {
	display: inherit !important;
}

.tC {
	text-align: center;
}

.cw {
	width: 1000px;
	margin: 0 auto;
}

.wid100 {
	width: 100%;
}

.bfs {
	font-size: 17px;
}

hr.title_hr_b {
	background-color: #000;
	height: 4px;
	width: 70px;
	margin: 0 auto;
	border: none;
}

hr.title_hr_w {
	background-color: #FFF;
	height: 4px;
	width: 70px;
	margin: 0 auto;
}

h3.title {
	text-align: center;
	font-size: 30px;
	font-weight: bold !important;
	color: #000;
	margin: unset;
}

h3.title_w {
	text-align: center;
	font-size: 16px;
	color: #FFF;
}









#newsArea {
	background-color: #f5bcb7;
	padding-top: 80px;
	padding-bottom: 80px;
}

#newsArea .more {
	background-color: #898989;
	border-radius: 30px;
	padding: 16px;
	width: 150px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	margin-top: 30px;
}

#newsArea .news_visual img {
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 300px;
}

#newsArea .news_pc {
	padding: 10px;
}


#infoArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #000;
}

.noInfo {
	padding-top: 20px;
	padding-bottom: 20px;
}

#accessArea {
	background-color: #333333;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFF;
}

.bk_haiden {
	opacity: 0.5;
}

#ayumiArea .rel_text {
	position: relative;
	top: -430px;
}

#catMain .row {
	display: grid;
	grid-auto-flow: column;
}

#catMain .text {
	margin-left: 30px;
}

#singMain .date {
	font-size: 20px;
}

#singMain hr.title_hr_b {
	margin-bottom: 20px;
}

#singMain .text {
	margin-top: 20px;
	margin-bottom: 30px;
}

#singMain .btnTop a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #ccc; /* グレー背景 */
  color: #FFF !important;            /* 文字色 */
  text-decoration: none;
  border-radius: 30px;    /* 楕円形にする */
  font-size: 14px;
  font-weight: unset;
  transition: background-color 0.3s ease;
}

#singMain .btnTop a:hover {
	color: #fff;
	background: #596C8B;
}

#footer {
	background-color: #f5bcb7;
	color: #000;
	padding: 50px;
}

#ayumiArea .hengaku {
	margin-top: 50px;
	width: 100%;
}

#prologueArea .logoarea {
	text-align: center;
}

#prologueArea .imgarea1 .img1 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */

	position: relative;
	top: 200px;
	left: -260px;
	width: 30%;
	height: 30%;


}

#prologueArea .imgarea1 .img2 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */

	position: relative;
	top: 0px;
	left: 260px;
	width: 600px;

}

#prologueArea .imgarea1 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prologueArea .sectence1 {
	font-size: 20px;
	color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prologueArea .imgarea2 .img1 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */
	
	position: relative;
	left: -260px;
	width: 530px;
	height: 350px;

}

#prologueArea .imgarea2 .img2 {
	width: 450px;
	height: 450px;
	object-fit: cover;      /* はみ出した部分を切り取り */
	object-position: center; /* 中央を基準に */

	position: relative;
	top: 190px;
	left: 230px;
	width: 300px;
	height: 300px;

}

#prologueArea .imgarea2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prologueArea .sectence2 {
	font-size: 20px;
	color: #000;
}

#prologueArea .picarea {
	text-align: center;
	margin-bottom: 50px;
}

#prologueArea .picarea .omairi {
	width: 70%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	margin: auto;
}

#prologueArea .harebare_logo {
	width: 20%;
	padding-top: 30px;
	padding-bottom: 50px;
}

#infoArea .logoarea {
	text-align: center;
}

#infoArea .harebare_logo {
	width: 20%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#infoArea .conTitle {
	font-size: 25px;
	font-weight: unset;
}

#infoArea .conSent {
	font-size: 20px;
	font-weight: unset;
}

#dangoArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#shopArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#standArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#popArea {
	background-color: #f2f1ef;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

#infoArea .harebare_logo {
	width: 20%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#dangoArea .dango_visual img,
#dangoArea .dango_visual_sp img,
#shopArea .shop_visual img,
#shopArea .shop_visual_sp img,
#standArea .stand_visual img,
#standArea .stand_visual_sp img,
#popArea .pop_visual img,
#popArea .pop_visual_sp img,
#aboutVisualArea .about_visual_01 img,
#aboutVisualArea .about_visual_01_sp img,
#aboutVisualArea .about_visual_02 img,
#aboutVisualArea .about_visual_02_sp img,
#aboutVisualArea .about_visual_03 img,
#aboutVisualArea .about_visual_03_sp img,
#cafeDangoVisualArea .cafeDango_visual_03 img,
#cafeDangoVisualArea .cafeDango_visual_03_sp img,
#cafeVisualArea .cafe_visual_01 img,
#cafeVisualArea .cafe_visual_01_sp img,
#cafeVisualArea .cafe_visual_02 img,
#cafeVisualArea .cafe_visual_02_sp img
{
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 300px;
	padding: 10px;
}

#infoArea .contact {
	text-align: center;
}

#infoArea .contact img {
	width: 50%;
}

#footer .logo {
	width: 20%;
}

#prologueArea .hello {
	text-align: center;
}

#prologueArea .hello img {
	padding-top: 160px;
	width: 40%;
}

#prologueArea .imgarea1 .linesvg {
	display: none;
}

#singMain .entryDate h2 {
	text-align: center;
	padding-bottom: .5rem;
	margin-bottom: 0;
	word-break: break-all;
	line-height: 1.528;
	font-weight: normal;
	font-size: 20px;
}

#singMain .title_hr_b_sing {
	background-color: #000;
	height: 1px;
	width: 20px;
	margin: 0 auto;
	border: none;
	margin-bottom: 50px;
}






#singMain .post-nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 150px;
}

#singMain .post-nav-buttons .nav-item {
  flex: 1;
}

#singMain .post-nav-buttons .nav-item a {
  display: block;
  padding: 8px 20px;
  background-color: #d0d0d0; /* 画像のような薄いグレー */
  color: #FFF !important;              /* 文字色 */
  text-decoration: none;
  border-radius: 30px;      /* 楕円形 */
  font-size: 16px;
  font-weight: unset;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

#singMain .post-nav-buttons .nav-item a:hover {
  background-color: #bcbcbc; /* 少し濃いグレーに */
}


#cafeDangomain #infoArea {
	background-color: unset;
}




#cafeDangomain .dangoconTitle,
#shopmain .shopTitle1 {
	padding-top: 100px;
}

#cafeDangomain .dangoconSent,
#shopmain .shopSent,
#banmain .banSent {
	font-size: 17px;
}

#cafeDangomain .cafe-odango {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 30px;
}

#cafeDangomain .vCen {
	display: grid;
	place-items: center;
	height: 200px;
}

.section {
	padding: unset;
}

#cafeDangomain .section,
#cafemain .section,
#shopmain .section,
#banmain .section {
	height: 200px;
	margin-top: 50px;
}

#cafeDangomain .parent,
#cafemain .parent,
#shopmain .parent,
#banmain .parent {
	position: relative;
	height: 200px;
}

#cafeDangomain .child_yoko,
#cafemain .child_yoko,
#shopmain .child_yoko,
#banmain .child_yoko {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

#cafeDangomain .child,
#cafemain .child,
#shopmain .child,
#banmain .child {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



#cafeDangomain .cafe_img3 {
	width: 60%;
}

#cafeDangomain .cafe_img4 {
	width: 60%;
	display: block;
	margin-left: auto;
	padding-top: 30px;
}

#cafeDangomain .cafe_img5 {
	width: 60%;
}

#cafeDangomain .cafe_img6 {
	width: 60%;
	display: block;
	margin-left: auto;
	padding-top: 30px;
}

#cafeDangomain .shop_logo {
	width: 30%;
	display: block;
	margin-left: auto;
	padding-bottom: 70px;
	padding-top: 20px;
}

#cafemain {
	padding-top: 150px;
}

#cafemain .stand_logo {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#cafemain .dangoconSent {
	padding-top: 30px;
	font-size: 17px;
}


#cafemain #menuArea {
	padding-top: 50px;
}

#cafemain .menu_logo {
	width: 15%;
	display: block;
	margin: auto;
}

#cafemain .cafe_menu_f {
	width: 15%;
	display: block;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}




#shopmain .shophaikei {
	padding-top: 60px;
}

#shopmain .shop_logo {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#shopmain .shop_img {
	padding-top: 50px;
	width: 100%;
}

#shopmain .lineup_logo {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 30px;
}

#shopmain .shop_lineup_logo {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 30px;
}

#shopmain .title1 {
	padding-top: 30px;
}

#shopmain .shisetu {
	margin-top: 100px;
	padding-bottom: 100px;
}




#shopmain .shopInfo {
	padding-top: 50px;
	padding-bottom: 100px;
}

#shopmain .shopInfoWaku {
	border-radius: 10px;
	padding: 50px;
}

#shopmain .shopInfoTitle {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}


#shopmain .waku1 {
	background-color: #fadc6f;
}

#shopmain .waku2 {
	background-color: #f17f81;
}

#shopmain .waku3 {
	background-color: #74bded;
}



#banmain .banhaikei {
	padding-top: 60px;
}

#banmain .ban-logo1 {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#banmain .ban-logo2 {
	width: 30%;
	display: block;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 30px;
}

#banmain .banbnr {
	padding-bottom: 150px;
}

#banmain .title1 {
	padding-top: 30px;
}

#banmain .toi {
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	margin-bottom: 30px;
}

#banmain .toi p {
	margin: unset;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
}

#banmain #banmaincon {
	padding-bottom: 100px;
}




















@media screen and (max-width: 749px) {
	/** Mobile **/

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}

	.m_none {
		display: none !important;
	}

	.pc_haikei {
		background-image: unset;
	}
	.res_haikei {
		background-image: url("img/haikei.jpg");
	}

	h3.title {
		text-align: center;
		font-size: 25px;
		font-weight: unset !important;
		color: #000;
		margin: unset;
	}

	h3.title_w {
		text-align: center;
		font-size: 16px;
		color: #FFF;
	}


	.cw {
		width: 85%;
	}

	/* headerロゴ */
	.site-branding a {
		color: #FFF !important;
		;
	}

	#responsive-btn {
		background-color: #FFF !important;
		border-color: #FFF !important;
	}

	#singMain .post-nav-buttons .nav-item a {
		padding: 8px 18px;
		font-size: 12px;
	}

	#slideArea .mt1 {
		font-size: 45px;
		position: absolute;
		top: 90px;
		left: 40px;
		color: #FFF;
	}

	#slideArea .mt2 {
		font-size: 45px;
		position: absolute;
		top: 60%;
		left: 52%;
		color: #000000;
		line-height: 1.0;
		transform: translate(-54%, -30%);
		text-align: center;
	}

	#slideArea .mt2 .btext {
		font-size: 75px;
		font-weight: bold;
	}

	#slideArea .mt2 .text2 {
		font-size: 135px;
	}

	#slideArea .mt2 .text3 {
		font-size: 46px;
	}

	#slideArea .mt2 .text4 {
		font-size: 100px;
	}

	.header {
		background-color: unset !important;
	}

	.header:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		opacity: 0;
		z-index: -1;
	}

	.home #contents {
		position: relative;
		top: -70px;
		margin-bottom: -70px;
	}

	#slideArea {
		height: unset;
	}

	#slideArea img {
		height: 100vh;
		object-fit: cover;
		object-position: center;
	}

	#newsArea .news_visual_sp {
		padding: 10px;
	}

	#newsArea .news_visual_sp img {
		height: 350px;
		object-fit: cover;
		object-position: center;
		width: 350px;
	}

	#haretokeArea {
		padding-top: unset;
		padding-bottom: 70px;
	}

	#haretokeArea .sptop {
		padding-top: 50px;
	}

	#catMain .cw {
		width: 100%;
	}

	#catMain .row {
		display: unset;
	}

	#catMain .text {
		margin-left: unset;
	}

	#catMain .thumbnail img {
		width: 100%;
	}

	#catMain .sec {
		margin-top: 23px;
		margin-bottom: 23px;
		border: 0;
		border-top: 1px solid #000;
	}

	#ayumiArea .rel_text {
		top: -150px;
	}

	#ayumiArea {
		margin-bottom: -100px;
	}

	#newsArea .infoTitle {
		font-size: 12px;
		text-align: left;
		color: #000;
	}

	#newsArea .infoDate {
		font-size: 12px;
		color: #000;
	}

	#prologueArea .logoarea {
		text-align: center;
	}

	#prologueArea .logoarea img {
		width: 60%;
	}

	#prologueArea .imgarea1 {
		padding-top: 60px;
		height: 320px;
	}

	#prologueArea .imgarea1 .img1 {
		width: 110px;
		height: 110px;
		top: unset;
		left: unset;
	}

	#prologueArea .imgarea1 .img2 {
		width: 200px;
		height: 150px;
		position: relative;
		top: 60px;
		right: -20px;
		left: unset;
	}

	#prologueArea .sectence1 {
		font-size: 15px;
		color: #000;
		padding-top: unset;
		padding-bottom: unset;

	}

	#prologueArea .imgarea2 {
		padding-top: 50px;
	}

	#prologueArea .imgarea2 .img1 {
		height: unset;
		object-fit: unset;
		object-position: unset;

		width: 80%;

		/* ここどうするか検討 */
		position: relative;
		left: -80px;
	}

	#prologueArea .imgarea2 .img2 {
		height: unset;
		object-fit: unset;
		object-position: unset;

		width: 35%;
		display: block;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;


		top: unset;
		left: unset;
	
	}

	#prologueArea .sectence2 {
		padding-top: 50px;
		font-size: 15px;
		color: #000;
	}

	#prologueArea {
		padding-bottom: 50px;
	}

	#prologueArea .picarea .omairi {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 40px;
		display: block;
		margin: auto;
	}

	#infoArea .conTitle {
		font-size: 22px;
		font-weight: unset;
		padding-bottom: 30px;
	}

	#infoArea .conTitle .conTitleBR {
		line-height: 40px;
	}

	#infoArea .conSent {
		font-size: 15px;
		font-weight: unset;
	}

	#infoArea .dango_visual_sp img {
		width: 100%;
	}

	#infoArea .dango_visual img {
		width: 100%;
	}

	#infoArea .logoarea img {
		width: 50%;
		display: block;
		margin: 0 auto;
		padding-top: 80px;
	}

	#footer .logo {
		width: 40%;
	}

	#footer .syamei {
		font-weight: unset;
		font-size: 16px;
	}

	#dangoArea .dango_visual img,
	#dangoArea .dango_visual_sp img,
	#shopArea .shop_visual img,
	#shopArea .shop_visual_sp img,
	#standArea .stand_visual img,
	#standArea .stand_visual_sp img,
	#popArea .pop_visual img,
	#popArea .pop_visual_sp img,
	#aboutVisualArea .about_visual_01 img,
	#aboutVisualArea .about_visual_01_sp img,
	#aboutVisualArea .about_visual_02 img,
	#aboutVisualArea .about_visual_02_sp img,
	#aboutVisualArea .about_visual_03 img,
	#aboutVisualArea .about_visual_03_sp img,
	#cafeDangoVisualArea .cafeDango_visual_03 img,
	#cafeDangoVisualArea .cafeDango_visual_03_sp img,
	#cafeVisualArea .cafe_visual_01 img,
	#cafeVisualArea .cafe_visual_01_sp img,
	#cafeVisualArea .cafe_visual_02 img,
	#cafeVisualArea .cafe_visual_02_sp img
	{
		height: 350px;
		object-fit: cover;
		object-position: center;
		width: 100%;
		padding: unset;
	}

	#prologueArea .hello {
		text-align: center;
	}

	#prologueArea .hello img {
		padding-top: 160px;
		width: 70%;
	}

	#slideArea .top_renew img {
		width: 55%;
		z-index: 999 !important;
		position: absolute;
		height: unset;
		object-fit: unset;
		top: 73%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#infoArea .contact img {
		width: 90%;
	}

	.top_logo img {
		width: 40%;
	}

	#dangoArea,
	#shopArea,
	#standArea,
	#popArea,
	#aboutVisualArea,
	#cafeDangoVisualArea,
	#cafeVisualArea
	{
		padding-top: unset;
		padding-bottom: unset;
	}

	#prologueArea .imgarea1 {
		position: relative;
	}

	#prologueArea .imgarea1 .linesvg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: inherit;
	}

	#prologueArea .imgarea1 .img1 {
		position: absolute;
		object-fit: cover;
		z-index: 2;
		top: 0px;
		left: 10px;
	}

	#prologueArea .imgarea1 .img2 {
		position: absolute;
		object-fit: cover;
		z-index: 2;
	}






	#cafeDangomain {
		padding-top: 50px;
	}

	#cafeDangomain #infoArea {
		background-color: unset !important;
		padding-top: 30px;
		padding-bottom: 20px;
		color: #000;
	}

	#cafemain #infoArea {
		background-color: unset !important;
	}

	#cafeDangomain .titlePad {
		padding-top: 150px !important;
	}

	#cafeDangomain .titlePad2 {
		padding-top: unset !important;
	}

	#cafeDangomain .dangoconTitle,
	#cafemain .dangoconTitle,
	#shopmain .shopTitle {
		padding-top: 50px;
	}

	#banmain .banTitle {
		padding-top: 100px;
	}


	#cafeDangomain .dangoconSent,
	#cafemain .dangoconSent,
	#shopmain .shopSent,
	#banmain .banSent {
		font-size: 15px;
		font-weight: unset;
	}


	#cafeDangomain .dangoconTitle {
		padding-bottom: 30px;
	}

	#cafeDangomain .dangoInfo {
		padding-bottom: 30px;
	}




	#shopmain .shop_lineup_logo {
		width: 50%;
		display: block;
		margin: auto;
		padding-top: unset;
		padding-bottom: unset;
	}

	#shopmain .shopTitle1 {
		padding-top: 50px;
	}

	#aboutmain .title {
		font-size: 25px;
		font-weight: unset;
	}


	#aboutmain .sentence {
		font-size: 15px;
		font-weight: unset;
	}


	#shopmain .shoptable .wid {
		padding-left: 5px;
		padding-right: 5px;
	}

	#shopmain .shoptable p {
		margin: unset;
	}


	#shopmain .shoptable .shoptitle {
		font-weight: bold;
		margin: 0 0 11.5px;
	}




	#cafeDangomain .cafe-odango {
		width: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}


	#cafeDangomain .cafe_img3 {
		width: 80%;
	}

	#cafeDangomain .cafe_img4 {
		width: 60%;
		display: block;
		margin-left: auto;
		padding-top: 30px;
	}

	#cafeDangomain .cafe_img5 {
		width: 80%;
	}

	#cafeDangomain .cafe_img6 {
		width: 60%;
		display: block;
		margin-left: auto;
		padding-top: 30px;
	}

	#cafeDangomain .shop_logo {
		width: 40%;
		display: block;
		margin-left: auto;
		padding-bottom: 70px;
		padding-top: 20px;
	}


	#cafemain {
		padding-top: 100px;
	}

	#cafemain .stand_logo {
		width: 50%;
		display: block;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#cafemain .dangoconTitle {
		padding-bottom: 30px;
	}

	#cafemain .menu_logo {
		width: 40%;
		display: block;
		margin: 0 auto;
	}

	#cafemain .cafe_menu_f {
		width: 20%;
		display: block;
		margin-left: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}






	#shopmain .shophaikei {
		padding-top: 60px;
	}

	#shopmain .shop_logo {
		width: 50%;
		display: block;
		margin: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#shopmain .shop_img {
		padding-top: 50px;
	}


	#shopmain .shoptable {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 14px;
		font-weight: bold;
	}

	#shopmain .title1 {
		padding-top: 30px;
	}

	#shopmain .title2 {
		padding-top: 30px;
	}

	#shopmain .lineup_logo {
		width: 50%;
		display: block;
		margin: auto;
	}

	#shopmain .shopSent {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#shopmain .waku2,
	#shopmain .waku3 {
		margin-top: 10px;
	}





	#banmain .toi {
		border-top: 1px solid;
		border-bottom: 1px solid;
		text-align: center;
		margin-bottom: 30px;
	}

	#banmain .toi p {
		margin: unset;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 15px;
	}

	#banmain .banTitle {
		padding-bottom: 30px;
	}

	.plan {
		margin-top: 100px;
	}

	#banmain .ban-logo1 {
		width: 50%;
		display: block;
		margin: auto;
		padding-top: 50px;
		padding-bottom: unset;
	}

	#banmain .ban-logo2 {
		width: 50%;
		display: block;
		margin: auto;
		padding-top: 50px;
		padding-bottom: unset;
	}


	#banmain .baninfo {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#banmain .banbnr {
		padding-bottom: 150px;
	}

	#banmain .banImg {
		width: 100%;
	}

	.atumari {
		padding-bottom: 100px;
	}

	#cafemain #menuArea {
		padding: unset;
	}














}


@media screen and (min-width: 750px) and (max-width: 991px) {
	/* Tablet */

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}

	.m_none {
		display: none !important;
	}






}