/*style*/

* {
    box-sizing: border-box;
}

.head_change .logo img {
	box-sizing: content-box;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: black;
}

h4 {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

ul {
    list-style: none;
    padding-left: 0px;
}

label:hover {
    cursor: pointer;
}

.pc_v {
}
.sp_v {
    display: none!important;
}

@media (max-width: 767px) {
	.pc_v {
	    display: none!important;
	}
	.sp_v {
	    display: inherit!important;
	}
}
.black,.black p a,.black a {
	color: black!important;
	border-top-color: black!important;
	border-left-color: black!important;
	border-right-color: black!important;
	border-bottom-color: black!important;
}
.black p:after {
	color: black!important;
}
.white, .white a, .white li a, .white p a {
	color: white!important;
	border-top-color: white!important;
	border-left-color: white!important;
	border-right-color: white!important;
	border-bottom-color: white!important;
}
.white p:after {
	color: white!important;
}

html {
    height: 100%;
    min-width: 600px;
    display: block;
    position: relative;
    margin-top: 0!important;
}

body {
    height: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 180%;
    background: #fff;
    display: block;
    position: relative;
}

/*defalt mobile*/
/*banner*/

.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    text-align: center;
}

.banner .banner_image {
    width: 100%;
    height: 45vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner_image img {
    width: 100%;
    height: 45vw;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.banner .banner_text {
    padding: 0 30px 0 30px;
    line-height: 1.4;
}

/* ヘッダー */
a {
    text-decoration: none;
    outline: none;
}
.w1200 {
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
}
#header {
    display: none;
}
.head_change {
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
	box-sizing: border-box;
	height: 80px;
}
.head_change .logo {
    float: left;
}
.head_change .logo img {
    height: 30px;
    width: auto;
    padding: 5px;
}
.head_change #menu {
    float: right;
}
.head_change #menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
.head_change #menu a {
    color: #fff;
}
.head_change #menu li {
    position: relative;
    display: inline-block;
    padding: 8px 8px;
    font-size: 0.9em;
}
.head_change #menu li:hover .sub-nav {
    /*opacity: 1;
    */
display: block;
}
.head_change #menu li .sub-nav {
    /*opacity: 0;
    */
display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 100;
    padding: 0;
}
.head_change #menu li .sub-nav li {
    display: block;
    padding: 0;
    white-space: nowrap;
    /*border-top: 1px solid #fff;
    */
}
.head_change #menu li .sub-nav li:last-child {
    border-bottom: none;
}
.head_change #menu li .sub-nav a {
    display: block;
    width: 100%;
    padding: 2px 0;
    background: #999;
}
.head_change #menu .sub-nav a:hover {
    background: #ccc;
}
/*#menu {
    font-size: 13px;
    float: right;
}
#menu a {
    display: inline-block;
    margin: 10px 15px 0 0;
    color: #fff;
}
*/
.head_change .tel {
    float: right;
    margin: 8px 5px 0 30px;
    font-size: 16px;
    color: #fff;
}
.head_change .reserv_link {
    background: #9b2525;
    padding: 3px 15px;
    margin: 5px;
    float: right;
    display: none;
}
.head_change .reserv_link a {
    color: #fff;
}
.logo {
    display: table-cell;
    vertical-align: middle;
}
.logo h1 {
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    float: right;
}
.logo img {
    height: 100%;
    width: auto;
    display: inline;
    vertical-align: middle;
}
.logo span {
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #fff;
}
#breadcrumb {
    line-height: 1.5;
    font-size: 12px;
    margin-top: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#breadcrumb li:first-child {
    padding-left: 0;
}
/* フッター */
#access {
    /*background: url("images/bg_access.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}
#access h2 {
    color: #fff;
    font-size: 20px;
}
#map iframe,.banner img {
    margin: 0 auto;
    display: block;
}
#map iframe {
    width: 1000px;
    height: 350px;
}
.banner img {
    width: 700px;
    height: auto;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 920px;
	height: 350px;
}
#shopinfo .shop_name {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo dl,#shopinfo dt,#shopinfo dd {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
#shopinfo dd .subtitle {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:after {
	content: '、'
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:last-child:after {
	content: ''
}
#shopinfo dl {
    width: 500px;
    margin-top: 20px;
    overflow: hidden;
}
#shopinfo dt,#shopinfo dd {
}
#shopinfo dt {
    clear: both;
    float: left;
    width: 100px;
    padding: 9px 0px;
    font-weight: 700;
}
#shopinfo dd {
    float: left;
    width: 379px;
    padding: 9px 10px;
    /*background: #fff;
    */
}
#footer {
    box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
