@charset "utf-8";
/*
Theme Name: 三木町観光協会
Theme URI: null
Description: Description
Author: 81bridge - WXJ
Version: 1.0
*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@media print {
  body {
    width: 1200px;          /* PCデザイン幅に合わせる（例） */
    margin: 0 auto;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1180px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
    padding-top: 134px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 36px;
    padding: 19px 15px 40px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
	background: url("img/common/h_bg.png") repeat-x left bottom / 960px;
    z-index: 900;
}
#gHeader.on {
    z-index: 1000;
}
#gHeader h1 {
    width: 203px;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1240px;
}
#gNavi {
    margin-top: 2px;
}
#gNavi ul {
    align-items: center;
}
#gNavi li {
    margin-left: 10px;
}
#gNavi li a {
    display: block;
    position: relative;
}
#gNavi li a img {
    height: 24px;
}
#gNavi li a:hover::before {
    width: 35px;
    height: 13px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: url("img/common/g_navi_bg.png") no-repeat left top / 35px;
    content: "";
}

.lang {
    display: block;
    position: fixed;
    right: 65px;
    top: 13px;
    width: 30px;
    height: 40px;
    z-index: 1000;
}
.lang a {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center;
}
#gHeader .lang-toggle .earth_on {
    display: none;
}
#gHeader.on .lang-toggle .earth {
    display: none;
}
#gHeader.on .lang-toggle .earth_on {
    display: block;
}
.languageBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translatex(120%);
    overflow-y: auto;
    transition: 0.6s;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.languageBox.on {
    transform: translatex(0);
}
.languageBox ul {
        margin: 160px 31px;
        padding: 62px 50px;
        text-align: center;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #fff;
    }
.languageBox li:not(:last-child) {
        margin-bottom: 30px;
    }
.languageDrop-box {
    display: none;
}
#gNavi_bottom {
    justify-content: space-evenly;
}
#gNavi_bottom li {

}
#gNavi_bottom li a {
    color: #b48760;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
}
#gNavi_bottom li a img{
    width: 18px;
    height: auto;
    margin-right: 4px;
}
#gNavi_bottom li a {
    color: #b48760;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
}




