@charset "euc-jp";
body, dl, dt, dd, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {font-weight:450;}
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;text-align:left;}
* html body{font-size:small; font:x-small;}
html{scroll-behavior: smooth;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea{margin:0; padding:0; vertical-align:middle;}
strong, em{font-weight:bold;}

*{scrollbar-color: #532105 rgba(187,178,173,0.5); scrollbar-width: thin; box-sizing: border-box;}
html::-webkit-scrollbar {width: 8px; height: 8px;}
html::-webkit-scrollbar-thumb {background: #532105;}
html::-webkit-scrollbar-track {background: rgba(187,178,173,0.5);}

html{scroll-padding-top: 90px;}
@media (max-width: 960px) {
    html{scroll-padding-top: 125px;}
}

img{max-width: 100%;}


body {
    font-family:
	"Yu Gothic",
	YuGothic,
	"Hiragino Kaku Gothic Pro",
	"Helvetica Neue",
	Arial,
	Meiryo,
	"MS PGothic",
	sans-serif;

  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-size:min(4.3vw,16px);
}
body.gnav_open{
    overflow: hidden;
}
@media (hover) {
    body.gnav_open{
        padding-right: 11px;
    }
}
a {
  color: #464e54;
}
a:hover {
  color: #ed2a02;
}

/*
 * contents
 */
 .main_wrap{
    margin-top: 2em;
    margin-bottom: 5em;
 }
.pagebox{
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.section_wrap + .section_wrap{
    margin-top: 5em;
}
.sect_inner + .sect_inner{
    margin-top: 3.5em;
}


/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}




.header_top{
    background: #f1eee5;
    padding: 10px 0;
    font-size: 75%;
    position: relative;
    z-index: 60;
}
.header_top .inner{
    display: flex;
    justify-content: space-between;
    gap: 3em;
}
.header_top .inner .text{
    flex: 1;
}
.header_top .member_menu{
    display: flex;
    gap: 1.7em;
}
.header_top .member_menu .link{
    text-decoration: none;
    font-weight: bold;
    display: flex;
    gap: .6em;
    align-items: center;
}


.header{
    background: #fff;
    padding: 15px 0;
    width: 100%;
}
.header .inner{
    display: flex;
    justify-content: space-between;
}
.header .logo{
    width: 100%;
    max-width: 130px;
}

.header_sub{
    display: flex;
    align-items: center;
    gap: 1.5em;
}


.header .cart .link{
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.header .cart .txt{
    font-weight: bold;
}
.header .carticon{
    display: flex;
    align-items: flex-start;
}
.header .cart i{
    font-size: 180%;
}
.header .cart .count{
    width: 2em;
    background: #fedb7a;
    font-weight: bold;
    font-size: 60%;
    line-height: 1;
    padding: .5em;
    text-align: center;
    border-radius: 100vw;
    margin-left: -.7em;
    margin-top: -1.2em;
}


.search_keyword{
	border: 1px solid #ddd;
    background: #f5ecc3;
	border-radius: 100vw;
	overflow: hidden;
	background: #fff;
	display: flex;
}
.search_keyword input{
	height: 100%;
	flex: 1;
	border: none;
    outline: none;
    padding: 15px 0 15px 20px;
    width: 11.4em;
}
.search_keyword button{
	background: none;
	border: none;
	font-size: 116%;
	color: #686058;
	padding: 0 20px;
}
.search_keyword button:hover{
    background: none;
}


.drawer-button{
	display: none;
	cursor: pointer;
    justify-content: center;
    align-items: center;
}
.menubar{
	display: block;
	margin-right: auto;
	margin-left:auto;
	width: 38px;
	height: 32px;
	position: relative;
}
.menubar::before,
.menubar::after,
.menubar_close::before,
.menubar_close::after{
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-color: #000;
	position: absolute;
}
.menubar::before,
.menubar::after{
	right:0;
	transition: width .3s;
}
.menubar::before{
	top:0;
}
.menubar::after{
	bottom:0;
	transition-delay: .1s;
}
.menubar_close::before,
.menubar_close::after{
	top: calc(50% - 2px);
	transform-origin: center;
	transform: rotate(0);
	transition: .3s;
}
.gnav_open .menubar::before,
.gnav_open .menubar::after{
	opacity: 0;
}
.gnav_open .menubar_close::before{
	transform: rotate(45deg);
}
.gnav_open .menubar_close::after{
	transform: rotate(-45deg);
}


@media (max-width: 960px) {
    .header{
        padding-inline: 10px 0;
        position: sticky;
        z-index: 60;
        top: 0;
    }
    .header .logo{
        max-width: 95px;
    }
    .header_top .member_menu,
    .header .cart .txt,
    .header .search_keyword{
        display: none;
    }
    .header_top{
        font-size: 70%;
        padding: 5px 0;
    }
    .drawer-button{
        display: flex;
    }
}



.gnav_wrap{
    border-bottom: 1px solid #d9d7d2;
}
.gnav{
    display: flex;
}
.gnav .box{
    flex: 1;
}
.gnav .link{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1em;
    font-size: 120%;
}
.gnav .link:hover{
    color: #ed2a02;
    text-decoration: underline;
}


.gnav .dropnavwrap{
	position: relative;
}
.gnav .dropnavwrap .link{
	cursor: pointer;
}
.gnav .dropbox:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.gnav .droplink{
	font-size: 85%;
	padding: 1.2em 1.5em;
	display: flex;
	align-items: center;
	gap: 1em;
    transition: background .4s;
}
.gnav .droplink:hover{
    text-decoration: none;
    background: #fff;
}
.gnav .droplink .image{
	width: 100%;
	max-width: 40px;
    margin-left: -.5em;
}
.gnav .droplink .image .iconimg{
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}
.gnav .droplink .text{
	flex: 1;
    font-weight: bold;
}
@media (min-width: 961px) {
    .gnav_wrap{
        position: sticky;
        top: 0;
        z-index: 60;
        background: #fff;
    }
    .gnav .dropnavbox{
        width: 100%;
        z-index: 5;
        max-height: calc(100vh - 200px);
        overflow: auto;
        background: #f1eee5;
        position: absolute;
        display: grid;
        grid-template-rows: 0fr;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
        transition: 250ms grid-template-rows ease;
    }
    .gnav .dropnavwrap:hover .dropnavbox{
        grid-template-rows: 1fr;
    }
    .gnav .dropnav{
        overflow: hidden;
    }
}
@media (max-width: 960px) {
    .gnav_wrap {
		position: fixed;
		left: -100vw;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(247,247,247,.98);
		z-index: 5;
		padding-top: 150px;
		filter: alpha(opacity=0);
		opacity: 0;
		transition: filter .4s, opacity .4s;
	}
	.gnav_open .gnav_wrap {
		left: 0;
		filter: alpha(opacity=100);
		opacity: 1;
	}
    .gnav_inner.pagebox{
        padding-right: 0;
        padding-left: 0;
        max-width: 740px;
    }
    .gnav{
        flex-direction: column;
    }
    .gnav .box{
        border-bottom: 1px solid #c7c7c7;
    }
    .dropnavbox{
        padding-bottom: 15px;
    }
    .dropnav{
        background: #fff;
        padding: 0 15px;
    }
}



.footer{
    background: #f1eee5;
    padding: 40px 0;
}
.footer .footblock + .footblock{
    margin-top: 40px;
}
.footnav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 90%;
    gap: 1em 2em;
}
.footnav .link{
    text-decoration: none;
    font-weight: bold;
}

.footer .snsicons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.foot_address .logo{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 120px;
    margin-bottom: 15px;
}
.foot_address .name{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}
.foot_address :is(.address, .phone){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.5em;
    margin-top:8px;
}

.copyright address{
    margin: 0;
    display: block;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
}


/*  */
.heading{ line-height: 1.2;}
.heading.lv1{ font-size: min(7vw, 200%);}
.heading.lv2{ font-size: min(6.4vw, 150%);}
.heading.style1{
    font-weight: bold;
    padding-top: 1em;
    margin-bottom: 1.5em;
    letter-spacing: .1em;
    border-top: 1px solid #bdbdbd;
}
.heading.style2{
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 1em;
}



/*  */
.guidelink{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 140%;
}
.guidelink .box{
    width: calc((100% - 10px * 2) / 3);
}
.guidelink .link{
    height: 100%;
    border-radius: 7px;
    background: #edebde;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 2em 1em;
    gap: 1em;
    transition: background .4s, color .4s;
}
.guidelink .link:hover{
    text-decoration: none;
    background: #f1ebc5;
    color: #bb501b;
}
.guidelink i{
    font-size: 140%;
}
@media (max-width: 960px) and (min-width: 691px) {
    .guidelink{
        font-size: 130%;
    }
    .guidelink .link{
        flex-direction: column;
        gap: .8em;
        padding: 1.7em .5em 1.2em;
    }
    .guidelink i{
        font-size: 200%;
    }
}
@media (max-width: 690px){
    .guidelink .box{
        width: 100%;
    }
}


/*  */
.itemlist{
    display: flex;
    flex-wrap: wrap;
    --colgap:3em;
    gap: 4em var(--colgap);
}
.itemlist .box{
    width: calc((100% - var(--colgap) * 2) / 3);
    line-height: 1.4;
}
.itemlist .link{
    text-decoration: none;
}
.itemlist .image{
    aspect-ratio: 4/3;
    margin-bottom: 10px;
    background: #f1eee5;
    position: relative;
}
.itemlist .image::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://img21.shop-pro.jp/PA01514/512/etc_base64/bm9pbWFnZQ.png?cmsp_timestamp=20241213172541) no-repeat center center;
    background-size: 40% auto;
    opacity: .3;
}
.itemlist .image .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.itemlist .name{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: min(4.3vw, 130%);
}
.itemlist .comment{
    margin-bottom: 10px;
}
.itemlist .price{
    font-weight: bold;
    font-size: min(4.1vw, 110%);
}
.itemlist .soldout{
    text-align: center;
    font-weight: bold;
}
@media (max-width: 920px){
    .itemlist .box{
        width: calc((100% - var(--colgap)) / 2);
    }
}
@media (max-width: 730px){
    .itemlist{
        --colgap:4vw;
    }
}


.checkd_list{
    display: flex;
    flex-wrap: wrap;
    --colgap:20px;
    gap: 20px var(--colgap);
    font-size: 85%;
}
.checkd_list .box{
    width: calc((100% - var(--colgap) * 4) / 5);
    line-height: 1.4;
}
.checkd_list .link{
    text-decoration: none;
}
.checkd_list .image{
    aspect-ratio: 4/3;
    margin-bottom: 10px;
    background: #f1eee5;
    position: relative;
}
.checkd_list .image::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://img21.shop-pro.jp/PA01514/512/etc_base64/bm9pbWFnZQ.png?cmsp_timestamp=20241213172541) no-repeat center center;
    background-size: 40% auto;
    opacity: .3;
}
.checkd_list .image .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.checkd_list .name{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: min(4.1vw, 115%);
}
.checkd_list .soldout{
    text-align: center;
    font-weight: bold;
}
@media (max-width: 960px){
    .checkd_list .box{
        width: calc((100% - var(--colgap) * 3) / 4);
    }
}
@media (max-width: 820px){
    .checkd_list .box{
        width: calc((100% - var(--colgap) * 2) / 3);
    }
}
@media (max-width: 670px){
    .checkd_list{
        --colgap:2.4vw;
    }
}
@media (max-width: 540px){
    .checkd_list{
        --colgap:4vw;
    }
    .checkd_list .box{
        width: calc((100% - var(--colgap)) / 2);
    }
}



.breadcrumb_nav{
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    font-size: 80%;
    line-height: 1.1;
    margin-bottom: 2em;
    margin-top: -1em;
}
.breadcrumb_nav .box{
    display: flex;
    gap: .5em;
}
.breadcrumb_nav .box:not(:first-child){
    font-weight: bold;
}
.breadcrumb_nav .box:not(:last-child)::after{
    font-family:"Font Awesome 5 Free";
	font-weight:900;
    content: "\f105";
}



.sort_wrapper{
    display: flex;
    justify-content: center;
    gap: 1em;
}
.sort_wrapper .box{
    border-radius: 100vw;
    border: 1px solid #ada58c;
    padding: .7em 0;
    width: 8em;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    transition: background .3s, color .3s;
}
.sort_wrapper .link:hover{
    text-decoration: none;
}
.sort_wrapper .txt{
    background: #ada58c;
    color: #fff;
}



.pager_wrapper{
    margin-top: 3em;
}
.pager_wrapper .pager_inner{
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 340px;
    gap: 1.5em;
    margin-bottom: 15px;
}
.pager_wrapper .box{
    width: 100%;
    max-width: 10em;
}
.pager_wrapper .btn{
    border: 1px solid #393939;
    background: #fff;
    border-radius: 5px;
    display: flex;
    gap: .3em;
        padding: 11px 12px 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: background .3s, color .3s;
}
.pager_wrapper .btn.link:hover{
    background: #e1e1e1;
    text-decoration: none;
}
.pager_wrapper .btn.disabled{
    border-color: #7f7f7f;
    color: #7f7f7f;
    background: #f5f5f5;
}
.pager_wrapper .prev .btn{
    padding-left: 0;
}
.pager_wrapper .next .btn{
    padding-right: 0;
}
.pager_wrapper .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 .5em;
}