#footer-menu .main-navi {
    padding: 0;
}
#footer-menu a {
    display: inline-block;
}
#footer-menu .sub-nav {
    padding: 0;
}
#footer-menu .sub-nav li {
    margin: 5px 0;
    display: block;
}
#footer-info {
    border-top: 1px solid #000;
    padding: 30px 0;
    text-align: center;
}
#copy {
    clear: both;
    font-size: 13px;
    margin: 0 auto;
    display: inline-block;
}
#privacypolicy {
    clear: both;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
#privacypolicy::before {
    content: "";
    color: #fff;
    padding: 0;
}
#privacypolicy::after {
    content: "|";
    color: #fff;
    padding: 0 5px 0 10px;
}
@media screen and (max-width: 1024px) {
    #privacypolicy {
    display: block;
}
#privacypolicy::before, #privacypolicy::after {
    content: "|";
    color: #888;
    padding: 0 5px;
}
}
#totop {
    width: 37px;
    height: 57px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}
#totop img {
    width: 100%;
    height: auto;
}
#sp_bottom {
    display: none;
}
#reservearea {
    max-width: 800px;
    margin: 0 auto;
}
#reservearea .container {
    border: 1px solid #999;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
#reservearea .container .left,#reservearea .container .middle,#reservearea .container .right {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#reservearea .container .left,#reservearea .container .right {
    width: 200px;
}
#reservearea .container .middle {
    width: 420px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px}
#access {
    /*background: url("../img/bg_map.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#map iframe {
    width: 920px;
    height: 400px;
}
.map-canvas div {
    overflow: visible;
}
#shopinfo {
    padding: 40px;
}
#shopinfo .shopname {
    font-weight: 700;
    margin: 5px 0;
}
#shopinfo p {
    padding: 0px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.2em;
}
#shopinfo img {
    width: 300px;
    height: auto;
}
#shopinfo .fl_right {
    /*margin-right: 100px;
    */
margin-left: 50px;
    /*width: 650px;
    */
float: left;
}
#shopinfo .links {
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}
#shopinfo .links li {
    display: inline-block;
    padding: 0 2px 2px;
}
#shopinfo .links img {
    width: auto;
    height: 80px;
}
#footer {
    background-repeat: repeat-x;
    background-position: center top;
    /*height: 292px;
    padding-top: 130px;
    */
box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
#footer-menu li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 20px 10px;
}
#copy {
    font-size: 13px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
#totop {
    width: 90px;
    height: 93px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 999;
    display: none;
}
#totop img {
    width: 100%;
    height: auto;
}
.spbtn, .spbtn2 {
    display: none;
}
#header {
    display: none;
}


/*explain shop*/
.takeout_shopinfo_text {
    width: 100%;
    padding: 0 30px 0 30px;
    line-height: 1.8rem;
    letter-spacing: 0.8px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
}

/*reservation*/
.reservation {
    margin-top: 2em;
    padding: 0 30px 0 30px;
    display: flex;
    justify-content: center;
}

.reservation > div {
    width: 100%;
}

.reservation div ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
}

.reservation div ul li {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}

.reservation div ul li.white {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
    -moz-box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
    box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
}

/*category*/
.displayNone {
    display: none;
}

