@charset "utf-8";

/* ==========================================================================
   RESET
   ========================================================================== */
body,div,p,ul,ol,dl,form,table,fieldset,img,h1,h2,h3,h4,h5,h6 {
    margin  : 0;
    border  : 0;
    padding : 0;
}

a           {outline        : 0         ;}
em,address  {font-style     : normal    ;}
li          {list-style     : none      ;}
table       {border-collapse: collapse  ;}
img         {vertical-align : bottom    ;}
a img:hover {opacity        : 0.8       ;}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear      {clear          : both      ;}
.block      {display        : block     ;}
.inline     {display        : inline    ;}
.new_line   {display: block;}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.left   {float: left;}
.right  {float: right;}

/*--    段落行揃え   --*/
.align-right  {text-align: right;}
.align-left   {text-align: left;}
.align-center {text-align: center;}

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

.noto-sans {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

.noto-serif {
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

/*--    文字装飾    --*/
.white  {color : #fff   ;}
.black {color : #333   ;}
.green {color : #687819  ;}
.red   {color : #9d272d    ;}

/*--    背景装飾    --*/
.bg_green {
    background: #687819;
}

.bg_red {
    background: #9d272d;
}

.bg_gray {
    background: #f1f1f1;
}

/* ==========================================================================
   Media Queries     デフォルト：980px以上用（PC用）の記述
========================================================================== */
.pc_area {
    display: block;
}

.sp_area {
    display: none;
}


.new_line {
    display: inline;
}

.new_line_pc {
    display: block;
}

a[href^="tel:"] {
    pointer-events: none;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.inner {
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
}

/* ======================
   Header
====================== */
.header-container {
}

.header-container,
.main aside {
}

.header-container .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    float: left;
}

.header-container .title img {
    width: 100%;
}

.header-container nav {
}

nav.g-nav {
    float: right;
    font-family: 'Noto Serif JP', serif;
}

nav.g-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: left;
    height: 120px;
    margin-right: 2em;
}

nav.g-nav li {
    padding: 1em;
}

nav.g-nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
}

nav.g-nav .menu li a:hover {
    text-decoration: none;
}

nav.g-nav .menu > li > a:hover::before,
nav.g-nav .menu > li > a.current::before {
    content: "";
    background: url(../images/icon_mark.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    top: -15%;
    left: 50%;
    width: 16px;
    height: 8px;
    transform: translate(-50%,-100%);
    transition: all .5s;
}

nav.g-nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

nav.g-nav .menu__second-level li {
    border-bottom: 1px dotted #687819;
}

nav.g-nav .menu__second-level li:last-child {
    border-bottom: none;
}

nav.g-nav .menu__second-level li a:hover {
}

nav.g-nav .menu > li.menu__single {
    position: relative;
}

nav.g-nav .menu > li.menu__single > a {
    pointer-events: none;
}

nav.g-nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 85px;
    width: 236px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

nav.g-nav li.menu__single:hover ul.menu__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
    display: block;
    margin-left: -1em;
    height: auto;
}

nav.g-nav li.menu__single:hover ul.menu__second-level li {
    padding-bottom: 1em;
}

nav.g-nav li.menu__single:hover ul.menu__second-level li a {
    color: #687819;
    position: relative;
}

nav.g-nav li.menu__single:hover ul.menu__second-level li a::before {
    content: "";
    background: url(../images/icon_logo.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 17px;
    height: 18px;
    margin: 0;
}

nav.g-nav li.menu__single:hover ul.menu__second-level li a i {
    float: right;
    margin-top: 4px;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.header-container nav .reserve {
    width: 142px;
    height: 120px;
    float: right;
}

.header-container nav .reserve a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container nav .reserve a:hover {
    text-decoration: none;
}

.header-container nav .reserve span {
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/* ======================
   Main
====================== */
.main-container {
}

.main article {
    width: 100%;
    margin: 0 auto;
}

.main header .top_slider {
}

.main header .top_slider li {
    position: relative;
}

.main header .top_slider li::before {
    content: "";
    background: url(../images/logo_odoru.jpg) left bottom/contain no-repeat;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 120px;
    height: 120px;
}

.main header .top_slider li::after {
    content: "";
    background: url(../images/txt_main2.png) right bottom/contain no-repeat;
    display: block;
    position: absolute;
    right: 13%;
    bottom: 5%;
    width: 80px;
    height: 570px;
}

.main header .top_slider img {
    width: 100%;
}

.main section h2 {
    padding: 0.9em 0;
    color: #fff;
    width: 100%;
    font-size: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.main .information {
    padding: 35px 10px;
}

.main .information h2 {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 0 1em;
/*    border-right: solid 1px #fff; */
    width: 100px;
		position:relative;
}
.main .information h2::after {
	content: '';
	position:absolute;
	right: 0;
	top:0;
	width: 1px;
	height: 300%;
	background: #FFF;
}

.main .information ul {
    display: inline-block;
    vertical-align: top;
    margin: 4px 20px;
    width: 85%;
}
.main .information ul li {
	margin-bottom: 5px;
}
.main .information ul li::after {
  content: '';
  display: block;
  clear: both;
}
.main .information li span {
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}
.main .information li span:first-of-type {
	  display:inline-block;
		width: 74px;
}
.main .information li span:nth-child(2) {
	  display:inline-block;
    padding: 3px 0;
		text-align:center;
		width: 84px;
    border: solid 1px #fff;
    font-size: 12px;
}

.main .information li span:last-child {
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 50px;
}

.main .information li a {
    display: inline-block;
    color: #fff;
}

.main .information li span:last-child::after {
    content: "";
    background: url(../images/icon_arrow01.png) left center/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 38px;
    height: 5px;
}

.main .kodawari {
    background: url(../images/bg_kodawari.jpg) center center/cover no-repeat;
}

.main .kodawari .inner {
    padding: 85px 0;
}

.main .kodawari h2.noren {
    z-index: 999;
    padding: 0;
}

.main .kodawari h2.noren img {
    max-width: 670px;
    max-height: 233px;
    z-index: 99999;
    margin-top: -20px;
    margin-bottom: -20px;
}

.main .kodawari dl {
    position: relative;
}

.main .kodawari .item01 {
    margin-bottom: 0;
}

.main .kodawari .item01 dt {
    position: relative;
    max-width: 709px;
    float: left;
}

.main .kodawari .item01 dt::before {
    content: "";
    background: url(../images/deco_kodawari04.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -14%;
    top: 365px;
    width: 40%;
    height: 47%;
    max-width: 290px;
}

.main .kodawari .item01 dd {
    float: left;
    background: url(../images/bg_kodawari01.svg) center center/contain no-repeat;
    color: #fff;
    width: calc(482px - 15%);
    min-height: 250px;
    margin: 5rem 0 0 38rem;
    padding: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    line-height: 2;
    word-break: break-word;
}

.main .kodawari .item01 dd::before {
    /*content: "";
    display: block;
    position: absolute;
    right: -5%;
    top: 2%;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 482px;
    max-height: 467px;
    margin: 0;*/
}

.main .kodawari .item01 dd::after {
    content: "";
    background: url(../images/deco_kodawari01.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 5%;
    top: -27%;
    width: 100%;
    height: 100%;
    max-width: 218px;
    max-height: 264px;
    margin: 0;
    transform: rotate(-7deg);
}

.main .kodawari .item01 dd span,
.main .kodawari .item02 dd span {
    line-height: 2;
    color: #fff;
    z-index: 10;
    font-size: 1.2rem;
}

.main .kodawari .item02 {
}

.main .kodawari .item02 dt {
    float: right;
    position: relative;
    max-width: 709px;
}

.main .kodawari .item02 dd {
    float: right;
    background: url(../images/bg_kodawari01.svg) center center/contain no-repeat;
    color: #fff;
    width: calc(482px - 15%);
    min-height: 250px;
    margin: 5rem 0 0 10rem;
    padding: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    line-height: 2;
    word-break: break-word;
}

.main .kodawari .item02 dd::before {
    content: "";
    background: url(../images/deco_kodawari02.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -21%;
    top: -21%;
    max-width: 100%;
    max-height: 100%;
    width: 218px;
    height: 265px;
    transform: rotate(-7deg);
    z-index: 30;
}

.main .kodawari .item02 dd::after {
    /*content: "";
    background: url(../images/bg_kodawari01.svg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 482px;
    height: 467px;*/
}

.main .kodawari .item01 dt img,
.main .kodawari .item02 dt img {
    width: 100%;
}

.main .kodawari .item02 dt span {
    position: relative;
}

.main .kodawari .item02 dt span::after {
    content: "";
    background: url(../images/deco_kodawari04.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 110px;
    bottom: 0;
    width: 280px;
    height: 231px;
}

.main .kodawari .item02 dd span {
}

.main .kodawari .item03 {
    position: relative;
}

.main .kodawari .item03::after {
    content: "";
    background: url(../images/txt_kodawari01.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 360px 138px;
    z-index: 30;
}

.main .kodawari .item03 img {
    position: absolute;
    right: 0%;
    top: 9%;
    width: 22%;
    max-width: 275px;
    z-index: 20;
}

.main .recommend {
    background: url(../images/bg_recommend.jpg) center center/cover no-repeat;
}
.main #shop .recommend {
    background: url(../images/bg_recommend02.jpg) center 90px/cover top no-repeat;
}

.main .recommend h2 {
    margin-bottom: 1.5em;
}

.main .recommend h2::before,
.main .recommend h2::after,
#menu .recommend h2::before,
#menu .recommend h2::after {
    content: url(../images/icon_slash01.png);
    display: inline-block;
    width: 34px;
    margin: 0px 0.5em;
}

.main .recommend .tab_menu::after {
    content: "";
    background: url(../images/deco_recommend01.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: -30%;
    top: -72%;
    width: 179px;
    height: 217px;
    transform: rotate(7deg);
    z-index: 50;
}

/*タブ切り替え全体のスタイル*/
.main .recommend .tabs {
	max-width: 1140px;
    margin: auto;
}

/*タブのスタイル*/
.main .recommend .tab_item,
#menu .menu_content .tab_item {
    width: 41%;
    height: 80px;
    background-color: #fff;
    color: #687819;
    line-height: 72px;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 2.5em;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.main .recommend .tab_item i,
#menu .menu_content .tab_item i {
    content: "\e61c";
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

.main .recommend .tab_item:hover,
#menu .menu_content .tab_item:hover {
    cursor: pointer;
    opacity: .9;
}

/*ラジオボタンを全て消す*/
.main .recommend input[name="tab_item"],
#menu .menu_content input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.main .recommend .tab_content,
#menu .menu_content .tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    padding-bottom: 4.6rem;
}

/*選択されているタブのコンテンツのみを表示*/
#shop1:checked ~ #shop1_content,
#shop2:checked ~ #shop2_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.main .recommend .tabs input:checked + .tab_item {
    background-color: #687819;
    color: #fff;
    line-height: 72px;
}

.main .recommend .main .recommend .item {
    clear: both;
}

.main .recommend .item dl {
    position: relative;
}

.main .recommend .item dt {
    float: left;
    max-width: 709px;
}

.main .recommend .item dt img {
    width: 100%;
}

.main #shop .recommend .item dd {
    margin: 0rem 0 0 38rem;
}
.main .recommend .item dd {
    background: url(../images/bg_kodawari01.svg) center center/contain no-repeat;
    float: left;
    color: #fff;
    width: calc(482px - 2%);
    min-height: 250px;
    margin: -1rem 0 0 38rem;
    padding: 6%;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
    justify-content: center;
    position: absolute;
    line-height: 2;
    word-break: break-word;
}
.main .recommend .item dd ._in {
	padding: 14% 12% 12% 12%;
}

.main .recommend .item dd > div {
    padding: 0 4.5rem;
}

.main .recommend .item dd span {
    line-height: 2;
    color: #fff;
    z-index: 10;
}

.main .recommend .item dd h3 {
    font-size: 28px;
    margin: 1.5em 0 1em;
    line-height: 1.4em;
    color: #fff;
    z-index: 10;
}

.main .shop_info {
/*     padding-bottom: 3rem; */
}

.main .shop_info h2 {
    color: #687819;
    padding: 0.9em 0;
    font-size: 30px;
}

.main .shop_info h2::before,
.main .shop_info h2::after {
    content: url(../images/icon_slash02.png);
    display: inline-block;
    width: 34px;
    margin: 0px 0.5em;
}

.main .shop_info .shop {
    width: 48%;
    max-width: 603px;
    margin-left: 4%;
    float: right;
    margin-bottom: 3.15rem;
}
.main .shop_info .shop:first-of-type {
	margin-left: 0%;
}

.main .shop_info .kadono {
    float: left;
    margin-bottom: 3rem;
}

.main .shop_info .akasaka {
    float: left;
    margin-bottom: 3rem;
    margin-left: 0;
}
.main .shop_info .imaizumi {
    float: left;
    margin-bottom: 3rem;
    margin-left: 0;
}

.main .shop_info .odoru {
    float: right;
    margin-bottom: 3rem;
}

.main .shop_info .shop img {
    width: 100%;
    max-width: 603px;
}

.main .shop_info .shop h3 {
    text-align: left;
    text-indent: 6em;
    color: #687819;
    font-size: 23px;
    margin: 0.75em 0 1em 0;
    position: relative;
}

.home .main .shop_info .kadono h3::before {
    content: "";
    background: url(../images/logo_kadono.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

.home .main .shop_info .hakata h3::before {
    content: "";
    background: url(../images/uguisu_hakata.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

.home .main .shop_info .akasaka h3::before {
    content: "";
    background: url(../images/uguisu_akasaka.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

.home .main .shop_info .odoru h3::before {
    content: "";
    background: url(../images/logo_odoru.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

.main .shop_info .shop p {
    margin-bottom: 2em;
    text-align: left;
    line-height: 1.8em;
}

.button {
    margin: 0 auto 0;
    text-align: center;
    width: 298px;
    height: 54px;
    clear: both;
}

.button a {
    background: #333;
    color: #fff;
    padding: 1em;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}

.button i {
    float: right;
    margin-top: 5px;
}

.button a:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* ======================
   Information
====================== */
#information {
}

#information section {
    padding-bottom: 8em;
}

#information section h2 {
    background: #f1f1f1;
    color: #687819;
    font-size: 32px;
}

#information section h2::before,
#information section h2::after {
    content: url(../images/icon_slash02.png);
    display: inline-block;
    width: 34px;
    margin: 0px 0.5em;
}

#information section .inner {
    position: relative;
}

#information .content {
    width: 77.55905511811024%;
    max-width: 935px;
    float: left;
}

#information aside {
    width: 22.44094488188976%;
    max-width: 285px;
    float: right;
}

#information .entry {
    padding: 2em 2em 2em 0;
    margin-left: 3em;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}

#information .entry:last-child {
    border-bottom: none;
}

#information .entry .thumb {
    display: inline-block;
    width: 10%;
    max-width: 88px;
    margin: 0 1em 0 0;
}

#information .entry .thumb a {
}

#information .entry .thumb img {
    max-width: 88px;
}

#information .entry > div {
    display: inline-block;
    width: 82%;
    padding: 1em;
    vertical-align: middle;
}

#information .entry > div .date,
#information .post > div .date {
    font-size: 14px;
    margin-right: 1em;
}

#information .entry > div .category,
#information .post > div .category {
    font-size: 12px;
    border: solid 1px #333;
    box-sizing: border-box;
    padding: 2px 4px;
}

#information .entry > div .title {
    font-size: 14px;
    margin: 0.75em 0;
}