/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1120px;
	margin: 0 auto;
}
/*------------------------------------------------------------
	heasLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
}
.headLine01 img {
	height: 77px;
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
    margin: -54px 0 49px;
}
.comImgList li {
    margin: 54px 20px 0 0;
    width: 265px;
}
.comImgList li:nth-child(4n) {
    margin-right: 0;
}
.comImgList li a {
    display: block;
    position: relative;
}
.comImgList .photoBox {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.comImgList .photo {
    width: 100%;
    padding-bottom: 66.7%;
    height: 0;
    border-radius: 4px;
    background: url("img/common/com_photo01.jpg") no-repeat left top / cover;
}
.comImgList .text {
    margin-bottom: 9px;
}
.comImgList .text .txt {
    padding: 10px 16px 9px;
    display: inline-block;
    color: #B48760;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    border: 1px solid #B48760;
    border-radius: 4px;
}
.comImgList .text .date {
    margin-top: 11px;
    width: 50%;
    font-size: 1.4rem;
    display: inline-block;
    float: right;
    text-align: right;
}
.comImgList .title {
    font-weight: bold;
    line-height: 1.63;
}
.comImgList a .mark {
    width: 57px;
    position: absolute;
    left: -10px;
    top: -18px;
    z-index: 1;
}
@media all and (-ms-high-contrast:none) {
    .comImgList .text .txt {
        padding: 12px 16px 7px;
    }
}
@media all and (min-width: 897px) {
    .comImgList .photoBox {
        overflow: hidden;
    }
    .comImgList .photo {
        -webkit-transition: transform ease 0.4s;
        transition: transform ease 0.4s;
    }
    .comImgList a:hover .photo {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .comImgList a:hover .title {
        color: #B48760;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 440px;
}
.comLink a {
    position: relative;
    padding: 25px 10px;
    height: 80px;
    display: block;
    text-align: center;
    border: 2px solid #BE2222;
    color: #BE2222;
    font-weight: bold;
    font-size: 1.8rem;
    box-sizing: border-box;
    border-radius: 40px;
    /* background: url("img/common/btn01.png") no-repeat center center / 147px; */
}
.comLink a:hover {
    color: #fff;
}
.comLink a::before {
    content: "";
    background: url(img/common/icon_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}
.comLink a:hover::before {
    content: "";
    background: url(img/common/icon_search_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

@media all and (min-width: 867px) {
    .comLink a:hover {
        background-color: #BE2222;
        /* background-image: url("img/common/btn01_on.png"); */
    }
}

/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.wp-pagenavi {
    margin-bottom: 93px;
    font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 16px;
    display: inline-block;
    color: #EBE4E1;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
    width: 31px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #BE2222;
}

/*------------------------------------------------------------
	comTextArea
------------------------------------------------------------*/
.comTextArea .naviBox {
    margin-left: -13px;
    width: 265px;
}
.comTextArea .topTtl {
    margin-bottom: 31px;
}
.comTextArea .naviBox .subNavi a {
    padding: 4px 10px;
    display: block;
    font-weight: bold;
}
.comTextArea .naviBox .subNavi a:hover {
    opacity: 0.7;
}
.comTextArea .naviBox .subNavi a .mark {
    margin-right: 8px;
    width: 18px;
    display: inline-block;
    vertical-align: -4px;
}
.comTextArea .yearBox {
    width: 265px;
}
.comTextArea .yearBox .topTtl {
    margin-bottom: 35px;
}
.comTextArea .yearBox dl {
     border-bottom: 1px solid #B48760;
}
.comTextArea .yearBox dt ,
.comTextArea .yearBox dd {
    padding: 0 10px 5px;
    font-weight: bold;
}
.comTextArea .yearBox dt {
    cursor: pointer;
    background: url("img/topics/icon01.png") no-repeat right 10px top 9px / 11px;
}
.comTextArea .yearBox dt.on {
    background-image: url("img/topics/icon02.png");
    border-bottom: 0;
}
.comTextArea .yearBox dd {
    margin-top: 13px;
    padding-bottom: 4px;
    display: none;
}
.comTextArea .yearBox dd li a {
    padding-left: 65px;
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1.63;
}
.comTextArea .yearBox dd li a:hover {
    opacity: 0.7;
}
.comTextArea .yearBox dd li a::before {
    margin-top: -2px;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 32px;
    top: 50%;
    background-color: #EBE4E1;
    content: "";
}
.comTextArea .rBox {
    width: 456px;
}
.comTextArea .rBox .topTtl {
    margin-bottom: 38px;
}
.comTextArea .rBox li {
    margin-bottom: 20px;
}
.comTextArea .rBox li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.comTextArea .rBox li:last-child {
    margin-bottom: 0;
}
.comTextArea .rBox .photoBox {
    width: 170px;
    overflow: hidden;
    border-radius: 4px;
}
.comTextArea .rBox .photoBox .photo {
    padding-bottom: 67%;
    width: 170px;
    height: 0;
    background: url("img/topics/photo06.png") no-repeat left top / cover;
}
.comTextArea .rBox .textBox {
    width: 266px;
}
.comTextArea .rBox .textBox .title {
    margin-bottom: 10px;
}
.comTextArea .rBox .textBox .title .txt {
        padding: 10px 16px 9px;
    display: inline-block;
    color: #B48760;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    border: 1px solid #B48760;
    border-radius: 4px;
}
.comTextArea .rBox .textBox .text {
    font-weight: bold;
    line-height: 1.63;
}
@media all and (-ms-high-contrast:none) {
    .comTextArea .rBox .textBox .title .txt {
        padding: 12px 16px 7px;
    }
}
@media all and (min-width: 897px) {
    .comTextArea .rBox li a .photoBox .photo {
        -webkit-transition: transform ease 0.4s;
        transition: transform ease 0.4s;
    }
    .comTextArea .rBox li a:hover .photoBox .photo {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .comTextArea .rBox li a:hover .textBox .text {
        color: #B48760;
    }
}





/*------------------------------------------------------------
    custom
------------------------------------------------------------*/

.wp-block-image figcaption {
    font-size: 1.3rem;
}
.wp-block-buttons>.wp-block-button a {
    display: block;
    color: #B48760;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #B48760;
    border-radius: 30px;
    background-color: #fff;
}
.wp-block-buttons>.wp-block-button a:hover {
    color: #fff;
    background-color: #B48760;
}
.wp-block-separator {
    border-bottom: none;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
}
.attention {
    font-size: 1.3rem;
}

.bnrBox a {
    display: block;
    margin-bottom: 10px;
}


/*------------------------------------------------------------
	shoplist
------------------------------------------------------------*/
#shoplist {
    margin-bottom: 100px;
}
#shoplist .headLine01 {
    margin-bottom: 40px;
}
#shoplist .imgList {
    margin: -20px 0 74px;
}
#shoplist .imgList li {
    margin: 20px 50px 0 0;
    width: 184px;
    position: relative;
}
#shoplist .imgList li:nth-child(5n) {
    margin-right: 0;
}
#shoplist .imgList li a {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
#shoplist .imgList li a:hover {
    opacity: 0.8;
}
#shoplist .imgList li a .bgBox {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    background: url("img/shoplist/photo01.png") no-repeat left top / cover;
}
#shoplist .imgList li a::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    content: "";
    z-index: 2;
}
#shoplist .imgList .li02 a .bgBox {
    background-image: url("img/shoplist/photo02.png");
}
#shoplist .imgList .li03 a .bgBox {
    background-image: url("img/shoplist/photo03.png");
}
#shoplist .imgList .li04 a .bgBox {
    background-image: url("img/shoplist/photo04.png");
}
#shoplist .imgList .li05 a .bgBox {
    background-image: url("img/shoplist/photo05.png");
}
#shoplist .imgList li a .img {
    margin-top: 5px;
    display: block;
    width: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