.menu {
    margin-top: 2em;
    padding: 0 15px 0 15px;
    display: flex;
    justify-content: center;
}

.menu h3 {
	width: 100%;
	padding-bottom: 10px;
	font-size: 1.6em;
    border-bottom: gray solid 0.8px;
}

.menu-inner {
	display: flex;
	flex-wrap: wrap;
}

.menu div article label h3 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

.menu > div {
    width: 100%;
}

.menu div article label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: gray solid 0.8px;
    color: gray;
}

.menu div article .inner_menu {
    position: absolute;
    padding-top: 10px;
    opacity: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    align-items: center;
    transform-origin: top center;
    transform: scaleY(0);
}

/*category accordion*/
.menu div article [type="checkbox"]:checked ~ label ~ .inner_menu {
    position: static;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.3s ease-in-out;
}

.menu div article [type="checkbox"]:checked ~ label {
    color: black;
}

/*menu card*/
.card {
    width: 345px;
    height: 160px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    flex-wrap: wrap;
    margin: 10px 0 10px 0;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}

.lity-box {
	padding: 25px;
	border-radius: 8px;
	width: 350px;
	color: black;
}

.card a {
	display: flex;
	width: 100%;
	flex-direction: column;
	height: 100%;
}

.card.black {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
    -moz-box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
    box-shadow: 0px 0px 0px 1px rgba(208, 208, 208, 0.54);
}

.card a {
  color: #000;
  overflow: hidden;
}

.card a .photo_frame {
	position: relative;
}

/*
.card a .photo_frame:before {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-family: FontAwesome;
	font-size: 26px;
	content: "\f138";
	color: #fff;
	z-index: 100;
	text-shadow: 0 0 5px rgba(75,75,75,0.45); 
}
*/

.card a .photo_frame:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.3em;
  content: "詳細を見る";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
}

.card a .photo_frame:hover:after {
  opacity: 1;
}

.card .photo_frame {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.card .photo_frame:after {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card .photo_frame img {
    width: 100%;
    height: 300px;
    object-fit:cover;
    font-family: 'object-fit: cover; object-position: bottom;';
    border-radius: 10px 10px 0 0;
}

.card .text_frame {
    padding-top: 10px;
    width: 100%;
    height: 100%;
}

.card .photo_frame ~ .text_frame {
    width: 100%;
    padding-top: 0;
}

.card .text_frame ul {
    margin: 0;
    padding: 20px 10px 10px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card .text_frame ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
}

.card .text_frame ul li:first-child {
    text-align: center;
    font-size: 1.1rem;
}

.card .text_frame ul li:nth-child(2) {
    font-size: 0.9rem;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
}

.card .text_frame ul li:last-child {
    padding-top: 15px;
    font-size: 1rem;
    height: 3.6rem;
    overflow: hidden;
    text-align: center;
}

/*accordion icon*/

.menu div article [type="checkbox"] ~ label svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.menu div article [type="checkbox"]:checked ~ label svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/*QnA*/
.qna {
    margin-top: 2em;
    padding: 0 30px 0 30px;
    display: flex;
    justify-content: center;
}

.qna > div {
    width: 100%;
}

.qna div ul {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.3px;
}

.qna div ul:last-child {
    margin-bottom: 0;
}

.qna div ul li {
    width: 100%;
}

.qna div ul li label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qna div ul li label span {
    padding-right: 10px;
}

.qna div ul li label svg {
    font-size: 1rem;
    color: gray;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.qna div ul li:last-child {
    border-top: gray solid 0.8px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 0px;
    opacity: 0;
    transform-origin: top center;
    transform: scaleY(0);
    transition: all 0.2s ease-in-out;
}

/*QnA accordion*/
.qna div ul [type="checkbox"]:checked ~ li ~ li {
    max-height: 100%;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.2s ease-in-out;
}

.qna div ul [type="checkbox"]:checked ~ li label svg {
    color: black;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

/*shopinfo*/
#reservearea{
}
#reservearea .container{
    border:1px solid #999;
    width:860px;
    margin:0 auto;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
}
#reservearea .container .left,#reservearea .container .middle,#reservearea .container .right{
    display:table-cell;
    vertical-align:middle;
    float:none;
}
#reservearea .container .left,#reservearea .container .right{
    width:200px;
}
#reservearea .container .middle{
    width:420px;
    font-size:36px;
    font-weight:bold;
    letter-spacing:2px
}
.takeout_shopinfo {
    margin-top: 2em;
    width: 100%;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.reserv_btn, #reservearea .reserv_btn {
    background: #feae34;
    border: 1px solid #e39521;
    color: #fff;
    font-size: 12px;
    vertical-align: text-bottom;
    padding: 5px 10px;
    margin-left: 10px;
}
.takeout_shopinfo_inner {
    width: 100%;
}