#information .entry > div .title a {
}

#information .entry > div .title a:hover {
}

#information aside h3 {
    background: #687819;
    color: #fff;
    font-size: 18px;
    padding: 1em;
}

#information aside ul {
}

#information aside li {
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    padding: 1em;
}

#information aside li a {
    color: #687819;
    display: block;
}

#information .post {
}

#information .post .head_content {
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    padding: 1em 0;
}

#information .post .head_content .title {
    font-size: 20px;
    margin-top: 0.5em;
}

#information .post .post_content {
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    padding: 2em 0;
    margin-bottom: 2em;
}

#information .post .post_content p {
    margin-bottom: 1em;
}

#information .post .post_content img {
    margin: 1em;
}

#information .post .foot_content {
}

/* ======================
   Menu
====================== */
#menu .menu_content {
    padding-top: 3rem;
    background: #f1f1f1;
}

#menu section.title {
    margin-bottom: 0;
}

#menu section.title h3 {
    background: url(../images/bg_menu.png);
    background-position: top center;
    background-repeat: repeat;
    padding: 2.5rem 1rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 26px;
}

#menu section.title h3 span {
    -webkit-text-emphasis: filled dot #fff;
}

#menu .menu_content .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu .tabs #shop1:checked ~ #shop1_content,
#menu .tabs #shop2:checked ~ #shop2_content {
    display: block;
}

