@charset "utf-8";

/* top
============================================ */
.attention a {
	padding: 1.5em 1em;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background: #222;
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.attention a::before {
	content: '';
	margin-right: .5em;
	width: 15px;
	height: 14px;
    vertical-align: middle;
	background-image: url("../img/ico_attention.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
}
.webp .attention a::before {
	background-image: url("../img/ico_attention.png.webp");
}
.attention a:hover {
	background: #e60012;
}
.attention br {
	display: none;
}

.main,
#committed,
#menu,
#media,
#shop {
	position: relative;
}
.main {
	margin: -30px auto 50px;
}
.main::after,
#menu::before,
#menu::after,
#blog::before,
#blog::after {
    content: '';
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
	z-index: 1;
}
.main::after,
#menu::after,
#blog::after {
	background: url(../img/wavy_bottom.svg) repeat-x 0 0;
    background-size: contain;
	bottom: 0;
	animation: wave 50s linear infinite;
}
.main::after {
	bottom: 1px;
}
.main video {
	position: relative;
	z-index: -1;
}
.main h1 {
	margin: auto;
	width: 40%;
	max-width: 568px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.main .attention {
	display: none;
}

#committed::before,
#committed::after {
    content: '';
	background-position: left top;
	background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
#committed::before {
	width: 29.33vw;
	max-width: 110px;
	height: 16.53vw;
	max-height: 62px;
	background-image: url("../img/tako_left_sp.png");
	background-position: left top;
	background-size: contain;
	top: 110px;
	left: -10px;
}
.webp #committed::before {
	background-image: url("../img/tako_left_sp.png.webp");
}
#committed::after {
	width: 29.86vw;
	max-width: 112px;
	height: 17.86vw;
	max-height: 67px;
	background-image: url("../img/tako_right_sp.png");
	background-position: right top;
	background-size: contain;
	bottom: 90px;
	right: -20px;
}
.webp #committed::after {
	background-image: url("../img/tako_right_sp.png.webp");
}
#committed h2 {
	width: 199px;
}
#committed h2::after {
	margin-top: 5px;
}
#committed li {
	margin-bottom: 35px;
}
#committed li:last-of-type {
	margin-bottom: 0;
}
#committed li figure {
	text-align: center;
}
#committed li:first-of-type figure {
	margin-left: -13px;
}
#committed li figure img {
	width: auto;
	height: 184px;
}
#committed li h3 {
	margin: 1em auto .5em;
	text-align: center;
}
#committed li h3 img {
	width: auto;
	height: 17px;
}
#committed li h3::after {
    content: '';
    margin: .5em auto 0;
    width: 25px;
    height: 3px;
    background: url(../img/line.svg) no-repeat center top;
    background-size: contain;
    display: block;
}
#committed li .txt {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2;
}

#menu {
	margin-top: 0;
	padding-top: 0;
	height: 45vw;
	max-height: 430px;
}
#menu::before,
#blog::before {
	background: url(../img/wavy.svg) repeat-x 0 0;
    background-size: contain;
	top: -1px;
	animation: wave 50s linear infinite;
}
#menu::after {
	bottom: -1px;
}
#menu a {
	height: 100%;
	background-image: url("../img/menu_ttl_bg_sp.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.webp #menu a {
	background-image: url("../img/menu_ttl_bg_sp.jpg.webp");
}
#menu a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
#menu a:hover::before {
	background: rgba(0,0,0,.2);
}
#menu div {
	width: 62.5%;
	max-width: 470px;
	position: relative;
}
#menu h2 {
	margin-bottom: 0;
}
#menu h2::before {
	display: none;
}
#menu h2::after {
	background-image: url(../img/ttl_dot2.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: contain;
}
.webp #menu h2::after {
	background-image: url("../img/ttl_dot2.png.webp");
}
#menu .more {
	margin: 20px auto 0;
	padding: .7em 1em;
	width: 15em;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	border: 1px solid #fff;
	transition: .3s;
}
#menu a:hover .more {
	color: #492B16;
	background: #fff;
	transform: scale(1.2);
}