.takeout_mapbox .takeout_gmap iframe {
    width: 100%;
    height: 180px;
}

/*
.takeout_mapbox .shopname_box .shopname_box_inner {
    width: 100%;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 30px;
}
*/
.takeout_mapbox .shopname_box .shopname_box_inner ul {
    width: 100%;
    letter-spacing: 0.08rem;
    line-height: 1.1rem;
    display: grid;
    grid-template-rows: 2fr 10fr 1fr 1fr;
    grid-row-gap: 10px;
}

.shopname_box h4 {
	margin-top: 0;
}

.shopname_box_inner {
    border-top: gray solid 0.8px;
    border-bottom: gray solid 0.8px;
}

#shopinfo.shopname_box_inner {
	padding: 1em 0;
}

#shopinfo.shopname_box_inner dl {
	margin-top: 0;
}

#shopinfo.shopname_box_inner dl {
	width: 100%;
}

#shopinfo.shopname_box_inner dt {
	width: 20%;
}

#shopinfo.shopname_box_inner dd {
	width: 80%;
}

/*newsblog*/
#newsblog {
	margin-top: 2em;
}
#newsblog h2 {
	padding: 1em 0;
}
#front_news, #front_blog {
	width: 45%;
}
.readmore {
	border: 1px solid #999;
	padding: .5em;
}

#newsblog {
    margin: 0 auto;
    padding: 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#newsblog h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #666;
}
#front_news, #front_blog {
	width: 50%;
    margin: 0 2%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}
#front_news ul,#front_blog ul {
    margin: 0 10px 20px ;
    padding: 0;
    text-align: left;
    list-style: none;
}
#front_news ul li, #front_blog ul li {
	display: flex;
}
#front_news li .date,#front_blog li .date,#front_news li .txt,#front_blog li .txt {
    float: left;
    font-size: 14px;
    padding: 10px 0;
}
#front_news li .date,#front_blog li .date {
    width: 130px;
}
#front_news li .txt ,#front_blog li .txt {
    width: 100%;
}
#news {
    padding-bottom: 100px;
}
#news .news_wrapper {
    width: 800px;
    margin: 0 auto;
}
#news .news_wrapper article {
    margin-bottom: 50px;
    padding: 38px 40px;
    border: rgba(0,0,0,0.3) solid 1px;
    text-align: left;
}
#news .news_wrapper .post_date {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
#news .news_wrapper .post_title {
    margin: 0 0 25px;
    padding-bottom: 25px;
    border-bottom: rgba(0,0,0,0.3) solid 1px;
    font-size: 24px;
    font-weight: bold;
}
#news .news_wrapper .post_txt {
    margin-bottom: 25px;
    font-size: 16px;
}
#news .news_wrapper .post_img {
    text-align: center;
}
#news .news_wrapper img {
    max-width: 100%;
}

/*footer*/
#footer .spbtn {
    display: none;
}

#footer-info {
    padding: 30px 0 0 0;
}