#menu .tabs input:checked + .tab_item {
    background-color: #687819;
    color: #fff;
    line-height: 72px;
}

#menu .menu_content .tab_item {
    width: 36%;
    height: 80px;
    line-height: 72px;
    margin-bottom: 2.5em;
    font-size: 23px;
}

#menu .menu_content .tab_content {
    background: url(../images/bg_menu02.png) repeat;
}

#menu .menu_item_wrap .item {
    position: relative;
    /*max-width: 1270px;*/
    margin: 0 auto 5rem;
}

#menu .menu_item_wrap .item_left > div {
    float: left;
}

#menu .menu_item_wrap .item_right > div {
    float: right;
}

#menu .menu_item_wrap:first-child div {
    margin-bottom: 0;
    padding-bottom: 4rem;
}
#menu.drink .menu_item_wrap:first-child div {
    margin-bottom: 0;
    padding-bottom: 3rem;
}

#menu .menu_item_wrap .item > div,
#menu .menu_item_wrap .item > div {
    width: 50%;
}

#menu .menu_item_wrap > div img {
    width: 100%;
}

#menu .menu_item_wrap div ul {
    padding: 5% 10%;
    margin: 0 auto;
}

#menu .menu_item_wrap .item_right .menu_item ul {
    /*padding-left: 10rem;*/
}

#menu .menu_item_wrap div li {
    font-size: 19px;
    margin-bottom: 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

#menu .menu_item_wrap div li:last-child,
#menu .menu_item_wrap div ul.col2 li:last-child {
    margin-bottom: 0;
}

#menu .menu_item_wrap div li::before {
    content: "◆";
    display: inline-block;
    margin-right: 0.5rem;
}

#menu .menu_item_wrap .menu_item li.img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22%;
}

#menu .menu_item_wrap .menu_item li.img img {
    width: 100%;
    max-width: 415px;
}

#menu .menu_item_wrap .menu_item li.img::before {
    content: "";
    display: none;
}

#menu .menu_item_wrap .menu_item > div {
    padding: 5%;
    margin: 0 auto;
}

#menu .menu_item_wrap div li .desc {
    font-size: 14px;
    display: block;
    padding-left: 2rem;
    font-family: 'Noto Sans Japanese', Sans-Serif;
    font-weight: normal;
}

#menu .menu_item_wrap div li .price {
    font-size: 17px;
    float: right;
    padding: 0 5%;
    font-family: 'Noto Sans Japanese', Sans-Serif;
    font-weight: normal;
}

#menu .menu_item_wrap .menu_item .img {
    position: relative;
    width: 50%;
    float: right;
}

#menu .menu_item_wrap .menu_item img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#menu .menu_item_wrap div ul.col2 {
    width: 45%;
    float: left;
    padding: 2.5%;
}

#menu .menu_item_wrap div ul.col2 li {
    margin-bottom: 1rem;
}