#shoplist .comImgList {
    margin-bottom: 95px;
}
#shoplist .comImgList .shop_description {
    font-size: 1.4rem;
    margin-bottom: 4px;
}
#shoplist .comImgList .shop_btm {
    display: flex;
    justify-content: space-between;
}
#shoplist .comImgList .shop_info {
    display: flex;
    font-size: 1.3rem;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    align-content: center;
}
#shoplist .comImgList .shop_info dt {
    width: 17%;
    position: relative;
    padding-left: 6%;
}
#shoplist .comImgList .shop_info dt.address::before {
    width: 9px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: translateX(-50%);
    background: url("img/common/icon_map.svg") no-repeat left top;
    content: "";
}
#shoplist .comImgList .shop_info dt.tel::before {
    width: 9px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: translateX(-50%);
    background: url("img/common/icon_tel.svg") no-repeat left top;
    content: "";
}

#shoplist .comImgList .shop_info dd {
    width: 77%;
}
#shoplist .comImgList .shop_qr {
    width: 20%;
}
#shoplist .comImgList .shop_cat {
    width: 6rem;
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 1;
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.3rem 1rem;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #B48760;
}
@media all and (min-width: 897px) {
    #shoplist .imgList li a:hover::before {
        background-color: rgba(255,255,255,0.3);
    }
    #shoplist .imgList li:hover::after {
        width: 55px;
        height: 19px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: url("img/shoplist/bg01.png") no-repeat left top / 55px;
        content: "";
    }
}