@media (max-width: 1024px) {
    .card {
		width: 48.9%;
		margin-right: 15px;
		height: auto;
    }
    .card:nth-child(2n) {
	    margin-right: 0;
    }
    .card .photo_frame ~ .text_frame {
	    width: 100%;
    }
}

@media (max-width: 767px) {
	html {
	    min-width: 0;
	}
    /*newsblog*/
	#newsblog {
		flex-direction: column;
	}
	#front_news, #front_blog {
		width: 95%;
	}
	#shopinfo dt {
		border-bottom: 1px dotted #ccc;
		padding: 10px 10px 5px;
	}
	#shopinfo dd {
		padding: 5px 10px 10px;
	}
	#shopinfo.shopname_box_inner dt {
		width: 100%;
	}
	#shopinfo.shopname_box_inner dd {
		width: 100%;
	}
    .card {
		width: 100%;
		margin-right: 0;
		height: auto;
		display: flex;
    }
    .card .photo_frame img {
	    height: auto;
    }
    .card a {
		flex-direction: row;
    }
    .card .photo_frame img {
	    width: 100%;
	    border-radius: 10px 0 0 10px;
    }
    .card .photo_frame {
	    width: 50%;
    }
    .card .photo_frame ~ .text_frame {
	    width: 50%;
    }
    .card .text_frame ul {
	    padding-bottom: 1em;
	    align-items: flex-start;
	    justify-content: center;
    }
    .card .text_frame ul li:first-child {
	    text-align: left;
    }
    .card .text_frame ul li:last-child {
	    text-align: left;
    }
	.card .text_frame {
		height: auto;
	}
	.banner .banner_image {
		margin-top: 50px;
	}
	#footer-menu {
	    display: none;
	}
	img {
	    max-width: 100%;
	    height: auto;
	    vertical-align: top;
	}
	#access {
		padding-top: 10px;
	}
	.shopname_box h4 {
		padding-top: 30px;
		margin-bottom: 10px;
	}

}

@media (min-width: 768px) {
    .card {
		width: 48.9%;
		margin-right: 15px;
		height: auto;
    }
    .card:nth-child(2n) {
	    margin-right: 0;
    }
    .reservation div ul li {
	    width: 100%;
	    height: 150px;
    }
}

@media (max-width: 780px) {
    .menu div article .inner_menu {
        grid-template-columns: 1fr 1fr;
    }

    #footer-info {
        padding: 30px 0 50px 0;
    }
}