#menu .recommend h2 {
    color: #fff;
    background: #9d272d;
}

#menu .recommend {
    padding-bottom: 3rem;
}

/* ======================
   Instagram
====================== */
#insta .ranking {
    background: url(../images/bg_insta.png) repeat;
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 3rem;
}

#insta .ranking h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}

#insta .ranking h3::before {
    content: "";
    display: inline-block;
    background: url(../images/icon_insta.png) center center/contain no-repeat;
    width: 51px;
    height: 52px;
    margin: 0 10px -8px 0;
}

#insta .ranking h3::after {
    content: "";
    display: inline-block;
    background: url(../images/icon_king.png) center center/contain no-repeat;
    width: 86px;
    height: 66px;
    margin: 0 0 -4px 5px;
}

#insta .ranking p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 1.5rem;
    word-break: break-word;
}

#insta .ranking ul {
    display: flex;
    justify-content: center;
}

#insta .ranking li {
    position: relative;
    width: 30%;
    max-width: 298px;
    padding: 3.3%;
    float: left;
}

#insta .ranking li:first-child::before {
    content: "";
    display: block;
    background: url(../images/icon_no1.png) center center/contain no-repeat;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 82px;
    height: 124px;
    z-index: 100;
}

#insta .ranking li:nth-child(2)::before {
    content: "";
    display: block;
    background: url(../images/icon_no2.png) center center/contain no-repeat;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 82px;
    height: 124px;
    z-index: 100;
}

#insta .ranking li:nth-child(3)::before {
    content: "";
    display: block;
    background: url(../images/icon_no3.png) center center/contain no-repeat;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 82px;
    height: 124px;
    z-index: 100;
}

#insta .ranking li {
    width: 100%;
}

#insta .ranking ul a,
#insta .feed li a {
    display: block;
    width: 100%;
    height: 100%;
    word-break: break-word;
}

#insta .feed {
    padding: 0 0 3rem;
}

#insta .feed ul {
}

#insta .feed li {
    width: 23%;
    max-width: 298px;
    padding: 1%;
    float: left;
    margin-bottom: 3rem;
}

#insta .feed li img {
    width: 100%;
    margin-bottom: 10px;
}

/* ======================
   Commit
====================== */
#commit .kodawari {
    background: none;
}

#commit .kodawari {
    padding-bottom: 0;
}

#commit .kodawari > div {
    background: url(../images/bg_kodawari2.jpg) top center/cover no-repeat;
    padding: 45px 0;
    position: relative;
}

#commit .kodawari h3 {
    font-size: 22px;
    text-align: left;
    padding: 1rem 1rem 1.5rem;
    /* margin-bottom: 1em; */
    color: #fff;
    line-height: 2em;
    margin: auto;
    display: inline-block;
}

.intxt_center {
	text-align: center;
}

#commit .kodawari .noren {
    max-width: 670px;
    max-height: 233px;
    z-index: 10;
    text-align: center;
    margin: 4rem auto 0rem;
    position: relative;
}
#commit .kodawari .noren img {
    max-width: 670px;
    max-height: 233px;
}

#commit .kodawari .noren::after {
    content: "";
    background: url(../images/deco_kodawari04.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: -38%;
    top: -32%;
    bottom: 0;
    width: 35%;
    height: auto;
    max-width: 218px;
    max-height: 264px;
    margin: 0;
}

#commit .kodawari .item01 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#commit .kodawari .item02 {
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#commit .kodawari .item01{
    margin-bottom: 0;
}

#commit .kodawari .item01 dt::before {
    content: "";
    display: none;
}

#commit .kodawari .item01 dd,
#commit .kodawari .item02 dd {
    color: #fff;
    height: 34%;
    width: 40%;
    margin: 9rem 0 0 0;
    padding: 3em 10% 3em 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
    position: inherit;
    line-height: 2;
    word-break: break-word;
}

#commit .kodawari .item01 dd::before {
    content: "";
    display: none;
}

#commit .kodawari .item01 dd::after {
    left: 42%;
    top: -15%;
    transform: translate(-50%,-50%) rotate(-7deg);
}

#commit .kodawari .item01 dt,
#commit .kodawari .item02 dt {
    max-width: 867px;
}

#commit .kodawari .item01 dd h4,
#commit .kodawari .item02 dd h4 {
    font-size: 60px;
    margin: 20px 0 25px;
    line-height: 1.4em;
}

#commit .kodawari .item02 {
    margin-bottom: 0;
}

#commit .kodawari .item02 dt::before {
    content: "";
    background: url(../images/deco_kodawari02.png) center center/contain no-repeat;
    display: none;
    position: absolute;
    top: 22%;
    left: -64%;
    width: 26%;
    height: 46%;
    transform: translate(50%,-50%) rotate(-7deg);
    z-index: 30;
}

#commit .kodawari .item02 dd::before {
    max-width: 218px;
    max-height: 264px;
    width: 218px;
    height: 264px;
    top: -18%;
    left: 0%;
    transform: translate(50%,-50%) rotate(-7deg);
}

#commit .kodawari .item02 dt {
    order: 2;
}

#commit .kodawari .item02 dd {
    color: #fff;
    margin: 13rem 0rem 0 8rem;
    padding: 3rem 4.5rem 3rem 0rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    order: 1;
}

#commit .kodawari .item02 dd::after {
    content: "";
    display: none;
}

#commit .coverage {
    background: url(../images/bg_coverage01.jpg);
    padding: 6em 0 8rem;
}

#commit .coverage .board_wrap {
    transform: rotate(-7deg);
    max-width: 1033px;
    margin: 0 auto;
}

#commit .coverage .board_wrap .board_top {
    background: url(../images/bg_coverage_top.png) top center/contain no-repeat;
    width: auto;
    height: 68px;
    margin-bottom: -1px;
}

#commit .coverage .board_wrap .board_body {
    background: url(../images/bg_coverage_body.png) center/contain repeat-y;
}

#commit .coverage .board_wrap .board_body .board_body_inner {
    padding: 2em 4em;
}

#commit .coverage .board_wrap .board_body img {
    float: right;
    margin: -10rem 0 1em 1em;
    max-width: 329px;
}

#commit .coverage .board_wrap .board_body h2 {
    font-size: 45px !important;
    color: #687819;
    padding: 0;
    font-size: 28px;
    text-align: left;
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: 0;
    width: auto;
    background: none;
}

#commit .coverage .board_wrap .board_body h2::before,
#commit .coverage .board_wrap .board_body h2::after {
	content:'';
	width: 0;
	margin: 0;
}

#commit .coverage .board_wrap .board_body h2 span {
    font-size: 26px;
    margin-bottom: 1.5em;
}