#shop::before,
#media::before {
	content: '';
	width: 39vw;
	max-width: 492px;
	height: 59vw;
	max-height: 744px;
	background: url("../img/shape.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	z-index: -1;
}
#shop::before {
	transform: rotate(110deg);
	top: 60px;
	left: -11vw;
}
#shop h2 {
	width: 106px;
}
#shop h3 {
	margin: 0 auto 15px;
}
#shop h3::after {
    content: '';
    margin: .5em auto 0;
    width: 25px;
    height: 3px;
    background: url(../img/line.svg) no-repeat center top;
    background-size: contain;
    display: block;
}
#shop .osaka h3 {
	width: 55px;
}
#shop .hyogo h3 {
	width: 56px;
}
#shop .wakayama h3 {
	width: 73px;
}
#shop > div {
	margin-bottom: 30px;
}
#shop > div:last-of-type {
	margin-bottom: 0;
}
#shop li,
.menu_shop li {
	margin-bottom: 15px;
}
#shop li:last-of-type,
.menu_shop li:last-of-type {
	margin-bottom: 0;
}
#shop li a,
.menu_shop li a {
	height: 100%;
	display: block;
	transition: .2s;
}
#shop li a p,
.menu_shop li a p {
    padding: 1em;
	height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
	line-height: 1.2;
    background: #ff3c3c;
    border-bottom: 4px solid #d42a2a;
    border-radius: 5px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    transition: .2s;
}
#shop li a br,
.menu_shop li a br {
	display: none;
}
#shop li a span,
.menu_shop li a span {
	margin-top: .5em;
	font-size: 80%;
}
#shop li a:hover,
.menu_shop li a:hover {
	padding-top: 3px;
}
#shop li a:hover p,
.menu_shop li a:hover p {
    border-bottom: 1px solid #d42a2a;
}
#shop .attention {
	margin-top: 30px;
	padding: 0 5%;
}

#media::before {
	transform: rotate(-120deg);
	top: 20px;
	right: -18vw;
}
#media h2 {
	width: 140px;
}
#media ul {
	margin-bottom: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#media li {
	margin: 0 4% 15px 0;
	width: 48%;
}
#media li:nth-of-type(2n) {
	margin-right: 0;
}
#media li figure {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	overflow: hidden;	
}
#media li .meta {
	margin-top: 1em;
	font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	font-size: 1rem;
	vertical-align: middle;
	overflow: hidden;
}
#media li .ico {
	padding: .2em .5em;
	min-width: 3.5em;
	color: #fff;
	text-align: center;
	border-radius: .7em;
	float: left;
}
#media li .ico.tv {
	background: #2495e4;
}
#media li .ico.web {
	background: #09a55a;
}
#media li .ico.coming {
	background: #e46824;
}
#media li .date {
	text-align: right;
	float: right;
}
#media li .ttl {
	margin-top: .5em;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#blog {
	margin-bottom: 0;
	padding: 35px 5%;
	background: -moz-linear-gradient(20deg, #fad0d0 0%, #f2e2c3 100%);
	background: -webkit-linear-gradient(20deg, #fad0d0 0%, #f2e2c3 100%);
	background: linear-gradient(20deg, #fad0d0 0%, #f2e2c3 100%);
	position: relative;
}
#blog .takoyaki {
	width: 80px;
	position: absolute;
	top: -30px;
	right: 5%;
	z-index: 1;
}
#blog h2 {
	width: 148px;
}
#blog h2::before,
#blog h2::after,
#insta h2::before,
#insta h2::after {
	display: none;
}
#blog .post_list {
	margin: 0 auto -15px;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#blog .post_list .post {
	margin: 0 4% 15px 0;
	width: 48%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
