/*
Theme Name: syushu multi tenant portal
Author: syushu inc.
Version: 1.3
*/
 
/* Reset & Base
-------------------------------------------------------------- */
* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  display: inline-block;
}
pre {
  white-space: pre-wrap;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

p { text-align: left; margin-bottom: 1em; }
strong { font-weight: bold; }
small { font-size: .8em; }
em { font-style: italic; }
blockquote { display: block; padding: 2em; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
iframe { max-width: 100%; }
a { text-decoration: none; }
a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; opacity: .6; }
a.line:hover { text-decoration: underline; }

.sp { display: none !important; }
.f_left { float: left; }
.f_right { float: right; }
.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.t_center { text-align: center !important; }

input[type="submit"], select {
  -webkit-appearance: none;
  background-color: #FFF;
}


/* 
* WP NativeStyle
-------------------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}


/* 
 * common
-------------------------------------------------------------- */
html {
  -webkit-text-size-adjust:100%;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: .2em;
  font-weight: normal;
}
.paytone {
  font-family: 'Paytone One', sans-serif;
}
.container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.stretch {
  align-items: stretch;
}

.sec {
  margin-bottom: 5rem;
}

div.wpcr3_review div.wpcr3_review_ratingValue {
  text-align: left;
}

.msg_error {
  color: red;
  border: 1px solid red;
  padding: 1rem;
  border-radius: 5px;
}
.msg_normal {
  border: 1px solid #d6ceb4;
  padding: 1rem;
  border-radius: 5px;
}

.btn01 {
  background-color: #d6ceb4;
  color: #FFF;
  cursor: pointer;
  padding: 1em 5em;
  border-radius: 3px;
}

.glay {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}



/* 
 * header
-------------------------------------------------------------- */
header {
  padding-top: .5em;
}
body:not(.home) header {
  border-bottom: 1px solid #F3F2EC;
  margin-bottom: 2rem;
}
.home header .container {
  width: auto;
  max-width: none;
  padding-left: 2.08vw;
  padding-right: 2.08vw;
}
h1 {
  text-align: left;
}
body:not(.home) h1 {
  letter-spacing: .1em;
}
.header_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.home .header_content {
  justify-content: flex-end;
}
.home .header_content .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 16.15vw;
}
body:not(.home) .header_content .logo {
  max-width: 77.5px;
}
.btn_regist01 {
  background-color: #479428;
  box-shadow: 0px 1px 1px 0px rgba(39, 40, 40, 0.33);
  color: #FFF !important;
  font-size: 1.38rem;
  font-weight: bold;
  padding: .3em 1em;
}


/* 
 * breadcrumb
-------------------------------------------------------------- */
.wrap_breadcrumb {
  margin-bottom: 3rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: .86rem;
  margin-bottom: .5em;
}
.breadcrumb li:not(:last-of-type)::after {
  content: '>';
  margin: 0 .5em;
}
.breadcrumb a, .link01 {
  color: #007cba !important;
}
.breadcrumb a:hover {
  text-decoration: underline;
}


