@charset "UTF-8";

/* reset
-------------------------------------------------*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	/*font-weight: normal;*/
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
    vertical-align: middle;
}

/* base setting
-------------------------------------------------*/
body {
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings: "palt";
color: #000;
font-size: 16px;
font-weight: 400;
text-align: left;
}
@media(max-width: 799px) {
body {
font-size: 14px;
}
}
body { width:100%;height:100%; position:relative; -webkit-font-smoothing:antialiased;padding-top: 1px; }
a {
	position: relative;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.7;
}

a,
a:before,
a:after,
a > *,
a > *:before,
a > *:after {
	transition: all 0.4s;
}
a:hover,
a:hover:before,
a:hover:after,
a:hover > *,
a:hover > *:before,
a:hover > *:after {
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input:focus, select:focus, a:focus {
	outline: none;
}
textarea {
  resize: none;
}
hr {
	height: 0;
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e7e7e7;
}
ul {
	list-style-type: none;
}

/* common
-------------------------------------------------*/
h1,h2,h3,h4 {
font-family: 'Noto Serif JP', serif;
}
.sp_obj {
display: none !important;
}
.wrap_common_s {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.wrap_common_l {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.flex_sb {
display: flex;
justify-content: space-between;
}
.bg_gyoza {
width: 230px;
height: 122px;
margin-left: auto;
margin-right: auto;
color: #6e5500;
background-image: url(_img/bg_h3.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
@media(max-width: 799px) {
.pc_obj {
display: none !important;
}
.sp_obj {
display: block !important;
}
.wrap_common_l {
max-width: auto;
margin-left: 25px;
margin-right: 25px;
}
.wrap_common_s {
max-width: auto;
margin-left: 25px;
margin-right: 25px;
}
.bg_gyoza {
width: 122px;
height: 75px;
background-size: contain;
}
}

/* header
-------------------------------------------------*/
.hd_common {
width: 100%;
position: relative;
}
.hd_common .wrap_hd {
width: 1200px;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
.hd_common .hd_nav_set {
width: 1200px;
position: absolute;
left:0;
top:35px;
}
.hd_common h1.hd_logo {
width: 300px;
height: auto;
margin-bottom: 30px;
}
.hd_common ul.hd_nav {
font-weight: 700;
font-size: 15px;
}
.hd_common ul.hd_nav a {
font-weight: 700;
}
.hd_common ul.hd_nav {
padding-left: 20px;
}
.hd_common ul.hd_nav li {
font-size: 16px;
margin-bottom: 20px;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
}
.hd_common ul.hd_sns {
position: absolute;
right:0;
top:20px;
display: flex;
justify-content: flex-end;
}
.hd_common ul.hd_sns li {
margin-left: 22px;
}
.burger-btn {
display: none;
}
@media(max-width: 1030px) {
.hd_common {
height: 65px;
padding:0;
display: block;
}
.hd_common .wrap_hd {
width: auto;
position: static;
display: flex;
justify-content: space-between;
align-items: center;
}
.hd_common .hd_nav_set {
width: auto;
position: static;
}
.hd_common h1.hd_logo {
width: 120px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10px;
z-index: 9999;
}
.hd_common .hd_link_online a {
font-family: 'Noto Serif JP', serif;
font-weight: 600;
background-color: #3f3063;
color: #fff;
width: 105px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 11px;
display: block;
}
.hd_common .hd_link_online a::before {
content: url("_img/hd_icon_cart.svg");
margin-right: 3px;
}
.hd_common ul.hd_sns {
left:0;
right:0;
top:auto;
bottom:90px;
margin: auto;
z-index: 9999;
justify-content: center;
}
.hd_common ul.hd_sns li {
margin-left: 10px;
margin-right: 10px;
}
.hd_common .hd_wrapper {
position: fixed;
top: 0px;
left: 0px;
z-index: 9998;
width: 100%;
}
.hd_common .hd_nav_area {
height: 100%;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
.burger-btn {
width: 58px;
height: 30px;
font-family: 'Noto Serif JP', serif;
font-weight: 600;
display: block;
background-image: url(_img/bg_hd_menu_icon.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
color: #6e5500;
font-size: 10px;
padding-top: 7px;
padding-left: 10px;
margin-right: 10px;
margin-left: 10px;
}
.burger-btn::before {
content: 'メニュー';
}
.burger-btn.close {
width: 58px;
height: 30px;
font-family: 'Noto Serif JP', serif;
font-weight: 600;
display: block;
background-image: url(_img/bg_hd_menu_icon.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
color: #6e5500;
font-size: 10px;
padding-top: 7px;
padding-left: 10px;
margin-right: 10px;
margin-left: 10px;
z-index: 9999;
}
.burger-btn.close::before {
content: '閉じる';
}
.noscroll{
    overflow: hidden;
  }
  
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
				z-index: 9999;
  }

.noscroll {}
.header-nav {
height: 100%;
min-height: 100vh;
width: 100%;
position: relative;
background-color: #fff;
}
.hd_logo_sp_nav {
width: 127px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
}
.hd_common ul.hd_nav  {
width: 100%;
height: 100vh;
position: absolute;
left: 0;
right: 0;
top: 65px;
display: block;
padding-top: 50px;
z-index: 9999;
padding-left: 0px;
}
.hd_common ul.hd_nav li {
height: auto;
margin-left: 40px;
margin-right: 40px;
border-bottom: 1px solid #3d2f5e;
position: relative;
text-align: center;
padding-bottom: 20px;
margin-bottom: 30px;
}
.hd_common ul.hd_nav li a:link {
color: #000;
padding-top: 17px;
padding-bottom: 17px;
}
.hd_common ul.hd_nav li a:visited {
color: #000;
}

.nav-wrapper.fade {
opacity: 1;
visibility: visible;
}

.sp_nav_set {
display: flex;
justify-content: flex-end;
align-items: center;
}
}

/* footer
-------------------------------------------------*/
.ft_common {
width: 100%;
border-top: 2px solid #3e3160;
padding-top: 30px;
text-align: center;
padding-bottom: 15px;
color: #3d3062;
}
.ft_common .ft_logo {
width: 209px;
margin-left: auto;
margin-right: auto;
margin-bottom: 38px;
}
.ft_common ul.ft_sns {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 55px;
}
.ft_common ul.ft_sns li {
margin-left: 14px;
margin-right: 14px;
}
.ft_common p.ft_add {
text-align: center;
margin-bottom: 20px;
}
.ft_common .btn_tel a {
width: 388px;
height: 52px;
margin-left: auto;
margin-right: auto;
border: 1px solid #3d3062;
line-height: 52px;
display: block;
color: #3d3062;
font-size: 30px;
font-weight: 700;
margin-bottom: 30px;
}
.ft_common .btn_tel a::before {
content: url("_img/icon_tel.svg");
margin-right: 12px;
}
.ft_common .copyright {
font-size: 10px;
}
@media(max-width: 999px) {
.ft_common .ft_logo {
width: 120px;
margin-bottom: 17px;
}
.ft_common ul.ft_sns {
margin-bottom: 15px;
}
.ft_common .btn_tel a {
width: auto;
height: 30px;
margin-left: 25px;
margin-right: 25px;
border: 1px solid #3d3062;
line-height: 28px;
font-size: 16px;
margin-bottom: 20px;
}
.ft_common .btn_tel a::before {
content: '';
background-image: url("_img/icon_tel.svg");
width: 15px;
height: 13px;
line-height: 13px;
display: block;
position: absolute;
top: 0;
bottom: 0;
left:28%;
margin: auto;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
}

/* mv
-------------------------------------------------*/
.mv {
width: 790px;
height: 771px;
margin-left: auto;
margin-right: auto;
margin-top: 42px;
background-image: url(_img/bg_slide.png);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding-top: 44px;
padding-left: 51px;
position: relative;
margin-bottom: 60px;
}
.mv h1 {
color: #3f3063;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 40px;
font-weight: 900;
}
.mv h1 p {
position: absolute;
z-index: 9999;
}
.mv h1 p:nth-of-type(1) {
top:107px;
right: -160px;
}
.mv h1 p:nth-of-type(2) {
top: 420px;
left: -128px;
height: 100%;
}
.mv h1 em {
font-size: 60px;
font-style: normal;
}
.mv ul.mv_slide {
width: 685px;
padding-top: 0px;
}
.mv ul.mv_slide li {
}
@media(max-width: 799px) {
.mv {
width: 100%;
height: auto;
margin-left: 0;
margin-right: 0;
margin-top: 0px;
padding-top: 30px;
padding-left: 0px;
background-image: url(_img/bg_slide_sp.png);
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
position: relative;
margin-bottom: 39px;
padding-bottom: 40px;
}
.mv .inner {
position: relative;
}
.mv ul.mv_slide {
width: auto;
padding-top: 0px;
}
.mv h1 {
position: absolute;
z-index: 999;
font-size: 28px;
left:0;
right:0;
top:0;
bottom:0;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.mv h1 p {
position: static;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mv h1 em {
font-size: 42px;
}
}

/* message
-------------------------------------------------*/
.message_content_area {
text-align: center;
margin-bottom: 140px;
}
.message_content_area h2.ttl_message {
color: #3f3063;
font-size: 30px;
margin-bottom: 40px;
}
.message_content_area p.txt {
line-height: 2em;
}
@media(max-width: 799px) {
.message_content_area {
margin-bottom: 70px;
}
.message_content_area h2.ttl_message {
font-size: 20px;
margin-bottom: 23px;
}
.message_content_area p.txt {
text-align: left;
}
}

/* kodawari
-------------------------------------------------*/
.kodawari_content_area {
position: relative;
margin-bottom: 80px;
}
.kodawari_content_area h2.ttl_kodawari {
background-color: #3f3063;
color: #fff;
font-size: 40px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
position: absolute;
padding-top: 19px;
padding-bottom: 25px;
padding-left: 14px;
padding-right: 14px;
line-height: 1.2em;
top:-32px;
left:0px;
}
.kodawari_content_area h2.ttl_kodawari::before {
content: '';
width: 196px;
height: 82px;
background-image: url("_img/bg_dot_purple.png");
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
position: absolute;
left: 0;
right: 0;
top: -50px;
margin: auto;
z-index: -1;
}
.kodawari_content_area h3.sttl_kodawari {
color: #6e5500;
font-size: 30px;
margin-bottom: 30px;
}
.kodawari_content_area .img {
width: 46%;
}
.kodawari_content_area .img img {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.kodawari_content_area .txt_inner {
max-width: 1000px;
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
display: flex;
align-items: center;
}
.kodawari_content_area .txt {
width: 50%;
margin-left: auto;
line-height: 2em;
}
.kodawari_content_area .txt .note {
font-size:12px;
}
@media(max-width: 799px) {
.kodawari_content_area {
margin-bottom: 40px;
}
.kodawari_content_area h2.ttl_kodawari {
font-size: 20px;
padding-top: 15px;
padding-bottom: 15px;
top:-35px;
left:auto;
right:25px;
}
.kodawari_content_area h2.ttl_kodawari::before {
width: 155px;
height: 63px;
top: -28px;
left: auto;
right: -25px;
}
.kodawari_content_area .img {
width: auto;
margin-bottom: 30px;
}
.kodawari_content_area .img img {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.kodawari_content_area .txt_inner {
position: static;
margin-left: 25px;
margin-right: 25px;
}
.kodawari_content_area .txt {
width: auto;
margin-left: auto;
}
.kodawari_content_area h3.sttl_kodawari {
font-size: 18px;
margin-bottom: 20px;
}
}

/* tel
-------------------------------------------------*/
.tel_content_area {
padding-top: 60px;
padding-bottom: 40px;
margin-bottom: 100px;
background-color: #e2ddcc;
background-image: url(_img/bg_tel.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align: center;
}
.tel_content_area h2.ttl_tel {
color: #3d3062;
font-size: 30px;
margin-bottom: 25px;
}
.tel_content_area p.txt {
margin-bottom: 25px;
}
.tel_content_area .btn_tel a {
width: 465px;
height: 56px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
border: 1px solid #3d3062;
line-height: 56px;
display: block;
color: #3d3062;
font-size: 34px;
font-weight: 700;
}
.tel_content_area .btn_tel a::before {
content: url("_img/icon_tel.svg");
margin-right: 12px;
}
@media(max-width: 799px) {
.tel_content_area {
padding-top: 23px;
padding-bottom: 18px;
background-image: none;
margin-bottom: 50px;
}
.tel_content_area h2.ttl_tel {
font-size: 16px;
margin-bottom: 15px;
}
.tel_content_area p.txt {
text-align: left;
margin-bottom: 13px;
}
.tel_content_area .btn_tel a {
width: auto;
height: 32px;
margin-left: auto;
margin-right: auto;
line-height: 30px;
font-size: 20px;
position: relative;
}
.tel_content_area .btn_tel a::before {
content: '';
background-image: url("_img/icon_tel.svg");
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
display: block;
position: absolute;
top:0;
bottom:0;
left:23%;
margin: auto;
}
}


/* product
-------------------------------------------------*/
.product_content_area {
padding-top: 100px;
margin-bottom: 92px;
}
.product_content_area h2.ttl_product {
margin-bottom: 57px;
font-size: 30px;
padding-top: 50px;
padding-left: 73px;
}
.product_content_area ul.product_list {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.product_content_area ul.product_list li {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 39%;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 5%;
}
.product_content_area ul.product_list li h3 {
width: 9%;
color: #6e5500;
font-size: 30px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
padding-top: 33px;
}
.product_content_area ul.product_list li .inner {
width: 87%;
}
.product_content_area ul.product_list li .img {
width: auto;
background-image: url(_img/bg_product.png);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
padding-top: 4%;
padding-bottom: 6%;
padding-left: 6%;
padding-right: 3%;
margin-bottom: 3%;
}
.product_content_area ul.product_list li p.txt {
text-align: center;
width: 100%;
}
@media(max-width: 799px) {
.product_content_area {
padding-top: 27px;
margin-bottom: 50px;
}
.product_content_area h2.ttl_product {
margin-bottom: 28px;
font-size: 15px;
padding-top: 33px;
padding-left: 42px;
}
.product_content_area ul.product_list li {
margin-bottom: 50px;
width: auto;
}
.product_content_area ul.product_list li .inner {
}
.product_content_area ul.product_list li:nth-child(even) h3 {
order: 2;
}
.product_content_area ul.product_list li:nth-child(even) .inner {
order: 1;
}
.product_content_area ul.product_list li:nth-child(even) p.txt {
order: 3;
}
.product_content_area ul.product_list li h3 {
font-size: 20px;
}
.product_content_area ul.product_list li .img {
}
.product_content_area ul.product_list li p.txt {
}
}

/* online
-------------------------------------------------*/
.online_content_area {
width: 100%;
position: relative;
margin-bottom: 170px;
background-image: url(_img/bg_online.jpg),url(_img/bg_online.jpg);
background-position: center top,center bottom;
background-repeat: repeat-x,repeat-x;
}
.online_content_area h2.ttl_online {
padding-top: 122px;
color: #6e5500;
font-size: 30px;
margin-bottom: 25px;
}
.online_content_area h3.sttl_online {
color: #3f3063;
font-size: 20px;
margin-bottom: 15px;
}
.online_content_area p.txt {
line-height: 2em;
margin-bottom: 30px;
}
.online_content_area .btn_online a {
width: 443px;
height: 60px;
margin-bottom: 106px;
font-family: 'Noto Serif JP', serif;
line-height: 60px;
text-align: center;
color: #fff;
font-size: 25px;
font-weight: 600;
background-color: #3f3063;
display: block;
}
.online_content_area .btn_online a::before {
content: url("_img/icon_cart.svg");
margin-right: 12px;
}
.online_content_area .img {
width: 417px;
position: absolute;
top: 0;
bottom: 0;
right: 0px;
margin: auto;
display: flex;
align-items: center;
}
@media(max-width: 799px) {
.online_content_area {
background-image: url(_img/bg_online_sp.jpg),url(_img/bg_online_sp.jpg);
background-position: center top,center bottom;
background-repeat: repeat-x,repeat-x;
margin-bottom: 85px;
}
.online_content_area::before {
height: 35px;
background-size: contain;
}
.online_content_area::after {
height: 35px;
background-size: contain;
}
.online_content_area h2.ttl_online {
padding-top: 50px;
font-size: 20px;
margin-bottom: 13px;
}
.online_content_area h3.sttl_online {
font-size: 18px;
margin-bottom: 15px;
}
.online_content_area p.txt {
line-height: 1.7em;
}
.online_content_area .btn_online a {
width: auto;
height: 35px;
margin-bottom: 50px;
line-height: 34px;
font-size: 16px;
position: relative;
}
.online_content_area .btn_online a::before {
content: '';
background-image: url("_img/icon_cart.svg");
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
width: 17px;
height: 15px;
display: block;
position: absolute;
top:0;
bottom:0;
left:17%;
margin: auto;
}

.online_content_area .img {
width: 50%;
position: absolute;
top: -8%;
bottom: auto;
right: -7%;
margin: auto;
display: flex;
align-items: center;
}
}

/* event
-------------------------------------------------*/
.event_content_area {
position: relative;
margin-bottom: 80px;
}
.event_content_area h2.ttl_event {
background-color: #3f3063;
color: #fff;
font-size: 40px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
position: absolute;
padding-top: 19px;
padding-bottom: 25px;
padding-left: 14px;
padding-right: 14px;
line-height: 1.2em;
top:-32px;
right:0px;
}
.event_content_area h2.ttl_event::before {
content: '';
width: 196px;
height: 82px;
background-image: url("_img/bg_dot_purple.png");
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
position: absolute;
left: 0;
right: 0;
top: -50px;
margin: auto;
z-index: -1;
}
.event_content_area h3.sttl_event {
color: #6e5500;
font-size: 30px;
margin-bottom: 30px;
}
.event_content_area .img {
width: 46%;
margin-left: auto;
}
.event_content_area .img img {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.event_content_area .txt_inner {
max-width: 1000px;
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
display: flex;
align-items: center;
}
.event_content_area .txt {
width: 50%;
}
@media(max-width: 799px) {
.event_content_area {
margin-bottom: 40px;
}
.event_content_area h2.ttl_event {
font-size: 20px;
padding-top: 15px;
padding-bottom: 15px;
top:-35px;
left:25px;
right:auto;
}
.event_content_area h2.ttl_event::before {
width: 155px;
height: 63px;
top: -28px;
}
.event_content_area .img {
width: auto;
margin-bottom: 30px;
}
.event_content_area .img img {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.event_content_area .txt_inner {
position: static;
margin-left: 25px;
margin-right: 25px;
}
.event_content_area .txt {
width: auto;
margin-left: auto;
}
.event_content_area h3.sttl_event {
font-size: 18px;
margin-bottom: 20px;
}
}

/* hour
-------------------------------------------------*/
.hour_content_area {
width: 560px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
.hour_content_area h2.ttl_hour {
margin-bottom: 57px;
font-size: 22px;
padding-top: 45px;
padding-left: 45px;
text-align: center;
line-height: 1.3em;
}
.hour_content_area .hour_block {
margin-bottom: 40px;
}
.hour_content_area .hour_block h3.sttl_hour {
color: #6e5500;
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
}
.hour_content_area .hour_block table {
width: 560px;
border: 1px solid #6e5500;
font-size: 20px;
}
.hour_content_area .hour_block table th {
background-color: #efece6;
font-weight: 400;
text-align: left;
width: 180px;
vertical-align: middle;
}
.hour_content_area .hour_block table td {
font-weight: 500;
}
.hour_content_area .hour_block table th,
.hour_content_area .hour_block table td {
border-bottom: 1px solid #6e5500;
padding: 18px 25px;
}
.hour_content_area .holiday {
color: #6e5500;
text-align: center;
font-size: 20px;
margin-bottom: 40px;
}
.hour_content_area .note {
}
@media(max-width: 799px) {
.hour_content_area {
width: auto;
margin-bottom: 50px;
}
.hour_content_area h2.ttl_hour {
margin-bottom: 28px;
font-size: 13px;
padding-top: 30px;
padding-left: 25px;
line-height: 1.2em;
}
.hour_content_area .hour_block {
margin-left: 25px;
margin-right: 25px;
}
.hour_content_area .hour_block h3.sttl_hour {
font-size: 16px;
margin-bottom: 8px;
}
.hour_content_area .hour_block table {
width: 100%;
text-align: center;
font-size: 16px;
border-bottom: none;
}
.hour_content_area .hour_block table th {
width: 100%;
text-align: center;
border-bottom: none;
}
.hour_content_area .hour_block table th,
.hour_content_area .hour_block table td {
display: block;
padding: 10px;
}
.hour_content_area .note {
margin-left: 25px;
margin-right: 25px;
}
}

/* info
-------------------------------------------------*/
.info_content_area {
margin-bottom: 100px;
}
.info_content_area h2.ttl_info {
margin-bottom: 57px;
font-size: 30px;
padding-top: 50px;
padding-left: 73px;
}
.info_content_area .tw_tl {
text-align: center;
width: 650px;
margin-left: auto;
margin-right: auto;
}
@media(max-width: 799px) {
.info_content_area h2.ttl_info {
margin-bottom: 28px;
font-size: 15px;
padding-top: 33px;
padding-left: 42px;
}
.info_content_area .tw_tl {
width: auto;
margin-left: 25px;
margin-right: 25px;
}
}

/* access
-------------------------------------------------*/
.access_content_area {
margin-bottom: 100px;
}
.access_content_area h2.ttl_access {
margin-bottom: 57px;
font-size: 30px;
padding-top: 50px;
padding-left: 73px;
}
.access_content_area p.add {
text-align: center;
margin-bottom: 60px;
}
.access_content_area .map {
}
.access_content_area .iframe-wrapper {
position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%;
}
.access_content_area .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width: 799px) {
.access_content_area {
margin-bottom: 30px;
}
.access_content_area h2.ttl_access {
margin-bottom: 28px;
font-size: 15px;
padding-top: 33px;
padding-left: 42px;
}
.access_content_area p.add {
margin-bottom: 20px;
}
}

.totop {
width: 60px;
height: 60px;
position: fixed;
right: 6%;
bottom: 60px;
}
@media(max-width: 999px) {
.totop {
width: 30px;
height: 30px;
}
}

/* 大量注文-------------------------------------------------*/
.bulkorder_content_area {
width: 722px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
border: 2px solid #6e5500;
text-align: center;
padding-top: 45px;
padding-bottom: 40px;
border-radius: 100px;
box-shadow: 10px 20px #efece6;
}
.bulkorder_content_area h2.ttl_bulkorder {
font-size: 30px;
font-weight: 600;
color: #6e5500;
margin-bottom: 25px;
}
.bulkorder_content_area p.txt_bulkorder {}
.bulkorder_content_area em {
font-style: normal;
color: #3f3063;
}
@media(max-width: 999px) {
.bulkorder_content_area {
width: auto;
margin-left: 25px;
margin-right: 25px;
padding-top: 25px;
padding-bottom: 20px;
margin-bottom: 50px;
box-shadow: 5px 10px #efece6;
}
.bulkorder_content_area h2.ttl_bulkorder {
font-size: 18px;
margin-bottom: 15px;
}
}