/*------------------------------------------------------------
	shopDetail
------------------------------------------------------------*/
#shopDetail .content {
    /* width: 740px; */
}
#shopDetail .year {
    margin-bottom: 14px;
    letter-spacing: 0;
}
#shopDetail .year .txt {
    margin-right: 18px;
    padding: 10px 20px 9px;
    display: inline-block;
    color: #B48760;
    font-weight: bold;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    border: 1px solid #B48760;
    border-radius: 4px;
}
#shopDetail h2 {
    margin-bottom: 16px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.62;
}
#shopDetail p {
    margin-bottom: 27px;
    line-height: 1.62;
    letter-spacing: 0.05em;
}
#shopDetail p a {
    color: #B48760;
}
#shopDetail p a:hover {
    text-decoration: underline;
}
#shopDetail figure {
    margin: 0 0 50px;
    border-radius: 4px;
    overflow: hidden;
}
#shoplist .btn-area,
#shopDetail .btn-area {
    display: flex;
    justify-content: center;
}
#shoplist .link,
#shopDetail .link {
    margin: 40px 20px 100px;
    width: 320px;
}
#shoplist .link a,
#shopDetail .link a {
    padding: 17px 10px;
    display: block;
    color: #B48760;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #B48760;
    border-radius: 30px;
}
#shoplist .link.print a,
#shopDetail .link.print a {
    color: #fff;
    background: #A34141;
}
#shopDetail .comTextArea {
    margin: 0 auto;
    width: 1120px;
}
#shopDetail table {
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.3rem;
    width: 100%;
    max-width: 100%;
}
#shopDetail .detail,
#shopDetail .detail th,
#shopDetail .detail td {
  box-sizing: border-box;
}
#shopDetail .detail th {
    background: #EBE4E1;
    border: solid 1px #B48760;
    color: #B48760;
    padding: 10px;
}
#shopDetail .detail td {
    border: solid 1px #B48760;
    color: #000;
    padding: 10px;
}
.detail-sec01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.detail-sec01 .photoBox,
.detail-sec01 .shop-title {
    width: calc((100% - 20px) / 2);
}
.detail-sec01 .photoBox .photo img {
    width: 100%;
}
.detail-sec01 .shop_qr {
    /* height: 60px; */
    display: flex;
    justify-content: flex-end;
}
.detail-sec01 .shop_qr img {
    height: 60px;
}
.detail-sec02 {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.detail-sec02 .detail-blk,
.detail-sec02 .gMap {
    width: calc((100% - 20px) / 2);
}
.coupon {
    display: flex;
    background: #F6F3F1;
    border: 2px solid #CC6B46;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.coupon h3 {
    display: block;
    width: 100%;
    background: #CC6B46;
    text-align: center;
    color: #fff;
    padding: 4px 0;
}
#shopDetail p.coupon_content {
    padding: 10px 10px 4px 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #CC6B46;
}
dl.coupon_limit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.3rem;
    padding-bottom: 14px;
}
dl.coupon_limit dt {
    width: 22%;
    color: #CC6B46;
    border: 1px solid #CC6B46;
    font-size: 1.1rem;
    padding: 2px;
    text-align: center;
    margin-bottom: 6px;
}
dl.coupon_limit dd {
    width: 70%;
    padding-left: 1.4rem;
    margin-bottom: 6px;
}
.gMap {
    position: relative;
    width: 100%;
    padding-top: 45%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (-ms-high-contrast:none) {
    #shopDetail .link a {
        padding: 19px 10px 15px;
    }
    #shopDetail .year .txt {
        padding: 12px 20px 7px;
    }
}
@media all and (min-width: 897px) {
    #shopDetail .link a:hover {
        color: #FFF;
        background-color: #B48760;
    }
}


#shoplist #map {
    margin-bottom: 40px;
}
.shop-item {
  position: relative;
}

.shop-item .number {
  /* position: absolute;
  left: 0;
  top: 0.2em; */
  display: inline-block;
  background: #A34141;
  color: #fff;
  font-weight: bold;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.shop-item.active .number {
  background: #e25d33;
}
.shop-item.active {
  background-color: #fdf5e6;
  outline: 2px solid #b48760;
  transition: background-color 0.3s;
}
.comImgList li.shop-item {
    margin: 54px 20px 0 0;
    width: calc((100% - 80px) / 4);
}


.category-filter { margin: 0 0 12px; }
.cat-chip { display:inline-block; margin:0 8px 8px 0; cursor:pointer; }
.cat-chip input { display:none; }
.cat-chip span { display:inline-block; padding:6px 12px; border:1px solid #B48760; border-radius:16px; }
.cat-chip:has(input:checked) span { background:#B48760; color:#fff; }

.shop-item.active { outline:2px solid #B48760; background:#F8F3F1; }
.title .number {
  display:inline-block; width:1.8em; height:1.8em; line-height:1.8em;
  text-align:center; border-radius:50%; background:#A34141; color:#fff; font-weight:bold; margin-right:.5em;
}
#categoryFilter label {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 12px;
  border: 1px solid #b48760;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
}
#categoryFilter input[type="checkbox"] {
  display: none;
}
#categoryFilter input[type="checkbox"]:checked + span,
#categoryFilter label:has(input:checked) {
  background: #b48760;
  color: #fff;
}

#categoryFilter .cat-chip span {
    padding: unset !important;
    border: none !important;
}