/*  */
table.style{
	border-top: 1px solid #e5e5e5;
}
table.style :is(th, td){
	border-bottom: 1px solid #e5e5e5;
	padding: 2.4em .5em;
}
table.style th{
	font-weight: bold;
}
table.style.thlv1 th{
	width: 18em;
}
table.style.thlv2 th{
	width: 13em;
}
.tab_txt1{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
}
@media (max-width:960px){
	table.style.mov,
	table.style.mov :is(tbody, tr, th, td){
		display:block;
		width:100%;
	}
	table.style.mov th{
		border-bottom: none;
        padding-top: 1.9em;
		padding-bottom: 0;
	}
	table.style.mov td{
        padding-top: 1.4em;
        padding-bottom: 1.9em;
	}
	table.style.mov.thlv1 th,
	table.style.mov.thlv2 th{
		width: auto;
	}
}




/*  */
.btnwrap .button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 4em;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6b643b;
	color: #6b643b;
	padding: .5em 2em;
	font-weight: bold;
	letter-spacing: .1em;
	transition: background .4s, border .4s, color .4s;
}
.btnwrap.left .button{
	margin-left: 0;
}
.btnwrap .button:hover{
    background: #f1ebc5;
    border-color: #d7cd8a;
    color: #bb501b;
	text-decoration: none;
}
.btnwrap .button.icon{
	position: relative;
}
.btnwrap .button.icon i{
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 90%;
}
.btnwrap .button.icon.posi2 i{
	right: auto;
	left: 12px;
}



.souryou-tit{margin-bottom: 13px; font-size:105%;}
.souryou{border-top:1px solid #ccc;}
.souryou.day-time{display:none;}
.souryou p{
  border-bottom:1px solid #ccc;
  padding:30px 15px;
  display:flex;
  margin: 0;
}
.souryou br{display:none;}
.souryou span{width:10em;}
.souryou span.area{flex-basis:100%;}
@media (max-width: 640px){
  .souryou p{
      flex-direction:column;
      gap:10px;
  }
  .souryou span{
      width:100%;
  }
}