#blog .post_list .post:nth-of-type(2n) {
	margin-right: 0;
}
#blog .post_list .post_thumb {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
    position: relative;
}
#blog .post_list .post_thumb::before {
	content: '';
    padding-top: 75%;
    display: block;
}
#blog .post_list .post_thumb img {
	margin: auto;
    width: 100%;
    height: 100%;
    background-position-x: center!important;
    background-position-y: center!important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: 0 100%;';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#blog .post_list a:hover .post_thumb img {
    transform: scale(1.1);
}
#blog .post_list .post_text {
	padding: 1em;
}
#blog .post_list .post_time {
	margin-bottom: 1em;
	color: #777;
	font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	font-size: 1rem;
	text-align: right;
}
#blog .post_list .post_ttl {
	font-size: 1.2rem;
	font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#blog .more {
	margin: 30px auto 0;
	width: 70%;
	max-width: 380px;
}
#blog .more a {
	display: block;
	transition: .2s;
}
#blog .more a span {
	padding: 1em;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background: #ff3c3c;
	border-bottom: 4px solid #d42a2a;
	border-radius: 5px;
	display: block;
	transition: .2s;
}
#blog .more a:hover {
	padding-top: 3px;
}
#blog .more a:hover span {
	border-bottom: 1px solid #d42a2a;
}
#blog .more a span::after {
	content: '';
	margin: .5em auto 0;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	display: block;
}

#insta {
	margin: 0 auto;
	padding: 50px 5%;
}
#insta h2 {
	margin-bottom: 25px;
	font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
}
#insta h2 a::before {
	content: '';
	margin-right: .5em;
    width: 15px;
    height: 15px;
	vertical-align: middle;
    background: url(../img/insta.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}
#insta h2 a:hover {
	text-decoration: underline;
}
#insta ul {
	margin: 0 auto -15px;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#insta li {
	margin: 0 5% 15px 0;
	width: 30%;
	max-width: 196px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
#insta li:before {
    content: '';
    padding-top: 100%;
    display: block;
}
#insta li:nth-of-type(3n) {
	margin-right: 0;
}
#insta li img {
    margin: auto;
    width: 100%;
    height: 100%;
    background-position-x: center!important;
    background-position-y: center!important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: 0 100%;';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#insta li a:hover img {
	transform: scale(1.1);
}

/* menu
============================================ */
.menu_list h1 {
	width: 202px;
}
.menu_list figure {
	border-radius: 5px;
	overflow: hidden
}
.menu_list .info {
	margin-top: 20px;
}
.menu_list .info .ttl{
	margin-bottom: 20px;
}
.menu_list .info .ttl::before {
	content: '';
	margin-right: .5em;
	width: 25px;
	height: 27px;
	vertical-align: middle;
	background-image: url(../img/ttl_takoyaki.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	display: inline-block;    
}
.webp .menu_list .info .ttl::before {
	background-image: url("../img/ttl_takoyaki.png.webp");
}
.menu_list .info .ttl img {
	width: 114px;
	vertical-align: middle;
}
.menu_list .info dl {
	margin-bottom: 1.5em;
}
.menu_list .info dl:last-of-type {
	margin-bottom: 0;
}
.menu_list .info dt {
	margin-bottom: .5em;
	font-weight: bold;
}
.menu_list .info dt::before {
	content: '・';
}
.menu_list .info dd {
	font-size: 1.2rem;
	line-height: 1.7;
}
.menu_list .info .price {
	margin-top: 30px;
	text-align: right;
}
.menu_list .info .price p {
	margin-right: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .05em;
}
.menu_list .info .price em {
	color: #e60012;
	font-size: 150%;
	font-weight: bold;
}
.menu_list .info .price span {
	font-size: 1rem;
}
.menu_list .info .price .discount {
	margin: .5em 0 0 0;
	font-size: 1rem;
}
.menu_list .info .price .discount::before,
.menu_list .info .price .discount::after {
	content: '';
	width: 14px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.menu_list .info .price .discount::before {
	margin-right: .5em;
	background-image: url("../img/menu/em_left.svg");
}
.menu_list .info .price .discount::after {
	margin-left: .5em;
	background-image: url("../img/menu/em_right.svg");
}
.menu_list .info .price .discount em {
	color: #d58109;
	font-size: 130%;
}

.menu_shop h2 {
	width: 150px;
}
.menu_shop h2::before,
.menu_shop h2::after {
	display: none;
}


@media screen and (max-width: 320px) {
	.attention {
		line-height: 1.2;
	}
	.attention br {
		display: inline;
	}
	
	#committed::before {
		top: 120px;
	}
	#shop::before {
		top: 80px;
	}
}