#container {
    padding-top: 0;
	text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 0;
    position: absolute;
    top: 38px;
    background: none;
    z-index: 10;
}
#gHeader .hBox {
    max-width: 1100px;
}
#gHeader h1 {
    width: 285px;
    display: none;
}
#gNavi {
    padding: 30px 0 28px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
	background: url("img/index/navi_bg.png") repeat-x left top / 540px;
}
#gNavi ul {
    margin: 0 auto;
    max-width: 1150px;
}
/* #gNavi li {
    margin: 0 18px;
} */
#gHeader .header {
    display: none;
}
#gHeader.on .header {
    display: block;
}
#gHeader .header {
	margin-bottom: 36px;
    padding: 19px 15px 40px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
	background: url("img/common/h_bg.png") repeat-x left bottom / 960px;
}
#gHeader.on .header {
    z-index: 1000;
}
#gHeader .header .logo {
    width: 203px;
}
#gHeader .header .subHBox {
    margin: 0 auto;
    max-width: 1240px;
}
.header .subNavi {
    margin-top: 2px;
    align-items: center;
}
.header .subNavi li {
    margin-left: 12px;
    font-family: "TBUD丸ゴシック R","游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.header .subNavi li a {
    /* display: block;
    position: relative; */
    color: #b48760;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
}
.header .subNavi li a img {
    width: 18px;
    height: auto;
    margin-right: 4px;
}
.header .subNavi li a:hover::before {
    width: 35px;
    height: 13px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: url("img/common/g_navi_bg.png") no-repeat left top / 35px;
    content: "";
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 37px;
    /* padding-right: 91px; */
    text-align: center;
}
.headLine01 img {
    width: 252px;
    height: auto;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 38px;
        /* padding-right: 50px; */
    }
    .headLine01 img {
        width: 177px;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    margin-bottom: 77px;
    margin-top: -40px;
    position: relative;
    /* padding-top: 310px;
    height: 690px; */
    padding-top: 10vw;
    height: 30vw !important;
    box-sizing: border-box;
    background: url("img/index/main_img.jpg") no-repeat center center / cover;
}
.mainVisual .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.mainVisual .video video {
    position: absolute;
    top: -105px !important;
}
.mainVisual .title {
    position: relative;
    margin: 0 auto;
    max-width: 50vw;
    color: #FFF;
    font-size: 3.4rem;
    z-index: 2;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainVisual .title span {
    display: block;
    font-size: 4.8rem;
    font-weight: bold;
}
.mainVisual .title img {
    width: 700px;
}
#main .headLine01 {
    margin-bottom: 37px;
    /* padding-right: 91px; */
    text-align: center;
    color: #BE2222;
    font-size: 2.8rem;
    height: 100px;
    position: relative;
}
#main .headLine01::after {
    content: url(img/common/headline_img.png);
    /* background-image: url("img/common/headline_img.png"); */
    position: absolute;
    background-position: center bottom;
    width: 100%;
    height: 27px;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#main  .headLine01 img {
    width: 252px;
    height: auto;
}
#main .topics .imgList {
    margin: -20px 0 39px;
}
#main .topics .imgList li {
    margin-top: 20px;
    width: 550px;
    position: relative;
}
#main .topics .imgList a {
    display: block;
}
#main .topics .imgList .mark {
    width: 57px;
    position: absolute;
    left: 17px;
    top: 15px;
    z-index: 1;
}
#main .topics .imgList .photoBox {
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
#main .topics .imgList .photo {
    width: 100%;
    padding-bottom: 66.8%;
    height: 0;
    position: relative;
    background: url("img/index/photo01.jpg") no-repeat left top / cover;
    -webkit-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