#commit .coverage .board_wrap .board_body h3 {
    font-size: 26px;
    color: #687819;
    margin-bottom: 1em;
}

#commit .coverage .board_wrap .board_body h3 span {
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

#commit .coverage .board_wrap .board_body p {
    font-size: 14px;
    position: relative;
}

#commit .coverage .board_wrap .board_body p::after {
    content: "";
    background: url(../images/deco_coverage01.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 0%;
    top: 59%;
    bottom: 0%;
    width: 22%;
    height: auto;
    max-width: 194px;
    max-height: 137px;
}

#commit .coverage .board_wrap .board_bottom {
    background: url(../images/bg_coverage_bottom.png) bottom center/contain no-repeat;
    width: auto;
    height: 49px;
    margin-top: -1px;
}

/* ======================
   Shop kadono / odoru
====================== */
.page {
    padding-bottom: 0;
}

#shop .shop_info .kadono,
#shop .shop_info .odoru,
#shop .shop_info .hakata {
    float: none;
    margin-bottom: 2rem;
}

#shop .shop_info {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 4em;
}

#shop .shop_info h2 {
    background: #f1f1f1;
}

#shop .shop_info .slide_wrap {
    width: 50%;
    float: left;
    max-width: 780px;
}

#shop .shop_info .slider {
}

#shop .shop_info .slider li {
}

#shop .shop_info .info {
    width: 46%;
    float: left;
    padding-left: 3%;
}

#shop .shop_info .info h3 {
    font-size: 26px;
    color: #687819;
    margin: 0.75em 0;
}

#shop .shop_info .info .shop_logo {
    position: relative;
    padding-left: 95px;
    margin: 3em 0 3.5em;
}

#shop .shop_info .odoru .info .shop_logo::before {
    content: "";
    background: url(../images/logo_odoru.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -6.5%;
    top: -66%;
    width: 104px;
    height: 104px;
    z-index: 30;
}

#shop .shop_info .kadono .info .shop_logo::before {
    content: "";
    background: url(../images/logo_kadono.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -6.5%;
    top: -66%;
    width: 104px;
    height: 104px;
    z-index: 30;
}

#shop .shop_info .hakata .info .shop_logo::before {
    content: "";
    background: url(../images/uguisu_hakata.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -6.5%;
    top: -66%;
    width: 104px;
    height: 104px;
    z-index: 30;
}

#shop .shop_info .akasaka .info .shop_logo::before {
    content: "";
    background: url(../images/uguisu_akasaka.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: -6.5%;
    top: -66%;
    width: 104px;
    height: 104px;
    z-index: 30;
}

#shop .shop_info .info p {
	font-size: 16px;
    margin-bottom: 1em;
    padding-right: 7%;
    line-height: 1.6em;
}

#shop .shop_info .info address {
}

#shop .shop_info .info address .tel {
    font-size: 30px;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 0;
    letter-spacing: 2px;
    position: relative;
    line-height: 1em;
}

#shop .shop_info .info address .tel::before {
    content: "";
    background: url(../images/icon_tel.png) center center/contain no-repeat;
    display: inline-block;
    width: 27px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 8px;
}

#shop .shop_info .info address .time {
    font-size: 14px;
    padding-left: 35px;
}

#shop .shop_info .info address .add {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
}

#shop .shop_info .info address .add::before {
    content: "";
    background: url(../images/icon_map.png) center center/contain no-repeat;
    display: inline-block;
    width: 21px;
    height: 31px;
    position: absolute;
    left: 5px;
    top: -2px;
}
#shop .shop_info .info .movie_wrap {
	margin-top: 30px;
}
#shop .shop_info .slide_thumb:not(.inleft)  {
    clear: both; 
    text-align: center;
}
#shop .shop_info .slide_thumb.inleft {
    display: table;
    width: 100%;
		margin-top: 30px;
}

#shop .shop_info .slide_thumb a img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#shop .shop_info .slide_thumb.inleft a {
    display: table-cell;
    border: 3px solid transparent;
}
#shop .shop_info .slide_thumb.inleft a img {
    display: block;
    width: 100%; 
}

#shop .shop_info .slide_thumb a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#shop .recommend {
    padding-bottom: 0;
}

#shop .recommend .tab_content,
#menu .recommend .tab_content {
    display: block;
}

#shop .recommend .item dd::before,
#menu .recommend .item dd::before {
    content: "";
    background: url(../images/deco_recommend01.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 20%;
    top: -20%;
    width: 179px;
    height: 217px;
    transform: rotate(7deg);
    z-index: 50;
}

#shop .shop_info2 {
    padding: 4em 0 5em;
}

#shop .shop_info2 .inner {
    display: flex;
    justify-content: space-between;
}

#shop .shop_info2 .logo_wrap {
    width: 12%;
}

#shop .shop_info2 .logo_wrap img {
    max-width: 104px;
}

#shop .shop_info2 .info {
    width: 32%;
}

#shop .shop_info2 .info table {
    margin-bottom: 1.5em;
}

#shop .shop_info2 .info table th {
    text-align: left;
    font-weight: bold;
    width: 28%;
    padding: 3.5% 0;
}

#shop .shop_info2 .info table td {
    padding: 3.5% 0;
}

#shop .shop_info2 .info .button {
    margin: 0;
}

#shop .shop_info2 .gmap {
    width: 56%;
}

#shop .shop_info2 .gmap iframe {
    width: 100%;
}

/* ======================
   Company
====================== */
#company {
}

#commit section h2,
#company section h2,
#menu section h2,
#insta section h2 {
    background: #f1f1f1;
    color: #687819;
    font-size: 32px;
}

#commit section h2::before,
#commit section h2::after,
#company section h2::before,
#company section h2::after,
#menu section h2::before,
#menu section h2::after,
#insta section h2::before,
#insta section h2::after {
    content: url(../images/icon_slash02.png);
    display: inline-block;
    width: 34px;
    margin: 0px 0.5em;
}

#company section .inner {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

#company .idea .inner > div,
#company .summary .inner > div {
    display: inline-block;
    text-align: left;
    padding: 4rem 0 6rem;
    width: 50%;
    position: relative;
    z-index: 2;
}

#company section h3,
#menu .menu_item_wrap h3 {
    background: #687819;
    color: #fff;
    font-size: 34px;
    padding: 0.5em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    letter-spacing: 2px;
}

#company .idea h4 {
    font-size: 28px;
    margin-bottom: 1em;
    word-break: break-word;
}

#company .idea p {
    font-size: 18px;
    line-height: 2;
    word-break: break-word;
}

#company .idea .inner::after {
    content: "";
    background: url(../images/logo_company.svg) center center/contain no-repeat;
    display: block;
    position: absolute;
    right: 20%;
    bottom: 10%;
    width: 164px;
    height: 153px;
    z-index:  1;
}

