html, body {
	padding: 0;
	margin: 0;
	color: #333333;
	overflow: visible;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.8;
}

.pc_only {
	display: block!important;
}
.sp_only {
	display: none!important;
}
@media screen and (max-width: 480px) {
	.pc_only {
		display: none!important;
	}
	.sp_only {
		display: block!important;
	}
}

.bold {
	font-weight: bold;
}
.fs30 {
	font-size: 30px;
}


.header {
	width: 100%;
	height: 900px;
	margin: 0 auto;
	position: relative;
}

.header #slider li {
	width: 100%;
	height: 900px;
}
.header .slide01 {
	background: url(img/bg_main01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.header .slide02 {
	background: url(img/bg_main02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.header .slide03 {
	background: url(img/bg_main03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.bx-wrapper {
	border: none;
}

.header .slide_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.header .slide_inner img {
	position: absolute;
	right: 0;
	top: 150px;
}

.header .logo_area {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 400px;
}
.header h1 {
	color: #fff;
	font-size: 14px;
}
.header_inner {
	width: 960px;
	margin: 0 auto;
	height: 800px;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.main_tel {
	position: absolute;
	top: 10px;
	right: 0;
	background: rgba(0,0,0,0.6);
	padding: 10px 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}
.mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_tel .main_tel_txt01 {
	font-size: 20px;
}
.main_tel .main_tel_txt02 {
	font-size: 18px;
}
.main_tel .main_tel_txt02 a {
	color: #fff;
	text-decoration: none;
}
.main_tel .main_tel_txt03 {
	font-size: 13px;
}
.header_inner .main_campaign {
	position: absolute;
	bottom: 50px;
	left: 0;
}

.header .gnav {
	margin-top: -100px;
	background: url(img/bg_gnav.png);
	background-size: contain;
	width: 100%;
	height: 68px;
	text-align: center;
	position: absolute;
	bottom: 50px;
}
.header .gnav ul {
	display: inline-block;
	padding-top: 22px;
}
.header .gnav ul li {
	float: left;
	padding: 0 40px;
}
.header .gnav ul li a {
	text-decoration: none;
	display: inline-block;
}

.top_content01 {
	background: url(img/top_content01_bg.png) no-repeat;
	background-size: cover;
	width: 100%;
}
.top_content01_inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
.top_content01_inner img {
	float: right;
}
.top_content01_txt02 {
	margin-right: 50px;
	padding-top: 30px;
}
.top_content01_btn {
	margin-right: 60px;
	padding-top: 260px;
}

.top_content02 li {
	width: 50%;
	float: left;
	height: 665px;
	position: relative;
}
.top_content02 .day_ichifuji {
	background: url(img/top_content02_bg01.png) no-repeat;
	background-size: cover;
}
.top_content02 .night_ichifuji {
	background: url(img/top_content02_bg02.png) no-repeat;
	background-size: cover;
}
.top_content02 .day_ichifuji .top_content02_txt01 {
	position: absolute;
	top: 50px;
	right: 70px;
}
.top_content02 .day_ichifuji .top_content02_btn01 {
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.top_content02 .night_ichifuji .top_content02_txt02 {
	position: absolute;
	top: 50px;
	left: 290px;
}
.top_content02 .night_ichifuji .top_content02_btn02 {
	position: absolute;
	bottom: 30px;
	left: 210px;
}

.top_content03 {
	background: url(img/top_content03_bg01.png) repeat-x;
}
.top_content03_inner {
	width: 960px;
	margin: 0 auto;	
}
.top_content03_inner h2 {
	text-align: center;
	margin: 0;
	padding-top: 50px;
	margin-bottom: 50px;
}
.top_content03_inner ul li {
	float: left;
	margin-right: 64px;
}
.top_content03_inner ul li:last-child {
	margin-right: 0;
}
.top_content03_inner p {
	text-align: center;
	margin: 20px auto 60px;
}

.top_content04 {
	background: url(img/top_content04_bg01.png) no-repeat;
	background-size: cover;
	height: 460px;
}
.top_content04_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 460px;
}
.top_content04_inner h2 {
	text-align: center;
	padding-top: 45px;
	margin: 0;
}
.top_content04_img01 {
	position: absolute;
	bottom: 0;
	left: 37px;
}
.top_content04_p01 {
	background: #4b443a;
	padding: 15px 20px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 165px;
	line-height: 1.8;
	width: 420px;
}
.top_content04_p01 .red {
	color: #f14d4d;
}
.top_content05 {
	text-align: center;
}
.top_content05 h2 {
	text-align: center;
	margin: 0;
	padding: 80px 0 40px;
}
img.top_content05_map01 {
	padding-bottom: 100px;
	width: 40%;
	height: auto;
}

.footer {
	background: url(img/footer_bg.png) repeat;
}
.footer .footer_inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer_catch {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.footer_left, .footer_right {
	float: left;
	margin-right: 20px;
	color: #fff;
	line-height: 1.8;
}
.footer_nav_wrapper {
	text-align: center;
}
.footer_nav {
	color: #fff;
	display: inline-block;
}
.footer_nav li {
	float: left;
	border-right: #fff 1px solid;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer_nav li:last-child {
	border-right: 0;
	padding-right: 0;
}
.footer_nav li:first-child {
	padding-left: 0;
}
.footer_nav li a {
	text-decoration: none;
	color: #fff;
}
.copyright {
	color: #fff;
	text-align: center;
}

.sub_header {
	background: url(img/sub_header_bg.png) repeat;
	height: 220px;
	position: relative;
}
.sub_header_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.sub_header .gnav {
	background: none;
	position: absolute;
	bottom: 0;
}
.sub_h2 {
	text-align: center;
	margin-top: 65px;
}

/* about */
.about_header {
	background: url(img/about_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 450px;
}
.about_content01 {
	background: url(img/about_content01_bg.png) no-repeat;
	background-size: cover;
	height: 650px;
}
.about_content01_inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
}
.about_content01_inner .right {
	float: right;
	width: 50%;
}
.about_content01_inner .right h3 {
	text-align: center;
}
.about_content01_inner .shopinfo dt,
.about_content01_inner .shopinfo dd {
	float: left;
	margin: 0;
	padding: 10px 0;
}
.about_content01_inner .shopinfo dt {
	width: 110px;
	padding-left: 20px;
}
.about_content01_inner .shopinfo dd {
	width: 350px;
}
.about_content02 {
	background: url(img/about_content02_bg.png) repeat;
}
.about_content02_inner {
	text-align: center;
}
.about_content02_inner h3 {
	text-align: center;
	margin: 0;
	padding: 50px 0;
}
.about_content02_inner .about_content02_img {
	padding-bottom: 50px;
}
/* coupon */
.coupon_header {
	background: url(img/coupon_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 450px;
}
.coupon_content01 {
	background: url(img/coupon_content01_bg.png) repeat;
}
.coupon_content01_inner {
	width: 960px;
	margin: 0 auto;
}
.coupon_content01_inner .device {
	padding: 60px 0;
}
.coupon_content01_inner .device .left {
	float: left;
	width: 390px;
	background: rgba(240,223,162,0.6);
	padding: 30px 35px;
	height: 122px;
}
.coupon_content01_inner .device .right {
	float: right;
	width: 390px;
	background: rgba(240,223,162,0.6);
	padding: 30px 35px;
	height: 122px;
}
.coupon_content01_inner .device img {
	margin-bottom: 20px;
}
.coupon_content01_inner .device p {
	margin: 0;
	line-height: 1.8;
	padding: 0 20px;
}
.coupon_content01_inner h3 {
	margin: 0;
}
.coupon_content01_inner .lunch {
	margin-bottom: 70px;
}
.coupon_content01_inner .dinner {
	padding-bottom: 100px;
}
.coupon_content01_inner .lunch_box {
	margin-top: -30px;
	border: 1px #bf4f34 solid;
	z-index: -1;
}
.coupon_content01_inner .dinner_box {
	margin-top: -30px;
	border: 1px #22226c solid;
	z-index: -1;
}
.coupon_content01_inner .coupon_time {
	font-weight: bold;
	margin-top: 50px;
	font-size: 18px;
	margin-left: 60px;
}
.coupon_content01_inner .coupon_bnr {
	display: block;
	margin: 0 auto;
}
.coupon_content01_inner .coupon_desc {
	line-height: 1.8;
	margin: 20px 60px;
}
/* access */
.access_header {
	background: url(img/access_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 450px;
}
.access_content01 {
	background: url(img/coupon_content01_bg.png) repeat;
}
.access_content02 {
	background: url(img/coupon_content01_bg.png) repeat;
}
.access_content02_inner {
	width: 960px;
	margin: 0 auto;
}
.ChangeElem_Panel{
	display: none;
}
.ChangeElem_Btn_Content {
	margin-bottom: 60px;
}
.ChangeElem_Btn {
	background: rgba(191,79,52,0.6);
	float: left;
	padding: 20px;
	border: none;
	border-radius: 5px;
	margin-right: 22px;
}
.ChangeElem_Btn.is-active {
	background: rgba(94,26,9,0.6);
}
.ChangeElem_Panel h3 {
	margin: 0 0 35px;
}
.ChangeElem_Btn:last-child {
	margin-right: 0;
}
.ChangeElem_Panel ol {
	padding: 0;
}
.ChangeElem_Panel li {
	margin-bottom: 30px;
}
.ChangeElem_Panel li:last-child {
	margin-bottom: 0;
	padding-bottom: 80px;
}
.ChangeElem_Panel .left {
	float: left;
	width: 380px;
}
.ChangeElem_Panel .right {
	float: right;
	width: 580px;
}
/* concept */
.concept_header {
	background: url(img/concept_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 450px;
}
.concept_content01 {
	background: url(img/concept_content01_bg.png) no-repeat;
	background-size: cover;
	height: 645px;
}
.concept_content01_inner {
	width: 960px;
	margin: 0 auto;
}
.concept_content01_inner .right {
	float: right;
	width: 50%;
	padding: 90px 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 2.0;
}
.concept_content01_inner .right .title {
	margin-bottom: 20px;
}

.concept_content02 {
	background: url(img/concept_content02_bg.png) no-repeat;
	background-size: cover;
	height: 645px;
}
.concept_content02_inner {
	width: 960px;
	margin: 0 auto;
}
.concept_content02_inner .left {
	float: left;
	width: 50%;
	padding: 60px 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 2.0;
}
.concept_content02_inner .left .title {
	margin-bottom: 30px;
}
.concept_content02_inner .left p {
	margin-bottom: 30px;
}
.concept_content02_inner .left p img {
	margin-bottom: 10px;
}

.concept_content03 {
	background: url(img/concept_content03_bg.png) no-repeat;
	background-size: cover;
	height: 645px;
}
.concept_content03_inner {
	width: 960px;
	margin: 0 auto;
}
.concept_content03_inner .right {
	float: right;
	width: 50%;
	padding: 60px 30px;
	box-sizing: border-box;
	color: #fff;
	line-height: 2.0;
}
.concept_content03_inner .right .title {
	margin-bottom: 30px;
}
.concept_content03_inner .right p {
	margin-bottom: 30px;
}
.concept_content03_inner .right p img {
	margin-bottom: 10px;
}

.concept_content04 {
	background: url(img/concept_content04_bg.png) repeat;
	background-size: cover;
	height: 400px;
}
.concept_content04_inner {
	width: 960px;
	margin: 0 auto;
}
.concept_content04_inner .left {
	float: left;
	width: 60%;
	padding: 30px 30px;
	box-sizing: border-box;
	color: #000;
	line-height: 2.0;
}
.concept_content04_inner .left .title {
	margin-bottom: 30px;
}
.concept_content04_inner .right {
	float: right;
	width: 40%;
	padding: 30px 0;
	box-sizing: border-box;
}
.concept_content04_inner .right img {
	width: 100%;
}

/* day */
.day_header {
	background: url(img/hiru_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 480px;
}
.day_header_txt {
	text-align: center;
	margin: 0;
}
.day_header .sub_h2 {
	margin-top: 20px;
}
.day_content_wrapper {
	background: url(img/hiru_content_bg.png) repeat;
}
.day_menu_wrapper {
	background: url(img/hiru_menu_bg.png) repeat;
}
.day_content01_menu01 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.day_content01_menu02,
.day_content01_menu03,
.day_content01_menu04 {
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
	padding-bottom: 30px;
}
.day_content01_menu04 {
	margin-right: 0;
}
.day_content_wrapper h3 {
	text-align: center;
	padding-top: 85px;
	padding-bottom: 10px;
	margin: 0;
}
.day_content02_menu01 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.day_content02_menu02,
.day_content02_menu03,
.day_content02_menu04 {
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
	padding-bottom: 30px;
}
.day_content02_menu04 {
	margin-right: 0;
}
.day_content03 .left {
	float: left;
	width: 49%;
	padding: 30px 0;
}
.day_content03 .right {
	float: right;
	width: 49%;
	padding: 30px 0;
}
.day_content03 .left img,
.day_content03 .right img {
	width: 100%;
	height: auto;
}
.day_content03_menu03 {
	margin-top: 30px;
}
.day_content04 .left {
	float: left;
	width: 49%;
	padding: 30px 0;
}
.day_content04 .right {
	float: right;
	width: 49%;
	padding: 30px 0;
}
.day_content04 .left img,
.day_content04 .right img {
	width: 100%;
	height: auto;
}
.day_content04_menu01,
.day_content04_menu02 {
	margin-bottom: 30px;
}
.day_content_bnr {
	padding: 100px 0;
	text-align: center;
}

/* night */
.night_header {
	background: url(img/yoru_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 480px;
}
.night_header_txt {
	text-align: center;
	margin: 0;
}
.night_header .sub_h2 {
	margin-top: 20px;
}
.night_content_wrapper {
	background: url(img/yoru_menu_bg.png) repeat;
}
.night_content_wrapper h3 {
	text-align: center;
	padding-top: 85px;
	padding-bottom: 10px;
	margin: 0;
}
.night_menu_wrapper {
	background: url(img/yoru_content_bg.png) repeat;
}
.night_content01 h3,
.night_tanpin_title h3 {
	padding-top: 0;
}
.night_content01_menu01 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.night_content01_menu02 {
	float: left;
	width: 49%;
	padding-bottom: 30px;
}
.night_content01_menu03 {
	float: right;
	width: 49%;
	padding-bottom: 30px;
}
.night_content02 {
	padding-top: 75px;
}
.night_content02_menu01 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.night_content02_menu02 {
	float: left;
	width: 49%;
	padding-bottom: 30px;
}
.night_content02_menu03 {
	float: right;
	width: 49%;
	padding-bottom: 30px;
}
.night_content03_menu01 {
	padding-top: 30px;
	width: 100%;
}
.night_content03 .left {
	float: left;
	width: 49%;
}
.night_content03 .right {
	float: right;
	width: 49%;
}
.night_content03 .left img,
.night_content03 .right img {
	width: 100%;
	height: auto;
	padding-top: 30px;
}
.night_content03_menu04,
.night_content03_menu05 {
	padding-bottom: 30px;
}
.night_content04 {
	padding-top: 75px;
	margin-bottom: 70px;
}
.night_content04_menu01 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.night_content img {
	width: 100%;
	height: auto;
}
.night_content {
	margin-bottom: 120px;
}
.night_content:first-child {
	padding-top: 0px;
}
.night_content.drink_ban {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.ChangeElem_Btn_Content.night_change_btn_area {
	width: 960px;
	padding-top: 40px;
	margin: 0 auto 30px;
	text-align: center;
}
.ChangeElem_Btn_Content .ChangeElem_Btn_wrapper {
	display: inline-block;
}
.night_change_btn_area_wrapper {
	background: url(img/yoru_menu_bg.png) repeat;

}


/* drink */
.night_content_wrapper.drink_menu_wrapper {
	background: url(img/drink_menu_bg.png) repeat;
}
.drink_header {
	background: url(img/drink_header_bg.jpg) no-repeat;
	background-size: cover;
	height: 450px;
}
.night_content05 {
	padding-bottom: 100px;
}
.night_content05 h4 {
	margin-top: 65px;
	margin-bottom: 0;
}
.night_content05_title_img {
	width: 100%;
	height: auto;
}
.night_content05 .left {
	float: left;
	width: 46%;
}
.night_content05 .right {
	float: right;
	width: 46%;
}
.night_content05_wrapper {
	width: 960px;
	margin: 0 auto;
}
.night_content05_wrapper ul {
	margin-top: 30px;
}
.night_content05_wrapper li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	clear: both;
	line-height: 1.8;
}
.night_content05_wrapper li .name {
	float: left;
}
.night_content05_wrapper li .price {
	float: right;
}
.night_content05_wrapper .bold {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.night_content05_wrapper ul.night_content05_ul_with_bold {
	margin-top: 0;
}

/* takeout */
.takeout_header {
	background: url(img/takeout_header_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 865px;
	position: relative;
}
.takeout_header .header_inner {
	height: 865px;
}
.takeout_header_catch {
	position: absolute;
	right: 0;
	top: 285px;
}
.takeout_header .main_tel {
	position: absolute;
	bottom: 50px;
	left: 0;
	top: auto;
	right: auto;
}
.takeout_header_arrow {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 40px;
}
.takeout_header_arrow img {
	width: 100%;
	height: auto;
}
.takeout_guide {
	background: url(img/takeout_guide_bg.jpg);
	width: 100%;
}
.takeout_guide_inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
.takeout_guide h2 {
	text-align: center;
	margin-bottom: 50px;
}
.takeout_guide h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.takeout_guide_list {
	display: flex;
	justify-content: space-between;
}
.takeout_guide_list li {
	width: 30%;
	text-align: center;
}
.takeout_guide_list li img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
}
.takeout_menu {
	background: url(img/takeout_menu_bg.jpg);
	width: 100%;
}
.takeout_menu_inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
.takeout_menu h2 {
	text-align: center;
	margin-bottom: 50px;
}
.takeout_menu h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.takeout_kodomo_img {
	float: left;
	width: 40%;
}
.takeout_kodomo_img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.takeout_kodomo_text {
	float: right;
	width: 55%;
}
.takeout_kodomo_menu {
	margin-top: 40px;
	display: block;
	width: 100%;
}
.takeout_menu_section {
	margin-bottom: 40px;
}
.takeout_menu_section.kodomo {
	margin-bottom: 100px;
}
.takeout_detail {
	display: block;
	width: 280px;
	margin: 40 auto 0;
	text-decoration: none;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: rgba(154,113,103,0.7);
}
.takeout_otona_menu {
	display: block;
	width: 100%;
}
.takeout_takuhai_subtitle {
	font-size: 30px;
	font-weight: bold;
}

/* chirashi ここから */
.takeout_chirashi_list li.tate {
	width: 60%;
	margin: 0 auto 30px;
}
.takeout_chirashi_list li.yoko {
	width: 80%;
	margin: 0 auto 30px;
}
.takeout_chirashi_list li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
	.takeout_chirashi_list li.tate {
		width: 90%;
	}
	.takeout_chirashi_list li.yoko {
		width: 90%;
	}
}
/* chirashi ここまで */
.takeout_menu_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.takeout_menu_list li {
	width: 49%;
	text-align: center;
	margin-bottom: 50px;
}
.takeout_menu_list li img {
	width: 340px;
	height: auto;
}
.takeout_menu_list li .takeout_price {
	margin-top: 0;
}
.takeout_goyoyaku {
	background: url(img/takeout_goyoyaku_bg.png);
	width: 100%;
}
.takeout_goyoyaku_inner {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;	
}
.takeout_goyoyaku h2 {
	margin-bottom: 50px;
	text-align: center;
}
.takeout_goyoyaku .takeout_goyoyaku_tel {
	text-align: center;
	margin-bottom: 30px;
}
.takeout_goyoyaku p {
	text-align: center;
}
@media screen and (max-width: 480px) {
	.header .logo_area {
		width: auto;
	}
	.takeout_guide_inner,
	.takeout_menu_inner,
	.takeout_goyoyaku_inner,
	.takeout_header .header_inner,
	.takeout .footer .footer_inner {
		width: 90%;
	}
	.takeout .top_content05_map01 {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.takeout_header {
		background: url(img/takeout_header_bg_sp.jpg) no-repeat center center;
		background-size: cover;
		height: 500px;
		position: relative;
	}
	.takeout_header .header_inner {
		height: 500px;
	}
	.takeout_header .main_tel {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: auto;
		top: auto;
		transform: scale(0.9);
	}
	.takeout_header_catch {
		top: auto;
		bottom: 30px;
	}
	.takeout_header_catch img {
		width: 80px;
		height: auto;
	}
	.takeout_guide h2 img {
		width: 288px;
		height: auto;
	}
	.takeout_guide_list li img {
		width: 70%;
		margin-bottom: 0;
	}
	.takeout_guide_list li p {
		margin-top: 0;
	}
	.takeout_menu h2 img {
		width: 150px;
		height: auto;
	}
	.takeout_menu h2 img.takeout_kodomo_title {
		width: 140px;
	}
	.takeout_menu h2 img.takeout_takuhai_title {
		width: 293px;
	}
	.takeout_goyoyaku h2 img {
		width: 258px;
		height: auto;
	}
	.takeout_goyoyaku_tel img {
		width: 80%;
		height: auto;
	}
	.takeout_guide_list {
		display: block;
	}
	.takeout_guide_list li {
		width: 80%;
		margin: 0 auto 40px;
	}
	.takeout_menu_list {
		display: block;
	}
	.takeout_menu_list li {
		width: 80%;
		margin: 0 auto 50px;
	}
	.takeout_menu_list li img {
		width: 80%;
		height: auto;
	}
	.takeout_kodomo_img {
		float: none;
		width: 100%;
	}
	.takeout_kodomo_text {
		float: none;
		width: 100%;
	}
	.takeout_takuhai_subtitle {
		font-size: 20px;
	}

	/* access map */
	.top_content05 h2 img {
		width: 240px;
		height: auto;
	}

	/* footer */
	.footer_catch {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_left {
		float: none;
		width: 30%;
		margin: 0 auto 20px;
	}
	.footer_left img {
		width: 100%;
		height: auto;
	}
	.footer_right {
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.footer_right a img {
		width: 100%;
		height: auto;
	}
	.footer_nav_wrapper.sp_only {
		margin: 40px 0;
	}
	.sp_only .footer_nav {
		clear: both;
		display: flex;
		justify-content: center;
	}
	.sp_only .footer_nav li {
		font-size: 14px;
		margin: 0 0 10px;
	}



}

/* toTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}