@media (max-width: 1024px) {
	#header{
	  display: block;
	}
	#head_change{
	  display: none;
	}
	#header {
	  display: block;
	  position: fixed;
	  top:0;
	  left: 0;
	  width: 100%;
	  margin:0;
	  background:#000;
	  padding:5px;
	  z-index:1000;
	  box-sizing: border-box;
	  height: 50px;
	}
	#header .logo img{
	  height:40px;
	  width:auto;
	  margin-left: 5px;
	}
	 #menu {
	  display: none;
	  width: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 90;
	  color: #fff;
	  background: #000;
	  box-sizing: border-box;
	  text-align: left;
	  float: none;
	  margin:0;
	}
	  #menu > ul {
	  text-align: left;
	  margin:0;
	  padding:0;
	  }
	  #menu li {
	  display: block;
	  width: 100%;
	  padding: 0px;
	  margin: 0 auto;
	  box-sizing: border-box;
	  font-size: 20px;
	  border-bottom: 1px dotted #fff;
	}
	  #menu li:last-child {
	    border-bottom: none;
	}
	  #menu li a {
	    display: block;
	    padding: 5px 10px;
	    color: #FFF;
	}
	  #menu li .sub-nav {
	    opacity: 1;
	    position: relative;
	    left: auto;
	    top: auto;
	    width: auto;
	    margin-left: 8px;
	    text-align: left;
	    border-top: 1px dashed #999;
	}
	  #menu li .sub-nav li {
	    display: block;
	    padding: 0;
	    border-bottom: 1px dashed #999;
	}
	  #menu li .sub-nav li:last-child {
	    border-bottom: none;
	}
	  #menu li .sub-nav a {
	    width: auto;
	    padding: 3px 10px 3px 10px;
	    color: #FFF;
	    background: #000;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: fixed;
	  width: 30px;
	  height: 22px;
	  top:12px;
	  right:10px;
	  z-index:2000;
	  cursor:pointer;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #fff;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	/*---------------------------------
	
	  スマホメニュートリガー エフェクト
	  
	---------------------------------*/
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(9px) rotate(-45deg);
	  transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-9px) rotate(45deg);
	  transform: translateY(-9px) rotate(45deg);
	}
	.sns {
	  margin-top: 4px;
	}
	.sns a img {
		width:18%;
		height:auto;
	}
	.tel {
		position: absolute;
		font-size: 20px;
		color: #fff;
		top: 10px;
		right: 65px;
	}
	.tel a {
	  color:#fff;
	}
	.ggmap iframe,
	.ggmapr object,
	.ggmap embed {
		width: 100%;
		height: 100%;
	}
	#news {
	    padding: 0 15px 50px;
	}
	#news .news_wrapper {
	    width: 100%;
	}
	#news .news_wrapper article {
	    margin-bottom: 25px;
	    padding: 20px 18px;
	}
	#news .news_wrapper .post_date {
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	#news .news_wrapper .post_title {
	    margin: 0 0 15px;
	    padding-bottom: 15px;
	    font-size: 18px;
	}
	#news .news_wrapper .post_txt {
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	#news .news_wrapper .post_img {
	    text-align: center;
	}
	#news .news_wrapper img {
	    max-width: 100%;
	}
	#blog {
	    width: 100%;
	    padding: 0 15px 50px;
	}
	#blog .blog_wrapper {
	    margin: 0 0 20px;
	}
	#blog .blog_wrapper article {
	    float: none;
	    width: 100%;
	    margin: 0 0 20px;
	}
	#blog .blog_wrapper article > a {
	    display: table;
	}
	#blog .blog_wrapper .post_img {
	    display: table-cell;
	    width: 130px;
	    height: 130px;
	}
	#blog .blog_wrapper .post_img_box {
	    width: 100%;
	    height: 100%;
	}
	#blog .blog_wrapper .post_text {
	    display: table-cell;
	    width: auto;
	    height: 130px;
	    padding: 5px 10px;
	}
	#blog .blog_wrapper .post_date {
	    font-size: 16px;
	}
	#blog .blog_wrapper .post_title {
	    margin: 2px 0 0 0;
	    font-size: 16px;
	}
	#blog-single {
	    width: 100%;
	    padding: 15px 15px 50px;
	    box-sizing: border-box;
	}
	#blog-single .post_date {
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	#blog-single .post_title {
	    margin: 0 0 15px 0;
	    font-size: 18px;
	}
	#blog-single .post_image {
	    margin-bottom: 20px;
	}
	#blog-single .post_text {
	    margin-bottom: 25px;
	    font-size: 18px;
	}
	#blog-single .back a {
	    padding: 5px 20px;
	    border: 1px solid #000;
	    background: #000;
	    color: #fff;
	    font-size: 18px;
	}
	#news_archive {
	    margin: 0 auto;
	    text-align: center;
	    padding: 0 2.5%;
	}
	#single_contents {
	}
	#reservearea {
		margin: 2em 0;
	}
	#reservearea .container {
	    width: 95%;
	    padding: 20px 10px;
	    box-sizing: border-box;
	    margin-bottom: 20px;
	}
	 #reservearea .container .left, #reservearea .container .middle, #reservearea .container .right {
	    display: block;
	    vertical-align: middle;
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	 #reservearea .container .left .sp_v, #reservearea .container .right {
	    color: #888;
	    margin-top: 0;
	}
	 #reservearea .container .middle {
	    font-size: 32px;
	    font-weight: bold;
	    letter-spacing: 0px;
	    margin: 10px 0 }
	 #reservearea .reserv_btn {
	    padding: 20px 60px;
	    line-height: 500%;
	    margin-top: 10px;
	}
	#reservation {
	    padding: 30px 5%;
	    margin-bottom: 30px;
	}
	#reservation_page form table {
	    width: 100%;
	    display: block;
	}
	#reservation_page form table tr {
	    width: 100%;
	    display: block;
	}
	#reservation_page form table tr td {
	    width: 100%;
	    display: block;
	    padding: 0;
	}
	#reservation_page form table tr td: last-child {
	    width: 100%;
	    padding-bottom: 20px;
	}
	#reservation_page form input,#reservation_page form textarea {
	    width: 100%;
	}
	#reservation_page form input[type="radio"] {
	    width: auto;
	}
	#reservation_page form .form_s input {
	    width: 30%;
	}
	#reservation_page form textarea {
	    width: 100%;
	}
	#reservation_page form input:focus,#reservation_page form textarea:focus {
	    border: 1px solid #008e80;
	}
	#reservation_page form dt .va_top {
	    padding-top: 0;
	    display: block;
	}
	#reservation_page form input[type="submit"],#reservation_page form input[type="button"] {
	    width: auto;
	    padding: 5px 40px;
	    display: inline-block;
	    cursor: pointer;
	    border-radius: 20px;
	    font-size: 13px;
	    font-weight: normal;
	}
	.refer_lists {
	    padding: 10px 0 20px;
	}
	.refer_list {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
	.refer_list li {
	    display: inline-block;
	    padding: 5px;
	}
	.refer_list img {
	    width: 40px;
	}
}