#company .summary table {
}

#company .summary table th {
    text-align: left;
    font-weight: bold;
    width: 50%;
    padding: 2% 0;
}

#company .summary table td {
    padding: 2% 0;
}

#company .shop_info .inner {
    padding: 3em 0 0;
}

#company .shop_info .shop h4 {
	text-align: left;
    text-indent: 6em;
    color: #687819;
    font-size: 23px;
    margin: 0.75em 0 1em 0;
    position: relative;
}

#company .shop_info .kadono h4::before {
    content: "";
    background: url(../images/logo_kadono.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

#company .shop_info .hakata h4::before {
    content: "";
    background: url(../images/uguisu_hakata.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

#company .shop_info .odoru h4::before {
	content: "";
    background: url(../images/logo_odoru.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

#company .shop_info .akasaka h4::before {
	content: "";
    background: url(../images/uguisu_akasaka.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    bottom: -70%;
    width: 88px;
    height: 120px;
    margin: 0;
}

#company .shop_info .imaizumi {
    float: left;
    width: 48%;
    max-width: 603px;
}

#company .shop_info .daimyo {
    float: right;
    width: 48%;
    max-width: 603px;
}

#company .shop_info .imaizumi h4,
#company .shop_info .daimyo h4 {
    color: #c0272d;
}

#company .shop_info .imaizumi h4::before,
#company .shop_info .daimyo h4::before {
    content: "";
    background: url(../images/logo_kouduki.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 5%;
    bottom: -30%;
    width: 119px;
    height: 121px;
    margin: 0;
}

/* ======================
   Contact
====================== */
#contact {
}

#contact .shop_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#contact .shop_info .img_wrap {
    width: 45%;
    float: left;
    max-width: 780px;
}

#contact .shop_info .img_wrap img {
    width: 100%;
    max-width: 780px;
    object-fit: cover;
}

#contact .shop_info .kadono {
    float: none;
    margin-bottom: 4em;
}

#contact .shop_info .hakata {
    float: none;
    margin-bottom: 4em;
}

#contact .shop_info .odoru {
    float: none;
    margin-bottom: 3rem;
}


#contact .shop_info .info {
    width: 53.5%;
    float: left;
    margin-left: 1.5%;
}

#contact .shop_info .info h3 {
    padding: 0;
    margin: 1.5em 0 1em;
}

#contact .shop_info .info .shop_logo img:first-child {
    width: 103px;
    height: auto;
    margin-right: 1.5em;
}

#contact .shop_info .info .shop_logo img:last-child {
    width: auto;
    height: auto;
}

#contact .shop_info .info address .tel {
    margin-bottom: 2em;
}

#contact .shop_info .info address .tel dt {
    float: left;
    width: 25%;
    padding: 6px 0;
}

#contact .shop_info .info address .tel dd {
    float: left;
    width: auto;
    margin-left: 0;
    line-height: 1.2;
}

#contact .shop_info .info address .tel dd a {
    font-size: 30px;
}

#contact .shop_info .info address .tel dd span {
    font-size: 14px;
}

#contact .shop_info .info address .detail {
    clear: both;
    font-size: 14px;
    max-width: 640px;
}

#contact .shop_info .info address .detail > div {
    display: inline-block;
    width: 49%;
    padding: 0;
}

#contact .shop_info .info address .detail h4 {
    display: inline-block;
    width: 20%;
    padding: 1%;
    vertical-align: top;
}

#contact .shop_info .info address .detail p {
    display: inline-block;
    width: 72%;
    padding: 1%;
    vertical-align: top;
}
#contact .btn01 a {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #687819;
  border: 2px solid #687819;
  font-size: 16px;
  color: #687819;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
#contact .btn01 {
	text-align:center;
}
#contact .btn01 a span {
  position: relative;
  z-index: 1;
}

#contact .btn01 a::before,
#contact .btn01 a::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
#contact .btn01 a::before {
  left: 0;
}
#contact .btn01 a::after {
  right: 0;
}

#contact .btn01 a:hover:before,
#contact .btn01 a:hover:after {
  width: 0;
  background-color: #FFF;
}

#contact .btn01 a:hover {
  color: #FFF;
}

#contact .form {
    clear: both;
}

#contact .form h3 {
    background: #687819;
    color: #fff;
    font-size: 34px;
    padding: 0.5em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    letter-spacing: 2px;
}

#contact .form .inner {
    padding: 3em 0 5em;
    text-align: center;
    margin: 0 auto;
}

#contact .form .inner p {
    display: inline-block;
    text-align: left;
}

#contact .form .inner p span {
    color: #9d272d;
}

#contact .form .inner .form_content {
    margin: 3em auto;
    text-align: center;
}

#contact .form .inner .form_content form {
    display: inline-block;
    text-align: left;
    width: 70%;
}

#contact .form .inner .form_content form table {
    margin-bottom: 2em;
}

#contact .form .inner .form_content form table th {
    padding: 1em;
    vertical-align: center;
}
#contact .form .inner .form_content form table th.comentbox {
    vertical-align: top;
}

#contact .form .inner .form_content form table th .badge {
    color: #9d272d;
}

#contact .form .inner .form_content form table td{
    padding: 1em;
}

#contact .form .inner .form_content form table td .form_control {
    font-size: 16px;
}

#contact .form .inner .form_content form table td label{
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff;
    -moz-border-radius: 2px;
    min-width: 180px;
    vertical-align: middle;
    padding: 1rem;
}

#contact .form .inner .form_content form input,
#contact .form .inner .form_content form textarea,
#contact .form .inner .form_content form select {
    padding: 1em;
    background: #fff;
    border: none;
    width: 414px;
}
#contact .form .inner .form_content form textarea {
	width: 580px;
}

#contact .form .inner .form_content form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 414px;
    margin: 0;
    border: 0;
    outline: none;
    padding: 0;
}

#contact .form .inner .form_content form > p {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    height: 56px;
    clear: both;
    display: block;
}

#contact .form .inner .form_content form > p .submit_button {
    background: #333;
    color: #fff;
    padding: 1rem;
    width: 25%;
    height: 56px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
}

#contact .form .inner .form_content form > p .submit_button:hover {
    opacity: 0.8;
    cursor: pointer;
}
/* ======================
   Reserve
====================== */
#reserve {
    background: url(../images/bg_insta.png) repeat;
}

.tab_area{
 overflow:hidden;
 display: -webkit-flex;
 display: -ms-flex;
 display: flex;
}
 