/* 
 * top
-------------------------------------------------------------- */
.mv {
  height: 41.67vw;
  background: url(images/mv01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.mv .content {
  position: absolute;
  bottom: 3.13vw;
  left: 50%;
  transform: translateX(-50%);
}
.mv .txt_mv {
  display: inline-block;
  background-color: #FFF;
  font-size: 1.98vw;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 .5em;
}
.mv .txt_mv:first-of-type {
  margin-bottom: 1.77vw;
}
.box_search {
  background-color: #FFF;
  padding: 1.56vw;
  margin-top: 4.17vw;
  width: 58.33vw;
}
.box_search ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.box_search li:not(:last-of-type) {
  width: 38.68%;
}
.box_search li:last-of-type {
  width: 18.87%;
}
.box_search .txt01 {
  color: #595959;
  font-size: 1.04vw;
  font-weight: bold;
  display: block;
  text-align: left;
}
.box_search select {
  width: 100%;
  font-size: 1.23rem;
  padding: 1em;
  border: 1px solid #b5b5b5;
}
.box_search input[type="submit"] {
  background-color: #eb6100;
  box-shadow: 0px 1px 1px 0px rgba(39, 40, 40, 0.33);
  font-size: 2.31rem;
  font-weight: bold;
  color: #FFF;
  width: 100%;
  padding: .65rem;
  cursor: pointer;
}

.top_ttl01 {
  font-size: 4.62rem;
  font-weight: bold;
  font-family: 'Paytone One', sans-serif;
  margin-bottom: 3.13vw;
}
.top_ttl01 .note {
  font-size: 1rem;
  font-weight: normal;
  font-family: inherit;
  display: block;
}

.info {
  background: url(images/bg_news.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 5.21vw 0;
}
.list_info {
  display: flex;
}
.list_info > * {
  width: calc(25% - 1.5rem);
}
.list_info > *:not(:last-of-type) {
  margin-right: 2rem;
}
.list_info > * a {
  width: 100%;
/*  border: solid 1px #e1e1e1;*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 6px;
  background-color: #FFF;
  height: 100%;
}
.list_info .body {
  text-align: left;
  padding: 1em;
}
.list_info p {
  margin-bottom: 0;
}
.list_info .title {
  font-size: 1.3rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .list_info .thum {
  height: calc(22.5vw - 1.5rem);
  max-height: 280px;
}
.list_info .thum {
  height: calc(15.1942vw - 1.5rem);
  max-height: 183px;
}
.list_info .thum img {
  border-radius: 6px 6px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.newmenu {
  background-color: #ffcc70;
  padding: 5.21vw 0;
}
.newmenu .list_menu {
  margin: 3.13vw 0;
}
.btn_menu_more {
  background-color: #eb6100;
  box-shadow: 0px 1px 1px 0px rgb(39 40 40 / 33%);
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFF !important;
  padding: .65rem 1.5rem;
}
#more_loading {
  width: 64px;
  height: 64px;
  margin: auto;
  background: url(images/loading.gif?t=20210614) no-repeat center center;
  background-size: cover;
}

.search_cat_list {
  padding: 4.17vw 0 5.21vw;
}
.search_cat_list .ttl01 {
  text-align: left;
  font-weight: bold;
  font-size: 1.85rem;
  margin-bottom: 1rem;
}
.search_cat_list .list_cat {
  margin-bottom: 5rem;
}

.search {
  padding: 4.17vw 0 5.21vw;
  background-color: #ffcc70;
}
.search .ttl01 {
  font-size: 2.92rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.search .box_search {
  margin: auto;
}

.forshop {
  background: url(images/bg_forshop.jpg) no-repeat top right;
  background-size: cover;
  padding: 4.79vw 0 7.45vw;
  color: #FFF;
}
.forshop .ttl01 {
  font-size: 3.69rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: left;
}
.forshop .txt01 {
  font-weight: bold;
  font-size: 2.92rem;
}
.forshop .txt01 span {
  background:linear-gradient(transparent 60%, #479428 60%);
  display: inline-block;
  padding: 0 .3em;
}
.forshop .txt02 {
  font-weight: bold;
  font-size: 1.85rem;
  width: 37.5vw;
  margin-bottom: 5.21vw;
}
.forshop .btn_regist01 {
  width: 36.46vw;
  font-size: 2.77rem;
  padding: .8rem;
}

.site_info {
  padding: 4.17vw 0 5.21vw;
}
.list_siteinfo {
  width: 51.67%;
  display: table;
  margin: 3rem auto 0;
  text-align: left;
}
.list_siteinfo li {
  display: table-row;
}
.list_siteinfo li > * {
  display: table-cell;
  padding-bottom: 1rem;
}
.list_siteinfo .date {
  padding-right: 3rem;
  white-space: nowrap;
}



/* 
 * archive or category
-------------------------------------------------------------- */
.sec.archive .main {
  width: 67.53%;
  order: 2;
}
.sec.archive .aside {
  width: 20.78%;
  order: 1;
}
.ttl_sub01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ttl_sub02 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: .3rem;
}
.list_shop_item {
  padding: 2rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.list_shop_item .thum {
  width: 21.15%;
  height: 12.85vw;
  max-height: 171px;
}
.list_shop_item .thum img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list_shop_item .body {
  width: 76.92%;
  text-align: left;
}
.list_shop_item .ttl01 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007cba;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_shop_item .catch {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: .89rem;
  border-bottom: 1px solid #EFEFEF;
}
.list_shop_item .mb {
  margin-bottom: .5rem;
}
.list_shop_item .cat {
  display: flex;
  flex-wrap: wrap;
}
.list_shop_item a:hover .ttl01 {
  text-decoration: underline;
}

.list_cat {
  display: flex;
  flex-wrap: wrap;
}
.list_cat li:not(:last-of-type) {
  margin-right: 1em;
  margin-bottom: 1em;
}
.list_cat li a {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  padding: .5em 1em;
  letter-spacing: .1em;
}

.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation > * {
  margin: 0 1rem;
}
.pagenation .current,
.pagenation > * > * {
  padding: .67rem 1.06rem;
  background-color: #d6ceb4;
  border: 2px solid #d6ceb4;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pagenation a:hover,
.pagenation .current {
  background-color: #FFF;
  color: inherit;
  opacity: 1;
}

.sort {
  padding: .3em;
  border: 1px solid #d6ceb4;
  border-radius: 3px;
}


/* 
 * single
-------------------------------------------------------------- */
.post.container {
  max-width: 620px;
}
.post .thum {
  margin-bottom: 5rem;
}
.post .date {
  text-align: left;
  color: #a8abb1;
  font-size: .8rem;
}
.post .content_body {
  margin: 5rem 0 8rem;
  line-height: 2;
  text-align: left;
  font-size: 1.1rem;
}
.post .content_body p {
  margin-bottom: 2em;
}
.post .content_body h1 {
  font-size: 1.75rem;
  margin-top: 3.5rem;
  font-weight: bold;
}
.post .content_body h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  font-weight: bold;
}
.post .content_body h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  font-weight: bold;
}
.post .content_body h4 {
  margin-top: 1rem;
  font-weight: bold;
}
.post .content_body ul {
  list-style: disc;
  margin-left: 1.5em;
}
.post .content_body ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.post .content_body li {
  margin-bottom: .5em;
}
.post .content_body a {
  text-decoration: underline;
  color: #d6ceb4;
}
.post .content_body hr {
  height: 1px;
  background-color: #595959;
  margin: 2rem 0;
}
.post .content_body blockquote {
  background-color: rgba(39, 40, 40, 0.1);
  border-left: 1px solid;
  padding: 1.5em;
  margin-bottom: 1.5rem;
}



.share_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.share_box li {
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_box li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  letter-spacing: 0;
}
.fb_share {background: #3b5998;}
.tw_share {background: #00acee;}
.hatena_share {background: #008fde;}
.line_share{background: #25af00;}

.single .list_shop_item {
  border: 1px solid #d6ceb4;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 3rem;
}
.single .list_shop_item .thum {
  margin-bottom: 0;
  height: calc( (90vw - 2em) * .2115);
  max-height: 125px;
}


/* menu */
.single-menu .price {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.box_menu01 .list_delivery {
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* 
 * single shop
-------------------------------------------------------------- */
.shop_header {
  margin-bottom: 5rem;  
}
.shop_title {
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.image_shop_header {
  height: 363px;
}
.image_shop_header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list_menu {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.list_menu > * {
  background-color: #FFF;
  width: 47.73%;
/*  border: solid 1px #e1e1e1;*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 6px;
  margin-bottom: 1rem;
  height: 42.957vw;
  max-height: 200px;
}
.shop .list_menu > * {
  height: 29.1vw;
  max-height: 130px;
}
.list_menu .flex {
  height: 100%;
}
.list_menu .thum {
  width: 35%;
  height: 100%;
}
.list_menu .thum * {
  height: 100%;
}
.list_menu .thum img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px 0 0 6px;
}
.list_menu .body {
  width: 65%;
  text-align: left;
  padding: 1rem;
}
.list_menu .body p {
  margin: 0;
}
.list_menu .body .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; 
  -o-text-overflow: ellipsis; 
  overflow: hidden;
}
.list_menu .body .memo {
  margin-bottom: .8rem;
}
.list_menu .body .price {
  font-weight: bold;
}

.gmap {
  max-height: 250px;
  height: 18.6vw;
}

.list_sns {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.list_sns > * {
  max-width: 32px;
}
.list_sns > *:not(:last-child) {
  margin-right: 1rem;
}

.list_delivery {
  display: flex;
  flex-direction: column;
}
.list_delivery > * {
  margin-bottom: 1rem;
}

/* 
 * WP Customer Reviews
-------------------------------------------------------------- */
.review input[type="text"], 
.review textarea {
  border: 1px solid #d6ceb4;
  border-radius: 3px;
  padding: .5em;
  width: 100%;
  min-width: inherit !important;
}

.wpcr3_div_2 {
  width: auto !important;
}
.wpcr3_table_2 {
  width: 100%;
}
.wpcr3_table_2 td {
  padding-bottom: 1rem;
}
.wpcr3_table_2 tr:last-of-type td {
  text-align: center !important;
  font-size: 0;
}
.wpcr3_respond_2 {
  display: block !important;
}
.wpcr3_reviews_holder {
  margin-bottom: 3rem;
}
.wpcr3_button_1.wpcr3_show_btn,
.wpcr3_button_1.wpcr3_cancel_btn {
  display: none;
}
.wpcr3_button_1.wpcr3_submit_btn {
  background: #d6ceb4;
  color: #FFF;
  cursor: pointer;
  padding: 1em;
  width: 70%;
  border-radius: 3px;
  letter-spacing: .6em;
  font-size: 1.25rem;
  font-weight: bold;
  border: 0;
}
.wpcr3_button_1.wpcr3_submit_btn:hover {
  background: #d6ceb4;
  color: inherit;
  font-weight: bold;
}

.wpcr3_item_name {
  display: none;
}
div.wpcr3_aggregateRating {
  margin-bottom: 2rem !important;
  font-size: 1.25rem !important;
  font-weight: bold;
}
.wpcr3_aggregateRating_ratingValueAverage {
  font-size: 1rem;
}
.wpcr3_aggregateRating_reviewCount {
  margin-left: 2rem;
}
.wpcr3_review {
  text-align: left;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 1rem;
}
div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_review div.wpcr3_review_datePublished {
  font-style: normal !important;
  font-size: 1rem !important;
}



/* 
 * page
-------------------------------------------------------------- */
.tbl_form01 {
  width: 100%;
}
.tbl_form01 th,
.tbl_form01 td {
  border-bottom: 1px solid #EFEFEF;
  padding: 1rem;
}
.tbl_form01 th {
  font-weight: bold;
  width: 33%;
  text-align: left;
  vertical-align: top;
}
.tbl_form01 td {
  width: 67%;
}
.tbl_form01 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.tbl_form01 select,
.tbl_form01 textarea
{
  width: 100%;
  border: 1px solid #d6ceb4;
  border-radius: 3px;
  padding: .5em;  
}
.tbl_form01 .required {
  border-radius: 3px;
  background-color: #EB6E55;
  padding: 5px;
  font-size: .6rem;
  color: #FFF;
  margin-left: 1em;
}
.tbl_form01 .error input:not([type="submit"]),
.tbl_form01 .error select,
.tbl_form01 .error .list_input {
  border: 1px solid red !important;
}
.tbl_form01 input:read-only {
  border-color: #e1e1e1;
  opacity: .8;
}
.tbl_form01 input[type="submit"],
.tbl_form01 input[type="button"] {
  background-color: #d6ceb4;
  color: #FFF;
  cursor: pointer;
  padding: 1em !important;
  width: 70%;
  border-radius: 3px;
  letter-spacing: .6em;
  text-indent: .6em;
  font-size: 1.25rem;
  font-weight: bold;
  border: 0 !important;
}
.tbl_form01 input[type="submit"] {
  color: #479428 !important;
}
.tbl_form01 .regist input {
  width: 45% !important;
  margin: 0 2%;
}

.list_input {
  display: flex;
  flex-wrap: wrap;
}
.list_input > *:not(:last-of-type) {
  margin-right: .5em;
  margin-bottom: .5em;
}
.list_input label {
  display: flex;
  align-items: center;
  border: 1px solid #d6ceb4;
  border-radius: 3px;
  padding: .5em;  
  letter-spacing: .1em;
}
.list_input label input {
  margin-right: .5em;
}


/* 
 * sidebar
-------------------------------------------------------------- */
.box_aside {
  margin-bottom: 1rem;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  padding: 1rem;
}
.box_aside .ttl01 {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
.box_aside .list_input li {
  margin: 0 .5em .5em 0;
}
.box_aside input[type="text"] {
  width: 100%;
  border: 1px solid #d6ceb4;
  border-radius: 3px;
  padding: .5em;
}
.box_aside input[type="submit"] {
  width: 100%;
  border-radius: 3px;
  padding: .5em;
  background-color: #eb6100;
  box-shadow: 0px 1px 1px 0px rgba(39, 40, 40, 0.33);
  cursor: pointer;
  font-weight: bold;
  letter-spacing: .3em;
  color: #FFF;
}

.sec_aside {
  margin-bottom: 2rem;
  border-bottom: 1px solid #F3F2EC;
}
.aside .sec_aside:last-of-type {
  border-bottom: 0;
}

.fixed {
  position: sticky;
  top: 0;
}

.list_archives {
  text-align: left;
  padding-left: 2em
}
.list_archives li {
  margin-bottom: 1rem;
  list-style: disc;
}



/* 
 * footer
-------------------------------------------------------------- */
footer {
  background-color: #d6ceb4;
}
.footer_content {
  padding: 5rem 0 3rem;
}
.f_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.f_nav > * {
  margin: 0 1em;
}
.f_nav .regist {
  color: #479428 !important;
  font-weight: bold;
}

.f_nav2 {
  font-size: .8rem;
  margin-bottom: 1rem;
}

.f_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.f_sns > * {
  max-width: 32px;
  margin: 0 1rem;
}

.copyright {
  font-size: .69rem;
  text-align: center;
}

/* 
 * for SP
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: initial !important; }
  
  html {
    font-size: 3.08vw;
  }
  
  header .btn_regist01 {
    display: none;
  }
  .home .header_content .logo {
    width: 40vw;
  }
  body:not(.home) h1 {
    font-size: .8rem;
    margin-bottom: 1em;
  }
  body:not(.home) .header_content {
    justify-content: center;
  }
  body:not(.home) .header_content .logo {
    max-width: 15vw;
  }
  
  .mv {
    height: auto;
    padding: 45vw 0 20vw;
  }
  .mv .content {
    position: static;
    transform: none;
    width: 90%;
    margin: auto;
  }
  .mv .txt_mv {
    font-size: 1.5rem;
    font-weight: 900;
    background-color: inherit;
    white-space: normal;
    width: 100%;
    display: block;
    padding: .5em;
  }
  .box_search {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    margin: 2rem auto;
    padding: 1rem;
  }
  .box_search ul {
    flex-wrap: wrap;
  }
  .box_search li {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .box_search input[type="submit"] {
    width: 65%;
    font-size: 1.5rem;
  }
  .box_search .txt01 {
    font-size: 1rem;
  }

  .top_ttl01 {
    font-size: 2.5rem;
  }
  .info {
    padding: 5rem 0;
  }
  .list_info {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .list_info > * {
    width: 100% !important;
    margin: 0 0 1rem !important;
  }
  .list_info > * a {
    display: flex;
  }
  .list_info .thum {
    width: 30%;
    height: 27vw !important;
  }
  .list_info .body {
    width: 70%;
  }
  .list_info .thum img {
    border-radius: 6px 0 0 6px;
  }
  .newmenu {
    padding: 5rem 0;
  }
  .newmenu .list_menu {
    margin-top: 2rem;
    align-items: stretch;
  }
  .list_menu > * {
    max-height: none !important;
    height: auto !important;
  }
  .list_menu .flex {
    flex-direction: column;
    justify-content: flex-start;
  }
  .list_menu .thum,
  .list_menu .body {
    width: 100%;
  }
  .list_menu .thum {
    height: 42.957vw;
  }
  .list_menu .thum img {
    border-radius: 6px 6px 0 0;
  }
  .search, .search_cat_list {
    padding: 5rem 0;
  }
  .search .ttl01 {
    font-size: 1.8rem;
  }
  .forshop {
    padding: 5rem 0;
    color: inherit;
  }
  .forshop .container {
    background-color: rgba(255, 255, 255, .8);
    padding: 1.5rem;
  }
  .forshop .ttl01 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .forshop .txt01 {
    font-size: 1.8rem;
  }
  .forshop .txt02 {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .forshop .btn_regist01 {
    width: 80%;
    font-size: 1.5rem;
  }
  .site_info {
    padding: 5rem 0;
  }
  .list_siteinfo {
    width: 100%;
  }
  
  .sec.archive {
    flex-wrap: wrap;
  }
  .sec.archive .main,
  .sec.archive .aside {
    width: 100%;
    order: 1;
  }
  .sec.archive .main {
    margin-bottom: 7rem;
  }

  .list_shop_item .thum {
    width: 30%;  
    height: 27vw;
  }
  .list_shop_item .thum img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .list_shop_item .body {
    width: 70%;
    padding: 0 1rem;
  }
  
  .shop_header {
    margin-bottom: 3rem;
  }
  .shop_title {
    font-size: 2.5rem;
  }
  .image_shop_header {
    height: 67.5vw;
  }
    
  
  .single .list_shop_item .thum {
    height: calc( (90vw - 2em) * .3);
    max-height: none;
  }

  .gmap {
    height: 90vw;
  }
  
  .tbl_form01 tr,
  .tbl_form01 th,
  .tbl_form01 td {
    display: block;
    width: 100%;
  }
  .tbl_form01 td {
    padding-bottom: 2rem;
  }
  .tbl_form01 th {
    border: 0;
    padding-bottom: 0;
    padding-top: 2rem;
  }

  .list_delivery {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_delivery > * {
    width: calc(50% - .5rem);
  }
    
  .f_nav > * {
    margin-bottom: 1rem;
  }
  .f_nav2 > * {
    margin-left: 0;
  }
  .f_nav2 > *:last-of-type {
    margin-right: 0;
  }
}