@media (min-width: 1025px) {
    /*banner*/
    .banner {
        margin-top: 80px;
    }

    .banner .banner_text {
        width: 60%;
    }

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

    /*explain shop*/
    .takeout_shopinfo_text > div {
        width: 70%;
    }

    /*reservation*/
    .reservation > div {
        width: 70%;
    }

    /*news*/
    #newsblog {
        width: 70%;
    }

    .reservation div ul {
        grid-template-columns: 1fr 1fr;
    }

    .reservation div ul li {
        width: 345px;
        height: 160px;
        overflow: hidden;
        border-radius: 30px;
    }

    /*category*/
    .menu div article label h3 {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
    }

    .menu div > h3 {
        display: none;
    }

    .menu div article .inner_menu {
        padding-top: 0;
        position: static;
        opacity: 1;
        transform: scaleY(1);
    }

    .menu div article label {
        cursor: default;
    }

    .menu > div {
        width: 70%;
    }

    .menu div article label {
        width: 350px;
        border: none;
        color: black;
    }

    .menu div article [type="checkbox"] ~ label svg {
        display: none;
    }
    
    .card {
		width : 33.33333% ;
		width : -webkit-calc(33.33% - 13px) ;
		width : calc(33.33% - 13px) ;
		height: auto;
		margin-right: 15px;
    }
    
    .card:nth-child(2n) {
	    margin-right: 15px;
    }

    .card:nth-child(3n) {
	    margin-right: 0;
    }

    /*qna*/
    .qna > div {
        width: 70%;
    }

    /*shopinfo*/
    .takeout_shopinfo_inner {
        width: 70%;
    }
    .takeout_mapbox {
        display: grid;
        grid-template-columns: 50% 1fr;
        grid-column-gap: 30px;
    }

    .takeout_mapbox .takeout_gmap iframe {
        height: 320px;
    }
}

@media (min-width: 1600px) {
    .menu div article .inner_menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .reservation div ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    #front_news, #front_blog {
		width: 47%;
	}
	.card .photo_frame img {
		width: 100%;
		height: 300px;
	}
	.card .photo_frame ~ .text_frame {
		width: 100%;
	}
}