.tab_area li{
 font-size: 20px;
 color: #687819;
 width: 33.33333333%; 
 text-align:center; 
 cursor: pointer; 
 background-color:#FFF;
 padding: 20px 0 0;
 border-right: solid 2px #e73820;
}
.tab_area li:last-child {
	border-right: none;
}
.tab_area li:hover {
	opacity: 0.7;
}

.tab_area li.select{
 /*アクティブタブの装飾*/
 background:#e73820; 
 color: #fff;
}
.hide {
	display: none;
}
.mr15 {
	margin-right: 15px;
}

/* ======================
   Footer
====================== */
.footer-container {
}

.footer-container footer {
}

footer .foot_nav_wrap {
    background: #687819;
    padding: 4em 0;
}

footer .foot_nav {
    max-width: 1287px;
    margin: 0 auto;
}

footer .foot_nav li {
    float: left;
    width: 31%;
    max-width: 403px;
    margin: 1%;
    position: relative;
}

footer .foot_nav li span {
    position: absolute;
    bottom: 4%;
    left: 4%;
}

footer .foot_nav li span a {
    width: 175px;
    height: 51px;
    display: inline-block;
    margin: 5px;
}

footer .foot_nav li:nth-child(3),
footer .foot_nav li:nth-child(6) {
}

footer .foot_nav li a {
    display: block;
}

footer .foot_nav li img {
    width: 100%;
    max-width: 403px;
}

footer .foot_menu {
}

footer .foot_menu .title {
    width: 120px;
    float: left;
}

footer .foot_menu .f-nav_wrap {
    width: 90%;
    float: left;
}

footer .foot_menu .f-nav {
}

footer .foot_menu .f-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2em 0;
}

footer .foot_menu .f-nav li {
    padding: 0.5em;
}

footer .foot_menu .f-nav li a {
}


footer .copyright {
    text-align: center;
    color: #333;
    font-size: 12px;
    padding-bottom: 10px;
    clear: both;
}

footer .copyright small {}

.tel a:hover {
	text-decoration: none;
	color: #687819;
}

.tel a:link {
    text-decoration: none;
    color: #333;
}

.tel a:visited {
    text-decoration: none;
    color: #333;
}

.main .recommend ._tabs {
    max-width: 1140px;
    margin: auto;
    padding-top: 20px;
}

#menu .tabs a {
    display: block;
    color: #687819;
}
#menu .tabs a:hover {
    text-decoration: none;
}

#menu .tabs .tab_item.active {
    background-color: #687819;
    color: #fff;
    line-height: 72px;
}
#menu .tabs .tab_item.active a {
    color: #fff;
}

#menu .menu_content .menu_item_content {
	background: url(../images/bg_menu02.png) repeat;
	padding: 0;
    clear: both;
    overflow: hidden;
    padding-bottom: 3rem;
}

div.wpcf7-validation-errors {
    border: 4px solid #f7e700;
    padding: 25px;
    background: #fff;
}
div.wpcf7-mail-sent-ok {
    border: 4px solid #398f14;
    padding: 25px;
    background: #fff;
}

.wpcf7c-conf {
	background-color: #fff !important;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ページネーション */

.pagingArea_o {
	text-align: center;
}
.pagingArea {
    overflow: hidden;
	position: relative;
	padding: 14px;
    margin: 30px auto;
    display: inline-block;
}

.paging li {
    margin-right: 4px;
    /margin-right: 3px;
    /zoom: 1;
    float: left;
	position: relative;
	font-size: 100%;
}
.paging .paging_m {
    padding: 4px 10px;
}
.paging li p,
.paging li a {
	display: block;
	text-decoration: none;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
	color: #687819;
	background: #fff;
	margin: 0px;
    padding: 3px 10px;
}
.paging li p {
	color: #fff;
    background-color: #687819;
    padding: 3px 10px;
}
.paging li a:hover {
	color: #fff;
	background-color: #687819;
}

.pagingArea #page {
	position: relative;
}


#shop_all .inner {
    margin: 50px auto 0;
}

#shop_all {
	background-color: #fff;
}

#contact .form .inner .form_content form table td label::before{
    font-family: 'icomoon';
    content: "\e61c";
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    font-size: 150%;
    pointer-events: none;
}
#company .shop_info .shop.imaizumi h4 {
	text-indent: 7.5em;
}
#company .shop_info .shop.daimyo h4 {
	text-indent: 7.5em;
}
#company .shop_info .daimyo.tsuka h4::before {
    content: "";
    background: url(../images/logo_tsuka.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 5%;
    bottom: -30%;
    width: 119px;
    margin: 0;
}
#company .shop_info .imaizumi.gretel h4::before {
    content: "";
    background: url(../images/logo_gretel.jpg) center center/contain no-repeat;
    display: block;
    position: absolute;
    left: 5%;
    bottom: -30%;
    width: 119px;
    margin: 0;
}

@media screen and (max-width: 767px){
    #contact .form .inner .form_content form table td label::before{
        right: 10px;
        top: 2px;
    }
}

.sb_instagram_header {
	display: none !important;
}


/* 上書きcss 202304 */
#menu .menu_content .tabs {
    width: 90%;
    margin: auto;
    max-width: 1080px;
}
.main .recommend .tab_item {
	width: 25%;
}
.main .recommend .tab_menu::after {
    right: -40%;
}



select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 4px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  padding-right: 20px;
}

textarea, input, button {
	position: relative;
	border: none;
	outline: 0;
	font-size: 1em;
	position: relative;
	padding: 7px 10px;
	z-index: 10;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
	padding: 14px 12px;
	background-color:#fff;
	border: 1px solid #acacac;
}

.tex_area {
	background-color:#f5f5f5;
	border: 1px solid #acacac;
	width: calc( 100% - 24px);
	height: 200px;
}
.select-wrap {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color:#ebebeb;
	min-width: 60%;
	overflow: hidden;
}
.select-wrap:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e313";
	position:absolute; z-index:1;
	right: 4px;
    top: 20%;
    font-size: 180%;
}

.iopt_label {
	padding: 10px;
}
input[type='checkbox'] {
	width: 20px;
}
.inline {
	display: inline-block;
	position: relative;
}
.tex_ss {
	min-width: 150px;
	margin: 0 0px;
}
.tex_s {
	width: 80px;
	margin: 0 0px;
}
.tex_m {
	width: calc( 80% - 24px ) !important;
}