#main .topics .imgList .textImg {
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
#main .topics .imgList .textArea {
    align-items: flex-start;
}
#main .topics .imgList .text {
    margin-right: 11px;
    padding: 10px 16px 9px;
    color: #B48760;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    border: 1px solid #B48760;
    border-radius: 4px;
    vertical-align: top;
}
#main .topics .imgList .title {
    margin: 4px -30px 0 0;
    width: calc(100% - 104px);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
}
#main .topics .comLink {
    margin-bottom: 55px;
}
#main .topics .picBox {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#main .images {
    margin-bottom: 137px;
    padding-top: 50px;
    background-color: #EBE4E1;
    position: relative;
}
#main .images .headLine01 {
    margin-bottom: 57px;
}
#main .images .headLine01 img {
    width: 264px;
}
#main .images .headLine01::after {
    content: url(img/common/headline_img02.png);
    position: absolute;
    background-position: center bottom;
    width: 100%;
    height: 27px;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#main .images .videoBox {
    margin: 0 auto 53px;
    width: 858px;
    height: 486px;
    position: relative;
    box-sizing: border-box;
}
#main .images .videoBox::before {
    width: 103px;
    height: 117px;
    position: absolute;
    left: -145px;
    top: -105px;
    background: url("img/index/img05.png") no-repeat left top / 103px;
    content: "";
}
#main .images .videoBox::after {
    width: 87px;
    height: 127px;
    position: absolute;
    right: -131px;
    bottom: -82px;
    background: url("img/index/img06.png") no-repeat left top / 87px;
    content: "";
}
#main .images .videoBox iframe {
    width: 100%;
    height: 100%;
}
#main .images .comLink {
    margin-bottom: 58px;
}
#main .images .comLink a {
    /* background-image: url("img/common/btn02.png");
    background-size: 191px auto; */
}
#main .images .imgList li {
    width: 50%;
    height: 346px;
    overflow: hidden;
}
#main .images .imgList li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
#main .images .imgList li a .bg {
    width: 100%;
    height: 100%;
    background: url("img/index/photo03.jpg") no-repeat left top / cover;
    -webkit-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
#main .images .imgList .li02 a .bg {
    background-image: url("img/index/photo04.jpg");
}
#main .images .imgList .li03 a .bg {
    background-image: url("img/index/photo05.jpg");
}
#main .images .imgList .li04 a .bg {
    background-image: url("img/index/photo06.jpg");
}
#main .images .imgList li a::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    content: "";
    z-index: 2;
}
#main .images .imgList .textImg {
    /* width: 150px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cat_icon {
    width: 30%;
    margin: auto;
}
.cat_ppp {
    width: 40%;
    margin: auto;
}
#main .images .imgList .textImg::before {

}
#main .images .imgList .textImg::after {

}
#main .images .bgBox {
    padding-top: 100px;
    background-color: #FFF;
}
#main .images .bannerList {
    margin-top: -40px;
    display: none;
}
#main .images .bannerList li {
    margin: 40px 20px 0 0;
    width: 360px;
}
#main .images .bannerList li a:hover {
    opacity: 0.7;
}
#main .images .bannerList li:nth-child(3n) {
    margin-right: 0;
}
#main .images .titleBox {
    margin-bottom: 60px;
}
#main .images .titleBox01 h2 {
    margin-top: 0;
    left: 60px;
    transform: translate(0,-50%);
    text-align: left;
}
#main .images .titleBox01 .bgBox {
    background-image: url("img/index/photo08.jpg");
}
#main .images .titleBox02 .bgBox {
    background-image: url("img/index/photo09.jpg");
    background-position: center;
    width: 100%;
}
#main .images .titleBox01 h2 img {
    width: 420px;
}
#main .images .titleBox02 h2 img {
    width: 160px;
}
#main .instagram {
    margin-bottom: 100px;
}
#main .instagram .headLine01 {
    margin-bottom: 56px;
    /* padding-right: 43px; */
}
#main .instagram .headLine01 img {
    width: 200px;
}
#main .instagram .insList {
    margin-bottom: 54px;
}
#main .instagram .insList li {
    width: calc(100% / 6);
    box-sizing: border-box;
}
#main .instagram .insList li a {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    height: 0;
    background: url("img/index/ins_photo01.png") no-repeat left top / cover;
}
#main .instagram .insList li a:hover {
    opacity: 0.7;
}
#main .instagram .comLink a {
    /* background-image: url("img/common/btn03.png");
    background-size: 206px auto; */
}
#main .contact {
    margin-bottom: 100px;
}
#main .titleBox {
    margin-bottom: 60px;
    text-align: center;
}
#main .titleBox01 {
    margin-bottom: 84px;
}
#main .titleBox03 {
    margin: 0 auto 60px;
    width: 930px;
}
#main .titleBox h2 {
    color: #fff;
    letter-spacing: 0.1em;
}
#main .titleBox a {
    display: block;
    position: relative;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
}
#main .titleBox a .bgBox {
    width: 100%;
    height: 200px;
    background: url("img/index/contact_bg.jpg") no-repeat left top / cover;
    -webkit-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