@media screen and (min-width: 560px) {
	/* top
	============================================ */
	.attention a {
		font-size: 1.4rem;
	}
	.attention a::before {
		width: 22px;
		height: 20px;
	}
	
	.main {
		margin-top: -50px;
	}
	.main::after,
	#menu::before,
	#menu::after,
	#blog::before,
	#blog::after {
		height: 16px;
		animation-duration: 100s;
	}
	.main h1 {
		width: 30%;
	}
	
	#committed::before {
		max-width: 401px;
		max-height: 225px;
		background-image: url(../img/tako_left.png);
		top: 70px;
	}
	.webp #committed::before {
		background-image: url("../img/tako_left.png.webp");
	}
	#committed::after {
		max-width: 410px;
		max-height: 243px;
		background-image: url(../img/tako_right.png);
		bottom: 150px;
		right: -115px;
	}
	.webp #committed::after {
		background-image: url("../img/tako_right.png.webp");
	}
	#committed h2 {
		width: 298px;
	}
	#committed ul {
		margin-bottom: -50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#committed li {
		margin-bottom: 50px;
		width: 50%;
	}
	#committed li:first-of-type figure {
		margin-left: -19px;
	}
	#committed li figure img {
		height: 276px;
	}
	#committed li h3 {
		margin: 25px auto;
	}
	#committed li h3 img {
		height: 25px;
	}
	#committed li h3::after {
		margin-top: 15px;
		width: 50px;
		height: 6px;
	}
	#committed li .txt {
		font-size: 1.4rem;
	}
	
	#menu a {
		background-image: url("../img/menu_ttl_bg.jpg");
	}
	.webp #menu a {
		background-image: url("../img/menu_ttl_bg.jpg.webp");
	}
	#menu h2::after {
		margin-top: 25px;
	}
	#menu .more {
		margin-top: 40px;
		font-size: 1.2rem;
	}
	
	#shop h2 {
		width: 159px;
	}
	#shop h3 {
		margin-bottom: 20px;
	}
	#shop h3::after {
		margin-top: 10px;
		width: 50px;
		height: 6px;
	}
	#shop .osaka h3 {
		width: 82px;
	}
	#shop .hyogo h3 {
		width: 84px;
	}
	#shop .wakayama h3 {
		width: 109px;
	}
	#shop > div {
		margin-bottom: 45px;
	}
	#shop ul,
	.menu_shop ul {
		margin-bottom: -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#shop li,
	.menu_shop li {
		margin: 0 2% 15px 0;
		width: 32%;
	}
	#shop li:nth-of-type(3n),
	.menu_shop li:nth-of-type(3n) {
		margin-right: 0;
	}
	#shop li:last-of-type,
	.menu_shop li:last-of-type {
		margin-right: 0;
		margin-bottom: 15px;
	}
	#shop li a p,
	.menu_shop li a p {
		font-size: 1.6rem;
	}
	#shop li a br,
	.menu_shop li a br {
		display: inline;
	}
	
	#media::before {
		top: -70px;
		right: -8vw;
	}
	#media h2 {
		width: 210px;
	}
	#media ul {
		margin-bottom: -20px;
	}
	#media li {
		margin: 0 2% 20px 0;
		width: 32%;
	}
	#media li:nth-of-type(2n) {
		margin-right: 2%;
	}
	#media li:nth-of-type(3n) {
		margin-right: 0%!important;
	}
	#media li .ttl {
		font-size: 1.4rem;
	}
	
	#blog {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#blog .takoyaki {
		width: 120px;
		top: -50px;
	}
	#blog h2 {
		width: 222px;
	}
	#blog .post_list .post {
		margin-right: 2%;
		width: 23.5%;
	}
	#blog .post_list .post:nth-of-type(2n) {
		margin-right: 2%;
	}
	#blog .post_list .post:nth-of-type(4n) {
		margin-right: 0;
	}
	#blog .post_list .post_ttl {
		font-size: 1.4rem;
	}
	#blog .more {
		margin-top: 45px;
	}
	#blog .more a span {
		font-size: 1.6rem;
	}
	#blog .more a span::after {
		width: 6px;
		height: 6px;
		border-width: 2px;
	}
	
	#insta h2 {
		margin-bottom: 35px;
		font-size: 1.8rem;
	}
	#insta h2 a::before {
		width: 22px;
		height: 22px;
	}
	#insta li {
		margin-right: 2%;
		width: 23.5%;
	}
	#insta li:nth-of-type(3n) {
		margin-right: 2%;
	}
	#insta li:nth-of-type(4n) {
		margin-right: 0;
	}
	
	/* menu
	============================================ */
	.menu_list h1 {
		width: 303px;
	}
	.menu_list > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.menu_list figure {
		margin-right: 6%;
		width: 44%;
	}
	.menu_list .info {
		margin-top: 0;
	}
	.menu_list .info .ttl {
		margin-bottom: 30px;
	}
	.menu_list .info .ttl::before {
		margin-right: 1em;
		width: 32px;
		height: 35px;
	}
	.menu_list .info .ttl img {
		width: 160px;
	}
	.menu_list .info dt {
		font-size: 1.6rem;
	}
	.menu_list .info dd {
		font-size: 1.4rem;
	}
	.menu_list .info .price p {
		margin-right: .5em;
		font-size: 1.6rem;
	}
	.menu_list .info .price .discount {
		font-size: 1.2rem;
	}
	.menu_list .info .price .discount::before,
	.menu_list .info .price .discount::after {
		width: 12px;
		height: 22px;
	}
	
	.menu_shop h2 {
		width: 225px;
	}
}