.tel_focus {
    color: #969696;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

.iopt_label {
    text-align: center;
    margin: 20px auto;
    display: block;
    background-color: #fff;
    padding: 10px;
    width: 30%;
}
._iopt_label {
    text-align: center;
    margin: 20px 0;
    display: block;
    background-color: #fff;
    padding: 10px;
    width: 30%;
}

.form table {
	width: 100%;
	text-align: left;
}
.form table th {
	padding: 14px;
	text-align: left;
	width: 14em;
}
.form table td {
	padding: 14px;
	text-align: left;
}
.form table .tex_area {
    background-color: #fff;
    border: 1px solid #acacac;
    width: calc( 100% - 24px) !important;
    height: 200px !important;
}
.icon_c {
    font-size: 0.7em;
    display: inline-block;
    padding: 7px 7px;
    border-radius: 4px;
    background: #EF9C00;
    color: #fff;
    line-height: 1em;
    margin-left: 7px;
}
.btn_contact {
    background: #40210f;
    color: #fff;
    padding: 18px 30px;
    font-size: 1em;
    line-height: 1em;
    border-radius: 46px;
    margin: 4px;
    transition: .35s;
    cursor: pointer;
}
.btn_contact:hover {
    background: #936144;
}
.page_contact .annai {
    display: inline-block;
    margin: 0 auto 40px;
}
.page_contact .annai .icon_c {
	margin: 4px;
    margin-left: 0;
}
.mfp_element_button {
    margin: 20px 2px 0;
    background: #40210f;
    color: #fff;
    padding: 18px 30px;
    font-size: 1em;
    line-height: 1em;
    border-radius: 46px;
    transition: .35s;
    cursor: pointer;
}
.mfp_element_button:hover {
    background: #936144;
}

.page_contact .checkbox {
    display: inline-block;
    padding: 12px 34px;
    background: #fff2e3;
    margin: 20px auto 0;
    border-radius: 6px;
}
.page_contact .checkbox_o {
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
}
.page_contact .checkbox_o .mfp_err {
    text-align: center;
}

.checknox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.checknox-wrap input {
  display: none;
}

.checknox-wrap .checkmark {
  	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #999999;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
}

.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checknox-wrap.mfp_checked .checkmark {
  background-color: #0070bd;
  border: 2px solid #0070bd;
}

.checknox-wrap.mfp_checked .checkmark:after {
  display: block;
}


.select-wrap {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #acacac;
    outline: 0;
    font-size: 1em;
    position: relative;
    background-color: #f5f5f5;
    min-width: 60%;
    overflow: hidden;
}
.select-wrap select {
    width: calc( 100% - 24px );
    position: relative;
    z-index: 10;
}

.order_check ul li {
	text-indent: -1em;
	margin: 12px 0;
	margin-left: 1em;
}

.order_check {
    display: inline-block;
    margin: auto;
}
._c01 {
	font-size: 0.8em;
	display: inline-block;
	padding: 7px 7px;
	border-radius: 4px;
	background: #fbb03b;
	color: #fff;
	line-height: 1em;
	margin-left: 7px;
}
.form table th {
    padding: 14px 0 14px 14px;
    text-align: left;
    width: 15em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 34px 14px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    padding: 34px 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 34px 14px;
}
.wpcf7-spinner {
    margin: 0 -36px 0 12px;
}
.checkbox {
	position: relative;
	display: inline-block;
	margin-right: 2em;
}
.checkbox .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}
.checkbox .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	background-color: #00acc1;
}
.checkbox .label_list:nth-of-type(2) label input[type="checkbox"] + span::before {
	border-color: #ec407a;
}
.checkbox .label_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
	background-color: #ec407a;
}
.checkbox label span {
	display: inline-block;
	margin-left: 10px;
}
.checkbox label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.checkbox label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border: 2px #909090 solid;
	border-radius: 2px;
	top: 7px;
}
.checkbox label input[type="checkbox"] + span::after {
	z-index: 1;
    margin: 5px 6px;
    width: 8px;
    height: 11px;
    top: 4px;
}
.checkbox label input[type="checkbox"]:checked + span::before {
	background-color: #909090;
}
.checkbox label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page_contact .checkbox {
    margin: 0 auto 0;
}
.page_contact .checkbox_o {
    margin: 20px auto 30px;
}
.cp_ipselect {
	overflow: hidden;
	width: 60%;
    margin: 0;
	text-align: center;
}
.cp_ipselect select {
	width: calc( 100% - 48px );
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border-radius: 2px;
	background-color: #fff;
    border: 1px solid #acacac;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #687819;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 14px 38px 14px 8px;
}
#contact .form .inner p {
    display: block;
}
#contact .form {
    clear: both;
    text-align: center;
}
#contact .form .inner {
    width: 90%;
    max-width: 912px;
    margin: 0 auto;
    display: inline-block;
    margin: auto;
}
.submit_button {
    background: #333;
    color: #fff;
    padding: 1rem;
    width: 25%;
    height: 56px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
}
.submit_button:hover {
    opacity: 0.8;
    cursor: pointer;
}
#contact .form .inner .center p {
    text-align: center;
}
.form table {
    margin-bottom: 24px;
}

/* 2025 インスタ追加 */
.insta_ttl_wrapper {
	background: url(../images/insta/h2_insta_img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.insta_ttl_wrapper .insta_ttl {
	width: 90%;
	max-width: 854px;
	margin: auto;
	padding: 50px 0 0px;
}
.insta_ttl_wrapper .insta_ttl img {
	width: 100%;
}
.insta_btn {
    margin: 0 auto 0;
    text-align: center;
    width: 320px;
    clear: both;
}
.insta_btn a {
	display: block;
	padding: 18px 0;
	background: linear-gradient(25deg, rgb(237, 232, 58) 0.00%, rgb(197, 59, 121) 37.25%, rgb(87, 64, 148) 100.00%);
	border-radius: 6px;
}
.main .shop_info .shop .insta_btn a img {
	max-width: 159px;
}
.main .shop_info .shop .insta_btn {
	text-align: center;
}

@media screen and (max-width: 647px){
.form table th {
    padding: 14px 0 0 0;
    text-align: left;
    width: 100%;
    display: block;
}
.form table td {
    padding: 14px 0;
    text-align: left;
    display: block;
}
.cp_ipselect {
    width: 80%;
}
.captcha_label img {
	width: auto;
}
.wpcf7-captchar {
	width: calc( 100% - 24px );
	margin-top: 7px;
}
.submit_button {
    width: auto;
}
.tex_m {
    width: calc( 100% - 24px ) !important;
}
#shop .shop_info .info address .tel::before {
    top: 0;
}
#shop .shop_info {
    padding-bottom: 2em;
}
#shop .tab_content_description {
    margin-top: 0;
}

.insta_ttl_wrapper .insta_ttl {
    width: 80%;
    max-width: 854px;
    margin: auto;
    padding: 14px 0 0px;
}
.main .shop_info .shop .insta_btn {
    text-align: center;
    padding: 7px 0 0;
}

}