#main .titleBox a::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.05);
    content: "";
    z-index: 2;
}
#main  .titleBox01 a .bgBox {
    background-image: url("img/index/contact_bg01.jpg");
} 
#main .titleBox h2 {
    margin-top: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
#main .titleBox h2 img {
    width: 153px;
}
#main .topics .titleBox01 h2 img {
    width: 103px;
}
#main .contact .linkList {
    margin: 0 auto;
    width: 930px;
}
#main .contact .linkList li {
    width: 455px;
    border-radius: 4px;
    overflow: hidden;
}
#main .contact .linkList li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
    #main .topics .imgList a:hover .photo {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    #main .topics .imgList a:hover .photoBox .textImg {
        opacity: 1;
        z-index: 1;
    }
    #main .topics .imgList a:hover .title {
        color: #B48760;
    }
    #main .topics .imgList a:hover .photo::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.1);
        content: "";
    }
    #main .topics .picBox {
        background-attachment: fixed;
    }
    #main .images .comLink a:hover {
        background-image: url("img/common/btn02_on.png");
    }
    #main .images .imgList li a:hover::before {
        background-color: rgba(0,0,0,0);
    }
    #main .images .imgList li a:hover .bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    #main .instagram .comLink a:hover {
        background-image: url("img/common/btn03_on.png");
    }
    #main .titleBox a:hover .bgBox {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    #main .titleBox a:hover::before {
        background-color: rgba(0,0,0,0);
    }
}



#pagePath {
    display: none;
}
.btn-area {
    display: none;
}
#shoplist .btn-area, #shopDetail .btn-area {
    display: none;
}
.comTextArea.flexB {
    display: none;
}
footer#gFooter {
    display: none;
}
nav#gNavi {
    display: none;
}
#shopDetail .detail th,
#shopDetail .detail td {
    background: none;
    border: solid 1px #000;
    color: #000;
}
.coupon {
    background: none;
    border: 1px solid #000;
}
.coupon h3 {
    background: #000;
    color: #fff;
}
#shopDetail p.coupon_content {
    color: #000;
}
dl.coupon_limit dt {
    color: #000;
    border: 1px solid #000;
}

.menuBox, .menuBox.on {
    display: none !important;
}
.menu {
    display: none !important;
}

@media all and (max-width: 896px) {
    .menuBox, .menuBox.on {
    display: none !important;
    }
    .menu {
        display: none !important;
    }
}

@media print {
  /* Mapと店舗を“まとめて”改ページさせない */
  .content {
    break-inside: avoid;
    page-break-inside: avoid; /* 古いブラウザ向け */
  }

  /* 念のため子要素にも */
  .shop-map,
  .shop-list {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}