@media screen and (min-width:1025px) {
	/* top
	============================================ */
	.main {
		margin: 0 auto 30px;
	}
	.main .attention {
		display: inline-block;
		position: absolute;
		bottom: -20px;
		right: 0;
		z-index: 2;
	}
	.main .attention a {
		padding: 20px 30px;
	}
	.main .attention a::before {
		width: 26px;
		height: 23px;
	}
	
	#committed::before {
		top: 0;
		left: 0;
	}
	#committed::after {
		bottom: 180px;
	}
	#committed h2 {
		width: 398px;
	}
	#committed h2::after {
		margin-top: 10px;	
	}
	#committed ul {
		margin-bottom: -75px;
	}
	#committed li {
		margin-bottom: 75px;
	}
	#committed li:first-of-type figure {
		margin-left: -25px;
	}
	#committed li figure img {
		height: 367px;
	}
	#committed li h3 img {
		height: 34px;
	}
	#committed li h3::after {
		margin-top: 20px;
	}
	#committed li .txt {
		font-size: 1.6rem;
	}
	
	#menu h2::after {
		margin-top: 40px;
	}
	#menu .more {
		margin-top: 50px;
		font-size: 1.4rem;
	}
	
	#shop::before {
		top: -120px;
	}
	#shop h2 {
		width: 211px;
	}
	#shop h3 {
		margin-bottom: 30px;
	}
	#shop h3::after {
		margin-top: 20px;
	}
	#shop .osaka h3 {
		width: 110px;
	}
	#shop .hyogo h3 {
		width: 111px;
	}
	#shop .wakayama h3 {
		width: 145px;
	}
	#shop > div {
		margin-bottom: 60px;
	}
	#shop ul,
	.menu_shop ul {
		margin-bottom: -30px;
	}
	#shop li,
	.menu_shop li {
		margin-bottom: 30px;
	}
	#shop li:last-of-type,
	.menu_shop li:last-of-type {
		margin-bottom: 30px;
	}
	#shop li a p,
	.menu_shop li a p {
		padding-top: 1.3em;
		padding-bottom: 1.3em;
		font-size: 2rem;
		border-bottom-width: 8px;
		border-radius: 10px;
	}
	#shop li a:hover,
	.menu_shop li a:hover {
		padding-top: 6px;
	}
	#shop li a:hover p,
	.menu_shop li a:hover p {
		border-bottom-width: 2px;
	}
	#shop .attention {
		display: none;
	}
	
	#media::before {
		top: -190px;
	}
	#media h2 {
		width: 279px;
	}
	#media ul {
		margin-bottom: -30px;
	}
	#media li {
		margin: 0 5% 30px 0;
		width: 30%;
	}
	#media li:nth-of-type(2n) {
		margin-right: 5%;
	}
	#media li figure {
		border-radius: 10px;
	}
	#media li .meta {
		font-size: 1.2rem;
	}
	#media li .ttl {
		font-size: 1.6rem;
	}
	
	#blog {
		padding-left: 40px;
		padding-right: 40px;
	}
	#blog .takoyaki {
		margin-right: -500px;
		width: 230px;
		top: -85px;
		right: 50%;
	}
	#blog h2 {
		margin-bottom: 45px;
		width: 295px;
	}
	#blog .post_list {
		margin-bottom: -25px;
	}
	#blog .post_list .post {
		margin-bottom: 25px;
	}
	#blog .post_list .post_text {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	#blog .post_list .post_time {
		font-size: 1.2rem;
	}
	#blog .post_list .post_ttl {
		font-size: 1.8rem;
	}
	#blog .more {
		margin-top: 60px;
	}
	#blog .more a span {
		font-size: 2rem;
		border-bottom-width: 8px;
		border-radius: 10px;
	}
	#blog .more a:hover {
		padding-top: 6px;
	}
	#blog .more a:hover span {
		border-bottom-width: 2px;
	}
	#blog .more a span::after {
		margin-top: .7em;
		width: 8px;
		height: 8px;
	}
	
	#insta {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#insta h2 {
		margin-bottom: 50px;
		font-size: 2.4rem;
	}
	#insta h2 a::before {
		width: 29px;
		height: 29px;
	}
	#insta ul {
		margin-bottom: -20px;
	}
	#insta li {
		margin-bottom: 20px;
		width: 15%;
	}
	#insta li:nth-of-type(4n) {
		margin-right: 2%;
	}
	#insta li:nth-of-type(6n) {
		margin-right: 0;
	}
	
	/* menu
	============================================ */
	.menu_list h1 {
		width: 404px;
	}
	.menu_list figure {
		border-radius: 10px;
	}
	.menu_list .info .ttl::before {
		width: 40px;
		height: 43px;
	}
	.menu_list .info .ttl img {
		width: 196px;
	}
	.menu_list .info .price {
		margin-top: 50px;
	}
	.menu_list .info .price p {
		margin-right: 0;
		font-size: 1.8rem;
	}
	
	.menu_shop h2 {
		width: 299px;
	}
}


@media screen and (min-width: 1536px) {
	#committed::after {
		right: 0;
	}
}


@media screen and (min-width: 1920px) {
	#shop::before {
		left: -5vw;
	}
}