@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* base
   ========================================================================== */
html {
    font-size: 62.5%;
}
body {
    color: #181818;
    font-family: '-apple-system', 'BlinkMacSystemFont', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    background-color: #f2dfbf;
}
header, div, section, p, img, li, footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
}
.bold {
    font-weight: bold;
}
/* header 
   ========================================================================== */
header {
    background:url(../image/header-bg.jpg) center;
	background-size:cover;
}
header h1 img {
    width: 50%;
    max-width: 741px;
    margin: 0 auto;
}
.a-header {
    background: #3d2500;
}
.a-header h1 img {
    width: 20%;
    max-width: 552px;
    margin: 0 auto;
	padding: 2% 0;
}
/* flex base 
   ========================================================================== */
section {
    width: 94%;
    max-width: 1200px;
    margin: 3% auto 2%;
}
.container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
/* h base
   ========================================================================== */
.first {
    margin: 0 0 2%;
}
.first-a {
    margin: 0 0 4%;
    padding: 0 0 0 4%;
}
h2 {
    margin: 3% 0 2%;
    padding: 0 0 0 2%;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    background: #4c6231;
    color: #fff;
    position: relative;
}
h2::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #f2dfbf #f2dfbf #99a98d #99a98d;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
h3 {
    margin: 0 0 2%;
    padding: 0;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #3d2500;
	border-bottom: 5px solid #c48b1d;
	display: inline-block;
}
h4 {
    margin: 1% 0 2%;
    padding: 0;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #3d2500;
	border-bottom: 2px dotted #4c6231;
	display: inline-block;
}
/* program 
   ========================================================================== */
.program {
    width: 65%;
    margin-right: 5%;
}
.archive {
    width: 30%;
}
.program h5 {
    position: relative;
    padding: 0 2%;
    background: #92484d;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin: 2% 0;
}
.program h5:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #92484d;
    width: 0;
    height: 0;
}
.program p {
    margin-bottom: 2%;
}
.cm {
    color: #92484d;
}
.info{
    width: 99%;
    border: 2px solid #bd0008;
    padding: 2% 3%;
    margin-bottom: 3%;
	background:rgba(255,255,255,0.8);
}
.sp {
	font-size: 2.0rem;
    color: #bd0008;
	font-weight: bold;
}
.sp-a {
    color: #bd0008;
	font-weight: bold;
}
/* segment 
   ========================================================================== */
.segment {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop {
    width: 48%;
    /*border: 1px solid #000;*/
    font-size: 1.3rem;
    margin-bottom: 4%;
    padding: 2%;
    background: #fff;
	word-wrap: break-word;
}
.s-name {
    font-weight: bold;
    color: #324120;
    font-size: 1.4rem;
}
.publish {
    font-size: 1.2rem;
	margin-bottom: 3%;
}

/* shopping banner */

.shop_banner {
    width: 48%;
    margin-bottom: 4%;
    padding: 0;
}

/* profile 
   ========================================================================== */
.profile {
    width: 99%;
    border: 2px solid #62400c;
    padding: 3%;
    margin-bottom: 3%;
}
.photo {
    width: 100%;
    margin: 0 auto 3%;
}
.photo img {
    width: 100%;
    height: auto;
}
.p-desc {
    color: #000;
    font-size: 1.4rem;
}
/* accordion 
   ========================================================================== */
.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #11748d;
}
.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #d6ebf3;
}
.cp_actab .cp_actab-content p {
    margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 45em;
}
/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
    content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
.place li {
    padding: 2% 2% 2% 3%;
    border-bottom: 1px solid #fff;
}
.place li a {
    color: #383838;
    text-decoration: none;
}
/* footer 
   ========================================================================== */
footer {
    background: #3d2500;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
}
.hbc-back {
    display: none;
    width: 130px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
.hbc-back img {
    width: 100%;
}
address {
    padding: 10px 0 0;
    font-size: 1.2rem;
    line-height: 20px;
}
/*bn_display*/
.timerHidden{ display: none;}
.timerVisible{ display: block;}